/** Shopify CDN: Minification failed

Line 331:22 Unexpected "{"
Line 331:31 Expected ":"
Line 337:22 Unexpected "{"
Line 337:31 Expected ":"
Line 338:22 Unexpected "{"
Line 338:31 Expected ":"
Line 343:22 Unexpected "{"
Line 343:31 Expected ":"
Line 349:22 Unexpected "{"
Line 349:31 Expected ":"
... and 94 more hidden warnings

**/
body {
  overflow-x: hidden;
}

.product__pickup-availabilities,
.product__info-container .product__pickup-availability,
.pickup-availability,
pickup-availability-preview,
pickup-availability-drawer {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.product-form {
  margin-top: -32px !important;
  padding-top: 0 !important;
}

.section-header,
.header-wrapper,
header.header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999 !important;
  background:  #fff;
  transform: none !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay {
  text-align: center;
  padding: 0 20px;
}

.hero-heading {
  font-family: 'Lilita One', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(48px, 8vw, 128px);
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 1200px;
  margin: 0 auto;
}

.image-center-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top:135px;
  padding-right:150px;
  padding-left:150px;
  background-color: transparent;
}

.image-center-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1437px;
}

.center-image {
  width: 100%;
  height: auto;
  max-height: 287px;
  object-fit: contain;
}

.text-block-section {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding-top: 95px;
}

.text-block-wrapper {
  position: relative;
  max-width: 1438px;
  text-align: center;
  color: #000000;
  padding-right:150px;
  padding-left:150px;
  padding-bottom:690px;
  z-index: 3;
}

.text-block-heading {
  font-family: 'Lilita One', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(40px, 5vw, 80px);
  line-height: 1.15;
  text-transform: uppercase;
  color: #000000;
}

.text-block-paragraph {
  font-family: 'Libre Caslon Display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(20px, 2vw, 40px);
  line-height: 1.25;
  text-transform: lowercase;
  color: #000000;
  max-width: 1285px;
  padding-right: 100px;
  padding-left: 100px;
  text-align: center;
  margin-top:-45px;
  z-index: 9;
  position:relative;
}

.text-block-bottom-image {
  position: absolute;
  bottom: 166px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.text-block-bottom-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

  .best-sellers {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 90px;
    text-align: center;
    position: relative;
  }

  .best-sellers__title {
    font-family: 'Lilita One', sans-serif;
    font-weight: 400;
    font-size: clamp(40px, 5vw, 80px);
    line-height: 110px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 38px;
    z-index:11;
    position:relative;
  }

  .best-sellers__grid {
    --visible-count: 4;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 23px;
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .best-sellers__item {
    flex: 0 0 calc((100% - (var(--visible-count, 1) - 1) * 30px) / var(--visible-count, 1));
    max-width: 400px;
    text-align: center;
    position: relative;
  }

  .best-sellers__item[hidden] {
    display: none !important;
  }

  .best-sellers__link {
    text-decoration: none;
    color: inherit;
  }

  .best-sellers__image-wrapper {
    width: 100%;
    overflow: hidden;
  }

  .best-sellers__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }

  .best-sellers__image:hover {
    transform: scale(1.05);
  }

  .best-sellers__name {
    font-family: 'Lilita One', sans-serif;
    font-weight: 400;
    font-size: 28px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 7px;
  }

  .best-sellers__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-align: center;
    color: #e5e5e5;
    background: none;
    font-family: sans-serif;
  }

  .best-sellers__arrows {
    position: absolute;
    top: 56%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
  }

  .best-sellers__arrows--hidden {
    display: none;
  }

  .best-sellers__arrow {
    width: 140px;
    height: 140px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transform: rotate(0deg);
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, opacity 0.3s ease;
    background-color: #fff !important;
  }

  .best-sellers__arrow--prev svg {
    transform: rotate(-360deg);
  }

  .best-sellers__arrow:hover:not([disabled]) {
    background: #c5c5c5;
  }

  .best-sellers__arrow[disabled] {
    cursor: not-allowed;
    pointer-events: none;
  }

  .best-sellers__arrow[disabled] svg polygon {
    fill: #e0e0e0;
  }

.warranty-section {
  text-align: center;
  padding: 160px 250px;
}

.warranty-image img {
  width: 280px;
  height: 280px;
  object-fit: contain;
  margin: 0 auto 0px auto;
}

.warranty-heading {
  font-family: 'Lilita One', sans-serif;
  font-size: clamp(40px, 5vw, 80px);
  line-height: 80px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
  margin-top: 23px;
}

.warranty-text {
  font-family: 'Libre Caslon Display', serif;
  font-size: clamp(20px, 2vw, 40px);
  line-height: 40px;
  color: #000;
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  text-transform: lowercase;
}

    :root {
      --discount-heading-font: 'Lilita One', 'Arial Black', sans-serif;
      --discount-body-font: 'Libre Caslon Display', 'Times New Roman', serif;
      --discount-max-width: min(1100px, 90vw);
    }

    #shopify-section-{{ section.id }}.discount-banner {
      position: relative;
      color: var(--discount-text-color, #ffffff);
      margin-top:0px;
    }

    #shopify-section-{{ section.id }} .discount-banner__media,
    #shopify-section-{{ section.id }} .discount-banner__image {
      position: absolute;
      inset: 0;
    }

    #shopify-section-{{ section.id }} .discount-banner__image {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    #shopify-section-{{ section.id }} .discount-banner__image--placeholder {
      background: linear-gradient(135deg, #ff8a65, #ff7043);
    }

    #shopify-section-{{ section.id }} .discount-banner__overlay {
      position: absolute;
      inset: 0;
      background: var(--discount-overlay-color, rgba(255, 115, 79, 0.45));
    }

    #shopify-section-{{ section.id }} .discount-banner__content {
      position: relative;
      z-index: 2;
      display: grid;
      place-items: center;
      text-align: center;
      padding-top:155px;
    }

    #shopify-section-{{ section.id }} .discount-banner__text {
      max-width: var(--discount-max-width);
      display: grid;
    }

    #shopify-section-{{ section.id }} .discount-banner__heading {
      font-family: var(--discount-heading-font);
      font-weight: 400;
      text-transform: uppercase;
      font-size: clamp(40px, 5vw, 80px);
      line-height: 1.05;
      margin: 0;
      letter-spacing: 0.02em;
      text-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
      color: var(--discount-text-color, #ffffff);
    }

    #shopify-section-{{ section.id }} .discount-banner__subheading {
      font-family: var(--discount-body-font);
      font-size: clamp(20px, 2.5vw, 40px);
      line-height: 1.35;
      margin: 0;
      width:63%;
      justify-self: center;
      text-transform:lowercase;
      color: color-mix(in srgb, var(--discount-text-color) 92%, rgba(255, 255, 255, 0.75));
      margin-top:-28px;
    }

    #shopify-section-{{ section.id }} .discount-banner__badge {
      display: flex;
      justify-content: center;
      margin-bottom: -118px;
    }

    #shopify-section-{{ section.id }} .discount-banner__badge-circle {
      width: clamp(16rem, 28vw, 23rem);
      height: clamp(16rem, 28vw, 23rem);
      border-radius: 50%;
      background: #ffffff;
      display: grid;
      place-items: center;
      overflow: hidden;
    }

    #shopify-section-{{ section.id }} .discount-banner__badge-icon {
      width: clamp(13rem, 19vw, 16.5rem);
      height: auto;
      filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.18));
    }

@media (max-width: 1204px) {
  .text-block-bottom-image {
    position: absolute;
    bottom: 175px;
    left: 50%;
  }

  .text-block-wrapper {
    padding-right:150px;
    padding-left:150px;
    padding-bottom:600px;
  }

.text-block-paragraph {
  max-width: 1050px;
  padding-right: 100px;
  padding-left: 100px;
  margin-top:-33px;
}

  .new-arrival {
    padding: 180px 50px;
  }

  .new-arrival {
  max-width: 1000px;
  margin: 0;
}

  .best-sellers {
    padding: 0 60px;
  }

  .best-sellers__title {
    margin-bottom: 25px;
  }

  .best-sellers__grid {
    gap: 20px;
  }

  .best-sellers__arrow svg {
    width: 74px;
    height: 74px;
  }

  .best-sellers__arrow {
    width: 76px;
    height: 76px;
  }
  .best-sellers__arrows {
    top: 59%;
  }

  .best-sellers__name {
    font-size: 28px;
    margin-top: 7px;
  }

      #shopify-section-{{ section.id }} .discount-banner__subheading {
      line-height: 1.35;
      margin-top:-20px;
    }

  }

  @media (max-width: 1133px) {
    .best-sellers__arrows {
    top: 56%;
  }
  }


@media (max-width: 1113px) {

  .best-sellers {
    padding: 0 52px;
  }

  .best-sellers__title {
    margin-bottom: 20px;
  }

  .best-sellers__grid {
    gap: 17px;
  }

  .best-sellers__arrow svg {
    width: 75px;
    height: 75px;
  }

  .best-sellers__arrow {
    width: 75px;
    height: 75px;
  }

  .best-sellers__name {
    font-size: 28px;
  }
  }

@media (max-width: 1096px) {

  .text-block-bottom-image {
    bottom: 20px;
    z-index:-1;
  }

  .text-block-wrapper {
    padding: 0 100px 600px;
  }

  
  .text-block-wrapper {
    margin-top:-35px;
  }

  .warranty-section {
  padding: 150px 200px;
}

.warranty-image img {
  width: 220px;
  height: 220px;
}
}


@media (max-width: 1080px) {
  .hero-heading {
    padding: 0 100px;
  }

  .image-center-section {
    padding: 100px 80px 0;
  }

  .text-block-wrapper {
    padding: 0 80px 400px;
  }

  .text-block-paragraph {
    padding: 0 60px;
  }

  .best-sellers {
    padding: 0 60px;
  }

  .best-sellers__title {
    margin-bottom: 18px;
  }

  .best-sellers__grid {
    --visible-count: 3;
    gap: 17px;
  }

  .best-sellers__arrow svg {
    width: 75px;
    height: 75px;
  }

  .best-sellers__arrow {
    width: 75px;
    height: 75px;
  }

  .best-sellers__name {
    font-size: 28px;
  }

  .warranty-heading {
  line-height: 60px;
  margin-bottom: 10px;
  margin-top: 23px;
}

  .warranty-text {
  line-height: 37px;
}
}
@media (max-width: 1031px) {
  .hero-heading {
    padding: 0 60px;
  }

}

@media (max-width: 1000px) {
  .best-sellers__arrow {
    width: 100px;
    height: 100px;
  }
    .best-sellers__arrow svg {
      width: 60px;
      height: 60px;
    }

  .best-sellers__name {
    font-size: 25px;
  }

    #shopify-section-{{ section.id }} .discount-banner__content {
      padding-top:130px;
    }

    #shopify-section-{{ section.id }} .discount-banner__badge-icon {
      width: clamp(11rem, 17vw, 15rem);
    }

      #shopify-section-{{ section.id }} .discount-banner__badge-circle {
      width: clamp(15rem, 23vw, 22rem);
      height: clamp(15rem, 23vw, 22rem);
    }

    #shopify-section-{{ section.id }} .discount-banner__badge {
      margin-bottom: -109px;
    }
}

@media (max-width: 950px) {
    #shopify-section-{{ section.id }} .discount-banner__badge {
      margin-bottom: -104px;
    }
  }
@media (max-width: 920px) {

    #shopify-section-{{ section.id }} .discount-banner__badge {
      margin-bottom: -96px;
    }
      #shopify-section-{{ section.id }} .discount-banner__badge-icon {
      width: clamp(10rem, 16vw, 14rem);
    }

      #shopify-section-{{ section.id }} .discount-banner__badge-circle {
      width: clamp(14rem, 22vw, 21rem);
      height: clamp(14rem, 22vw, 21rem);
    }

    #shopify-section-{{ section.id }} .discount-banner__subheading {
      margin-top:-10px;
    }

      .warranty-section {
       padding: 120px 160px;
}

}

  @media (max-width: 915px) {
    .best-sellers__arrows {
    top: 57%;
  }
  }

@media (max-width: 900px) {

  .text-block-bottom-image {
    bottom: 65px;
    z-index:-1;
  }

  .text-block-paragraph {
    padding: 12px 30px;
   
  }

    .best-sellers__arrow svg {
      width: 50px;
      height: 50px;
    }

    .best-sellers__arrow {
    width: 90px;
    height: 90px;
  }

  .best-sellers__name {
    font-size: 23px;
  }
}

@media (max-width: 880px) {

    #shopify-section-{{ section.id }} .discount-banner__badge {
      margin-bottom: -92px;
    }

}

@media (max-width: 820px) {

    #shopify-section-{{ section.id }} .discount-banner__badge {
      margin-bottom: -89px;
    }

}


@media (max-width: 800px) {

  .text-block-bottom-image {
    bottom: 60px;
    z-index:-1;
  }

  .text-block-paragraph {
    padding: 12px 30px;
  }
    .text-block-wrapper {
    padding-bottom:340px;
  }

        #shopify-section-{{ section.id }} .discount-banner__badge-icon {
      width: clamp(10rem, 16vw, 14rem);
    }

      #shopify-section-{{ section.id }} .discount-banner__badge-circle {
      width: clamp(14rem, 22vw, 21rem);
      height: clamp(14rem, 22vw, 21rem);
    }

    #shopify-section-{{ section.id }} .discount-banner__subheading {
      margin-top:-10px;
    }

    #shopify-section-{{ section.id }} .discount-banner__badge {
      margin-bottom: -85px;
    }

    .warranty-image img {
  width: 200px;
  height: 200px;
}

      .warranty-section {
       padding: 120px 130px;
}
}
@media (max-width: 785px) {
  .hero-section {
    padding: 0 0px;
  }

}


@media (max-width: 768px) {

  .image-center-section {
    padding: 80px 40px 0;
  }

  .center-image {
    max-height: 220px;
  }

  .text-block-section {
    padding-top: 60px;
  }

  .text-block-wrapper {
    padding: 0 40px 400px;
  }

  .text-block-heading {
    font-size: clamp(32px, 6vw, 60px);
  }

  .text-block-paragraph {
    font-size: clamp(18px, 2.2vw, 28px);
    padding: 0 30px;
    margin-top: -25px;
  }

  .text-block-bottom-image {
    bottom: 120px;
  }

  .best-sellers__title {
    font-size: clamp(32px, 6vw, 60px);
  }


  .best-sellers {
    padding: 0 50px;
  }

  .best-sellers__grid {
    --visible-count: 2;
    gap: 20px;
  }

  .best-sellers__arrow svg {
    width: 72px;
    height: 72px;
  }

  .best-sellers__arrow {
    width: 72px;
    height: 72px;
  }

  .best-sellers__name {
    font-size: 25px;
  }
    #shopify-section-{{ section.id }} .discount-banner__badge {
      margin-bottom: -82px;
    }
}

@media (max-width: 725px) {
  .hero-section {
    padding: 0 0;
  }

    .hero-heading {
   padding: 0 50px;
  }

        .warranty-section {
       padding: 120px 100px;
}

    #shopify-section-{{ section.id }} .discount-banner__badge {
      margin-bottom: -76px;
    }
}

@media (max-width: 632px) {
  .hero-heading {
   padding: 0 30px;
  }

  .best-sellers__name {
    font-size: 22px;
  }

  .best-sellers__arrow svg {
    width: 67px;
    height: 67px;
  }

  .best-sellers__arrow {
    width: 67px;
    height: 67px;
  }

  .best-sellers__name {
    margin-top: 4px;
  }

    .warranty-section {
       padding: 100px 60px;
}
.warranty-heading{
  margin-top:12px;
  line-height:53px;
} 

.warranty-text{
  line-height:30px;
} 

    .warranty-image img {
  width: 180px;
  height: 180px;
}

    #shopify-section-{{ section.id }} .discount-banner__badge {
      margin-bottom: -66px;
    }

      #shopify-section-{{ section.id }} .discount-banner__content {
      padding-top:100px;
    }

    #shopify-section-{{ section.id }} .discount-banner__badge-icon {
      width: clamp(9rem, 14vw, 13rem);
    }

      #shopify-section-{{ section.id }} .discount-banner__badge-circle {
      width: clamp(13rem, 21vw, 20rem);
      height: clamp(13rem, 21vw, 20rem);
    }
}

@media (max-width: 632px) {
  .hero-heading {
   padding: 0 13px;
  }
}

@media (max-width: 560px) {

  .best-sellers {
    padding: 0 40px;
  }

  .best-sellers__title {
    margin-bottom:10px;
  }

  .best-sellers__arrow svg {
    width: 60px;
    height: 60px;
  }

  .best-sellers__arrow {
    width: 60px;
    height: 60px;
  }

  .best-sellers__arrows {
    top:59%;
  }

  .best-sellers__name {
    font-size: 20px;
  }
    .best-sellers__arrow {
    width: 56px;
    height: 56px;
  }

    .warranty-section {
       padding: 100px 30px;
}
}


@media (max-width: 520px) {

  .best-sellers__arrow svg {
    width: 56px;
    height: 56px;
  }

  .warranty-heading{
  font-size: clamp(35px, 4.5vw, 70px);
  line-height:43px;
} 


}

@media (max-width: 480px) {
  .hero-section {
    height: 70vh;
  }

  .hero-heading {
    font-size: clamp(28px, 10vw, 56px);
    line-height: 1.05;
  }

  .image-center-section {
    padding: 60px 20px 0;
  }

  .center-image {
    max-height: 180px;
  }

  .text-block-wrapper {
    padding: 0 20px 300px;
  }

  .text-block-heading {
    font-size: clamp(28px, 8vw, 48px);
  }

  .text-block-paragraph {
    font-size: 18px;
    padding: 0 10px;
  }

  .text-block-bottom-image {
    bottom: 80px;
  }

  #shopify-section-{{ section.id }} .discount-banner__subheading {
    width: 90%;
    font-size: 22px;
    margin-top: -15px;
  }

  .warranty-image img {
  width: 155px;
  height: 155px;
}
}
@media (max-width: 450px) {
  .best-sellers {
    padding: 0 30px;
  }
  .best-sellers__grid {
    gap: 10px;
  }

  .best-sellers__title {
    margin-bottom:1px;
  }

  .best-sellers__arrow svg {
    width: 52px;
    height: 52px;
  }

  .best-sellers__arrow {
    width: 52px;
    height: 52px;
  }

  .best-sellers__name {
    font-size: 18px;
  }

  .warranty-heading{
  font-size: clamp(32px, 4.1vw, 60px);
  line-height:43px;
} 

.warranty-text{
font-size: clamp(18px, 1.7vw, 30px);
}

    #shopify-section-{{ section.id }} .discount-banner__heading {
      font-size: clamp(32px, 4.1vw, 60px);
    }

    #shopify-section-{{ section.id }} .discount-banner__subheading {
      font-size: clamp(18px, 1.7vw, 30px);
    }

    #shopify-section-{{ section.id }} .discount-banner__content {
      padding-top:90px;
    }

    #shopify-section-{{ section.id }} .discount-banner__badge-icon {
      width: clamp(8rem, 12.5vw, 12rem);
    }

      #shopify-section-{{ section.id }} .discount-banner__badge-circle {
      width: clamp(12rem, 19vw, 19rem);
      height: clamp(12rem, 19vw, 19rem);
    }

    #shopify-section-{{ section.id }} .discount-banner__badge {
      margin-bottom: -61px;
    }

}
@media (max-width: 400px) {

.warranty-image img {
  width: 145px;
  height: 145px;
}

.warranty-heading{
  font-size: clamp(30px, 3.9vw, 53px);
  line-height:43px;
} 

.warranty-text{
font-size: clamp(17px, 1.6vw, 27px);
}

    #shopify-section-{{ section.id }} .discount-banner__badge-icon {
      width: clamp(8rem, 11vw, 11rem);
    }

    #shopify-section-{{ section.id }} .discount-banner__badge-circle {
      width: clamp(11rem, 18vw, 16rem);
      height: clamp(11rem, 18vw, 16rem);
    }

    #shopify-section-{{ section.id }} .discount-banner__badge {
      margin-bottom: -57px;
    }
}

@media (max-width: 390px) {
  .best-sellers {
    padding: 0 23px;
  }
  .best-sellers__grid {
    gap: 7px;
  }

  .best-sellers__title {
    margin-bottom:0;
  }

  .best-sellers__arrow svg {
    width: 47px;
    height: 47px;
  }

  .best-sellers__arrow {
    width: 47px;
    height: 47px;
  }

  .best-sellers__name {
    font-size: 17px;
  }

  .warranty-heading{
  font-size: clamp(27px, 3.8vw, 48px);
  line-height:35px;
} 

.warranty-text{
font-size: clamp(14px, 1.4vw, 21px);
line-height:26px;
}

.warranty-image img {
  width: 138px;
  height: 138px;
}
}
@media (max-width: 360px) {
  .hero-heading {
    font-size: 24px;
  }

  .text-block-paragraph {
    font-size: 16px;
  }

  .warranty-heading {
    font-size: 32px;
  }

  .best-sellers {
    padding: 0 20px;
  }

  .best-sellers__grid {
    gap: 7px;
  }

  .best-sellers__arrow svg {
    width: 43px;
    height: 43px;
  }

  .best-sellers__arrow {
    width: 43px;
    height: 43px;
  }

  .warranty-heading{
  font-size: clamp(23px, 3.6vw, 40px);
  line-height:35px;
} 

.warranty-text{
font-size: clamp(13px, 1.3vw, 18px);
line-height:26px;
}

.warranty-image img {
  width: 130px;
  height: 130px;
}
}


.model-family {
  margin-block: 2rem;
}

.model-family__heading {
  font-size: var(--font-heading-scale, 1rem);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.model-family__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(55px, 1fr));
  gap: 0.65rem;
}

.model-family__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(var(--color-foreground, 0, 0, 0), 0.1);
  border-radius: 5px;
  padding: 0.25rem;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.model-family__item:hover {
  border-color: rgba(var(--color-foreground, 0, 0, 0), 0.35);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.model-family__item--active {
  border-width: 1px;
  border-color: var(--color-primary, #000);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--color-primary, #000) 45%, transparent);
}

.model-family__image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 68%;
  overflow: hidden;
  border-radius: 4px;
  background: #f3f3f3;
}

.model-family__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.model-family__title {
  margin-top: 0.3rem;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.2;
  display:none;
}

.model-family__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 0.7rem;
  color: rgba(0,0,0,0.5);
}

.popup a,
.popup__link,
.popup-text,
.popup p {
  color: #000 !important;
}

.popup {
  background-color: #333 !important;
}


/* Product materials and description */

.product-description {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top:42px !important;
}

.product-materials {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}


.product-materials, .product-description {
  margin: 2.5rem 0;
  padding-top: 2rem;
}

.product-materials__toggle, .product-description__toggle {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: inherit;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #111;
  cursor: pointer;
}

.product-materials__toggle:focus-visible, .product-description__toggle:focus-visible {
  outline: 2px solid #111;
  outline-offset: 4px;
}

.product-materials__toggle-icon, .product-description__toggle-icon {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.2s ease;
}

.product-materials[data-expanded="true"] .product-materials__toggle-icon {
  transform: rotate(90deg);
}

.product-materials__panel[hidden], .product-description__panel[hidden] {
  display: none;
}

.product-materials__panel, .product-description__panel {
  padding-bottom: 1.5rem;
}

.product-materials__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.3rem;
}

.product-materials__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
}

.product-materials__icon-wrapper {
  width: 63px;
  height: 63px;
  display: grid;
  place-items: center;
}

.product-materials__icon {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
}

.product-materials__content {
  display: flex;
  flex-direction: column;
  gap: 0.33rem;
}

.product-materials__label {
  margin: 0;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  display: inline;
}

.product-materials__title {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.45;
  font-weight: 700;
  color: #000;
  display: inline;
  margin-left:1px;
}

.product-materials__description {
  font-size: 1.05rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.74);
}

.product-materials__description p {
  margin: 0;
}

.product-materials__description p + p {
  margin-top: 0.75rem;
}

@media (max-width: 600px) {

  .product-materials__item {
    grid-template-columns: minmax(44px, 52px) 1fr;
    gap: 1rem;
  }

  .product-materials__toggle {
    font-size: 1rem;
  }
}


/* === Product gallery thumbnails === */
@media screen and (min-width: 990px) {
  .product__media-wrapper {
    display: grid;
    grid-template-columns: minmax(50px, 85px) 1fr;
    gap: 0rem;
    align-items: start;
  }

  .product__media-wrapper media-gallery {
    display: contents;
  }

  .product__media-wrapper slider-component.thumbnail-slider {
    order: 0;
    align-self: start;
    overflow: visible;
    max-height: none;
    padding: 0;
    position: sticky;
    top: 0rem;
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider) {
    order: 1;
    position: sticky;
    top: 0rem;
  }

  .thumbnail-slider {
    --thumb-gap: 0.5rem;
  }

  .thumbnail-slider slider-track,
  .thumbnail-slider .slider {
    display: flex !important;
    flex-direction: column;
    gap: var(--thumb-gap);
    scroll-snap-type: none;
  }

  .thumbnail-slider .slider__slide {
    width: 100%;
    flex: 0 0 auto;
    transform: none !important;
    opacity: 1 !important;
  }

  .thumbnail-slider .thumbnail {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 3px;
  }

  .thumbnail-slider .slider__slide:not(.is-active) .thumbnail {
    opacity: 0.75;
  }

  .thumbnail-slider .slider__slide.is-active .thumbnail{
     border: 2px solid #000 !important;
  }

  .thumbnail-slider .thumbnail {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .thumbnail-slider .slider-button,
  .thumbnail-slider .slider-counter {
    display: none !important;
  }
}

/* === Navigation arrows for main image === */
@media screen and (min-width: 990px) {
  .product__media-wrapper slider-component:not(.thumbnail-slider) {
    position: sticky;
    margin-bottom:50px;
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider) .slider-buttons {
    display: flex !important;
    position: absolute;
    bottom: -3rem;
    left: 80%;
    gap: 0.1rem;
    z-index: 10;
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider) .slider-button {
    display: flex !important;
    width: 4rem;
    height: 4rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider) .slider-button:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
    border-radius: 20px;
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider) .slider-button .svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider) .slider-button .svg-wrapper svg {
    width: 1.6rem !important;
    height: 1.6rem !important;
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider) .slider-counter {
     display: none !important;
  }

  .product__media-wrapper .slider-buttons.quick-add-hidden {
    display: flex !important;
  }

}








/* Birken-style slider */
.product-slider {
  padding: 30px 0;
  font-family: inherit;
  color: #111;
}

#product-slider-{{ section.id }} .product-slider__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0rem;
  margin-top: 1.5rem;
}

#product-slider-{{ section.id }} .product-slider__nav-button {
  width: 100px;
  height: 3px;
  padding: 0;
  border: none;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

#product-slider-{{ section.id }} .product-slider__nav-button.is-active {
  background-color: #888;
  transform: scaleY(1.18);
  border-radius: 2px;
}

#product-slider-{{ section.id }} .product-slider__progress {
  display: none;
}

#product-slider-{{ section.id }} .product-slider__nav-button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

#product-slider-{{ section.id }} .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 768px) {
  .product-slider {
    padding: 40px 0;
  }
}

.product-slider__inner {
  width: min(1100px, 80vw);
  margin: 0 auto;
  position: relative;
}

.product-slider__header {
  text-align: center;
  margin-bottom: 3px;
}

.product-slider__title {
  font-size: clamp(31px, 3.6vw, 30px) !important;
}

#product-slider-{{ section.id }} .product-slide__heading {
  font-size: clamp(17px, 3vw, 15px) !important;
  font-weight: 600;
  margin: 0;
}

.product-slider__viewport {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.product-slider__arrow {
  appearance: none;
  border: none;
  background: transparent;
  color: #666;
  font-size: clamp(28px, 3vw, 40px);
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: color 0.2s ease;
  z-index: 111;
}

.product-slider__arrow:hover,
.product-slider__arrow:focus {
  color: #000;
}

.product-slider__track {
  position: relative;
  flex: 1;
  min-height: 220px;
}

.product-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  align-items: center;
  gap: clamp(20px, 4vw, 60px);
  opacity: 0;
  visibility: hidden;
  transform: translateX(40px);
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s;
  padding: clamp(10px, 3vw, 30px) clamp(10px, 3vw, 40px);
  margin-left:60px;
}

.product-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  position: relative;
}

.product-slide__media {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-slide__image {
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.product-slide__placeholder {
  width: 200px;
  height: 100px;
  display: grid;
  place-items: center;
}

.product-slide__content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-slide__textbox {
  background: #fff;
  border-radius: 0px;
  box-shadow:
    0 12px 35px rgba(15, 23, 42, 0.12),
    0 2px 10px rgba(15, 23, 42, 0.08);
  padding: clamp(20px, 3vw, 28px);
  max-width: 300px;
  font-family: 'Inter', sans-serif;
  margin-left:-140px;
  margin-top:-100px;
}

.product-slide__heading {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
}

.product-slide__body {
  margin: 0;
  color: #4b5563;
  line-height: 1.5;
  font-size: 13px;
  margin-top:-6px;
}

@media (max-width: 1024px) {
  .product-slide {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .product-slide__textbox {
    max-width: 360px;
  }
}

@media (max-width: 640px) {
  .product-slider {
    padding: 0px;
  }

  .product-slider__viewport {
    flex-direction: column;
  }

  .product-slider__arrow {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    font-size: 29px;
    color: rgba(0, 0, 0, 0.45);
  }

  .product-slider__arrow--prev { left: 2px; }
  .product-slider__arrow--next { right: 2px; }

  .product-slide {
    padding: 35px 16px 30px;
    gap: 0px;
    margin-left:0px;
  }

  .product-slide__textbox {
    margin-top: 0px;
    margin-left:12px;
    margin-right:12px;
    padding: 30px;
      box-shadow:
    0 12px 35px rgba(15, 23, 42, 0.07),
    0 2px 10px rgba(15, 23, 42, 0.03);
  }

  .product-slider__nav-button {
    width: 40px;
    height: 2px;
  }

  .product-slider__inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
  }  
}

