@font-face {
  font-family: 'Bianco'; /* Replace with the name you want to use */
  src: url('/cdn/shop/files/bianco.woff2') format('woff2'),
       url('/cdn/shop/files/bianco.woff') format('woff');
  font-weight: normal; /* Adjust if your font has a different weight */
  font-style: normal; /* Adjust if your font has a different style (e.g., italic) */
  font-display: swap;
}

@font-face {
  font-family: 'Volte'; /* Replace with the name you want to use */
  src: url('/cdn/shop/files/volte.woff') format('woff2'),
       url('/cdn/shop/files/volte.woff') format('woff');
  font-weight: normal; /* Adjust if your font has a different weight */
  font-style: normal; /* Adjust if your font has a different style (e.g., italic) */
  font-display: swap;
}

body {
    font-family: "Volte", sans-serif;
    font-weight: 500;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5 {
  font-family: 'Bianco', serif;
  letter-spacing: 0;
}

.announcement-bar {
  padding: 7px 0;
}

.announcement-slider__slide {
  .announcement-text {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    @media screen and (max-width: 768px) {
      text-align: center;
    }
  }

  &:last-child {
    .announcement-text {
      text-align: right;
      @media screen and (max-width: 768px) {
        text-align: center;
      }
    }
  }
}

.site-nav {
  .site-nav__link {
    letter-spacing: 0;

    .icon-chevron-down {
      display: none;
    }
  }
}

.btn {
  letter-spacing: 0;
  min-width: 128px;
  font-weight: 400;
  font-size: 15px;

  &.btn--circle {
    min-width: auto;
  }
}

.slideshow__slide {
  .hero__link {
    margin-top: 35px;

    .btn {
      border: 1px solid #ffffff !important;
      background: transparent !important;
      color: #ffffff !important;
    }
  }
}

.bottom-text-columns {
  background-color: #fffefa;
  margin: 0;
  padding: 75px 0;

  .text-with-icons__block-icon {
    display: none;
  }
}

.index-section:has(.bottom-text-columns) {
  margin: 0;
}

.site-footer {
  background-color: #edeae1;
  padding-bottom: 0;

  .grid {
    max-width: 1300px;
    margin: auto;
  }

  .footer__title {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 22px;
  }

  .site-footer__linklist {
    a {
      font-size: 15px;
    }
  }

  .footer__newsletter {
    max-width: unset;
    display: flex;
    gap: 40px;
    align-items: center;
  }

  .footer__newsletter-input {
    font-size: 15px;
    padding: 10px 25px;
    border: 0;
    border-radius: 6px;
  }

  .footer__newsletter-btn {
    position: static;
    transform: translateY(0);
  }

  .footer-bottom {
    background-color: #FDF9F0;
    padding-block: 20px;
    margin-top: 50px;

    .page-width {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .footer__social li {
      margin-bottom: 0;

      .icon {
        width: 20px;
        height: 20px;
      }
    }
  }

  .grid__item[data-type="custom"] {
    .footer__collapsible {
      font-size: 15px;

      p {
        margin-bottom: 5px;
        &::last-child {
          margin-bottom: 0;
        }
      }
    }
  }

  .grid__item {
    .collapsible-trigger__icon {
      display: none !important;
    }
  }

  .collapsible-content--small {
    backface-visibility: hidden;
    height: auto;
    opacity: 1;
    overflow: hidden;
    visibility: visible;

  

    .collapsible-content__inner {
      transform: unset;
    }
  }
}

.mobile-nav__toggle button{
  border: none;
}

.site-header {
  .site-nav__icons {
    display: flex;
    align-items: center;
    gap: 20px;

    .site-nav__link {
      padding: 0;
    }

    @media screen and (max-width: 768px) {
      gap: 10px;
    }

    .site-nav__right-menu {
      margin-right: 15px;
      .site-nav {
        display: flex;
        gap: 30px;
      }

      .site-nav__link {
        padding: 8px 2px;
      }

      .site-nav__item:hover .site-nav__link--underline:after {
        right: 0;
        margin: 0;
      }
    }
    .site-nav__link--icon .icon {
      width: 24px;
      height: 24px;
    }
    .cart-link__number {
      color: #ffffff;
      font-size: 15px;
    }
  }
  
}

.template-index {
  .index-section--hero {
    margin-bottom: 120px;

    @media screen and (max-width: 1199px) {
      margin-bottom: 80px;
    }

    @media screen and (max-width: 767px) {
      margin-bottom: 60px;
    }
  }

  .home-about-section {
    margin: 120px 0;

    @media screen and (max-width: 1199px) {
      margin: 80px 0;
      gap: 60px;  

      .btn {
        margin-bottom: 60px;
      }
    }

    @media screen and (max-width: 767px) {
      margin: 60px 0;
      gap: 40px;
      flex-direction: column-reverse;
    }

    .home-about-logos-wrapper {
      flex-wrap: wrap;

      @media screen and (max-width: 1399px) {
        gap: 60px;
      }

      @media screen and (max-width: 991px) {
        flex-direction: column;
        align-items: center;
        gap: 25px;
      }
    }
  }

  .home-space-section {
    padding: 0;
    margin: 120px 0;

    @media screen and (max-width: 1399px) {
      margin: 80px 0;
    }

    @media screen and (max-width: 991px) {
      margin: 60px 0;
    }
  }

  .home-blog-section {
    @media screen and (max-width: 991px) {
      .blog-slider-controller {
        justify-content: center;
      }
    }
  }
}

.bottom-text-columns {
  @media screen and (max-width: 768px) {
    padding: 60px 0 0;
  }
}

.template-collection {
  #CollectionSidebar {
    .color-swatch--filter {
      display: none;
    }
  }

  .section-header {
    text-align: center;
  }

  .collection__description {
    text-align: center;
    max-width: 705px;
    margin-inline: auto;
  }

  .collection-grid__wrapper {
    .js-drawer-open-collection-filters {
      display: flex;
      align-items: center;
      font-weight: 600;
      border: none;
      padding: 0;

      &.btn--tertiary-active {
        background-color: transparent;
        color: var(--colorTextBody);
      }
    }

    .grid {
      margin: 0 0 0 -8px;
    }

    .grid__item {
      padding-left: 8px;

      image-element {
        display: block;
      }
    }
  }

  .collection-filter select {
    border: 0;
    padding: 0;
    width: 90px;
    height: auto;
    font-size: 15px;
  }

  .collection-filter__sort-container {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-end;

    label {
      font-weight: 600;
      margin: 0;
      font-size: 15px;
      letter-spacing: 0;
      text-transform: unset;
      white-space: nowrap;
    }
  }
}

.template-commercial-product {
  background-color: #ffffff;
}

@media (min-width: 1400px) {
  .template-product:not(.template-bespoke-lighting, .template-commercial-product) {
    .has-price-product {
      .product-block--buy-buttons {
        margin-top: -73px;
        margin-left: 130px;
      }
    }
  }
} 

.has-price-product {
  .product-block--buy-buttons {
    .product-block {
      margin-bottom: 5px;
    }

    @media screen and (max-width: 480px) {
      text-align: left;
    }
  }
  .enquiry-now-button {
    font-size: 15px;
    padding: 8px 25px;
    max-height: 36px;
    max-height: 36px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    width: 100%;
    max-width: 308px;
  }
}

.template-bespoke-design {

  .video-parent-section {
    margin-bottom: 80px;

    @media (max-width: 1199px) {
      margin-bottom: 60px;
    }
  }
  .image-grid-three-a-row {
    margin-bottom: 30px;
  }
}

.template-commercial-product, .template-bespoke-lighting, .template-product {

  .product-block--header {
    margin-bottom: 0;
  }

  .product-block--price {
    font-weight: 600;
  }

  .page-content {
    max-width: 1200px;
    margin: auto;
  }

  @media (min-width: 1400px) {
    .variant-wrapper {
      display: flex;
      gap: 35px;
      align-items: center;
    }
  }

  .variant-wrapper {
    .variant__label {
      text-transform: capitalize;
      letter-spacing: 0;
      font-size: 15px;
    }

    .variant-input-wrap {
      label {
        font-size: 15px;
        border-radius: 50px;
      }
    }
  }

  .product-block {
    .product__quantity {
      label {
        display: none;
      }

      .js-qty__wrapper {
        max-width: 110px;
        border-radius: 20px;
        overflow: hidden;

        input {
          border: 1px solid #3D2D19;
          padding: 8px 12px;
          border-radius: 20px;
        }
      }
    }

    .payment-buttons {
      .shopify-payment-button {
        display: none;
      }

      .add-to-cart {
        max-width: 308px;
        background-color: #3D2D19;
        color: #ffffff;
        font-weight: 600;
        text-transform: none;
        font-size: 15px;
        min-height: 36px;
        max-height: 36px;
        padding: 8px 25px;
        line-height: 1;
      }

      .swym-atw-btn-wrapper {
        justify-content: flex-end;
        gap: 15px;

        @media screen and (max-width: 768px) {
          justify-content: center;
        }

        @media screen and (max-width: 480px) {
          justify-content: flex-end;
        }
      }
    }
  }

  .has-price-product {
    .show_cfp_form {
      @media screen and (max-width: 767px) {
        margin-top: 5px;
      }
      .call-for-price-btn {
        background-color: var(--colorBtnPrimaryLight);
      }
    }
  }

  .product-block--tab {
    .label {
      font-size: 16px;
      font-weight: 600;
      text-transform: capitalize;
      letter-spacing: 0;
      padding-inline: 0;
      border-left: 0;
      border-right: 0;
    }

    .collapsible-content__inner {
      border-left: 0;
      border-right: 0;
      padding-inline: 0;
    }
  }

  .cfp-prod-button {
    .call-for-price-btn {
      text-transform: capitalize;
      font-weight: 600;
      min-width: 300px;
      font-size: 16px;
      height: 35px;
      background-color: #3D2D19;

      @media screen and (max-width: 768px) {
        margin: auto;
      }
    }
    svg {
      display: none;
    }
  }

  .recommend-products-section {
    .index-section {
      padding-block: 45px;

      .page-width {
        max-width: 1200px;
        margin: auto;
      }

      .section-header__title {
        text-align: center;
        text-transform: capitalize;
        font-size: 28px;
      }
    }
  }
}


.homepage-blog-slider {
  margin: 60px 0; 
  position: relative; 
}

.grid-product__content .swym-wishlist-collections-v2[aria-pressed="true"] svg path {
  fill: #ff0000 !important;
  stroke: #ff0000 !important;
}

.template-collection {
  .collection-filter select{
    width: fit-content;
    padding-right: 20px;
    font-size: 15px;
  } 
}

.quick-product__btn {
  display: none;
}

.grid-product__meta {
  .cfp-prod-wrapper {
    display: none;
  }
}

.template-bespoke-design, 
.template-residential-design, 
.template-commercial-design,
.template-lucretia-ultra-panel,
.template-transparent-mesh-led,
.template-signage,
.template-lucretia-space {

  h1 {
    font-size: 41px;
    margin-bottom: 90px;

    @media screen and (max-width: 1199px) {
      font-size: 33px;
      margin-bottom: 60px;
    }

    @media screen and (max-width: 768px) {
      margin-bottom: 40px;
    }
  }

  .custom-content-stack {

    @media screen and (max-width: 1199px) {
      padding: 60px 0;
    }

    @media screen and (max-width: 768px) {
      padding-top: 40px;
    }
    .page-width {
      max-width: 1280px;
    }
  }

  .custom-content-image-section {
    max-width: 1200px;
    margin: 0 auto 120px;
    gap: 122px;

    @media screen and (max-width: 1199px) {
      gap: 60px;
      margin-bottom: 80px;
    }

    @media screen and (max-width: 991px) {
      flex-direction: column-reverse;
      gap: 40px;
      margin-bottom: 60px;
    }

    &.section-reverse {
      justify-content: space-between;
    }
  }

  .custom-image-part {
    width: 100%;
    max-width: 522px;

    @media screen and (max-width: 991px) {
      max-width: 100%;
    }
  }

  .custom-content-part {
    flex: 1;
    max-width: 435px;

    @media screen and (max-width: 991px) {
      max-width: 100%;

      h2 {
        font-size: 28px;
      }
    }
  }

  .book-appointment-button {
    margin-top: 60px;

    @media screen and (max-width: 991px) {
      margin-top: 30px;
    }
  }

  .blog-posts-section-wrapper {
    max-width: 1280px;
    margin: auto;

    h2 {
      font-size: 33px;
      margin-bottom: 25px;

      @media screen and (max-width: 768px) {
        font-size: 28px;
      }
    }

    .section-header__description {
      p {
        margin-top: 0;
      }
    }

    .grid__item {
      @media screen and (max-width: 768px) {
        width: 100%;
      }

      .article__image-title {
        position: absolute;
        z-index: 1;
        bottom: 23px;
        left: 34px;
        font-size: 33px;
        line-height: 1.21;
        color: #ffffff;
        font-family: 'Bianco', serif;
        max-width: 160px;
        text-align: left;

        @media screen and (max-width: 768px) {
          font-size: 28px;
        }
      }
    }

    .blog-posts-section__button-wrapper {
      text-align: center;
    }

    .blog-posts-section__button {
      height: 35px;
      font-size: 16px;
      text-transform: capitalize;
      font-weight: 500;
      line-height: 35px;
      padding: 0 55px;
      background-color: #3D2D19;
    }
  }
}

.template-contact {
  .contact-content {
    max-width: 1320px;

    h2 {
      font-size: 41px;

      @media screen and (max-width: 1199px) {
        font-size: 33px;
      }
    }

    p {
      font-size: 25px;
      font-family: 'Bianco', serif;

      @media screen and (max-width: 1199px) {
        font-size: 20px;
      }
    }
  }

  .contact-page-wrapper {
    display: flex;
    gap: 60px;
    max-width: 1320px;
    margin: auto;
    padding: 0 40px;

    @media screen and (max-width: 1399px) {
      flex-wrap: wrap;
      padding: 0;
    }

    .contact-form__part {
      max-width: 340px;

      @media screen and (max-width: 1399px) {
        max-width: calc(50% - 30px);
      } 

      @media screen and (max-width: 767px) {
        max-width: 100%;
      } 

      h3 {
        font-size: 24px;
        margin-bottom: 1.1em;
      }

      h4 {
        font-family: 'Volte', sans-serif;
        font-size: 17px;
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 25px;
      }
    }

    .form-vertical {
      @media screen and (max-width: 1399px) {
        width: 100%;
      }
    }

    .contact-form {
      flex: 1;
      label {
        font-size: 1em;
        letter-spacing: 0;
        text-transform: none;
      }

      @media screen and (max-width: 1399px) {
        width: 100%;
      }

      input, textarea {
        border-radius: 7px;
        background-color: #E8E6E4;
        font-size: 15px;
        padding: 8px 15px;
        margin-bottom: 16px;
        color: #3D2D19;
      }

      input::placeholder,
      textarea::placeholder {
        color: #000;
      }

      .btn {
        background-color: #3D2D19;
        font-size: 15px;
        text-transform: capitalize;
        height: 35px;
        line-height: 35px;
        padding: 0 25px;
        width: 100%;
        border-radius: 8px;
      }
    }
  }
}

.template-about {
  .about-top-section, .about-mission-section {
    padding: 60px 0 80px;
    gap: 80px;

    @media screen and (max-width: 1199px) {
      flex-direction: column-reverse;
      gap: 30px ;
      padding: 40px 0;
    }

    .custom-image-part {
      width: 100%;
      max-width: 552px;
    }

    .custom-content-part {
      flex: 1;
    }

    .book-appointment-button {
      display: none;
    }
  }

  .about-mission-section {
    @media screen and (max-width: 768px) {
      padding-top: 0;
    }
  }

  .about-vision-section {
    margin-bottom: 20px;

    @media screen and (max-width: 1199px) {
      flex-direction: column-reverse;
      gap: 30px;
      margin-bottom: 40px;
    }

    .custom-image-part {
      flex: 1;
    }

    .custom-content-part {
      max-width: 400px;

      @media screen and (max-width: 1199px) {
        max-width: 100%;
      }
    }

    .book-appointment-button {
      display: none;
    }
  }

  .about-map-section, .about-client-section {
    background-color: #ffffff;
    padding: 80px 0 80px;

    h1 {
      margin-bottom: 90px;

      @media screen and (max-width: 1199px) {
        margin-bottom: 40px;
      }
    }

    .content-stack-image {
      width: 100%;
      max-width: 100%;
    }

    @media screen and (max-width: 1199px) {
      padding: 40px 0 40px;
    }
  }

  .about-client-section {
    padding-top: 0;
  }
}

.grid-product__price {
  font-size: 15px;
}

.mobile-nav--icon {
  display: none;

  @media screen and (max-width: 1199px) {
    display: block;
  }
}

.template-index {
  .site-nav.desktop-nav {
    .megamenu__hamburger-icon {
      span {
        width: 100%;
        display: block;
        height: 1px;
        background-color: #ffffff;
        display: block;
      }
    }
  }
}

.site-nav.desktop-nav {
    .megamenu__hamburger-icon {
      span {
        width: 100%;
        display: block;
        height: 1px;
        background-color: #321004;
        display: block;
      }
    }
  }

.site-nav.desktop-nav {
  display: none;

  @media screen and (min-width: 1199px) {
    display: block;
  }
  .site-nav--is-megamenu {

    .site-nav__link {
      position: relative;

      .megamenu__hamburger-icon {
        position: absolute;
        width: 15px;
        height: 20px;
        display: flex;
        flex-direction: column;
        gap: 3px;
        left: -15px;
        top: 11px;
      }
    }
    .megamenu {
      .page-width {
        max-width: 1700px;
      }
    }
  }
}

.megamenu {
  position: fixed;
  right: 0;
  padding: 2.5rem 0 5rem;
  line-height: 1.8;
  transform: none;
  opacity: 0;
  transition: all 300ms cubic-bezier(0.2, 0.06, 0.05, 0.95);
  transition-delay: 0.3s;
}

.is-focused > .megamenu,
.site-nav--has-dropdown:hover .megamenu {
  opacity: 1;
  transition-delay: 0s;
}

.is-focused > .megamenu .appear-animation,
.site-nav--has-dropdown:hover .megamenu .appear-animation {
  opacity: 1;
  transform: none;
}

.site-nav--is-megamenu.site-nav__item {
  position: static;
}

.megamenu ul {
  margin: 0;
  list-style: none;
}

.megamenu .dropdown {
  z-index: 1;
  position: relative;
  width: 260px;
  border-right: 1px solid var(--colorBorder);
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-height: 400px;

  > li {
    .site-nav__dropdown-link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0;
      font-size: 16px;
      padding-right: 15px;

      &:hover {
        background-color: transparent;
        text-decoration: none;
        svg {
          transform: translateX(8px);
        }
      }

      svg {
        width: 8px;
        transition: all .3s ease-in-out;
      }
    }
  }
}

.megamenu .dropdown:before {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 115%;
  background-color: var(--colorBody);
}

.megamenu .sub_dropdown {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 420%;
  transform: none;
  transition: transform 0.45s ease 0.2s, opacity 0.1s ease, visibility 0.1s ease;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0 0 1rem 2.5rem;
  min-height: 15rem;
}

.megamenu .sub_dropdown.custom-scroll::-webkit-scrollbar-track-piece:start {
  margin-left: 2.5rem;
}

.megamenu .extras {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 420%;
  transform: none;
  transition: transform 0.45s ease 0.2s, opacity 0.1s ease, visibility 0.1s ease;
  display: flex;
  padding-left: 2.5rem;
}

.megamenu .extras .btn-link {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 23px;
}

.megamenu .has_sub_dropdown:hover .sub_dropdown,
.megamenu .has_sub_dropdown:focus .sub_dropdown,
.megamenu .has_sub_dropdown.is-focused .sub_dropdown,
.megamenu .has_sub_dropdown:hover .extras,
.megamenu .has_sub_dropdown:focus .extras,
.megamenu .has_sub_dropdown.is-focused .extras {
  transform: translateX(100%);
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease;
}

.megamenu .sub_dropdown > li {
  animation-duration: 350ms;
  animation-delay: calc(var(--animation-order) * 100ms);
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  width: 145px;
  margin-right: 8.5px;

  @media screen and (min-width: 1499px) {
    width: 165px;
  }
}

.megamenu .has_sub_dropdown:hover .sub_dropdown > li,
.megamenu .has_sub_dropdown:focus .sub_dropdown > li,
.megamenu .has_sub_dropdown.is-focused .sub_dropdown > li {
  animation-name: animateIn;
}

@keyframes animateIn {
  0% {
    opacity: 0;
    transform: translateX(-8px);
  }

  100% {
    transform: none;
    opacity: 1;
  }
}

.megamenu .site-nav__dropdown-link--third-level {
  padding: 0 !important;
  margin: 0 0 0.25rem;
  position: relative;
  aspect-ratio: 4 / 3;

  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    transition: background-color 0.3s ease;
  }

  &:hover::after {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.megamenu .site-nav__dropdown-link--third-level span {
  font-family: var(--typeHeaderPrimary);
  z-index: 1;
  font-size: 18px;
  line-height: 21px;
  width: 100px;
  color: white;
  transition: 0.3s ease;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.megamenu .deep_dropdown .site-nav__dropdown-link {
  padding: 3px 6px;
}

.template-blog {
  .page-content {
    .section-header {
      text-align: center;
    }

    .rte {
      text-align: center;
      max-width: 705px;
      margin: 0 auto 80px;

      @media screen and (max-width: 768px) {
        margin-bottom: 60px;
      }
    }
    .grid {
      .image-wrap {
        .article__image-title {
          font-size: 33px;
          line-height: 40px;
          color: #ffffff;
          font-family: 'Bianco', serif;
          position: absolute;
          bottom: 23px;
          left: 34px;
          max-width: 160px;
          z-index: 1;
          text-align: left;
          @media screen and (max-width: 768px) {
            font-size: 28px;
            line-height: 35px;
          }
        }
      }
    }
  }

  &.template-guide-and-how-to {
    .page-content {
      .grid {
        .image-wrap {
          .article__image-title {
            max-width: 300px;
          }
        }
      }
    }
  }
}

.limit-width {
  max-width: 1400px;
}

.collapsible-trigger-btn--borders+.collapsible-content .collapsible-content__inner {
  font-size: 15px;
}

.update-banner {
  padding-bottom: 0 !important;

  @media screen and (max-width: 749px) {
    padding-inline: 0 !important;
  }

  .page-width {
    width: 100%;
    max-width: 1920px;

    h1 {
      max-width: 1420px;
      margin: 0 auto 40px;

      @media (min-width: 768px) {
        margin-bottom: 60px;
      }

      @media (min-width: 1200px) {
        margin-bottom: 80px;
      }
    }
  }

  .content-stack-image {
    margin-bottom: 0;
  }
}

.small-image-wide-content {
  padding: 60px 0 80px;
  gap: 80px;

  h2 {
    font-size: 25px;
    margin-bottom: 50px;
  }

  @media screen and (max-width: 1199px) {
    flex-direction: column-reverse;
    gap: 30px ;
    padding: 40px 0;

    h2 {
      margin-bottom: 30px;
    }
  }

  .custom-image-part {
    width: 100%;
    max-width: 552px;
  }

  .custom-content-part {
    flex: 1;
  }

  .book-appointment-button {
    margin-top: 50px;

    @media screen and (max-width: 767px) {
      margin-top: 30px;
    }
  }
}

.large-image-small-content-page-width, .small-image-wide-content-page-width {
  width: 100%;
  max-width: 1920px;
}

.large-image-small-content {
  padding: 60px 0 80px;
  gap: 80px;


  h2 {
    font-size: 25px;
    margin-bottom: 50px;
  }

  @media screen and (max-width: 1199px) {
    flex-direction: column-reverse;
    gap: 30px ;
    padding: 40px 0;

    h2 {
      margin-bottom: 30px;
    }
  }

  .custom-image-part {
    flex: 1;
  }

  .custom-content-part {
    width: 100%;
    max-width: 552px;
  }

  .book-appointment-button {
    margin-top: 50px;

    @media screen and (max-width: 767px) {
      margin-top: 30px;
    }
  }
}

.image-grid-three-a-row {
  margin-bottom: 30px !important;
}

.compact-content {
  h2 {
    text-align: center;
  }

  .theme-block {
    .rte {
      p {
        margin-bottom: 10px;
      }
    }
  }
}

.collection-template--bespoke-pendant {
  .grid {
    .grid__item {
      .grid__image-ratio {
        aspect-ratio: 3/4;
      }

      .grid-product__secondary-image {
        image-element {
          height: 100%;
          
        }
      }
    }
  }
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border-radius: 7px;
  background-color: #E8E6E4;
  font-size: 15px;
  padding: 8px 15px;
  margin-bottom: 16px;
  color: #3D2D19;
  width: 100%;
}

.contact-form select {
  width: 100%;
  height: 40px;
  border-color: transparent;
  background-position: right 15px center;
}

.contact-form__other-field[hidden] {
  display: none;
}

/* sections/product-hero-slider.liquid */
#product-hero-slider {
  background: #fdf9f0;
  color: #3d2d19;
  overflow-y: hidden;
}

#product-hero-slider .product-hero__grid {
  align-items: center;
  box-sizing: border-box;
  display: grid;
  gap: clamp(2.5rem, 7vw, 200px);
  grid-template-columns: 350px minmax(0, 1fr);
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  min-height: min(42rem, 78vh);
  padding-bottom: clamp(3.5rem, 7vw, 7rem);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: clamp(3.5rem, 7vw, 7rem);
}

#product-hero-slider .product-hero__content {
  max-width: 350px;
}

#product-hero-slider .product-hero__eyebrow {
  color: #3d2d19;
  font-family: 'Volte', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.19em;
  line-height: 1;
  margin: 0 0 20px;
  text-transform: uppercase;
}

#product-hero-slider .product-hero__title {
  color: #3d2d19;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 100px;

  @media screen and (max-width: 1200px) {
    font-size: 40px;
    margin-bottom: 50px;
  }
}

#product-hero-slider .product-hero__atc-form {
  display: none;
}

#product-hero-slider .product-hero__button {
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: #3d2d19;
  font-family: 'Volte', sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 3.5rem;
  min-width: 14.75rem;
  text-align: center;
}

#product-hero-slider .product-hero__button:hover,
#product-hero-slider .product-hero__button:focus-visible {
  background: #3d2d19;
  color: #fdf9f0;
}

#product-hero-slider .product-hero__button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

#product-hero-slider .product-hero__button:disabled:hover {
  background: transparent;
  color: inherit;
}

#product-hero-slider .cfp-prod-button .call-for-price-btn {
  background-color: transparent;
  border: 1px solid #3d2d19;
  border-radius: 999px;
  color: #3d2d19;
  font-family: 'Volte', sans-serif;
  font-size: 22px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0;
  line-height: 1;
  min-width: 14.75rem;
  padding: 11px 20px;
  text-align: center;
  cursor: pointer;
}

#product-hero-slider .cfp-prod-button .call-for-price-btn:hover {
  background-color: #3d2d19;
  color: #fdf9f0;
}

#product-hero-slider .product-hero__slider {
  aspect-ratio: 16 / 9;
  color: #3d2d19;
  position: relative;
  width: 960px;

  @media (max-width: 1200px) {
    aspect-ratio: 1;
  }
}

#product-hero-slider .slideshow__slide {
  aspect-ratio: 16 / 9;
  
  @media (max-width: 1200px) {
    aspect-ratio: 1;
  }
}

#product-hero-slider .flickity-enabled.is-fade .product-hero__slide {
  opacity: 0;
  transition: opacity 0.7s ease;
}

#product-hero-slider .flickity-enabled.is-fade .product-hero__slide.is-selected {
  opacity: 1;
}

#product-hero-slider .product-hero__image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#product-hero-slider .flickity-viewport,
#product-hero-slider .flickity-slider {
  height: 100% !important;
}

#product-hero-slider .flickity-prev-next-button {
  background-color: transparent;
  background-image: url("/cdn/shop/files/slider-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 25px;
  color: #fdf9f0;
}

#product-hero-slider .flickity-previous {
  transform: translateY(-50%) scaleX(-1);
}

#product-hero-slider .flickity-button-icon {
  display: none;
}

#product-hero-slider .flickity-page-dots {
  bottom: -2rem;
  color: #3d2d19;
}

#product-hero-slider .flickity-page-dots .dot {
  height: 0.42rem;
  margin: 0 0.25rem;
  width: 0.42rem;
}

@media screen and (max-width: 1600px) {
  #product-hero-slider .product-hero__grid {
    gap: 100px;
  }

  #product-hero-slider .product-hero__slider {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #product-hero-slider .product-hero__grid {
    gap: 2.5rem;
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 0;
  }

  #product-hero-slider .product-hero__content {
    order: 2;
    margin-top: 60px;
    margin-inline: auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
    padding: 0 20px;
  }

  #product-hero-slider .product-hero__slider {
    order: 1;
    width: 100%;
  }

  #product-hero-slider .product-hero__eyebrow {
    margin-bottom: 1.25rem;
  }

  #product-hero-slider .cfp-prod-button {
    margin-inline: auto;
    text-align: center;

    .call-for-price-btn {
      margin-inline: auto;
    }
  }

}

@media (prefers-reduced-motion: reduce) {
  #product-hero-slider *,
  #product-hero-slider *::before,
  #product-hero-slider *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.template-led-display {
  .index-section {
    margin: 0;
  }
}

/* blocks/ai_gen_block_060361b.liquid */
#product-overview-features {
  display: block;
  width: 100%;
}

#product-overview-features .ai-product-features__container {
  display: flex;
  gap: 120px;
  align-items: start;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 120px 0;
}

@media screen and (max-width: 1024px) {
  #product-overview-features .ai-product-features__container {
    gap: 60px;
  }
}

#product-overview-features .ai-product-features__left {
  flex: 1;
}

#product-overview-features .ai-product-features__caption {
  font-size: 13px;
  color: #3D2D19;
  letter-spacing: 0;
  margin: 0 0 20px;
  font-weight: 500;

  @media screen and (max-width: 1024px) {
    text-align: center;
  }
}

#product-overview-features .ai-product-features__heading {
  border-bottom: 1px solid #3D2D19;
  color: #3d2d19;
  font-size: 42px;
  line-height: 1;
  margin: 0 0 50px;
  padding-bottom: 50px;

  @media screen and (max-width: 1024px) {
    font-size: 36px;
    margin-bottom: 36px;
    padding-bottom: 36px;
    text-align: center;
  }
}

#product-overview-features .ai-product-features__description {
  color: #3D2D19;
  font-size: 18px;
  line-height: 27px;
  margin: 0;
}

#product-overview-features .ai-product-features__description p {
  margin: 0 0 16px;
}

#product-overview-features .ai-product-features__description p:last-child {
  margin-bottom: 0;
}

#product-overview-features .ai-product-features__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 60px;

  @media screen and (max-width: 1024px) {
    justify-content: center;
  }
}

#product-overview-features .ai-product-features__button {
  background: transparent;
  border: 1px solid #3d2d19;
  border-radius: 999px;
  color: #3d2d19;
  font-family: 'Volte', sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  min-width: 14.75rem;
  text-align: center;
  text-transform: none;
}

#product-overview-features .ai-product-features__button:hover,
#product-overview-features .ai-product-features__button:focus-visible {
  background: #3d2d19;
  color: #fdf9f0;
}

#product-overview-features .ai-product-features__button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

#product-overview-features .ai-product-features__button:disabled:hover {
  background: transparent;
  color: #3d2d19;
}

#product-overview-features .ai-product-features__right {
  flex: 1;
}

#product-overview-features .ai-product-features__features-heading {
  padding-top: 36px;
  color: #3d2d19;
  font-size: 42px;
  line-height: 1;
  margin: 0 0 50px;

  @media screen and (max-width: 1024px) {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
  }
}

#product-overview-features .ai-product-features__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#product-overview-features .ai-product-features__item {
  border-bottom: 1px solid #3D2D19;
  padding: 30px 0;

  &:first-child {
    border-top: 1px solid #3D2D19;
  }

  @media screen and (max-width: 1024px) {
    text-align: center;
  }
}

#product-overview-features .ai-product-features__text {
  color: #3d2d19;
  font-size: 22px;
  line-height: 27px;
  margin: 0;

  @media screen and (max-width: 1024px) {
    font-size: 18px;
  }
}

@media screen and (max-width: 749px) {
  #product-overview-features .ai-product-features__container {
    flex-direction: column;
    width: 100%;
  }

  #product-overview-features .ai-product-features__left,
  #product-overview-features .ai-product-features__right {
    width: 100%;
  }
}

/* sections/hero-video.liquid - additional desktop height options */
.hero--500px {
  height: 325px;
}

.hero--600px {
  height: 390px;
}

.hero--700px {
  height: 455px;
}

.hero--850px {
  height: 552.5px;
}

.hero--950px {
  height: 617.5px;
}

@media only screen and (min-width: 769px) {
  .hero--500px {
    height: 500px;
  }

  .hero--600px {
    height: 600px;
  }

  .hero--700px {
    height: 700px;
  }

  .hero--850px {
    height: 850px;
  }

  .hero--950px {
    height: 950px;
  }
}

/* blocks/image-content-cta.liquid */
.image-content-cta-block {
  display: block;
  width: 100%;
  margin-top: 120px;
  padding-inline: 40px;

  @media screen and (max-width: 1024px) {
    margin-top: 60px;
    padding-inline: 24px;
  }
}

.image-content-cta-block__wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.image-content-cta-block__wrapper--reverse {
  flex-direction: row-reverse;
}

.image-content-cta-block__image-container {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
}

.image-content-cta-block__image {
  border-radius: 0;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.image-content-cta-block__placeholder {
  align-items: center;
  background-color: #f4f4f4;
  border-radius: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.image-content-cta-block__placeholder svg {
  height: 100%;
  max-height: 300px;
  max-width: 300px;
  width: 100%;
}

.image-content-cta-block__empty-state {
  bottom: 20px;
  color: #666;
  left: 50%;
  padding: 12px 20px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}

.image-content-cta-block__text-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 28px;
  padding-left: 80px;

  .metafield-rich_text_field {
    p {
      margin-bottom: 50px;

      &:last-child {
        margin-bottom: 0;
      }
    }
  }

  @media screen and (max-width: 1024px) {
    padding-left: 0;
  }
}

.image-content-cta-block__wrapper--reverse .image-content-cta-block__text-container {
  padding-left: 0;
  padding-right: 80px;

  @media screen and (max-width: 1024px) {
    padding-right: 0;
  }
}

.image-content-cta-block__text {
  color: #3d2d19;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.image-content-cta-block__button {
  background: transparent;
  border: 1px solid #3d2d19;
  border-radius: 999px;
  color: #3d2d19;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  min-width: 14.75rem;
  text-align: center;
  text-transform: none;
  width: fit-content;
  margin-top: 20px;
}

.image-content-cta-block__button:hover,
.image-content-cta-block__button:focus-visible {
  background: #3d2d19;
  color: #fdf9f0;
}

@media screen and (max-width: 749px) {
  .image-content-cta-block__wrapper {
    flex-direction: column;
  }

  .image-content-cta-block__image-container {
    flex: 0 0 100%;
    width: 100%;
  }

  .image-content-cta-block__text {
    font-size: 14.4px;
  }

  .image-content-cta-block__button {
    margin-left: auto;
    margin-right: auto;
  }
}

/* blocks/product-specification-led-display.liquid */
#product-specification-led-display {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 120px 0;
}

#product-specification-led-display .ai-product-specs__container {
  max-width: 1500px;
  padding: 0px 40px;
  margin: 0 auto;


  @media screen and (max-width: 1024px) {
    padding: 0;
  }
}

#product-specification-led-display .ai-product-specs__header {
  margin-bottom: 30px;
  text-align: left;
}

#product-specification-led-display .ai-product-specs__caption {
  font-size: 14px;
  color: #3D2D19;
  margin: 0 0 10px;
  letter-spacing: 0;

  @media screen and (max-width: 1024px) {
    text-align: center;
  }
}

#product-specification-led-display .ai-product-specs__heading {
  font-size: 40px;
  color: #3D2D19;
  margin: 0 0 50px;
  line-height: 1.2;

  @media screen and (max-width: 1024px) {
    font-size: 36px;
    text-align: center;
  }
}

#product-specification-led-display .ai-product-specs__tabs {
  display: flex;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 40px;
  overflow-x: auto;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;

  @media screen and (max-width: 1024px) {
    padding: 0 40px;
  }
}

#product-specification-led-display .ai-product-specs__tabs::-webkit-scrollbar {
  display: none;
}

#product-specification-led-display .ai-product-specs__tab {
  padding: 16px 60px;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-size: 18px;
  color: #3D2D19;
  transition: all 0.3s ease;
  margin-bottom: -2px;
  flex: 0 0 auto;
  white-space: nowrap;
}

#product-specification-led-display .ai-product-specs__tab:hover {
  font-weight: 800;
  border-bottom-color: #3D2D19;
}

#product-specification-led-display .ai-product-specs__tab.active {
  border-bottom-color: #3D2D19;
  font-weight: 800;
}

#product-specification-led-display .ai-product-specs__content {
  position: relative;
}

#product-specification-led-display .ai-product-specs__panel {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#product-specification-led-display .ai-product-specs__panel.active {
  display: block;
  opacity: 1;

  @media screen and (max-width: 1024px) {
    padding: 0 24px;
  }
}

#product-specification-led-display .ai-product-specs__text {
  font-size: 14px;
  color: #3D2D19;
  line-height: 1.6;
}

#product-specification-led-display .ai-product-specs__panel.dimensions__panel {
  .ai-product-specs__text p{
    flex-direction: row;
  }
}

#product-specification-led-display .ai-product-specs__text p {
  margin: 0 0 20px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;

  strong {
    display: block;
    width: fit-content;
    font-weight: 600;
  }

   @media screen and (max-width: 1024px) {
    font-size: 14px;

    strong {
      text-align: center;
    }
  }
}

#product-specification-led-display .ai-product-specs__text p:last-child {
  margin-bottom: 0;
}

#product-specification-led-display .ai-product-specs__text ul,
#product-specification-led-display .ai-product-specs__text ol {
  margin: 0 0 15px;
  padding-left: 20px;
}

#product-specification-led-display .ai-product-specs__text li {
  margin-bottom: 8px;
}

/* blocks/blog-showcase.liquid */
#related-projects {
  width: 100%;
  max-width: 1500px;
  margin-inline: auto;
  padding-top: var(--blog-showcase-padding-top-desktop);
  padding-bottom: var(--blog-showcase-padding-bottom-desktop);
  padding-inline: 40px;
  display: block;

  @media screen and (max-width: 1024px) {
    padding-top: var(--blog-showcase-padding-top-mobile);
    padding-bottom: var(--blog-showcase-padding-bottom-mobile);
    padding-inline: 24px;
  }
}

#related-projects .blog-showcase__content {
  display: flex;
  flex-direction: column;
  gap: 32px;

  @media screen and (max-width: 1024px) {
    gap: 0;
  }
}

#related-projects .blog-showcase__header {
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #related-projects .blog-showcase__header {
    text-align: center;
  }
}

#related-projects .blog-showcase__caption {
  font-size: 13px;
  color: #3d2d19;
  margin: 0 0 8px;
}

#related-projects .blog-showcase__heading {
  font-size: 42px;
  color: #3d2d19;
  margin: 0 0 60px;
  line-height: 1.2;

  @media screen and (max-width: 1024px) {
    font-size: 36px;
    margin-bottom: 50px;
  }
}

#related-projects .blog-showcase__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

#related-projects .blog-showcase__blog-item {
  display: flex;
  flex-direction: column;
  gap: 36px;
  text-decoration: none;
}

#related-projects .blog-showcase__image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #f4f4f4;
}

#related-projects .blog-showcase__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

#related-projects .blog-showcase__blog-item:hover .blog-showcase__image {
  transform: scale(1.05);
}

#related-projects .blog-showcase__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#related-projects .blog-showcase__placeholder svg {
  width: 60%;
  height: 60%;
  opacity: 0.3;
}

#related-projects .blog-showcase__blog-name {
  font-size: 18px;
  color: #3d2d19;
  text-align: center;
  margin: 0;
  font-family: 'Volte', sans-serif;
}

#related-projects .blog-showcase__empty-state {
  text-align: center;
  padding: 60px 20px;
  color: #999;
  font-size: 14px;
}

@media screen and (max-width: 989px) {
  #related-projects .blog-showcase__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 749px) {
  #related-projects .blog-showcase__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }

  #related-projects .blog-showcase__heading {
    font-size: 36px;
  }

  #related-projects .blog-showcase__caption {
    font-size: 12px;
  }
}

/* blocks/call-to-action.liquid */
#onq-action-part {
  display: block;
  width: 100%;
  padding: 120px 0 120px;
}

#onq-action-part .cta-container {
  max-width: 1500px;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  gap: 80px;

  @media screen and (max-width: 1024px) {
    flex-direction: column;
    gap: 40px;
    padding: 0 24px;
  }
}

#onq-action-part .cta-left {
  flex: 1;
}

#onq-action-part .cta-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 80px;

  @media screen and (max-width: 1024px) {
    padding-left: 0;
    padding-top: 40px;
    align-items: center;
    text-align: center;
  }
}

#onq-action-part .cta-contact-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#onq-action-part .cta-contact-label {
  color: #3D2D19;
  font-size: 18px;
  margin: 0;
}

#onq-action-part .cta-contact-link {
  color: #3D2D19;
  font-size: 18px;
  text-decoration: underline;
}

#onq-action-part .cta-contact-hours {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#onq-action-part .cta-contact-hours p {
  color: #3D2D19;
  font-size: 18px;
  margin: 0;
}

#onq-action-part .cta-caption {
  color: #3D2D19;
  font-size: 13px;
  margin: 0 0 20px;

  @media screen and (max-width: 1024px) {
    text-align: center;
  }
}

#onq-action-part .cta-heading {
  color: #3d2d19;
  font-size: 42px;
  margin: 0 0 120px;
  line-height: 1.2;
  
  @media screen and (max-width: 1024px) {
    text-align: center;
    font-size: 36px;
  }
}

#onq-action-part .cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 1;

  @media screen and (max-width: 1024px) {
    align-items: center;
  }
}

#onq-action-part .cta-button {
  display: inline-block;
  width: 245px;
  padding: 11px 12px;
  font-size: 22px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #3D2D19;
  border-radius: 999px;
  text-align: center;
  line-height: 1;
}

#onq-action-part .cta-button:hover {
  background-color: #3d2d19;
  color: #ffffff;
  border-color: #3d2d19;
}

/* sections/hero-video-product.liquid */
#hero-video-product {
  position: relative;
}

#hero-video-product .hero-video-product__media-wrap {
  overflow: hidden;
  position: relative;
}

.template-architectural-product {
  background-color: #F0F0F0;
}

#hero-video-product {
  .hero-video-product__wrapper {
    width: 100%;
    max-width: 1500px;
    margin-inline: auto;
    padding: 0 40px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);

    @media screen and (max-width: 1024px) {
      position: static;
      padding: 0 24px;
      transform: unset;
    }
  }
}

#hero-video-product .hero-video-product__placeholder {
  align-items: center;
  background-color: #f4f4f4;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  inset: 0;
}

#hero-video-product .hero-video-product__placeholder-svg {
  height: 50%;
  max-width: 280px;
  width: 50%;
}

#hero-video-product .hero-video-product__overlay {
  background-color: #000;
  inset: 0;
  opacity: 0.2;
  position: absolute;
  z-index: 2;
}

#hero-video-product .hero-video-product__card {
  background-color: rgba(255, 255, 255, .87);
  display: flex;
  flex-direction: column;
  max-width: 565px;
  padding: 90px 80px;

  @media screen and (max-width: 1024px) {
    max-width: none;
    padding: 80px 0;
    position: static;
    text-align: center;
    top: auto;
    width: 100%;
    background-color: transparent;
  }
}

#hero-video-product .hero-video-product__name {
  color: #3d2d19;
  margin: 0 0 35px;
  font-size: 40px;
  line-height: 1.2;
}

#hero-video-product .hero-video-product__description {
  color: #666666;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 35px;
}

#hero-video-product .hero-video-product__files {
  display: flex;
  gap: 35px;
  margin-bottom: 60px;
}

#hero-video-product .hero-video-product__file-link {
  align-items: center;
  color: #3d2d19;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  text-decoration: none;
}

#hero-video-product .hero-video-product__file-link svg {
  flex-shrink: 0;
}

#hero-video-product .hero-video-product__button {
  background: transparent;
  border: 1px solid #3d2d19;
  border-radius: 999px;
  color: #3d2d19;
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
  margin-top: auto;
  padding: 8px 42px;
  text-align: center;
  transition: all 0.3s ease;
  width: fit-content;
  min-width: 260px;
}

#hero-video-product .hero-video-product__button:hover {
  background-color: #3d2d19;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  #hero-video-product .hero-video-product__files {
    align-items: center;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
  }

  #hero-video-product .hero-video-product__button {
    margin-inline: auto;
    font-size: 18px;
    min-width: 188px;
  }
}

/* blocks/product-overview-hotspots.liquid */
#product-overview-hotspots {
  margin-inline: auto;
  max-width: 1500px;
  padding-inline: 40px;
  padding-top: 120px;
  padding-bottom: 0;

  @media screen and (max-width: 1024px) {
    padding-inline: 24px;
    padding-top: 0;
  }
}

#product-overview-hotspots .product-overview-hotspots-grid {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
}

#product-overview-hotspots .product-overview-hotspots-caption {
  color: #3D2D19;
  font-size: 13px;
  letter-spacing: 0;
  margin: 0 0 20px;
  font-weight: 500;
  
  @media screen and (max-width: 1024px) {
    text-align: center;
  }
}

#product-overview-hotspots .product-overview-hotspots-heading {
  color: #3D2D19;
  font-size: 42px;
  line-height: 1.35;
  margin: 0 0 38px;

  @media screen and (max-width: 1024px) {
    font-size: 36px;
    text-align: center;
  }
}

#product-overview-hotspots .product-overview-hotspots-divider {
  background-color: #3D2D19;
  border: none;
  height: 1px;
  margin: 0 0 36px;
}

#product-overview-hotspots .product-overview-hotspots-text {
  color: #3D2D19;
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 80px;

  @media screen and (max-width: 1024px) {
    margin-bottom: 60px;
  }
}

#product-overview-hotspots .product-overview-hotspots-button {
  background: transparent;
  border: 1px solid #3d2d19;
  border-radius: 999px;
  color: #3d2d19;
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 30px;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 220px;
  display: block;
}

#product-overview-hotspots .product-overview-hotspots-button:hover {
  background-color: #3d2d19;
  color: #ffffff;
}

#product-overview-hotspots .hotspot-image-container {
  display: block;
  position: relative;
  width: 100%;

  @media screen and (max-width: 1024px) {
    padding-bottom: 80px;
  }
}

#product-overview-hotspots .hotspot-image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

#product-overview-hotspots .hotspot-image {
  width: 100%;
  height: auto;
  display: block;
}

#product-overview-hotspots .hotspot-image-placeholder {
  background-color: #fdf9f0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 400px;
}

#product-overview-hotspots .hotspot-empty-state {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 20px;
  font-size: 14px;
  color: #3d2d19;
  text-align: center;
  pointer-events: none;
}

#product-overview-hotspots .hotspot-image-placeholder svg {
  width: 100%;
  height: 100%;
  max-width: 500px;
  max-height: 500px;
}

#product-overview-hotspots .hotspot {
  position: absolute;
  top: var(--hotspot-y);
  left: var(--hotspot-x);
  transform: translate(-50%, -50%);
  z-index: 2;
}

#product-overview-hotspots .hotspot-button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FDC70C;
  border: none;
  padding: 0;
  display: block;
  cursor: pointer;
  box-shadow: 0 0 0 8px rgba(217, 154, 59, 0.35);
  transition: transform 0.2s ease, background-color 0.2s ease, border 0.2s ease;
}

#product-overview-hotspots .hotspot-button:hover {
  transform: scale(1.15);
}

#product-overview-hotspots .hotspot-button[aria-expanded="true"] {
  background-color: #ffffff;
}

#product-overview-hotspots .hotspot-popup {
  position: absolute;
  width: 247px;
  background-color: #ffffff;
  border: 1px solid #e8e2d6;
  padding: 15px 20px;
  color: #3d2d19;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  pointer-events: none;

  p {
    margin-bottom: 0;
  }
}

#product-overview-hotspots .hotspot-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#product-overview-hotspots .hotspot-popup--top {
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
}

#product-overview-hotspots .hotspot-popup--top.active {
  transform: translateX(-50%) translateY(0);
}

#product-overview-hotspots .hotspot-popup--bottom {
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
}

#product-overview-hotspots .hotspot-popup--bottom.active {
  transform: translateX(-50%) translateY(0);
}

#product-overview-hotspots .hotspot-popup--left {
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%) translateX(10px);
}

#product-overview-hotspots .hotspot-popup--left.active {
  transform: translateY(-50%) translateX(0);
}

#product-overview-hotspots .hotspot-popup--right {
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
}

#product-overview-hotspots .hotspot-popup--right.active {
  transform: translateY(-50%) translateX(0);
}

@media screen and (max-width: 1024px) {
  #product-overview-hotspots .product-overview-hotspots-grid {
    gap: 90px;
    grid-template-columns: minmax(0, 1fr);
  }

  #product-overview-hotspots .product-overview-hotspots-divider {
    margin-inline: auto;
  }

  #product-overview-hotspots .product-overview-hotspots-button {
    margin-inline: auto;
  }

  #product-overview-hotspots .hotspot-button {
    width: 8px;
    height: 8px;
  }

  #product-overview-hotspots .hotspot-popup {
    width: 176px;
  }
}


.collapsible-trigger {
  span {
    font-size: 15px;
  }
}

.collapsible-content__inner--faq {
  padding: 10px 16px 0;
  p {
    br {
      display: none;
    }

    strong {
       br {
        display: block;
      }
    }
  }
}