@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-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) */
}

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

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: 13px;
    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: 13px;
}

.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;
      }
    }
  }
}

.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: 13px;
    }
  }
}

.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 {
  .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;
    }
  }

  .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) {
    .product-block--buy-buttons {
      margin-top: -73px;
      margin-left: 130px;
    }
  }
} 


.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;
      }
    }
  }

  .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;
    }
    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: 13px;
  } 
}

.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 {
        display: none;
      }

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

      input, textarea {
        border-radius: 7px;
        background-color: #E8E6E4;
        font-size: 13px;
        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: 13px;
}

.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;
          }
        }
      }
    }
  }
}

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