﻿/** Shopify CDN: Minification failed

Line 3042:0 Unexpected "}"

**/
/* header css starts */
/* .header_nav_container {
    display: none;
} */
.container-fluid {
    padding: 0 16px;
}
.container {
    max-width: 1560px;
}
.header_bar_container{
  flex-wrap: wrap;
}
.header__action-item:not(:last-child)::after{
  display: none;
}
.header_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
  justify-content: space-between;
    padding: 12px 80px;
    background: var(--header_bg);
    color: var(--header_text_color);
    border: 1px solid #F6F8FA;
    box-shadow: 0px 2px 4px #1B1C1D0A;
    border-radius: 20px;
}
@media (max-width: 640px) {
  .header_top {
    border: none !important;
  }
}
.header_top .header__logo {
    margin: 0;
    flex: 1 0 auto;
    max-width: var(--header_logo_size);
}
.header_top .header__logo .header__logo-image {
    max-height: unset;
    width: 100%;
}

.header__right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.header__right .header__search-bar-wrapper {
    flex: 0 0 660px;
}

.header_bar_container {
    padding: 16px;
}

.shopify-section__header {
    margin: 0 !important;
}
.header_info {
    margin: 0;
    flex: 1;
    text-align: center;
    padding: 0 40px;
}
.shopify-section__header header.header.headerNew {
    padding: 0!important;
    background: #F9FBFC!important;
}
.header_icon--link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #332E5A1A;
    border-radius: 16px;
    background: #fff;
  position: relative;
}

.header_right_icons {
    display: flex;
    align-items: center;
    gap: 12px;
}
.header_icon--link .header_icon--icon {
    width: 24px;
    height: 24px;
    display: block;
}
span.header__cart-count {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 0;
    min-width: 10px;
    top: 0;
    right: 0;
    border: 2px solid var(--header_bg);
}
.header__action-item.header__action-item--cart {
    padding: 0;
}
.header__action-item.header__action-item--cart {
    padding: 0;
}

.header__right .search-bar__top {
    background: #fff;
    flex-direction: row-reverse;
    height: 48px;
    border: 1px solid #332E5A1A;
    padding: 12px;
    border-radius: 16px;
}

.header__right .search-bar__top .search-bar__submit {
    background: none;
    width: auto;
    color: #2D2852;
}

.header__right form.search-bar {
    padding: 0;
}

.header__right .search-bar__top .search-bar__input-wrapper {
    line-height: 1;
}

.header__right .search-bar__top svg.icon.icon--search {
    margin: 0;
}

.header__right .search-bar__top .search-bar__input-wrapper input {
    line-height: 1;
}
.header__mobile-nav {
    margin: 0;
}
.header_nav_container {
    width: 100%;
}
@media ( max-width: 1580px ){
  .header_top{
    padding: 12px 20px;
  }
}
@media ( min-width: 1000px ){
  .header.headerNew a.nav-bar__link.link {
    color: #677279!important;
    text-transform: inherit;
    letter-spacing: 0;
}

.header.headerNew  li.nav-bar__item > a.nav-bar__link.link {
    padding: 12px 28px;
    border-radius: 12px;
}

.nav-bar__item {
    margin: 0;
    padding: 0;
}

ul.nav-bar__linklist {
    background: #332E5A0D;
    padding: 4px;
    border-radius: 12px;
}
  .nav-bar::after {
    display: none;
}
  .nav_wrapper--main {
    display: flex;
    gap: 16px;
    margin-top: 16px;
    justify-content: center;
}

.nav_wrapper {
    padding: 8px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #F6F8FA;
    box-shadow: 0px 2px 2px #1B1C1D0A;
}
  .header.headerNew li.nav-bar__item>a.nav-bar__link.link.active {
    background: #2D2852;
    color: #fff !important;
    font-weight: 700;
  }
}
button.header__mobile-nav-toggle.icon-state.touch-area::before {
  display: none;
}
@media ( max-width: 1260px ){
  .header.headerNew li.nav-bar__item>a.nav-bar__link.link {
    padding: 5px 13px;
    border-radius: 12px;
}
}
@media ( max-width: 999px ){
  .header_info{
    display: none;
  }
  .header_bar_container {
    padding: 8px;
    row-gap: 0;
}
  .header_icon--link {
    width: 40px;
    height: 40px;
    border-radius: 12px;
}
  button.header__mobile-nav-toggle > span {
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
    left: 50% !important;
}
  .header__right .header__search-bar-wrapper {
    flex: 0 0 290px;
}
}
.header__right .mini-cart{
  height:auto;
  max-height: none;
}
@media (min-width: 641px){
  .search_toogle.hidden-lap-and-up {
    display: none;
}
}
@media ( max-width: 640px ){
  .header__search-bar-wrapper.is-visible {
    visibility: visible;
    margin-bottom: -60px;
    padding-top: 12px;
    background: #f9fbfc !important;
    padding-bottom: 12px !important;
}
  .header__search-bar-wrapper.is-fixed .search-bar {
    padding: 0 0;
}
}
@media ( max-width: 480px ){
  .search-bar__close-text {
    color: #000;
}
}

/* 
----------------------------------
      Footer css 
----------------------------------
*/
footer.footer {
    padding: 20px;
  border: 0 !important;
}
.logo-link {
    display: inline-block;
  margin-bottom: 40px;
}
.container.footer-container {
    border: 1px solid #D2D4DD;
    border-radius: 24px;
    padding: 40px 80px;
    max-width: 100%;
}
.footer__wrapper {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
  border: 0;
}
.footer__block-item.footer__block-item--newsletter {
    padding: 0;
}
.footer__block-list {
    margin: 0;
    flex-wrap: wrap;
}

.footer_left {
    width: 40%;
}

.footer_right {
    width: 60%;
  display: flex;
}
.footer__block-item {
    padding: 0;
}
.footer__collapsible-content {
    font-size: 14px;
    color: #161922 !important;
    font-weight: 400;
    line-height: 1.5;
}

.footer__collapsible-content p {
    margin-bottom: 16px !important;
    font-weight: 400;
}

.footer__collapsible-content a {
    color: #161922 !important;
}

.footer__linklist .footer__link-item.link {
    padding: 0;
}

.footer__linklist li {
    margin-bottom: 16px;
}

.footer__title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #161922;
}
.footer__aside-title-hidden {
    display: none;
}

.footer__follow-on-shop {
    margin-top: 16px;
    margin-bottom: 40px;
}
.footer__block-item.footer__block-item--newsletter {
    max-width: 300px;
}

#footer-newsletter .form__floating-label {
    top: -2px;
}

.footer__newsletter-form {
    gap: 8px;
}

.footer__newsletter-form .form__submit {
    font-size: 16px;
    width: auto;
    min-width: auto;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 0.8;
    height: 37px;
    padding: 8px 10px;
}
aside.footer__aside {
    margin-top: 40px;
}
.footer__aside-item.footer__aside-item--copyright {
    position: unset;
    margin: 0;
}
@media ( min-width: 1000px ){
  .footer__block-item + .footer__block-item {
    padding-left: 20px;
}
}
@media ( max-width: 1300px ){
  .container.footer-container{
    padding: 40px; 
  }
.footer_left {
    width: 35%;
}
  .footer_right {
    width: 65%;
}
}
@media ( max-width: 1050px ) {
  .container.footer-container {
    padding: 24px;
}
}
@media ( max-width: 1024px ){
 .footer_right, .footer_left {
    width: 100%;
    flex-wrap: wrap;
    row-gap: 40px;
}
  .footer__block-list {
    row-gap: 40px;
}
}
@media ( min-width: 641px ){
  .footer__aside-item.footer__aside-item--social.desktop-hidden {
    display: none;
}
}
.footer__title .icon--arrow-right {
    transition: all 0.3s ease-in;
    transform: rotate(90deg);
    width: 11px;
    height: 13px;
    display: none;
}
.footer__title[aria-expanded="true"] .icon--arrow-right {
    transform: rotate(270deg);
}
@media( max-width: 640px ){
  .footer_right, .footer_left {
    row-gap: 0;
}
  .footer__title {
    font-size: 16px;
    padding: 0;
    margin: 0 0 20px;
    border: 0 !important;
}
  .footer__block-list {
    row-gap: 32px;
}
  .footer__block-item {
    padding: 0;
    width: 100%;
    border: 0;
    margin: 0;
}
  .footer_logo_wrap .footer__aside-item.footer__aside-item--social {
    display: none;
}
  .logo-link {
    margin-bottom: 0;
}
  .footer__block-item:last-child .footer__title.heading.h6 {
    margin: 0;
}
 .footer__block-item:last-child .footer__collapsible-content{
   margin-top: 20px;
 }

.footer__block-item.footer__block-item--newsletter .footer__title.heading.h6 {
    display: none;
}

.footer__newsletter-form {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr auto;
}

.form__input-wrapper.form__input-wrapper--labelled input {
    width: 100% !important;
}
  .footer__aside-item {
    margin-top: 0;
    margin-bottom: 0;
}
  aside.footer__aside {
    margin-top: 32px;
}
  .footer__linklist {
    margin: 0;
}
  .footer_right .footer__aside-item.footer__aside-item--social.desktop-hidden .footer__aside-title.footer__aside-title-hidden {
    display: block;
}
  .footer_right .footer__aside-item.footer__aside-item--social.desktop-hidden .footer__aside-title.footer__aside-title-hidden {
    display: block;
}
.footer__aside-item.footer__aside-item--social.desktop-hidden .social-media__item-list {
    margin: -10px 0 0;
    gap: 16px;
}

.footer__aside-item.footer__aside-item--social.desktop-hidden .social-media__item-list li {
    margin: 0;
}
 .footer__aside-item.footer__aside-item--social.desktop-hidden p.footer__title.heading.h6.footer__aside-title-hidden {
    display: block;
}
  .footer__title .icon--arrow-right {
    display: block;
}
}

/* 
-------------------
Text icons section
-------------------
*/
section.icon_textSection {
    padding: 56px 0 64px;
}

.heading_wrap {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.heading_wrap .heading {
    color: #fff;
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.heading_wrap .subheading {
    font-size: 16px;
    max-width: 586px;
    margin: 0 auto;
    line-height: 1.5;
}

.text-with-icons__item {
    padding: 24px;
    background: #fff;
    border-radius: 24px;
    display: grid;
    flex-basis: unset;
    flex: 1;
    margin: 0;
    gap: 18px;
}

section.icon_textSection .text-with-icons.text-with-icons--stacked {
    margin: 0;
    gap: 24px;
}

section.icon_textSection .text-with-icons__title {
    margin-bottom: 10px;
    font-size: 18px;
    color: #161922;
    line-height: 1.5;
}

section.icon_textSection .text-with-icons__content.rte {
    font-size: 16px;
    color: #677279;
    line-height: 1.5;
}

section.icon_textSection .text-with-icons__icon-wrapper {
    margin-top: 0;
}
@media ( max-width: 641px ){
  section.icon_textSection{
    padding: 32px 0 40px;
  }
  section.icon_textSection .text-with-icons.text-with-icons--stacked .text-with-icons__item{
    display: block;
  }
section.icon_textSection .text-with-icons__icon-wrapper {
    margin-bottom: 24px;
    text-align: left;
}
    .container {
      padding: 0 20px;
  }
  section.icon_textSection .text-with-icons.text-with-icons--stacked {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
  section.icon_textSection .text-with-icons.text-with-icons--stacked  .text-with-icons__item {
    margin: 0;
    padding: 16px;
}
 section.icon_textSection .text-with-icons__content-wrapper {
    text-align: left;
}
  section.icon_textSection .text-with-icons__title {
    font-size: 16px;
        line-height: 1.2;
}
  .heading_wrap {
    text-align: left;
    margin-bottom: 24px;
}
  .heading_wrap .heading {
    font-size: 28px;
    font-weight: 600;
}
}

/* Collection list css */
.swiper.collection_list_slider .swiper-slide {
    max-width: 190px;
}

.swiper.collection_list_slider .swiper-slide {
    width: 265px;
    text-align: center;
}

.collection_img {
    height: 154px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.collection_img img{
  height: 100%;
  width: auto;
  display: block;
}

h4.collection__title {
    font-size: 18px;
    font-weight: 700;
    color: #161922;
}

.collection_list_section .sec_heading {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    color: #161922;
    font-weight: 700;
    line-height: 1.5;
}

.collection_list_section {
    padding: 56px 0 64px;
}
@media ( max-width: 767px ){
  .collection_list_section {
    padding: 15px 0 5px;
}
  .swiper.collection_list_slider .swiper-slide {
    max-width: unset;
}
  .collection_img {
    height: 67px;
}
  h4.collection__title {
    font-size: 10px;
    line-height: 1.2;
    margin-top: 4px;
}
}

/* New custom collection */
.container__wrap {
    display: flex;
    flex-wrap: wrap;
}

.container__wrap .section_img_col {
    width: 35%;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.container__wrap .scroller {
    width: 65%;
}

.container__wrap .section_img_col::before {
    content: '';
    width: 88%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #342e5d;
    border-radius: 0px 20px 20px 0;
}

.section_img {
    flex: 1;
    width: 100%;
}

.container__wrap .section_img_col img {
    display: block;
    width: 100%;
}

.custom-featured-collection-section .section__header {
    margin-bottom: 40px;
}

.custom-featured-collection-section .section__title.heading.h3 {
    font-size: 36px;
    line-height: 1.5;
    font-family: Gaba !important;
  color: #161922;
}
.btn--new {
    padding: 6px 6px 6px 24px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #342e5d;
    border-radius: 50px;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}

.btn--new .btn_icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scroller-wrap {
    width: 65%;
}

.product-list-wrap {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.product-list-wrap .product-item:last-child {
    display: none;
}

.product-list-wrap .product-item {
    flex: 1;
    border: 1px solid #D2D4DD;
    border-radius: 24px;
}

.scroller__inne-wrap {
    padding-right: 24px;
}
.product-list-wrap a.product-item__title {
    font-size: 18px !important;
    color: #161922;
    line-height: 1.5 !important;
    margin-bottom: 16px;
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-list-wrap .product-item__image-wrapper {
    margin-bottom: 24px;
}
.product-list-wrap .yotpo-widget-clear span svg path {
    fill: #F2AE40;
    stroke: #F2AE40;
}

.product-list-wrap .yotpo-widget-clear .yotpo-sr-bottom-line-right-panel {
    display: none;
}
.product-list-wrap .product-item__price-list span.price {
    line-height: 1;
    font-size: 22px !important;
    margin-top: 16px;
    color: #1E2D7D;
    margin-bottom: 24px;
}
@media ( max-width: 1023px ){
  .product-list-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
  .product-list-wrap .product-item {
    width: 100%;
}

.product-list-wrap .product-item:last-child {
    display: block;
}
}

@media ( max-width: 640px ){
  /* ── HOMEPAGE MOBILE CARDS — clean rewrite ── */

  /* 2-column grid */
  .product-list-wrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  /* ── HOMEPAGE MOBILE CARDS ── */

  /* Card: flex column, NO overflow hidden (image-outer handles its own corners) */
  .product-list-wrap.product-list--collection .product-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex: unset !important;
    margin: 0 !important;
    padding: 8px !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08) !important;
    background: #fff !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  /* Image — full width on top; overflow hidden clips its own corners */
  .product-list-wrap.product-list--collection .product-item .product-item__image-outer {
    display: block !important;
    width: 100% !important;
    flex: none !important;
    margin: 0 0 6px 0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }

  /* Show only first image */
  .product-list-wrap.product-list--collection .product-item .product-item__image-slide:not(:first-child) {
    display: none !important;
  }

  /* Info — flex:1 0 auto so it grows but never shrinks below content height */
  .product-list-wrap.product-list--collection .product-item .product-item__info {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 0 auto !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    justify-content: flex-start !important;
    overflow: visible !important;
  }

  /* Info-inner: block — overrides the 2-column grid from 767px media query */
  .product-list-wrap.product-list--collection .product-item .product-item__info-inner {
    display: block !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
    grid-template-columns: unset !important;
    overflow: visible !important;
  }

  /* Shipping — remove extra padding added by mobile rule; allow text to wrap */
  .product-list-wrap.product-list--collection .product-item .product-item__shipping-info {
    padding: 0 !important;
    margin: 4px 0 4px !important;
    overflow: visible !important;
  }

  .product-list-wrap.product-list--collection .product-item .product-item__shipping-line,
  .product-list-wrap.product-list--collection .product-item .shipping-free,
  .product-list-wrap.product-list--collection .product-item .shipping-fast {
    white-space: normal !important;
  }

  /* Button — margin-top:auto pushes it to card bottom; both columns stay aligned */
  .product-list-wrap.product-list--collection .product-item .ctm-btn-stack.ctm-mobile-only {
    display: block !important;
    width: 100% !important;
    margin-top: auto !important;
    padding-top: 6px !important;
    box-sizing: border-box !important;
  }

  .product-list-wrap.product-list--collection .product-item .ctm-atc-form {
    display: block !important;
    position: static !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .product-list-wrap.product-list--collection .product-item .ctm-atc-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 40px !important;
    box-sizing: border-box !important;
    background: #D44A54 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 10px 8px !important;
    cursor: pointer !important;
  }

  /* Hide quick view on homepage */
  .product-list-wrap.product-list--collection .product-item .ctm-qv-btn {
    display: none !important;
  }

  /* Scrollable sections — force card to stretch children so everything aligns */
  .product-list--scrollable .product-item {
    align-items: stretch !important;
  }
  .product-list--scrollable .product-item .product-item__info {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: flex-start !important;
  }
  .product-list--scrollable .product-item .product-item__info-inner {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    grid-template-columns: unset !important;
  }
  .product-list--scrollable .product-item .product-item__shipping-info {
    padding: 0 !important;
  }
  .product-list--scrollable .product-item .product-item__title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  .product-list--scrollable .product-item .ctm-btn-stack.ctm-mobile-only {
    width: 100% !important;
    align-self: stretch !important;
  }

  /* Scrollable sections (Recently Viewed, Discover More) — styled ATC + QV buttons */
  .product-list--scrollable .product-item .ctm-btn-stack.ctm-mobile-only {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    width: 100% !important;
    margin-top: 8px !important;
  }
  .product-list--scrollable .product-item .ctm-atc-form {
    display: block !important;
    width: 100% !important;
    position: static !important;
  }
  .product-list--scrollable .product-item .ctm-atc-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 40px !important;
    background: #D44A54 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
  }
  .product-list--scrollable .product-item .ctm-atc-btn.ctm-atc-btn--soldout {
    background: #aaaaaa !important;
    cursor: not-allowed;
    opacity: 0.8;
  }
  .product-list--scrollable .product-item .ctm-qv-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 40px !important;
    background: #2D2852 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
  }

  /* All mobile cards — limit title to 3 lines */
  .product-item .product-item__title {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  /* Collection page — single column, horizontal card style */
  .product-list--collection {
    gap: 4px !important;
  }

  .product-list--collection .product-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    flex: 0 0 100% !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07) !important;
    overflow: hidden !important;
    padding: 12px !important;
    background: #fff !important;
    /* Horizontal layout */
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 12px !important;
    position: relative !important;
  }

  /* Image — fixed width on the left */
  .product-list--collection .product-item .product-item__image-outer {
    flex: 0 0 40% !important;
    width: 40% !important;
    min-width: 40% !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }

  /* Gallery slider — horizontal scroll snap */
  .product-list--collection .product-item .product-item__image-slider {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  .product-list--collection .product-item .product-item__image-slider::-webkit-scrollbar {
    display: none !important;
  }
  .product-list--collection .product-item .product-item__image-slide {
    flex: 0 0 100% !important;
    scroll-snap-align: start !important;
    display: block !important;
  }

  /* Dots */
  .product-list--collection .product-item .product-item__image-dots {
    display: flex !important;
    justify-content: center !important;
    gap: 4px !important;
    padding: 4px 0 2px !important;
  }
  .product-list--collection .product-item .product-item__image-dot {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #ccc !important;
    flex-shrink: 0 !important;
  }
  .product-list--collection .product-item .product-item__image-dot.is-active {
    background: #1E2D7D !important;
  }

  /* Keep image square */
  .product-list--collection .product-item .product-item__image-outer .aspect-ratio {
    padding-bottom: 100% !important;
  }

  /* Info — fills remaining space on the right, all left-aligned, no offsets */
  .product-list--collection .product-item .product-item__info {
    flex: 1 !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    border: none !important;
  }

  .product-list--collection .product-item .product-item__info-inner {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: unset !important;
    align-items: flex-start !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 4px !important;
  }

  .product-list--collection .product-item .product-item__info-inner > * {
    text-align: left !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Remove all borders — including the theme's 2-column divider line */
  .product-list--collection .product-item,
  .product-list--collection .product-item:not(:nth-child(2n)),
  .product-list--collection .product-item + .product-item,
  .product-list--collection .product-item::before,
  .product-list--collection .product-item::after {
    border: none !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
  }

  /* Labels — don't break the row layout */
  .product-list--collection .product-item .product-item__label-list {
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
    z-index: 1 !important;
  }

  /* Buttons — full width of info column, same height, red ATC + navy QV */
  .product-list--collection .product-item .ctm-btn-stack.ctm-mobile-only {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    width: 100% !important;
    margin-top: 8px !important;
  }

  /* Form wrapper must also be 100% so the ATC button matches QV button width */
  .product-list--collection .product-item .ctm-atc-form {
    width: 100% !important;
    display: block !important;
  }

  .product-list--collection .product-item .ctm-atc-btn,
  .product-list--collection .product-item .ctm-qv-btn {
    width: 100% !important;
    height: 40px !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .product-list--collection .product-item .ctm-atc-btn {
    background: #D44A54 !important;
    color: #fff !important;
  }

  .product-list--collection .product-item .ctm-atc-btn.ctm-atc-btn--soldout {
    background: #aaaaaa !important;
    color: #fff !important;
    cursor: not-allowed;
    opacity: 0.8;
  }

  .product-list--collection .product-item .ctm-qv-btn {
    background: #2D2852 !important;
    color: #fff !important;
  }
}
.product-list-wrap::after {
    display: none;
}
@media ( max-width: 999px ){
  .container__wrap .section_img_col{
    display: none;
  }
  .scroller-wrap {
    width: 100%;
}
  .scroller__inne-wrap {
    padding: 0 20px;
}
  .scroller-wrap .product-list--scrollable .product-item:first-child,
  .scroller-wrap .product-item,
  .scroller-wrap .product-list--scrollable .product-item:last-child{
    border-radius: 24px;
}
  .scroller-wrap .product-list--scrollable .product-item+.product-item{
    border: 1px solid #D2D4DD;
  }

  /* Thin divider between scrollable product cards on mobile, rounded corners */
  .product-list--scrollable .product-item,
  .product-list--scrollable .product-item + .product-item,
  .scroller-wrap .product-list--scrollable .product-item + .product-item {
    border: none !important;
    border-radius: 12px !important;
    padding: 12px !important;
    box-sizing: border-box !important;
  }
  .product-list--scrollable .product-item:not(:last-child) {
    border-right: 1px solid #E8E8E8 !important;
  }
}
@media ( max-width: 767px ){
  .custom-featured-collection-section .section__header {
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}
  .custom-featured-collection-section .section__title.heading.h3 {
    font-size: 20px;
}
  .product-list-wrap .product-item {
    padding: 16px;
}

.product-list-wrap .product-item__info-inner a.product-item__title {
    font-size: 14px !important;
}

.product-list-wrap .product-item__image-wrapper {
    margin-bottom: 12px;
}
  .product-list-wrap .product-item {
    padding: 16px;
}

.product-item__info-inner a.product-item__title {
    font-size: 14px !important;
    grid-column: span 2;
    align-items: center;
}

.product-list-wrap .product-item__image-wrapper {
    margin-bottom: 12px;
}

.product-list-wrap .yotpo-widget-instance {
    display: inline-block;
}

.product-list-wrap .yotpo-widget-instance .yotpo-sr-bottom-line-summary span svg:not(:first-child) {
    display: none !important;
}

.product-list-wrap .price-list {
    display: inline-block;
    width: auto;
}

.product-list-wrap .product-item__info-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.product-list-wrap .product-item__price-list span.price {
    margin: 0;
    font-size: 16px !important;
    line-height: 1.2;
}

.product-list-wrap .product-item__info form {
    display: inline-block;
    width: auto;
    position: absolute;
    bottom: 4px;
    right: 10px;
}

.product-list-wrap .yotpo-widget-instance {
    display: none;
}
 .product-list-wrap p.yotpo-sr-bottom-line-left-panel.yotpo-sr-bottom-line-score {
    margin-left: 5px !important;
}
  .product-list-wrap {
    gap: 16px;
}
  .custom-featured-collection-section section.section {
    margin-bottom: 40px;
}
}

/* Collection tabs: hide inactive tabs + show max 6 cards on mobile */
@media (max-width: 640px) {
  .collection-tabs .tab-content:not(.active) {
    display: none !important;
  }
  .collection-tabs .tab-content.active .product-item:nth-of-type(n+5) {
    display: none !important;
  }
}

/* Collection tabs css */
.tab-contents .tab-content {
    display: none !important;
    justify-content:center;
  }
.tab-contents .tab-content.active {
    display: flex !important;
}


.collection-tabs .section__header-stack {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.collection-tabs  header.section__header {
    display: block;
}

.coll_tabsHeader {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.tab_btns_wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    row-gap: 17px;
}

.coll_tabsHeader a.btn--new {
    flex: 0 0 auto;
}

button.tab__btns {
    padding: 14px 24px;
    border: 1px solid #D2D4DD;
    border-radius: 50px;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    transition: all 0.3s ease;
  flex: 0 0 auto;
}

button.tab__btns.active,button.tab__btns:hover {
    background: #2D2852;
    color: #fff;
    font-weight: 600;
}

.collection-tabs header.section__header h2.section__title.heading.h3 {
    margin: 0;
}
.collection-tabs .scroller-wrap {
    width: 100%;
}

.collection-tabs .scroller__inne-wrap.tab-contents {
    padding: 0;
}
.tab-contents .tab-content .product-item {
    width: 100%;
    flex: 0 0 calc( 25% - 24px );
}
@media ( max-width: 991px ){
  .tab-contents .tab-content .product-item {
    width: 100%;
    flex: 0 0 calc( 33.3% - 24px );
  }
}
.mobile_btn{
  display: none !important;
}
@media ( max-width: 767px ){
  .desktop-btn{
    display: none !important;
  }
  .tab-contents .tab-content {
    gap: 16px;
    
}
.tab-contents .tab-content .product-item {
    width: 100%;
    flex: 0 0 calc( 50% - 8px );
  }
  .tab-contents .tab-content .product-item:nth-child(n + 5) {
    display: none;
}
  .coll_tabsHeader a.btn--new {
    display: none;
}
  .collection-tabs header.section__header h2.section__title.heading.h3 {
    text-align: left;
}
  .collection-tabs .section__header-stack {
    margin-bottom: 24px;
}
  .tab_btns_wrapper {
    gap: 14px;
    flex-wrap:nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}
.collection-tabs .container:not(.container__wrap) {
    padding-right: 0;
}
.tab_btns_wrapper::-webkit-scrollbar {
  width: 0; /* Chrome/Safari: hide scrollbar */
  height: 0;
  background: transparent; /* Make it invisible */
}
.tab_btns_wrapper::-webkit-scrollbar {
  background: transparent;
}

.tab_btns_wrapper::-webkit-scrollbar-thumb {
  background: transparent;
}
 .mobile_btn {
    display: inline-flex!important;
    margin-top: 24px;
}
}

/* video section css  */
.video__item {
    aspect-ratio: 0.79;
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    border-radius: 26px;
}

.video_media {
    display: block;
}

.video_media video.video-tag {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.poster_img {
    inset: 0;
    position: absolute;
}

.poster_img .poster-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  cursor: pointer;
}
.social_video_section {
    padding: 56px 0;
  background: #fff;
}

.social_video_container .header_stack {margin-bottom: 40px;}

.social_video_container .heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    color: #161922;
    margin-bottom: 12px;
}

.social_video_container {
    display: grid;
    grid-template-columns: 1fr auto;
}

.swiper__btns {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  z-index: 1;
}

.swiper__btns .swiper--btn {
    position: static;
    width: 56px;
    height: 56px;
    border: 1px solid #000;
    border-radius: 50%;
    background: #fff;
}

.swiper__btns .swiper--btn::after {
    display: none;
}
span.ply-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 56px;
    height: 56px;
    background: #bfbfbf8a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    backdrop-filter: blur(9px);
}
span.ply-icon img{
  display: block;
  width: 100%;
  height: 100%;
}
.product-form__buy-buttons .product-restore-email {
    margin: 9px !important;
}
.swiper.video_slider {
    max-width: calc( 1360px + ( 100vw - 1360px )/2 );
    margin-left: auto;
    margin-right: unset;
    padding-left: 40px;
}
.ctm-product-item .product-item__info button.product-item__action-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0px;
    margin: 0 !important;
    line-height: 1.5;
    border-radius: 50px;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: #2D2852;
    color: #fff;
    text-transform: capitalize;
}
.ctm-product-item .product-item__action-list button.product-item__action-button.button--disabled{
  display: block;
  background: #aaaaaa !important;
  box-shadow: 0 0 0 1px #aaaaaa inset !important;
  color: #ffffff !important;
  cursor: not-allowed;
  opacity: 0.8;
  border-radius: 17px !important;
}
.ctm-product-item form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.ctm-product-item form .add_to_cart_btn {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    border-radius: 50%;
    background: #D44A54 !important;
    justify-content: center;
}
 
.ctm-product-item form .add_to_cart_btn img {display: block;width: 36px;height: auto;object-fit: contain;}
@media ( max-width: 767px ){
  .swiper__btns {
    display: none;
}
  .social_video_section {
    padding: 32px 0 40px;
}
.social_video_container .heading {
    font-size: 28px;
}
  .social_video_container .header_stack {
    margin-bottom: 24px;
}
  .swiper.video_slider{
    padding-left: 20px;
  }
  .ctm-product-item form .add_to_cart_btn img {
    width: 27px;
}
.ctm-product-item form .add_to_cart_btn {
    width: 35px;
    height: 35px;
}
.ctm-product-item .product-item__action-button.button.button--small.button--ternary.hidden-phone {
    display: none;
}
}

/* new css */
.ctm_ftrd_coll_section .scroller-wrap {
    width: 100%;
}

.ctm_ftrd_coll_section .scroller__inne-wrap {
    padding: 0;
}
.ctm_ftrd_coll_section .product-list-wrap .product-item:last-child{
  display: flex;
}

.nav-bar__inner .container {
    max-width: max-content;
    padding: 0;
}
@media ( min-width: 641px ){
  .search-bar__inner {
    width: min(calc(100% - 0px), 100%);
}
}

@media ( max-width: 640px ){
 a.header__logo-link {
    width: 25px;
    overflow: hidden;
    display: flex;
}

a.header__logo-link img.header__logo-image {
    width: 120px !important;
    flex: 0 0 120px;
    max-width: fit-content;
}

.header__right .header__search-bar-wrapper {
    margin: 0;
    z-index: 9;
    max-width: calc(100% - 184px);
    background: transparent!important;
    visibility: visible;
    opacity: 1;
    flex: auto;
    padding: 0;
    left: 56px;
    top: 21px!important;
    transition: all 0.3s ease;
    transform-origin: center;
}
.header__search-bar-wrapper.is-fixed {
    max-width: calc( 100% - 100px );
    left: 22px;
}
.search-bar__top-wrapper {
    position: relative;
}

.search-bar__top-wrapper button.search-bar__close-button {
    position: absolute;
    width: 26px !important;
    height: 26px !important;
    right: 7px;
    font-size: 0;
    background: url(/cdn/shop/files/close.png?v=1765472507);
    background-size: 20px;
    opacity: 1;
    overflow: visible;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}
.header__search-bar-wrapper.is-fixed button.search-bar__close-button{
  display: block;
}
.header__search-bar-wrapper .search-bar__input-wrapper button.search-bar__input-clear.hidden-lap-and-up {
    display: none;
}
.search-bar__inner {
    top: calc( 100% + 16px );
}
.header__right .header__search-bar-wrapper.is-visible{
  overflow: unset;
}
.header_right_icons .search_toogle.hidden-lap-and-up {
    display: none;
}
.header_top .header__logo{
  flex: 0;
  width: 25px;
}
.header__search-bar-wrapper form.search-bar {
    opacity: 1;
}

.header__search-bar-wrapper .search-bar__input-wrapper {
    flex: auto;
}
}

/* ג”€ג”€ Collection page: image slider ג”€ג”€ */
.product-item__image-outer {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.product-item__image-wrapper.product-item__image-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-item__image-wrapper.product-item__image-slider::-webkit-scrollbar {
  display: none;
}
.product-item__image-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  display: block;
}
.product-item__image-slide .aspect-ratio {
  width: 100%;
}
.product-item__image-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
}
.product-item__image-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.55);
  transition: background 0.2s;
}
.product-item__image-dot.is-active {
  background: #fff;
}

/* ── Collection page: buttons ── */

/* Mobile: show mobile buttons, hide desktop buttons */
.ctm-mobile-only {
  display: none !important;
}
.ctm-desktop-only {
  display: none !important;
}
@media (max-width: 767px) {
  .ctm-mobile-only {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    padding: 0 12px 12px;
  }
  .ctm-desktop-only {
    display: none !important;
  }
}

/* Desktop: show desktop buttons, hide mobile buttons */
@media (min-width: 768px) {
  .ctm-mobile-only {
    display: none !important;
  }
  .ctm-desktop-only {
    display: block !important;
    padding: 0 12px 12px;
  }
  /* Flatten form so buttons become direct grid children */
  .ctm-desktop-only form {
    display: contents !important;
  }
  /* 2-column grid: [Add to Cart (wide)] [Quick View (icon)] */
  .ctm-desktop-only {
    display: grid !important;
    grid-template-columns: 1fr 44px !important;
    gap: 8px !important;
    align-items: center !important;
    padding: 0 0 12px !important;
  }
  /* Add to Cart — wide red button, col 1 */
  .ctm-desktop-only .add_to_cart_btn,
  .ctm-desktop-only .product-item__action-list .add_to_cart_btn {
    grid-column: 1 !important;
    grid-row: 1 !important;
    background: #D44A54 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    height: 44px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    padding: 0 12px !important;
    box-shadow: none !important;
  }
  .ctm-desktop-only .add_to_cart_btn.add_to_cart_btn--soldout {
    background: #aaaaaa !important;
    cursor: not-allowed !important;
  }
  /* Quick View — dark navy icon square, col 2 */
  .ctm-desktop-only .product-item__action-button.button--ternary {
    grid-column: 2 !important;
    grid-row: 1 !important;
    background: #2D2852 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    cursor: pointer !important;
  }

  /* Allow scroller height to expand so buttons aren't clipped */
  .scroller,
  .scroller__inner,
  .scroller-wrap,
  .scroller__inne-wrap {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  /* .product-list base rule sets overflow:hidden at all sizes — override it so
     scrollable card sections (Discover More, Recently Viewed) don't clip buttons */
  .product-list--scrollable,
  .rendom-featured-products .product-list {
    overflow: visible !important;
  }

  /* Pin buttons to bottom of every card in grid sections */
  .product-item {
    display: flex !important;
    flex-direction: column !important;
  }
  .product-item .product-item__info {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
  }
  .product-item .product-item__info-inner {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
  }
  .product-item .ctm-desktop-only {
    margin-top: auto !important;
  }

  /* JS now handles scroller heights — pinning applies to all sections */

  /* Clamp title to 2 lines so long titles never push buttons out of the fixed scroller height */
  .product-list--scrollable .product-item .product-item__title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
}

/* ── Product page: remove image border/padding on desktop ── */
@media (min-width: 768px) {
  .template-product .product-block-list__item--gallery .card,
  .template-product .product-block-list__item--gallery .card__section,
  .template-product .product-block-list__item--gallery .card__section.card__section--tight {
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}

/* ── Prevent Yotpo review stars from causing layout shift on cards ── */
.ctm-product-item .yotpo-widget-instance {
  display: block;
  min-height: 22px;
}

/* ── Variation count badge ── */
.ctm-variation-count {
  display: inline-block;
  align-self: flex-start;
  font-size: 16px;
  font-weight: 600;
  color: #1E2D7D;
  background: #eef0f8;
  border-radius: 20px;
  padding: 2px 10px;
  margin: 4px 0 6px;
  line-height: 1.6;
  white-space: nowrap;
}

/* ── Collection page: price display ── */
.ctm-home-price {
  font-size: 22px !important;
  font-weight: 900;
  color: #1E2D7D !important;
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}
.ctm-price--sale {
  color: #D44A54 !important;
}

/* ── Product page & global: navy price, red on sale ── */
.price:not(.price--compare):not(.price--highlight) {
  color: #1E2D7D !important;
}
.price--highlight {
  color: #D44A54 !important;
}
.price--compare {
  color: #999 !important;
}
.product-item__price-list .price {
  display: none;
}
.ctm-unit-price {
  font-size: 13px;
  color: #666;
  margin-left: 4px;
  font-weight: 400;
}

/* ג”€ג”€ Collection page: shipping badges ג”€ג”€ */
.product-item__shipping-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 8px 0 12px;
}
.product-item__shipping-line {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #333;
  white-space: nowrap;
}
svg.shipping-check {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.shipping-free {
  font-weight: 600;
  color: #2e7d32;
  white-space: nowrap;
}
.shipping-fast {
  font-weight: 600;
  color: #1565c0;
  white-space: nowrap;
}

/* Collection page: hide title block via theme toggle */
.card__header.hide-title-desktop {
  display: none !important;
}

/* Collection page: remove outer card border on all screen sizes */
.template-collection .collection .card {
  border: none !important;
  box-shadow: none !important;
}

@media screen and (min-width: 1000px) {
  .product-list--collection {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }
  .product-list--collection::before {
    display: none !important;
    border: none !important;
    box-shadow: none !important;
  }
  .product-list--collection .product-item::after {
    box-shadow: none !important;
    border: none !important;
  }
  .product-list--collection .product-item {
    border: none !important;
    border-right: none !important;
    border-radius: 8px !important;
    outline: 4px solid var(--background) !important;
    outline-offset: -1px !important;
  }
}

/* ─── Collection page: Yotpo compact ─── */
.ctm-yotpo-compact {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 13px;
  color: #333;
  margin: 4px 0 6px;
}
.ctm-y-score {
  font-weight: 700;
}
.ctm-y-star {
  color: #F2AE40;
}
.ctm-y-count {
  color: #888;
}

/* ── Collection page: quick view modal ── */
#mqv-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  align-items: flex-end;
}
#mqv-overlay.is-open {
  display: flex;
}
#mqv-sheet {
  background: #fff;
  width: 100%;
  max-height: 90vh;
  border-radius: 20px 20px 0 0;
  padding: 20px 20px 32px;
  overflow-y: auto;
  position: relative;
}
#mqv-handle {
  width: 40px;
  height: 4px;
  background: #D2D4DD;
  border-radius: 2px;
  margin: 0 auto 16px;
}
#mqv-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #333;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 2;
}
/* Gallery */
#mqv-gallery { display: flex; flex-direction: column; gap: 10px; width: 100%; }
#mqv-gallery-main { position: relative; }
#mqv-img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  border-radius: 12px;
  border: none;
  display: block;
}
#mqv-prev, #mqv-next {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: #1a1a2e;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  z-index: 2;
  transition: box-shadow 0.15s, background 0.15s;
}
#mqv-prev:hover, #mqv-next:hover {
  background: #f5f5f8;
  box-shadow: 0 4px 12px rgba(0,0,0,0.22);
}
#mqv-prev { left: -20px; }
#mqv-next { right: -20px; }
#mqv-prev[style*="display: "], #mqv-next[style*="display: "] { display: flex; }
#mqv-thumbs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.mqv-thumb {
  width: 52px;
  height: 52px;
  border: 2px solid #e0e0e8;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  background: #f5f7f9;
  flex-shrink: 0;
}
.mqv-thumb img { width: 100%; height: 100%; object-fit: contain; display: block; }
.mqv-thumb.is-active { border-color: #2D2852; }

/* Mobile: image + info side by side */
#mqv-cols {
  display: flex;
  gap: 16px;
}
#mqv-left {
  flex-shrink: 0;
}
#mqv-img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  border-radius: 12px;
  border: none;
  display: block;
}
#mqv-right {
  flex: 1;
  min-width: 0;
}
#mqv-price {
  font-size: 20px;
  font-weight: 900;
  color: #1E2D7D;
  margin: 0 0 6px;
}
#mqv-title {
  font-size: 14px;
  color: #333;
  margin: 0 0 8px;
  line-height: 1.4;
}
#mqv-variants {
  margin-bottom: 14px;
}
.mqv-variants-label {
  font-size: 13px;
  font-weight: 700;
  color: #333;
  margin-bottom: 6px;
}
.mqv-variants-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.mqv-variant-btn {
  padding: 6px 14px;
  border: 1px solid #D2D4DD;
  border-radius: 50px;
  font-size: 13px;
  cursor: pointer;
  background: #fff;
  color: #333;
  transition: all 0.2s;
}
.mqv-variant-btn.is-selected {
  border-color: #2D2852;
  background: #2D2852;
  color: #fff;
}
.mqv-variant-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.mqv-shipping {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 10px;
}
.mqv-shipping-line {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}
.mqv-shipping-line svg {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0;
}
.mqv-qty-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 14px;
}
.mqv-qty-label {
  font-size: 14px;
  font-weight: 600;
  color: #1E2D7D;
}
.mqv-qty-ctrl {
  display: flex;
  align-items: center;
  border: 1px solid #1E2D7D;
  border-radius: 8px;
  overflow: hidden;
}
.mqv-qty-btn {
  width: 36px;
  height: 36px;
  background: #f0f2f8;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #1E2D7D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mqv-qty-btn:hover { background: #e0e4f0; }
#mqv-qty-input {
  width: 44px;
  height: 36px;
  border: none;
  border-left: 1px solid #1E2D7D;
  border-right: 1px solid #1E2D7D;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #1E2D7D;
  background: #fff;
  -moz-appearance: textfield;
}
#mqv-qty-input::-webkit-outer-spin-button,
#mqv-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; }
#mqv-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mqv-atc-btn {
  width: 100%;
  background: #D44A54;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}
.mqv-atc-btn:hover {
  background: #b83a43;
}
#mqv-view-link {
  display: block;
  text-align: center;
  color: #2D2852;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 6px;
}
@media (min-width: 768px) {
  #mqv-overlay {
    align-items: center;
    justify-content: center;
  }
  #mqv-sheet {
    width: 820px;
    max-height: 88vh;
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  #mqv-handle { display: none; }
  #mqv-close {
    top: 16px;
    right: 16px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
  }
  #mqv-cols {
    flex: 1;
    gap: 0;
    overflow: hidden;
    min-height: 0;
  }
  #mqv-left {
    width: 50%;
    background: #f5f7f9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 36px 24px;
    flex-shrink: 0;
  }
  #mqv-gallery { width: 100%; }
  #mqv-img {
    width: 100%;
    height: auto;
    max-height: 340px;
    object-fit: contain;
    border-radius: 12px;
  }
  #mqv-prev, #mqv-next { display: flex; }
  #mqv-thumbs { justify-content: center; }
  .mqv-thumb { width: 60px; height: 60px; }
  #mqv-right {
    flex: 1;
    padding: 48px 36px 36px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }
  #mqv-form {
    margin-top: auto;
    padding-top: 16px;
  }
}

/* ── Product page: desktop layout options ── */
@media screen and (min-width: 1000px) {
  /* 1 column: unstack everything */
  [data-desktop-layout="1"] .product-block-list__wrapper {
    width: 100% !important;
  }
  [data-desktop-layout="1"] .product-block-list__item--info {
    position: static !important;
    width: 100% !important;
    height: auto !important;
  }

  /* 3 columns: narrower gallery, info split into 2 sub-columns */
  [data-desktop-layout="3"] .product-block-list__wrapper {
    width: calc(38% - 15px) !important;
  }
  [data-desktop-layout="3"] .product-block-list__item--info {
    width: calc(62% - 15px) !important;
  }
  [data-desktop-layout="3"] .product-info-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px;
    align-items: start;
  }
  [data-desktop-layout="3"] .product-info-grid .desktop-col-1 {
    grid-column: 1;
  }
  [data-desktop-layout="3"] .product-info-grid .desktop-col-2 {
    grid-column: 2;
  }
}

/* ── Collection cards: mobile fixes ── */
@media (max-width: 767px) {
  .product-item__shipping-info {
    padding: 0 12px;
  }
}

/* ── Product page: mobile fixes ── */
@media (max-width: 767px) {
  .product-block-list__item .card {
    border: none !important;
    box-shadow: none !important;
  }
  .card.card--sticky {
    border: none !important;
    box-shadow: none !important;
  }
  .product-form__info-list.product_price_stock {
    border: none;
  }
  .product_price_stock .product-form__info-item {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }
  .product_price_stock .product-form__info-content {
    width: 100%;
  }
}


/* ── Mobile header (≤ 640px) ── */
@media (max-width: 640px) {
  /* Grid: hamburger | logo | cart on row 1, search on row 2 */
  .header_top {
    display: grid !important;
    grid-template-columns: 44px 1fr 44px !important;
    grid-template-rows: 54px auto !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 16px !important;
    border-radius: 0 !important;
    margin: 0 !important;
  }
  .header_bar_container {
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Col 1 Row 1: hamburger */
  .header_top > .header__mobile-nav {
    grid-column: 1 !important;
    grid-row: 1 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .header__mobile-nav-toggle {
    width: 44px !important;
    height: 44px !important;
    background: #fff !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
  }
  .header__mobile-nav-toggle .header_icon--icon {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain !important;
    display: block !important;
  }

  /* Col 2 Row 1: logo */
  .header_top > .header__logo {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
    flex: unset !important;
    max-width: unset !important;
    width: auto !important;
  }
  .header_top > .header__logo a.header__logo-link {
    width: auto !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
  }
  .header_top > .header__logo .header__logo-image {
    width: auto !important;
    max-width: 120px !important;
    max-height: 36px !important;
    height: auto !important;
    flex: unset !important;
    object-fit: contain !important;
  }
  .header_top > .header__logo .header__logo-texts {
    display: none !important;
  }

  /* Flatten .header__right and .header_right_icons so their children join the grid */
  .header_top > .header__right {
    display: contents !important;
  }
  .header_top > .header__right > .header_right_icons {
    display: contents !important;
  }

  /* Search bar: col 1-3, row 2 */
  .header_top > .header__right > .header__search-bar-wrapper {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: block !important;
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 0 8px !important;
    background: transparent !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    z-index: auto !important;
    transition: none !important;
    flex: unset !important;
  }
  .header__search-bar-wrapper .search-bar__top-wrapper {
    position: static !important;
  }
  .header__search-bar-wrapper .search-bar__top {
    background: #fff !important;
    border-radius: 16px !important;
    border: none !important;
    height: 44px !important;
    padding: 0 16px !important;
  }
  .header__search-bar-wrapper form.search-bar {
    padding: 0 !important;
    opacity: 1 !important;
  }
  .header__search-bar-wrapper .search-bar__input-wrapper {
    flex: 1 !important;
  }

  /* Cart: col 3, row 1 */
  .header__action-item--cart {
    grid-column: 3 !important;
    grid-row: 1 !important;
    display: flex !important;
    padding: 0 !important;
    align-items: center;
    justify-content: flex-end;
  }
  .header__action-item--cart .header__action-item-link {
    width: 44px !important;
    height: 44px !important;
    background: #fff !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    padding: 0 !important;
  }
  span.header__cart-count {
    font-size: 10px !important;
    width: auto !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 4px !important;
    border-radius: 9px !important;
    top: -5px !important;
    right: -5px !important;
    line-height: 18px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
  }

  /* Hide non-cart items inside header_right_icons */
  .header_top > .header__right > .header_right_icons > *:not(.header__action-item--cart) {
    display: none !important;
  }

  /* Hide info text */
  .header_top > .header_info {
    display: none !important;
  }
}

/* ============================================================
   PRODUCT PAGE — Single-loop 2-column desktop layout
   Gallery = col 1 (spans all rows), info blocks = col 2
   Full-width blocks span both columns
   ============================================================ */

@media screen and (min-width: 1000px) {
  /* Force the outer containers to fill full width */
  .product-block-list,
  .product-block-list__wrapper {
    width: 100% !important;
    max-width: 100% !important;
    position: static !important;
    height: auto !important;
  }

  .product-block-list__wrapper .product-form {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 0;
    align-items: start;
  }

  .product-block-list--medium .product-block-list__wrapper .product-form {
    grid-template-columns: 55fr 45fr !important;
  }

  .product-block-list--large .product-block-list__wrapper .product-form {
    grid-template-columns: 60fr 40fr !important;
  }

  .product-block-list__item--gallery {
    grid-column: 1 !important;
    grid-row: 1 / 999 !important;
    position: static !important;
    width: auto !important;
  }

  /* Info blocks: right column, add bottom spacing between them */
  .product-block-list__item:not(.product-block-list__item--gallery):not(.product-block-list__item--description):not(.product-block-list__item--content):not(.product-block-list__item--complementary):not(.product-block-list__item--reviews) {
    grid-column: 2 !important;
    position: static !important;
    width: auto !important;
    margin-bottom: 16px;
  }

  .product-block-list__item--description,
  .product-block-list__item--content,
  .product-block-list__item--complementary,
  .product-block-list__item--reviews {
    grid-column: 1 / -1 !important;
    position: static !important;
    width: auto !important;
    margin-top: 30px;
  }
}

@media screen and (max-width: 999px) {
  .product-block-list__wrapper .product-form {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 999px) {
  .header_icon--link,
  a.header__action-item-link.header__cart-toggle.header_icon--link,
  button.header__mobile-nav-toggle.header_icon--link {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }
  .header_icon--link .header_icon--icon {
    filter: brightness(0) invert(1) !important;
  }
  .header__mobile-nav-toggle svg path,
  .header__mobile-nav-toggle svg rect,
  .header__mobile-nav-toggle svg * {
    fill: white !important;
  }
  .header__mobile-nav-toggle {
    color: white !important;
  }
  .header__action-item--cart .header__cart-count {
    top: 4px !important;
    right: 4px !important;
  }
  .header__action-item--cart .header_icon--icon {
    width: 28px !important;
    height: 28px !important;
  }
  .header__action-item--account-mobile .header__action-item-link {
    background: transparent !important;
    border: none !important;
    color: white !important;
  }
  .header__action-item--account-mobile svg * {
    fill: white !important;
    stroke: white !important;
  }
  .header-account-mobile-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: white !important;
  }
  .header-account-mobile-icon svg * {
    stroke: white !important;
    fill: none !important;
  }
  .header-login-abs {
    position: absolute;
    top: 12px;
    height: 48px;
    right: 65px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }
}

@media screen and (min-width: 1000px) {
  .header__action-item--account-mobile {
    display: none !important;
  }
  .header_right_icons > a[style] {
    display: none !important;
  }
  .header-login-abs {
    display: none !important;
  }
}

/* ══════════════════════════════════════════════════════════════════
   Home page sections — pixel-exact mobile card (≤ 640px)
   Sections: Custom Featured Collection + Collection Tabs
   Selectors use 3–4 classes to win over earlier !important rules
   ══════════════════════════════════════════════════════════════════ */
@media (max-width: 640px) {

  /* ── Grid: 10px gap between cards ── */
  .ctm_ftrd_coll_section .product-list-wrap {
    gap: 10px !important;
    background: #fafafc !important;
  }

  /* ── Card ── */
  /* padding: 4px top | 4px right | 8px bottom | 4px left */
  /* gap: 6px between all direct children (image → info) */
  .ctm_ftrd_coll_section .product-list-wrap .product-item,
  .collection-tabs .tab-content .product-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    box-sizing: border-box !important;
    padding: 4px 4px 8px !important;
    border: 1px solid #e8e8ef !important;
    border-radius: 12px !important;
    box-shadow: 0 1px 2px rgba(26,26,46,0.04) !important;
    background: #ffffff !important;
    overflow: hidden !important;
    gap: 6px !important;
    position: relative !important;
    min-width: 0 !important;
    flex-basis: unset !important;
    width: 100% !important;
  }

  /* ── Image area ── */
  .ctm_ftrd_coll_section .product-list-wrap .product-item .product-item__image-outer,
  .collection-tabs .tab-content .product-item .product-item__image-outer {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    overflow: visible !important;
    margin: 0 !important;
  }

  .ctm_ftrd_coll_section .product-list-wrap .product-item .aspect-ratio,
  .collection-tabs .tab-content .product-item .aspect-ratio {
    padding-bottom: 100% !important;
  }

  /* Slider: stacked slides, opacity-based, no scroll */
  .ctm_ftrd_coll_section .product-list-wrap .product-item .product-item__image-slider,
  .collection-tabs .tab-content .product-item .product-item__image-slider {
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    scroll-snap-type: none !important;
  }

  /* All slides stacked at position 0 — specificity 0,5,0 beats line-832 hide rule */
  .ctm_ftrd_coll_section .product-list-wrap .product-item .product-item__image-slider .product-item__image-slide,
  .collection-tabs .tab-content .product-item .product-item__image-slider .product-item__image-slide {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    transition: opacity 0.25s ease !important;
    pointer-events: none !important;
    flex: unset !important;
    min-width: unset !important;
  }

  /* Active slide */
  .ctm_ftrd_coll_section .product-list-wrap .product-item .product-item__image-slider .product-item__image-slide.ctm-active,
  .collection-tabs .tab-content .product-item .product-item__image-slider .product-item__image-slide.ctm-active {
    display: block !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  /* Aspect-ratio inside slide: fill the slide */
  .ctm_ftrd_coll_section .product-list-wrap .product-item .product-item__image-slide .aspect-ratio,
  .collection-tabs .tab-content .product-item .product-item__image-slide .aspect-ratio {
    position: absolute !important;
    inset: 0 !important;
    padding-bottom: 0 !important;
    height: 100% !important;
  }

  /* ── Info column: 6px left/right → total 10px from card edge ── */
  .ctm_ftrd_coll_section .product-list-wrap .product-item .product-item__info,
  .collection-tabs .tab-content .product-item .product-item__info {
    flex: 1 !important;
    min-width: 0 !important;
    padding: 0 6px !important;
    margin: 0 !important;
    border: none !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
  }

  /* gap: 6px between price / title / perks / button */
  .ctm_ftrd_coll_section .product-list-wrap .product-item .product-item__info-inner,
  .collection-tabs .tab-content .product-item .product-item__info-inner {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: unset !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: 1 !important;
    gap: 6px !important;
    align-items: flex-start !important;
  }

  /* ── Price line: first (order -1), flex row, gap 4px ── */
  .ctm_ftrd_coll_section .product-list-wrap .product-item .product-item__price-list,
  .collection-tabs .tab-content .product-item .product-item__price-list {
    order: -1 !important;
    display: flex !important;
    align-items: baseline !important;
    gap: 4px !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    width: 100% !important;
  }

  /* Dollar amount: #382d59, 16px, 800 */
  .ctm_ftrd_coll_section .product-list-wrap .product-item .ctm-home-price,
  .collection-tabs .tab-content .product-item .ctm-home-price {
    color: #382d59 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
  }

  /* Unit price: #8a8aa0, 9px, 500 */
  .ctm_ftrd_coll_section .product-list-wrap .product-item .ctm-unit-price,
  .collection-tabs .tab-content .product-item .ctm-unit-price {
    color: #8a8aa0 !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    letter-spacing: 0.6px !important;
    margin: 0 !important;
  }

  /* ── Title: 11px/700, 2-line clamp, margin-top 2px ── */
  .ctm_ftrd_coll_section .product-list-wrap .product-item .product-item__title,
  .collection-tabs .tab-content .product-item .product-item__title {
    color: #1a1a2e !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.4px !important;
    margin: 2px 0 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  /* ── Perks / shipping: 9.5px/600, gap 3px rows, margin-top 1px ── */
  .ctm_ftrd_coll_section .product-list-wrap .product-item .product-item__shipping-info,
  .collection-tabs .tab-content .product-item .product-item__shipping-info {
    padding: 0 !important;
    margin: 1px 0 0 !important;
    gap: 3px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .ctm_ftrd_coll_section .product-list-wrap .product-item .product-item__shipping-line,
  .collection-tabs .tab-content .product-item .product-item__shipping-line {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-size: 9.5px !important;
    font-weight: 600 !important;
    white-space: normal !important;
  }

  .ctm_ftrd_coll_section .product-list-wrap .product-item .shipping-free,
  .collection-tabs .tab-content .product-item .shipping-free {
    color: #16a34a !important;
  }

  .ctm_ftrd_coll_section .product-list-wrap .product-item .shipping-fast,
  .collection-tabs .tab-content .product-item .shipping-fast {
    color: #2563eb !important;
  }

  .ctm_ftrd_coll_section .product-list-wrap .product-item svg.shipping-check,
  .collection-tabs .tab-content .product-item svg.shipping-check {
    width: 11px !important;
    height: 11px !important;
    flex-shrink: 0 !important;
  }

  /* ── Dots — moved by JS to card level (inline styles handle colors) ── */
  .ctm_ftrd_coll_section .product-list-wrap .product-item > .product-item__image-dots,
  .collection-tabs .tab-content .product-item > .product-item__image-dots {
    position: static !important;
    flex-shrink: 0 !important;
  }

  /* ── Hide Yotpo ── */
  .ctm_ftrd_coll_section .product-list-wrap .product-item .yotpo-widget-instance,
  .collection-tabs .tab-content .product-item .yotpo-widget-instance {
    display: none !important;
  }

  /* ── Button slot: margin-top 4px, pushed to bottom ── */
  .ctm_ftrd_coll_section .product-list-wrap .product-item .ctm-btn-stack.ctm-mobile-only,
  .collection-tabs .tab-content .product-item .ctm-btn-stack.ctm-mobile-only {
    display: block !important;
    margin-top: auto !important;
    padding: 4px 0 0 !important;
    width: 100% !important;
    flex-direction: unset !important;
    gap: 0 !important;
  }

  /* ── ATC button: red, 10px radius, 11px/700, gap 4px, inset shadow ── */
  .ctm_ftrd_coll_section .product-list-wrap .product-item .ctm-atc-btn,
  .collection-tabs .tab-content .product-item .ctm-atc-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    width: 100% !important;
    padding: 9px 8px !important;
    background: #d44a54 !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.12) !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    min-height: unset !important;
    height: auto !important;
    transition: transform .15s ease, box-shadow .2s ease, background .2s ease !important;
  }

  .ctm_ftrd_coll_section .product-list-wrap .product-item .ctm-atc-btn.ctm-atc-btn--soldout,
  .collection-tabs .tab-content .product-item .ctm-atc-btn.ctm-atc-btn--soldout {
    background: #cfcfd6 !important;
    color: #6b6b80 !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
  }

  /* ── Hide Quick View ── */
  .ctm_ftrd_coll_section .product-list-wrap .product-item .ctm-qv-btn,
  .collection-tabs .tab-content .product-item .ctm-qv-btn {
    display: none !important;
  }

  /* ── Sale label: absolute over image ── */
  .ctm_ftrd_coll_section .product-list-wrap .product-item .product-item__label-list,
  .collection-tabs .tab-content .product-item .product-item__label-list {
    position: absolute !important;
    top: 6px !important;
    left: 6px !important;
    z-index: 1 !important;
  }
}

/* ── Desktop: same opacity-based slider as mobile for home page / tabs ── */
@media (min-width: 641px) {
  .ctm_ftrd_coll_section .product-list-wrap .product-item .product-item__image-slider,
  .collection-tabs .tab-content .product-item .product-item__image-slider {
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    scroll-snap-type: none !important;
  }

  .ctm_ftrd_coll_section .product-list-wrap .product-item .product-item__image-slider .product-item__image-slide,
  .collection-tabs .tab-content .product-item .product-item__image-slider .product-item__image-slide {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    transition: opacity 0.25s ease !important;
    pointer-events: none !important;
    flex: unset !important;
    min-width: unset !important;
  }

  .ctm_ftrd_coll_section .product-list-wrap .product-item .product-item__image-slider .product-item__image-slide.ctm-active,
  .collection-tabs .tab-content .product-item .product-item__image-slider .product-item__image-slide.ctm-active {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .ctm_ftrd_coll_section .product-list-wrap .product-item .product-item__image-slide .aspect-ratio,
  .collection-tabs .tab-content .product-item .product-item__image-slide .aspect-ratio {
    position: absolute !important;
    inset: 0 !important;
    padding-bottom: 0 !important;
    height: 100% !important;
  }
}

.product-label--on-sale {
  background: #e74457 !important;
  border-radius: 8px !important;
}
}
