/** Shopify CDN: Minification failed

Line 1096:0 Unexpected "}"

**/
.container{
    max-width: 1480px;
    padding: 0 2rem;
}
/*template inner conatiner size*/
/* Only for Semacon template */
/* Wrap only PDP content */
main .container{
    max-width:1280px;
    padding:0 2rem;
}

/*template inner conatiner size*/
.footer{
    margin-top: 5rem;
}

/* Common Css */
.heading__title,.revamp-rich-text-left__wrapper h2{
    margin-bottom: 2rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}
.product-title-h3,.revamp-rich-text-left__wrapper h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    padding: 0;
    margin-bottom: 1rem;
}
/* Common css end */
/* Product Gallery */
.product-gallery__carousel-wrapper .flickity-viewport{
    overflow: unset;
}
.product-gallery__carousel-item{
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    background-color: #e5e7eb;
    background-image: linear-gradient(to bottom right, #f9fafb,#f3f4f6);
}
.product-gallery__size-limiter{
    padding: 2rem;   
}
.product-gallery__thumbnail-list{
    margin: 0;
    width: 100%;
    display: flex;
    gap: 16px;
}
.product-gallery__thumbnail{
    margin: 0;
    padding: 0;
    border-radius: 0.5rem;
    padding: 0.5rem;
    background-color: #e5e7eb;
    background-image: linear-gradient(to bottom right, #f9fafb,#f3f4f6);
    min-width: 130px;
    width: 100%;
}
.product-gallery__thumbnail.is-nav-selected{
    border: 2px solid #000;
}
/* star */
.product-meta__review{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.product-meta__review-stars{
    display: flex;
    align-items: center;
}
.product-meta__review-stars svg{
    stroke: #facc15;
    fill: #facc15;
}
.product-meta__review-text{
    font-size: 0.875rem !important;
    line-height: 1.25;
    margin: 0 !important;
}
/* product meta text */
.product-meta__text{
    border-bottom: 0px solid #e5e7eb;
    padding-bottom: 0em;
    margin-bottom: 0rem;
}
/* pricing */

.product-form__info-list > .product-form__info-item:first-child { 
    display: flex;
}
.price-list{
    align-items: flex-end;
    gap: 1rem;
}
.price{
    color: #000;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin: 0;
}
.product-form .price--compare {
    font-size: 1rem;
    font-weight: 600;
    color: #6b7280;
    text-decoration-color: #6b7280;
    text-decoration-thickness: 2px;
    line-height: 1;
}
.price--discount-percentage{
    font-size: .875rem;
    line-height: 1;
    font-weight: 600;
    color: #166534;
    background-color: #dcfce7;
    padding: .25rem .75rem;
    border-radius: 50px;
}
.product-form__info-item--price .product-form__info-title{
    display: none;
}
/* Quantity selector */
.product-info__block-item--variant-selector {
    padding-bottom: 1.5rem;
}
.product-info__block-item--variant-selector .product-form__info-list{
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.product-form__info-item--quantity{
    display: flex;
    align-items: center;
    width: 100%;
}
.product-form__info-item--quantity>*{
    padding-top: 0;
}
/* product bullet info list */
.product-bullet-info-list{
    padding: 1.5rem;
    margin: 1.5rem 0;
    background-color: #f9fafb;
    border-radius: 1rem;
    width: 100%;
}
.product-bullet-info-list__item{
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.product-bullet-info-list__item p{
    margin: 0;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.product-bullet-info-list__item span:first-child{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    background-color: rgba(136,176,75,0.2);
}
.product-bullet-info-list__item span svg{
    width: 12px;
    height: 12px;
    stroke: var(--header-accent-color);
}
.product-bullet-info-list__item-icon {
    display: flex;
    color: #16a34a;
}
/* buttons */
.product-form__payment-container{
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 100%;
    margin: 0;
}
.product-form__payment-container button{
    margin: 0;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    padding: 0.75rem 0;
}
.product-form__add-button{
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.product-form__buy-now-button{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    transition: all .3s ease;
    border-radius: 12px;
    overflow: hidden;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    padding: .75rem 0;
    width: 100%;
    margin: 0;
}
.product-form__buy-now-button:hover{
    background-color: rgb(249, 250, 251);
}
/* product usb */
.product-usbs{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 3rem 0 0;
}
.product-usbs__item{
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #f9fafb;
    border-radius: 0.75rem;
    padding: 1rem;
    gap: 0.5rem;
}
.product-usbs__item-icon{
    display: flex;
    justify-content: center;
}
.product-usbs__item p{
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.25;
}
.product-usbs__item-content{
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
@media screen and (min-width: 1000px) {
    .product-gallery__zoom-notice{
        display: none !important;
    }
    .product-gallery--with-thumbnails{
        flex-direction: column;
        gap: 2rem;
    }
    .product-gallery--with-thumbnails .product-gallery__carousel-wrapper{
        width: 100%;
        margin: 0;
    }
    /* product info */
    .product-block-list__item--info{
        position: relative;
        inset: unset;
    }
    .product-meta__text h2{
        font-size: 2.25rem;
        font-weight: 700;
        line-height: 2.5rem;
        margin: 0.5rem 0 1rem;
    }
    .product-meta__text p{
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 500;
        color: #4b5563;
    }
}
@media screen and (min-width: 1280px) {
    .product-block-list__wrapper{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        width: 100% !important;
    }
    .product-block-list--medium .product-block-list__item--info{
        width: 100%;
    }
}
@media screen and (max-width: 749px) {
    .container{
        max-width: 1280px;
        padding: 0 1rem;
    }
    /* Common css */
    .heading__title,.revamp-rich-text-left__wrapper h2{
        font-size: 1.5rem;
        line-height: 2rem;
    }
    /* Common css end */
    .product-gallery{
        margin-bottom: 0;
    }
    .product-gallery__carousel,.scroller{
        margin: 0;
    }
    .product-gallery__carousel-item{
        padding: 0;
    }
    .product-gallery__carousel-wrapper{
        margin-bottom: 1rem;
    }
    .product-gallery__thumbnail-list:after, .product-gallery__thumbnail-list:before{
        display: none;
    }
    .product-gallery__thumbnail{
        margin: 0;
        border-radius: 0.5rem;
        padding: 0.5rem;
        background-color: #e5e7eb;
        min-width: calc(25% - 16px);
        width: 100%;
    }
    /* product info */
    .product-block-list__item--info{
        margin-top: 2rem;
    }
    .product-meta__text h2{
        font-size: 30px;
        line-height: 1.25;
        font-weight: 700;
        margin: 0.5rem 0 1rem;
    }
    .product-meta__text p{
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 500;
        color: #4b5563;
    }
}
/* revamp rich text left */
.revamp-rich-text-left__container{
    padding: 3rem;
    background-image: linear-gradient(to right bottom, rgb(249, 250, 251), rgb(255, 255, 255));
    border-bottom-color: rgb(229, 231, 235);
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.revamp-rich-text-left__tabs {
    display: flex;
    gap: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    overflow: auto;
}
.product-tab--title{
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-bottom: 0.5rem;
    cursor: pointer;
    white-space: nowrap;
}
.product-tab--title.active{
    color: var(--header-accent-color);
    border-bottom: 2px solid var(--header-accent-color);
}
.revamp-rich-text-left__tabs-content {
    padding-top: 1rem;
}
.product-tab--content{
    display: none;
}
.product-tab--content.active{
    display: block;
}
.revamp-rich-text__content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.revamp-rich-text-left__container h2{
    margin-bottom:1rem;
}
.revamp-rich-text-left__container h3{
    margin-bottom:0;
}
.revamp-rich-text-left__container p + h3,
.revamp-rich-text-left__container ul + h3,
.revamp-rich-text-left__container ol + h3{
    margin-top:1.25rem;
}
.revamp-rich-text-left__container li ul {
    padding-left: 1rem;
}
@media screen and (max-width: 749px) {
    .revamp-rich-text-left__container{
        padding: 1rem;
    }
    .revamp-rich-text__content{
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.semacon-stock-badge {
  display: inline-block;
  background-color: #d1fae5;
  color: #065f46;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 8px;
}

.price-list {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.price-unit {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
}

.product-form__add-button {
  display: inline-flex;
  align-items: center;
  justify-content: center; 
  gap: 8px;
}

.product-form__add-button .icon {
  width: 18px;
  height: 18px;
}

.product-datasheet-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.product-datasheet-btn svg {
  width: 18px;
  height: 18px;
}
.semacon-product-attributes {
  border-top: 1px solid #e5e7eb;
  padding-top: 16px;
  margin-top: 16px;
}

.semacon-product-attributes__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.attr-item {
  font-size: 14px;
  color: #374151;
}

.attr-label {
  font-weight: 500;
  margin-right: 4px;
}

.attr-value {
  font-weight: 600;
}
.product-form__payment-container
  > .product-meta__info-grid--full {
  all: unset;
  display: block;
  width: 100%;
}

.product-form__payment-container button {
  margin-top: 10px;
}

/* Full-width strip */
.semacon-usb-strip {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(90deg, #88b04b, #88b04b);
  padding: 20px 0;
}

/* Centered inner container */
.semacon-usb-strip__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.semacon-usb-strip__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  align-items: center;
}

.semacon-usb-strip__item {
  display: flex;
  align-items: center;    
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
}

/* Shopify icon SVG fix */
.semacon-usb-strip__icon {
  display: flex;            
  align-items: center;  
}

.semacon-usb-strip__icon svg {
  width: 18px;
  height: 18px;
  display: block;          
  color: #ffffff;
}

@media (max-width: 768px) {
  .semacon-usb-strip__items {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 14px;
  }
}
@media (max-width: 768px) {
  .semacon-usb-strip__items {
    justify-items: start;
  }

  .semacon-usb-strip__item {
    justify-content: flex-start;
  }
}

.semacon-product-description {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.semacon-product-description p {
  margin-bottom: 18px;
  line-height: 1.7;
  font-size: 1.125rem;
  color: #1f2937;
}

/* ===== Semacon Commitment – Final Override ===== */

.key-features {
  background-color:#ffffff;
  padding: 4rem 0;
}

/* Card layout */
.commitment__item {
  background-color: #f9fafb;
  border: 1px solid #f3f4f6!important;
  box-shadow: none !important;
  padding: 2rem;
  display: flex;
  transition: none !important;
}

/* Disable hover completely */
.commitment__item:hover {
  box-shadow: none !important;
  transform: none !important;
}

/* Icon container */
.commitment__item::before {
  content: "";
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 0.75rem;
  background-color: #0b1220;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}

/* Text wrapper */
.commitment__item-content {
  display: flex;
  flex-direction: column;
}

/* Title */
.commitment__item-title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
}

/* Description */
.commitment__item-description {
  color: #4b5563;
  line-height: 1.6;
}

/* ===== ICON MAPPING (FIXED DATA URLS) ===== */

/* Speed */
.commitment__item:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m12 14 4-4'/%3E%3Cpath d='M3.34 19a10 10 0 1 1 17.32 0'/%3E%3C/svg%3E");
}

/* Memory */
.commitment__item:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Crect x='8' y='2' width='8' height='4' rx='1' ry='1'/%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Cpath d='M12 11h4'/%3E%3Cpath d='M12 16h4'/%3E%3Cpath d='M8 11h.01'/%3E%3Cpath d='M8 16h.01'/%3E%3C/svg%3E");
}


/* Detection */
.commitment__item:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}

/* Build */
.commitment__item:nth-child(4)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E");
}

/* Mobile */
@media (max-width: 749px) {
  .commitment__container {
    grid-template-columns: 1fr;
  }
}

/* ===== Semacon Technical Specifications ===== */

.semacon-tech-specs {
  background: #ffffff;
  padding: 4rem 0;
}

.semacon-tech-specs__heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

/* grid */
.semacon-tech-specs__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

/* card */
.tech-spec-card {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgb(243 244 246);
  background: #ffffff;
}

/* dark header */
.tech-spec-card__header {
  background: linear-gradient(90deg, #88b04b, #88b04b);
  color: #ffffff;
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  font-size: 0.95rem;
}

/* rows */
.tech-spec-card__body {
  padding: 0.75rem 1.25rem;
}

.tech-spec-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid #f1f5f9;
}

.tech-spec-row:last-child {
  border-bottom: none;
}

.tech-spec-label {
  color: #6b7280;
  font-size: 0.875rem;
}

.tech-spec-value {
  font-weight: 600;
  font-size: 0.875rem;
  color: #111827;
  text-align: right;
}

/* mobile */
@media (max-width: 768px) {
  .semacon-tech-specs__grid {
    grid-template-columns: 1fr;
  }

  .semacon-tech-specs__heading {
    font-size: 1.5rem;
  }
}

/* ===== Semacon PDP CTA V2 (FINAL) ===== */

.semacon-pdp-cta-v2 {
  background: linear-gradient(180deg, #0b1220 0%, #05080f 100%);
  padding: 80px 0;
  margin-bottom: -80px;
  border-bottom: #595959 1px solid;
}

.semacon-pdp-cta-v2 .container {
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
}


/* Heading */
.pdp-cta-heading {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 32px;
}

/* Feature Box */
/* Feature Box */
.pdp-cta-features-box {
  background: #1f2937;
  border-radius: 16px;
  padding: 36px 72px;   /* 👈 THIS creates inner left/right space */
  margin: 0 auto 36px;
}

/* Subtitle */
.pdp-cta-subtitle {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}

/* Feature Grid */
.pdp-cta-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 48px;     /* space between columns */
  row-gap: 14px;
  text-align: left;

  max-width: 500px;    /* 👈 keeps items inside red lines */
  margin: 0 auto;      /* centered */
}

/* Feature item */
.pdp-cta-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.35;
  color: #e5e7eb;
}


/* Tick wrapper */
.pdp-check {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

/* Bottom Row */
.pdp-cta-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

/* Price */
.pdp-cta-price {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0px;
}

/* Add to Cart */
.pdp-cta-add-to-cart {
  background: #ffffff;
  color: #000000;
  padding: 14px 36px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.pdp-cta-add-to-cart:hover {
  opacity: 0.9;
}

/* Mobile */
@media (max-width: 768px) {
  .pdp-cta-heading {
    font-size: 28px;
  }

  .pdp-cta-features-box {
    padding: 24px;
  }

  .pdp-cta-features {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .pdp-cta-bottom {
    flex-direction: column;
    gap: 16px;
  }

  .pdp-cta-price {
    font-size: 28px;
  }
}
.pdp-check {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.key-features {
    margin-top: 3rem;
}

#shopify-section-template--26364012757285__customer-testimonials{
  display: none;
}

.pdp-cta-description{
    max-width: 720px;
    margin: 1rem auto 2rem;  
    color: #fff;
    font-size: 17px;
    line-height: 1.65;
}

.lion-product{
background:#76C01B !important;
border-color:#76C01B !important;
}

.lion-product:hover{
background:#5FA315 !important;
border-color:#5FA315 !important;
}

.lion-usb-pills-wrapper{
width:100%;
margin:16px 0 14px;
}

.lion-usb-pills-row{
display:flex;
flex-wrap:wrap;
gap:10px;
}

.lion-usb-pill{
display:inline-flex;
align-items:center;
gap:6px;
font-size:.85rem;
font-weight:600;
background:#f0fdf4;
border:1px solid #bbf7d0;
border-radius:9999px;
padding:6px 14px;
color:#15803d;
white-space:nowrap;
}

.price-list--lion{
border:1px solid #e5e7eb;
border-radius:12px;
background:#f8fafc;
padding:22px 26px;
display:flex;
align-items:center;
justify-content:space-between;
gap:20px;
}

.price-list--lion .price{
font-size:42px;
font-weight:700;
color:#1f2f4a;
}

.price-list--lion .price-unit{
font-size:14px;
letter-spacing:.08em;
color:#64748b;
}

.price-list--lion .price-shipping-note{
font-size:14px;
color:#94a3b8;
margin-left:auto;
}

.lion-description-divider{
border-top:1px solid #e5e7eb;
margin:56px 0 28px;
padding-top:50px;
}

/*custom for layout left and right on pdp*/

/* ===== FORCE 50 / 50 LAYOUT ===== */

/* ===== CLEAN 2 COLUMN LAYOUT ===== */

.product-block-list__wrapper {
  display: flex !important;
  gap: 40px;
  align-items: flex-start;
}

/* LEFT (image) */
.product-block-list__item--gallery {
  flex: 0 0 55%;
  max-width: 55%;
}

/* RIGHT (content) */
.product-block-list__item--info {
  flex: 0 0 45%;
  max-width: 45%;
}

/* 🔥 FIX: prevent content stretching */
.product-block-list__item--info > * {
  max-width: 600px;
}

/* IMPORTANT: prevent overflow */
.product-block-list__wrapper > * {
  min-width: 0;
}

/* CONTAINER FIX */
.container.container--flush {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* MOBILE */
@media (max-width: 768px) {
  .product-block-list__wrapper {
    flex-direction: column;
  }

  .product-block-list__item--gallery,
  .product-block-list__item--info {
    max-width: 100%;
  }
}


/* ===== ENDS HERE FORCE 50 / 50 LAYOUT ===== */

/* ===== THUMBNAIL SLIDER ===== */

.thumbnail-wrapper {
  position: relative;
}

/* container */
.product-gallery__thumbnail-list {
  display: flex;
  gap: 12px;
  overflow: hidden;
  scroll-behavior: smooth;
}

/* show 4 */
.product-gallery__thumbnail {
  flex: 0 0 calc(25% - 9px);
  max-width: calc(25% - 9px);
}

/* arrows */
.thumb-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.thumb-arrow:hover {
  background: #000;
  color: #fff;
}

.thumb-arrow.left { left: -10px; }
.thumb-arrow.right { right: -10px; }

/* ===== THUMBNAIL SIZE FIX ===== */

/* ===== ALWAYS 4 THUMBNAILS (FLEX BASED) ===== */

.thumbnail-wrapper {
  position: relative;
  width: 100%;        /* ❌ remove fixed width */
  max-width: 100%;
 overflow: visible;
}

/* container */
/* ===== SNAP SCROLL FIX ===== */

.product-gallery__thumbnail-list {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;

  /* 🔥 KEY */
  scroll-snap-type: x mandatory;
}

/* each item snaps */
.product-gallery__thumbnail {
  flex: 0 0 calc((100% - 30px) / 4);
  max-width: calc((100% - 30px) / 4);

  scroll-snap-align: start;
}
}

/* image */
.product-gallery__thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* 1. Hide default selection BEFORE interaction */
body:not(.variant-clicked) 
.product-form__single-selector:checked + label {
  border-color: #e5e5e5 !important;
  background: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}

/* 2. Show selection AFTER interaction */
.variant-clicked 
.product-form__single-selector:checked + label {
  border-color: var(--accent-color) !important;
  background: rgba(var(--accent-color-rgb), 0.06) !important;
  color: var(--accent-color) !important;
}