/*Home page */
.top-navbar{
  display: none; 
}
/* search bar */
@media (max-width: 768px) {
      /* logo shift */
    .navbar-brand{
      padding-left:83px;
    }
    button[data-selia="header-search-button"] {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 10px;

        width: 129px;
        height: 34px;
        padding: 8px;

        background: rgba(233,233,233,.6);
        border-radius: 999px;
    }

    html[dir="rtl"] button[data-selia="header-search-button"]{
        flex-direction: row-reverse;
    }

    button[data-selia="header-search-button"] .header-btn__icon{
        font-size:17px;
        margin:0 !important;
    }

    .search-divider{
        width:1px;
        height:10px;
        background:#d0d0d0;
        flex-shrink:0;
    }

    .search-label{
        font-size:10px;
        font-weight:600;
        white-space:nowrap;
        line-height:1;
    }
}


/*Hero banner  */
.custom-hero-banner {
    position: relative;
    width: 100%;
    height: 491px;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: flex-end;

    /* Mobile Image */
    background: url("https://static.codia.ai/image/2026-07-16/h8nu8yrL1R.png")
        center center / cover no-repeat;
}

@media (min-width: 992px) {
    .custom-hero-banner {
        /* PC Image Here */
        background-image: url("https://static.codia.ai/image/2026-07-16/7dD01VUng0.png");
    }
}

.custom-hero-banner__content {
    width: min(420px, 90%);
    padding-bottom: 48px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 2;
}


.custom-hero-banner__media {
    position: absolute;
    inset: 0;
}

.custom-hero-banner__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.custom-hero-banner__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
      linear-gradient(
        0deg,
        rgba(0,0,0,.20) 0%,
        rgba(0,0,0,0) 43.67%
      ),
      linear-gradient(
        0deg,
        rgba(0,1,72,.40) 0%,
        rgba(0,1,72,.26) 33.7%,
        rgba(0,1,72,0) 44.94%
      );
}


.custom-hero-banner__text {
    text-align: center;
    color: #fff;
}

.custom-hero-banner__text h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
}

.custom-hero-banner__text p {
    margin: 16px 0 0;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 600;
}
  .before-and-after figcaption{
    display: flex;
    width: 69px;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #FFF;
    top: 5%;
  
  }
.s-block--compare .before figcaption  {
  top: 5%;
}
.s-block--compare .after figcaption {
  top: 5%;
}
@media (max-width: 768px){
  .s-block--compare .before figcaption  {
  top: 10%;
}
.s-block--compare .after figcaption {
  top: 10%;
}
  .before-and-after figcaption{
    display: flex;
    height: 27px;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #FFF;
  }
}
.before-and-after figcaption{
  display: flex;
  height: 27px;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #FFF;
}


.banner-cta {
    width: 220px;
    height: 52px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 999px;
    background: #fff;

    color: #000;
    font-weight: 700;
    text-decoration: none;
}

.banner-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 600;
    justify-content: center;
}

.banner-stars {
    display: flex;
    gap: 4px;
}

.banner-stars img {
    width: 14px;
}
.custom-hero-banner__footer{
     gap: 16px;
    display: flex;
    flex-direction: column; 
}

/*First home UVPS*/
.home-uvps1 {
  margin-top: 10px;
}

@media (max-width:767px){

.home-uvps1 > .grid{
    display:flex !important;
    overflow-x:auto;
    overflow-y:hidden;
    gap:17px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    -ms-overflow-style:none;
}

.home-uvps1 > .grid::-webkit-scrollbar{
    display:none;
}

.home-uvps1 .s-block--enhanced-features__item{
    flex:0 0 calc(51%);
    scroll-snap-align:start;
}

  .home-uvps1 .s-block--enhanced-features__item .feature-icon {
    width: 44px;
    height: 33.835px;
    aspect-ratio: 44.00/33.83;
    
  }

}

/* Remove card appearance */
.home-uvps1 .s-block--enhanced-features__item {
    background: transparent;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0;
    position: relative;
}

/* Remove hover border animation */
.mini-features .s-block--enhanced-features__item > div[class*="absolute"] {
    display: none;
}

/* Vertical separator */
 .home-uvps1 .s-block--enhanced-features__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 15%;
    bottom: 15%;
    left: 0;
    width: 1px;
    background: #e5e7eb; /* Change color as needed */
}

/* Disable hover movement */
.mini-features .s-block--enhanced-features__item,
.mini-features .s-block--enhanced-features__item:hover {
    transform: none !important;
    translate: none !important;
    transition: none !important; /* optional */
}

/* Categories*/
.categories{
  margin-top: 24px; 
}
.categories  .overflow-hidden {
    position: relative;
}
 .home-block-title h2{
  color: #000;
  text-align: center;
  font-family: Cairo;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 100% */
}
@media (max-width: 767px) {
   .home-block-title h2{
    font-size: 16px;
  }
}

.categories .overflow-hidden h3 {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    margin: 0;
    z-index: 2;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Cairo;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 100% */
}
/* .categories .container {
  padding: 0; 
} */
.style-categories {
  margin-top: 0;
}
.style-categories .container{
  margin-top: 0;
}
.style-categories > div {
  padding-left : 0 ; 
}
.style-categories img {
  object-fit: contain;
}
.style-categories .group:hover img {
  transform: scale(1) !important;
}

@media (min-width: 768px) {
  .force-center salla-slider .swiper-wrapper {
        justify-content: start;
    }
}
.style-categories .home-block-title,
.style-categories #square-links-slider-5,
.style-categories #square-links-slider-5 .container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.categories [data-selia="home-square-links-item"]{
  width: 310px;
  height: 387px;  
}
.categories a > .overflow-hidden::before {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;

}

.categories a > .overflow-hidden::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.15) 0%,
      rgba(0, 0, 0, 0.06) 28.55%,
      rgba(0, 0, 0, 0) 36%
    ),
    linear-gradient(
      0deg,
      rgba(0, 1, 72, 0.40) 0%,
      rgba(0, 1, 72, 0.19) 33.37%,
      rgba(0, 1, 72, 0) 49.78%
    );
}

.categories img {
  display: block;
  width: 310px;
  height: 387px;
  aspect-ratio: 153 / 191;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .categories img {
  width: 180px;
  height: 225px;
  aspect-ratio: 4/5;
}
.categories [data-selia="home-square-links-item"]{
  width: 180px;
  height: 225px;
}
}

/*Products*/
salla-products-slider .s-slider-block__title{
  border-width: 0;
}
.s-slider-block__title{
     justify-content: center;
}
.s-slider-block__title-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: none !important; /* remove existing border */
}
.home-block-line{
  display: none;
}
.home-block-title::after,
.s-slider-block__title-right::after {
    content: "";
    display: block;
    width: 160px;
    height: 8px;

    margin: 10px auto 0;

    background:
        url("https://static.codia.ai/image/2026-07-19/yHfKEMB3Fv.png") left center / 72px 2px no-repeat,
        url("https://static.codia.ai/image/2026-07-19/KU5gpyEhEh.png") center center / 8px 8px no-repeat,
        url("https://static.codia.ai/image/2026-07-19/uuZuAf10bx.png") right center / 72px 2px no-repeat;
}
.home-block-title h2,
.s-slider-block__title-right h2 {
    border-bottom: none !important;
    padding-left: 0 !important;
    color: #000;
    text-align: center;
    font-family: Cairo;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}
@media (max-width: 767px) {
  .home-block-title h2,
  .s-slider-block__title-right h2 {
    font-size: 20px;
  }
  .products-section{
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
}

.s-slider-block__title-left{
  display: none;
}
.s-slider-block__title-right{
     padding-left: 0!important;
 }
/* Product cards */
.s-products-slider-card.swiper-slide {
    min-width: 196px !important; /* adjust as needed */
}
.product-card__image img {
  object-fit: cover;
}

.product-card .wishlist {
  display: none;
}
.product-card__image .product-card__actions div button {
    background: rgba(255, 255, 255, 0.35);
    color: white;
    width: 32px;
    height: 32px;
}
.product-card__image .product-card__buttons>div button{
    background: rgba(255, 255, 255, 0.35);
    color: white;
    width: 32px;
    height: 32px;
}
.product-card__buttons>div button i {
  color: #FFF;
  fill: #FFF;
}

/* Remove hover effect */
.product-card__image salla-button[fill="outline"] .s-button-element:hover {
    background: rgba(255, 255, 255, 0.35); !important;
    color: white; !important;
    transform: none !important;
    transition: none !important;
}

body.products-has-border .product-card{
  border-width: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  
}
button[aria-label="Add to cart button"] {
    color: #FFF !important;
    border-color: #000 !important;
    background: #000 !important;
}

.product-card__content-wrapper button[aria-label="Add to cart button"]:hover,
.product-card__content-wrapper button[aria-label="Add to cart button"]:focus,
.product-card__content-wrapper button[aria-label="Add to cart button"]:active{
    color: #FFF !important;
    border-color: #000 !important;
    background: #000 !important;
    box-shadow: none !important;
    transform: none !important;
}

.product-card__content-wrapper button[aria-label="Add to cart button"] i {
    color: #FFF !important;
}
/* about section*/
.about-section{
  margin-top: 0;  
}


.about-section div:has(> [data-selia="home-about-image"]) {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.about-section div:has(> [data-selia="home-about-image"])::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(0deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,0) 43.67%),
        linear-gradient(0deg, rgba(0,1,72,.4) 0%, rgba(0,1,72,.26) 33.7%, rgba(0,1,72,0) 44.94%);
    pointer-events: none;
}
[data-selia="home-about-title"] {
  color: #000;
  text-align: right;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0 !important; 
}
[data-selia="home-about-description"]{
  color: #000;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0 !important;
}
[data-selia="home-about-subtitle"]{
  display: none;
}

.about-section .md\:w-7\/12{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .about-section .md\:w-7\/12,
  .about-section .md\:w-5\/12 {
    width: 50% !important;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .about-section .md\:w-7\/12{
  gap: 14px;
}
  [data-selia="home-about-title"]  {
    font-size: 18px;
  }
  [data-selia="home-about-description"]{
    font-size: 16px;
  }
}
[data-selia="about-button"]{
    background: transparent;
    color: #000;
    border-radius: 4px !important;
    border: 1px solid #000;
    width: 161px;
    height: 53px;
    padding: 10px;
    justify-content: center;
    align-items: center;
  margin-top: 0;
}
[data-selia="about-button"] .sicon-keyboard_arrow_left{
  display: none;
}


/*FAQs*/
.faq-section{
    width:min(1400px,95%);
    margin:80px auto;
}

.faqs-section .home-block-title h2{
    color: #333426;
    text-align: center;
    font-family: Cairo;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
}
@media (max-width: 767px) {
  .faqs-section .home-block-title h2 {
    font-size: 20px;
  }
}
.faqs-section .single-faq {
    width:100%;
    background:#977c62;
    border-radius: 6px;
    border: 1px solid #D8D8D8;
    padding: 12px 16px;
    cursor:pointer;
}
.faqs-section .single-faq button p {
    font-size:18px;
    color: #FFF;
    text-align: center;
    font-family: Cairo;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.faqs-section .single-faq button i {
    color: #000;
    width:32px;
    height:32px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;


}
.faqs-section .faq-content  p{
  color : #fff;
}
/* reviews */
.reviews-section .sicon-quote {
  display: none;
}
.reviews-section  .swiper-wrapper{
  gap:  11px; 
}  
.reviews-section .shadow-\[rgba\(50\2c _50\2c _105\2c _0\.15\)_0px_2px_5px_0px\2c _rgba\(0\2c _0\2c _0\2c _0\.05\)_0px_1px_1px_0px\] {
  border-radius: 16px;
  background: #FDFAF5;
}
.reviews-section .comment__rating > i{
  color: #11173D;
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
}
.reviews-section .sicon-star2:before {
    font-size :18px; 
}

/* clients feedback*/
.image-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
}

.image-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.image-lightbox__content {
  max-width: 90vw;
  max-height: 90vh;
  overflow: hidden;
  cursor: grab;
}

.image-lightbox__content img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  transform-origin: center;
  transition: transform .2s;
  user-select: none;
}

.image-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}
.customers-images .group:hover img {
  transform: scale(1) !important;
}

/* Mobile only */
@media (max-width: 767px) {
  .home-features .grid[data-length="3"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .s-block--enhanced-features.mini-features .s-block--enhanced-features__item:first-child {
    grid-column: 1 / -1 !important;
  }

  .s-block--enhanced-features.mini-features .s-block--enhanced-features__item:not(:first-child) {
    grid-column: auto !important;
  }

}



/* PDP */
/* Mobile */
.product-single__info small.text-store-text-secondary.mb-3.block {
  display: none;
}
@media (max-width: 767px) {
  /* hide breadcrumbs */
  .container--breadcrumbs{
    display:  none; 
  }

  /* restyle bullet thumbnails */
    .details-slider .swiper-pagination-bullet {
      width: 8px !important;
      height: 8px !important;
      border-radius: 999px !important;
      background: #D9D9D9 !important; 
      opacity: 0.4;
      transition: all 0.3s ease;
      
    }
  
    .details-slider .swiper-pagination-bullet-active {
      width: 30px !important;
      height: 8px !important;
      opacity: 1;
      background: #FF991C !important;
    }

    /* move swiper-pagination down */
    .details-slider {
        position: relative;
        padding-bottom: 32px; /* space for bullets */
    }
    
    .details-slider .swiper-pagination {
        position: absolute;
        bottom: -30px !important;
    }
  .details-slider .s-slider-container {
    overflow-y: visible !important;
  }

  .product-stats {
    margin-top: 0px;
  }

  /* remove product info top margin */
  .product-single__info{
    margin-top: 0px !important;
  }


  /* shipping guarantee for mobile */
  .shipping-guarantees__icon {
    width: 20px !important;
    height: 20px !important;
  }
  .shipping-guarantees__icon-wrapper {
    width: 32px !important;
    height: 32px !important;
  }
  /* payments */
  .s-payments-list{
    justify-content:start;

  }

  /* hide reviews part*/
  .more-tab-container:has(#reviews) {
    display: none;
  }
}


/* PC & general styles */
/* Hide sharing */
salla-social-share,
.btn--wishlist {
    display: none !important;
}


  
/* product stats */ 
.product-stats {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  margin-top: 12px;
  flex-wrap: nowrap;
}

.product-stats__item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.product-stats__text {
color: #000;
font-family: Cairo;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 100% */
}

.product-stats__text--bold {
  font-weight: 600;
}

.product-stats__icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

.product-stats__divider {
  width: 1px;
  height: 16px;
  background: #d9d9d9;
  flex-shrink: 0;
}


/* Price */
.total-price{
  color: #F87272;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
}
.before-price{
  color: #323232;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
}
.product-single__discounted-amount {
  border-width: 0px !important; 
}
.product-single__discounted-amount span:first-child:where([dir=rtl],[dir=rtl] *) {
  display: none;
}

.product-single__discounted-amount span:nth-child(2) {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 69595952px;
  background: #F87272 
}
.product-single__discounted-amount span:nth-child(2) {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; 
  
}

/* payments list */
.s-payments-list {
  flex-wrap: nowrap; 
  justify-content: space-between;
  padding-top: 15px;
}


/* shipping guarantees */
.shipping-guarantees {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
  padding-top: 10px;
}

.shipping-guarantees__item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.shipping-guarantees__text {
  font-family: Cairo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  white-space: nowrap;
}

.shipping-guarantees__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 153, 28, 0.5);
  border-radius: 50%;
  flex-shrink: 0;
}

.shipping-guarantees__icon {
  width: 30px;
  height: 30px;
}

.shipping-guarantees__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff991c;
  flex-shrink: 0;
}

/* mini descritopion */

.product-description-preview {
  position: relative;
}

.product-description-preview__content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.product-description-preview__content.expanded {
  display: block;
}

.product-description-preview__content p {
  margin: 0 0 6px;
}

.product-description-preview__content p:last-child {
  margin-bottom: 0;
}

.product-description-preview__toggle {
  position: absolute;
  left: 0;              /* RTL: end of the line */
  bottom: 0;
  border: 0;
  cursor: pointer;
  color: #F87272;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;

  white-space: nowrap;

  /* Fades the text underneath so the button blends into the line */
  background: linear-gradient(
    to left,
    #fff 70%,
    rgba(255, 255, 255, 0)
  );
}

/* Expanded state */
.product-description-preview__content.expanded + .product-description-preview__toggle {
  position: static;
  display: inline-block;
  margin-top: 8px;
  padding: 0;
  background: transparent;
}



/*UVPs*/
.product-uvps {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 24px 0;
  padding-bottom: 8px;
}

.product-uvps__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.product-uvps__icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 16px;
}

.product-uvps__title {
  margin: 0 0 8px;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.product-uvps__text {
  margin: 0;
  color: #52525c;
  font-size: 13px;
  line-height: 1.5;
}

/* hide bg-storeBG */
.bg-storeBG{
  padding: 0px !important ;
  margin: 0 !important; 
}

.product-sku-wrapper {
  display: none;
}


.s-product-options-wrapper {
    margin-bottom: 0 !important;
    padding: 0 !important;
}


/* size chart button */
.size-guide-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-inline-start: 10px;
  background: none;
  border: 0;
  cursor: pointer;
  color: #f87272;
  font-size: 14px;
  font-weight: 800;
}

.size-guide-btn img {
  width: 20px;
}

.size-guide-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.size-guide-modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.size-guide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.size-guide-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  transform: none;
  left: auto;
  top: auto;
}

.size-guide-image {
  display: block;
  max-width: 100%;
  max-height: 80vh;
}

.size-guide-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  background: #fff;
}
.size-guide-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 16px;
}

.size-guide-btn {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.size-guide-image {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  cursor: zoom-in;
  transition: transform 0.25s ease;
  transform-origin: center center;
}

.size-guide-image.zoomed {
  cursor: zoom-out;
  transform: scale(2);
  max-width: none;
  max-height: none;
}
@media (min-width: 640px){
  .s-product-options-option {
          display: flex !important;
          flex-direction: column !important;
          align-items: stretch !important;
  }  
}

@media (min-width: 769px) {
    .custom-frame-options-block .s-product-options-option {
        max-width: 100% !important;
        margin-left: 0 !important;
    }
}
.s-product-options-option-error .s-product-options-option-label {
  width: 100%; 
}


/* sticky bar -> quantity  */
@media (max-width: 640px) {
    .is-sticky-product-bar .sticky-product-bar__quantity salla-quantity-input .s-quantity-input-container {
        width: 72%;
    }
}
@media (max-width: 640px) {
    .is-sticky-product-bar .sticky-product-bar__quantity salla-quantity-input {
      justify-content: flex-start !important;
 
    }
}


@media (max-width: 640px) {
    .is-sticky-product-bar .sticky-product-bar {
      padding: 16px !important; 
    }
}
.product-description-preview__more {
  display: inline-block;
  margin-top: 8px;
  padding: 0;

  background: transparent;
  border: none;

  color: #F87272;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;

  cursor: pointer;
}


.spec-header{
  border-bottom: 1px solid #DBDBDB;
}






/* Product listing grid */
.products-index .s-products-list-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

/* Tablet */
@media (min-width: 768px) {
  .products-index .s-products-list-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}

/* Desktop: 4 products per row */
@media (min-width: 1024px) {
  .products-index .s-products-list-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  .products-index custom-salla-product-card {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .products-index custom-salla-product-card .product-card__image {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
  }

  .products-index custom-salla-product-card .product-card__image img.main-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
  }
}