/** Shopify CDN: Minification failed

Line 414:23 Expected identifier but found "."
Line 417:11 Expected identifier but found whitespace
Line 417:12 Unexpected "145px"
Line 998:75 Expected identifier but found "!"

**/
.product-label-container.custom_prd-badge{
  z-index: 99999;
}

.price-savings {
     color: #fff;
    font-weight: 600;
    margin: 0;
    background: rgb(47, 105, 89);
    /* padding: 5px 15px; */
    padding: 4px 8px;
    border-radius: 40px;
    text-transform: uppercase;
    max-width: fit-content;
    font-size: 10px;
}

.cart-drawer__footer{
  padding-top: 0;
  padding-bottom: 10px;
}
.cart-form .cart-item-list-heading--price, .cart-form .cart-item__price{
  width: auto;
}
.cart-drawer__content-item .slider .slider__grid.product-grid{
  --product-columns-desktop: 3;
  column-gap: 10px;
}
.cart-drawer__content-item .slider .slider__grid .product-block .block-inner .block-inner-inner .product-block__detail{
  margin-bottom: 0;
}
.cart-drawer__content-item .slider .slider__grid .product-block .block-inner .block-inner-inner .product-block__detail .inner .innerer .product-link .product-block__title{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-drawer .collection-slider{
  padding: 0;
}
 /* --- Discount code field + Apply button --- */
  .ctm-discount-code-wrap {
    display: flex;
    gap: 8px;
    margin: 12px 0 0;
  }
   .ctm-discount-error {
    display: none;
    margin-top: 6px;
    font-size: 12px;
    color: #dc2626;
  }
  .ctm-discount-error--visible {
    display: block;
  }
  .ctm-discount-input {
    flex: 1;
    min-width: 0;
    height: 35px;
    border: 1px solid #d1d5db;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 4px;
    background: #fff;
    color: #111;
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
  }
  .ctm-discount-input::placeholder {
    color: #9ca3af;
    font-size: 14px;
  }
  .ctm-discount-apply {
    flex-shrink: 0;
    height: 35px;
    padding: 0 20px;
    background: #fff !important;
    color: #111 !important;
    border: 1px solid #111 !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    letter-spacing: normal;
    white-space: nowrap;
    line-height: 1;
    box-sizing: border-box;
    -webkit-appearance: none;
  }
  .ctm-discount-apply:hover {
    background: #f5f5f5 !important;
  }

  /* --- Checkout button: full-width, styled via theme's existing .btn --- */
  cart-drawer .checkout-buttons .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    max-height: 35px;
  }
  .ctm-cart-info-grid .cart-policies, .ctm-cart-info-grid__right div{
    font-size: 11px !important;
  }

  /* --- Additional checkout buttons (Shop Pay) --- */
  .ctm-additional-checkout-buttons {
    margin-top: 5px;
  }
  .ctm-additional-checkout-buttons a div{
    background-color: #5433eb;
    padding: 7px;
    text-align: center;
  }
  .cart-drawer__footer div[data-merge="footer"] .cart-discount-list{
    margin: 0 0 5px 0;
  }
  shop-pay-wallet-button, shopify-google-pay-button, .wallet-button-wrapper{
    max-height: 35px;
  }
  .opposing-items__left{
    margin-bottom: 0;
  }
  .ctm-additional-checkout-buttons > div,
  .ctm-additional-checkout-buttons .shopify-payment-button {
    margin: 0;
  }
  .ctm-additional-checkout-buttons .shopify-payment-button__button {
    border-radius: 4px !important;
    min-height: 44px !important;
  }

  /* Hide original gift/shipping progress bar inside cart-free-gift (replaced by ctm-threshold-row) */
  .ctm-bars-container .cart_free_gift--free_bar_wrap {
    display: none !important;
  }

  /* --- Threshold badges row --- */
  .ctm-threshold-row {
    display: flex;
    gap: 5px;
    padding: 5px var(--gutter-content) 10px;
  }
  /* .ctm-threshold-row--hidden {
    display: none !important;
  } */
  .ctm-threshold-badge {
    flex: 1;
    min-width: 0;
    border-radius: 0px;
    /* padding: 0 10px 8px; */
    padding: 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    color: #374151;
    overflow: hidden;
  }
  .cart-item-upsells cc-cart-cross-sell .collection-slider-row .quickbuy-container{
  /* overflow-y: scroll;
    max-height: 400px; */
 }
 cart-drawer{
    overflow-y: scroll;
    height: 100%;
 }
 cart-drawer .cart-drawer__content{
    height: max-content;
    /* max-height: 420px; */
    overflow-y: visible;
    flex: 1;
 }
 .cart-item-upsells cc-cart-cross-sell .collection-slider-row carousel-slider .slider .slider__grid product-block{
    height: fit-content;
 }
 .cart-item-upsells cc-cart-cross-sell .collection-slider-row carousel-slider .slider .slider__grid product-block .block-inner .block-inner-inner .quickbuy-toggle{
  padding: 5px 0;
  font-size: 9px;
 }
 .cart-item-upsells cc-cart-cross-sell .collection-slider-row carousel-slider .slider .slider__grid product-block .block-inner .block-inner-inner .product-block__detail .inner .innerer .product-link .product-block__title{
  font-size: 10px;
 }
 .cart-item-upsells cc-cart-cross-sell .collection-slider-row carousel-slider .slider .slider__grid product-block .block-inner .block-inner-inner .product-block__detail .inner .innerer .product-link .product-price > *{
  font-size: 10px;
 }
 .cart-item-upsells cc-cart-cross-sell .collection-slider-row carousel-slider .slider .slider__grid product-block .quickbuy-container .close-detail{
  z-index: 9999;
 }
 .cart-item-upsells cc-cart-cross-sell .collection-slider-row carousel-slider .slider .slider__grid product-block .quickbuy-container .inner{
  /* height: 100%; */
  padding-bottom: 0 !important;
 }
 .cart-item-upsells cc-cart-cross-sell .collection-slider-row .quickbuy-container .inner product-form{
  margin-bottom: 0;
 }
 .cart-item-upsells cc-cart-cross-sell .collection-slider-row .quickbuy-container .inner product-form{
  padding-left: 15px;
  padding-right: 15px;
 }
  .ctm-threshold-badge__text {
    display: block;
    padding-top: 8px;
    font-size: 10px;
  }
  .wallet-cart-grid, shopify-apple-pay-button{
    max-height: 35px;
  }
 .ctm-bars-container #cart_second_threshold_gift--wrapper:not(.cart-drawer__footer--hidden) {
    display: contents;
  }
  .ctm-bars-container #cart_second_threshold_gift--wrapper.cart-drawer__footer--hidden {
    display: none !important;
  }
  .ctm-bars-container:not([data-gift-unlocked]) .cart_free_gift:not(.cart_second_threshold_gift) {
    display: none !important;
  }
  .ctm-bars-container:not([data-gift-unlocked]) .cart_second_threshold_gift {
    display: none !important;
  }
  .ctm-bars-container .cart_free_gift[data-in-cart="true"] {
    display: none !important;
  }
  .ctm-threshold-badge__bar {
    height: 6px;
    margin: 0px;
    background: #e5e7eb;
    position: relative;
    overflow: hidden;
    border-radius: 6px 0px 0 6px;
  }
  .ctm-estimated-delivery .delivery-widget__manual .delivery-widget__container{
    margin: 0 !important;
  }
  .ctm-estimated-delivery .delivery-widget__manual .delivery-widget__container .msg__container{
    padding: 0 !important;
    border: none !important;
  }
  .ctm-estimated-delivery .delivery-widget__manual .delivery-widget__container .msg__container p span{
    font-size: 10px !important;
    font-weight: 400;
    color: #363b41;
  }
  
  .ctm-order-summary-label > * {
    font-size: 12px !important;
     font-weight: 400;
    color: #363b41;
  }
  .ctm-order-summary-label p b{
    font-weight: 400;
  }
  

  .ctm-threshold-badge__bar[data-index="free_prd"]{
    border-radius: 0px 6px 6px 0px;
  }
  .ctm-threshold-badge__bar[data-index="free_ship"]{
    border-radius: 6px 0px 0px 6px;
  }
  .ctm-threshold-badge__bar::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    /* background: var(--ctm-badge-color, #111); */
    transform: translateX(calc(-100% * (1 - var(--ctm-badge-progress, 0))));
    transition: transform 0.8s cubic-bezier(0, 0, 0.09, 0.97);
    border-radius: 6px 0px 0 6px;
  }
    .ctm-threshold-badge--second .ctm-threshold-badge__bar::after {
        background: var(--ctm-badge-color, #111);
    }
  /* --met class kept for Liquid semantics; styling intentionally unchanged */
  /* Product box: restore original all-sides black border, add horizontal margin */
  .ctm-bars-container .cart_free_gift {
    margin: 0 var(--gutter-content) 14px;
    border: 1px solid #000 !important;
    border-radius: 5px;
  }
  .cart_free_gift.cart_second_threshold_gift {
    margin-top: 10px;
  }
  .cart-drawer__header{
    margin: 10px 0 !important;
  }
  /* --- Free shipping bar pinned at the bottom of the footer --- */
  .ctm-footer-shipping-bar {
    margin-top: 12px;
    padding: 0 var(--gutter-content);
    border-top: 1px solid rgb(var(--text-color) / var(--divider-opacity));
    padding-top: 10px;
  }
  .ctm-footer-shipping-bar:empty {
    display: none;
    padding: 0;
    margin: 0;
    border: none;
  }

  /* Progress bar card — matches design's compact gray badge */
  .ctm-footer-shipping-bar .free-shipping-bar {
    margin: 0;
    background: #f3f4f6;
    border-radius: 8px;
    padding: 10px 14px 0;
    overflow: hidden;
  }
  .ctm-footer-shipping-bar .free-shipping-bar__message {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #374151;
    margin-bottom: 10px;
  }
  .ctm-footer-shipping-bar .free-shipping-bar__bar {
    height: 4px;
    border-radius: 0 0 8px 8px;
    margin: 0 -14px;
    background-color: #e5e7eb;
  }
  .ctm-footer-shipping-bar .free-shipping-bar__bar::after {
    background: #111111;
    border-radius: 0 0 8px 8px;
    transition: transform 0.8s cubic-bezier(0, 0, 0.09, 0.97);
  }

  /* --- Hide redundant "TOTAL SAVINGS" row (shown in info grid instead) --- */
  .ctm--cart_discount {
    display: none !important;
  }

  /* --- Payment icons row --- */
  .ctm-payment-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 0px;
    flex-wrap: nowrap;
  }
  .ctm-subtotal-prices .ctm-original-price{
    font-size: 12px;
    font-weight: 600;
    opacity: .6;
  }
   .ctm-subtotal-prices span{
    font-size: 12px;
  }
  .ctm-order-summary-panel .ctm-returns-easy{
    text-align: center;
  }
  .ctm-order-summary-label p strong{ 
    font-weight: 600;
  }
  
  .ctm-payment-icons-text__item > *{
    font-size: 12px !important;
  }
  .ctm-payment-icons-desc__item > *{
    font-size: 10px !important;
  }
  .ctm-payment-icon {
    display: inline-block;
    height: 24px;
    width: auto;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    padding: 2px 5px;
    background: #fff;
    vertical-align: middle;
  }
.variant-step-title{
    font-size: 12px;
}
.dis-flex_link{
    display: flex;
}
.dis-flex_link a{
    margin: 0 auto;
    font-weight: bold;
}
.product-media-collage.desktop-only{
      display: flex;
    flex-wrap: wrap;
}
.product-media-collage__item{
    margin-bottom: 20px;
    transition: opacity .5s;
    flex: 0 0 calc(50% - 20px);
    margin-left: 20px;
}
.side-images-container{
    height: 145px;
    max-width: 210px;
    margin-bottom: 1rem;
    padding: 2px;
}
.side-images-container .slider-image{
      height: 100%;
    object-fit: contain;
    max-width: 100%;
}
.product-column-right ..price-descriptors{
  display: none;
}
    height: 145px;
    max-width: 210px;
    margin-bottom: 1rem;
    padding: 2px;
    cursor: pointer;
}
.side-images-container img{
    height: 100%;
    object-fit: contain;
    max-width: 100%;
}

.ctm--cart_alignment{
  justify-content: end !important;
}

/* .color_bundle carousel-slider{
    display: none !important;
} */

/* .color_bundle .desktop-only{
    display: grid !important;
} */

/* .color_bundle media-gallery{
    pointer-events: none;
} */

.custom-variant-selection-msg{
    visibility: hidden;
    height: 0;
}
.main-product.not-in-quickbuy{
    margin-bottom: 16px;
}

.custom-variant-selection-msg p{
    color: red;
    text-transform:capitalize;
    margin: 0;
}

.custom-add-to-cart-btn{
    opacity: 0.6;
}

/* .color_bundle input.is-unavailable,
.color_bundle input.is-unavailable + label {
    pointer-events: none;
} */

[sale_badge]:after {
    content: attr(sale_badge);
    display: inline-block;
    padding: .5em 1em;
    background: var(--product-label-overlay-reduction-bg);
    color: var(--product-label-overlay-reduction-text);
    font-size: var(--smaller-text-size-4);
    line-height: 1.2;
    vertical-align: top;
    margin-left: 10px;
}

.color_bundle [imgActive] {
    border: 2px solid #000;
    border-radius: 6px;
}

/* bundle btn */



/* bundle container */



.prd-bundle-main-container.for_desktop{
    /* position: sticky; */
    width: 245px;
    /* top:calc(162px + var(--theme-sticky-header-height)); */
}
.prd-bundle-container {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #f0f0f0;
    justify-content: center;
}

.bundle-item {
    width: 70px;
    border: 1px solid #ddd;
    margin: 5px;
    text-align: center;
    /* padding: 5px; */
    /* border-radius: 8px; */
    background-color: #f9f9f9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;

    display: flex;
    border-radius: 0;
    padding: 0;
}

.bundle-item-image {
    max-width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
}

.bundle-item-details h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.bundle-item-details p {
    font-size: 14px;
    color: #666;
}

.prd-bundle-AddToCart p, .bundle-popup-open p {
    background: black;
    color: #fff;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
}


.prd-bundle-AddToCart.disabled, .bundle-popup-open.disabled {
    pointer-events: none;  
    opacity: 0.5;  
}

.filter-container--side.bundle-collection a.btn.btn--secondary.quickbuy-toggle{
    display: none;
}

.prd-bundle-container .remove-item {
    position: absolute;
    color: red;
    font-size: 25px;
    cursor: pointer;
    top: -8px;
    right: 3px;
}

.filter-container--side.bundle-collection .quantity-submit-row__submit.input-row{
    display: none;
}

button.btn.btn--large.add-to-bundle {
    width: 100%;
}

.bundle-btn{
    display: none;
}

.customSwatchesCon[data-index="2"], .customSwatchesCon[data-index="3"]{
    margin-top: 8px;
}
.option-selector[data-index_loop="2"]{
    margin-bottom: 8px;
}
.customSwatchesCon .label{
    line-height: normal;
}
/* filter styling */
.filter-container--side.bundle-collection .bundle-btn{
    display: block;
}
.filter-container--side.bundle-collection .customSwatchesCon{
    display: none;
}
.filter-container--side.bundle-collection .filter-group.mobile-only{
    display: none;
}

.filter-container--side.bundle-collection  .filter-group.filter-group--button-grid.filter-group--layout-three-column {
    display: none;
}

.filter-group.filter-group--applied{
    display: none;
}
.filter-group__items .filter-group__item__text{
    padding: 0px !important;
    min-height: 20px !important;
}
.utility-bar.bundle-collection {
    display: none;
}
.prd-bundle-main-container.for_mobile {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: whitesmoke;
    z-index: 5;
}
.prd-bundle-main-container.for_mobile .prd-bundle-AddToCart.disabled {
    line-height: 10px;
}

.prd-bundle-main-container .prd-bundle-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    /* justify-content: flex-start; */
    justify-content: space-around;
    padding: 12px 20px;
    gap: 20px;
    margin: 0;
    position: relative;
    scroll-snap-type: x mandatory;
    margin-bottom: 10px;
}
.prd-bundle-main-container .prd-bundle-container:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    left: 0;
    min-height: 2px ;
    max-height: 2px ;
    background: #A8A8A8;
    z-index: -1;
    right: 0;
}
.prd-bundle-main-container .prd-bundle-container::-webkit-scrollbar {
    height: 10px;
}
.prd-bundle-main-container .prd-bundle-container::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: 0 0 6px 1px #00000030;
    background-color: #fff;
}
.prd-bundle-main-container .prd-bundle-container::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
    border: 3px solid #fff;
}
.prd-bundle-main-container .prd-bundle-container .bundle-item {
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
    border: none;
    border-radius: 50%;
    margin: 0;
    position: relative;
}
.prd-bundle-main-container .prd-bundle-container .bundle-item img {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 50%;
    object-fit: contain;
}
.prd-bundle-main-container .prd-bundle-container .bundle-item img.bundle-item-image {
    border: 3px solid #fff;
    outline: 3px solid #000;
}
.prd-bundle-main-container .prd-bundle-container .bundle-item img.bundle-placeholder-img{
    border: 3px solid #fff;
    outline: 2px solid #0005;
}

/* .prd-bundle-main-container .prd-bundle-container .bundle-item:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 100px; 
    height: 3px;
    background: #0005;
    z-index: -1;
} */

body[bundle-collection] .filter-container.filter-container--side.bundle-collection .filter-group__item__text:before { display: none; }
body[bundle-collection] .filter-container.filter-container--side.bundle-collection .Product-type-icon { max-width: 55px; }
body[bundle-collection] .filter-container.filter-container--side.bundle-collection label.filter-group__item { flex-direction: column; padding: 0; margin: 0; }
body[bundle-collection] .Product-type-icon-container { max-width: fit-content; background: #fff; padding: 8px 8px 4px;}
body[bundle-collection] .filter-group__items.toggle-target--hidden, body[bundle-collection]  span.filter-group__heading__indicator { display: block; }
.ctm_filter-group--layout-three-column .filter-group__item{  flex: 0 1 70px !important; max-width: 100%; }
.ctm_filter-group--layout-three-column .toggle-target-container { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: center; gap: 12px; }

body[bundle-collection] .filter-container.filter-container--side.bundle-collection label.filter-group__item.filter-group__item--active .Product-type-icon-container{ filter: invert(1);}

.ctm--cart_discount{ display: flex; gap: 5px; justify-content: space-between; }
.ctm--cart_discount .cart-discount__title{ color: #000;}

.overlay{ z-index: 8002 !important;}
.drawer{z-index: 8003 !important;}

/* [contains-product-blocks] .product-block .product-link .product-block__image .img-ar{ --aspect-ratio: 1.5 !important; } */

.cart_free_gift--wrapper { background: #fff; padding: var(--gutter-content) var(--gutter-content) calc(var(--gutter-content) + env(safe-area-inset-bottom,0px) * 1.5); border-top: 1px solid rgb(var(--text-color)/var(--divider-opacity)); }
.cart_free_gift--free_bar_wrap .free-shipping-bar{ margin: 0; display: flex; gap: 0 10px; flex-wrap: wrap; align-items: center; justify-content: center; }
.cart_free_gift--free_bar_wrap .free-shipping-bar__message { font-size: 12px; font-weight: 700; line-height: normal; text-align: center; flex: 1 1 100%;}
.cart_free_gift--free_bar_wrap .free-shipping-bar__bar{ flex: 1;}
span.cart_free_gift--free_bar--goal_price{ font-size: 12px; font-weight: 700; }

.cart_free_gift{ display: flex; gap: 10px; align-items: flex-start; border: 1px solid #000; padding: 8px; border-radius: 5px; margin-top: 8px; }
.cart_free_gift__image{ max-width: 40px; flex: 1 1 50px; border-radius: 4px; overflow: hidden; }
.cart_free_gift__price span{
    font-weight: 100;

}
.cart_free_gift__title p{ margin: 0;}
.cart_free_gift__add_form .ctm_btn, .cart_free_gift__price, .cart_free_gift__title{ font-size: 12px; font-weight: 700;}
.cart_free_gift__price{ display: flex; gap: 5px;}
.cart_free_gift__price .price__was{ text-decoration: line-through; }
.cart_free_gift__price .price__current{ color: var(--product-label-sale-text); }

.cart_free_gift__add_form buy-buttons, .cart_free_gift__add_form product-form.container, .cart_free_gift__add_form .input-row{ margin: 0; padding: 0;}
.cart_free_gift__add_form button.ctm_btn { background: #000; color: #fff; padding: 4px 10px; width: 100%; min-width: 75px; /* border-radius: 5px; */ }
.cart_free_gift__add_form select.cart_free_gift__add_form--var-selector{ /* border-radius: 100px; */ margin-bottom: 5px; padding: 4px 5px; text-align: center; font-size: 9px;font-weight: bold; }
.cart_free_gift__add_form .ctm_btn{
    font-size: 9px;
}
/* Mirror the cart-drawer add-to-cart spinner/tick (main.css `.js-product-form [name=add]`)
   directly on the threshold-gift button. The cart page nests `{% form 'product' %}` inside
   the outer `<form class="cart-form">`, so the HTML5 parser drops the inner form tag and
   the `.js-product-form` ancestor selector never matches there — these scoped rules keep
   the loading state/animation consistent on both the cart page and the cart drawer. */
.cart_free_gift__add_form .ctm_btn.add-to-cart {
    position: relative;
}
.cart_free_gift__add_form .ctm_btn.add-to-cart::before {
    --loading-spinner-size: 1.4em;
    content: "";
    pointer-events: none;
    position: absolute;
    top: calc(50% - var(--loading-spinner-size) / 2);
    left: calc(50% - var(--loading-spinner-size) / 2);
    width: var(--loading-spinner-size);
    height: var(--loading-spinner-size);
    animation: loadingSpinner 1s linear infinite;
    border: 1px solid transparent;
    border-radius: 100%;
    border-left-color: rgb(var(--btn-text-hover-color));
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in;
}
.cart_free_gift__add_form .ctm_btn.add-to-cart::after {
    --icon-size: 1.6em;
    content: "";
    pointer-events: none;
    position: absolute;
    top: calc(50% - var(--icon-size) / 1.6);
    left: calc(50% - var(--icon-size) / 5);
    width: calc(var(--icon-size) / 2);
    height: var(--icon-size);
    opacity: 0;
    border-right: 2px solid rgb(var(--btn-text-hover-color));
    border-bottom: 2px solid rgb(var(--btn-text-hover-color));
    transform: scale(0.8) rotate(45deg);
    transition: all 150ms ease-out;
}
.cart_free_gift__add_form .ctm_btn.add-to-cart.is-loading {
    pointer-events: none;
    background: rgb(var(--btn-bg-hover-color)) !important;
    color: rgb(var(--btn-bg-hover-color)) !important;
}
.cart_free_gift__add_form .ctm_btn.add-to-cart.is-loading::before {
    opacity: 1;
    visibility: visible;
}
.cart_free_gift__add_form .ctm_btn.add-to-cart.is-success::before {
    opacity: 0;
    transform: scale(0.8);
}
.cart_free_gift__add_form .ctm_btn.add-to-cart.is-success::after {
    animation: 2s linear atc-tick-activated;
}

.cart_free_gift--wrapper.cart-drawer__footer--hidden{ display: none; }

.template-cart .cart_free_gift--wrapper{ padding: 20px 0 5px;}

.cart_free_gift__add_form{
    justify-self: end;
    margin-left: auto;
}
.size-chart-link__text{
    font-weight: 600;
}
.buy-buttons-row{
    margin: 0;
}
.buy-buttons-row form .quantity-submit-row{
    margin: 0;
}
.dis-flex_link a{
    letter-spacing: normal;
}
.product-inventory.product-inventory--pulse{
    margin: 0px 0 20px;
}
.selected-length.associated_products_2 p, .selected-length p{
    margin-bottom: 8px;
}
.cus-style_options .associated-product a .custom-product-label{
    /* border: 1px var(--input-border-color-active) solid; */
    /* box-shadow: 0 0 0 var(--input-active-shadow-width) var(--input-border-color-active); */
    min-width: 2.5em;
    min-height: 30px;
    padding: 11px 15px;
    border-radius: var(--btn-border-radius);
    /* max-width: 46px !important; */
    max-height: 36px;
    /* width: auto !important;
    height: auto !important;
    margin-top: 0;
    min-height: 26px;
    border-radius: 20px;
    padding: 8px 15px; */
}
.cus-style_options .associated-product a .custom-product-label:hover{
    border: 1px var(--input-border-color-active) solid;
    box-shadow: 0 0 0 var(--input-active-shadow-width) var(--input-border-color-active);
}
.mobile-below_title-hide .product-info__price{
    margin: 0;
}
.price_per_item-row{
    display: flex;
    align-items: center;
    gap: 0px;
    margin-top: 2px;
    justify-content: center;
}
.filter-group-style .filter-group__items .slider_custom_container .toggle-target-container .filter-group__item{
    padding: 8px 24px !important;
    background: #eee;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
}
.filter-group-style .filter-group__items .slider_custom_container .toggle-target-container .filter-group__item.filter-group__item--active{
    background: #000;
    color: #fff;
    font-weight: bold;
}
.price_per_item-row > *{
    font-size: 10px;
}
.mobile-below_title-hide .product-info__price .price .price__default .price__was{
    margin-left: 0;
}
.desk_price-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
}
.desk_price-container .price-container{
    margin-bottom: 0;
        justify-content: end;
    /* flex-wrap: ; */
    flex-direction: row-reverse;
    gap: 5px;
}
.left-thumbnail_hide{
    display: none !important;
}
@media (min-width: 768px) {
    .mobile-upper_title-hide{
        display: none;
    }
   .price-container{justify-content: flex-start;}
    .color_bundle.product-info .product-column-left{ width: /*38%*/;}
    .color_bundle .side-images-main-prd{ order: -1; }
    .bundle-popup-open.bundle-popup-open-mobile{ display: none; }
}

@media (min-width: 1001px) {
    .prd-bundle-main-container.for_desktop{display: block; }
    .prd-bundle-main-container.for_mobile{ display: none; }
}

@media (max-width: 1000px) {
    .prd-bundle-main-container.for_desktop{ display: none; }
    .prd-bundle-main-container.for_mobile{ display: block; }

    body[bundle-collection] .filter-container.filter-container--mobile-initialised .filters{
        position: sticky;
        transform: none;
        width: 100%;
        padding: 5px 15px;
    }
    body[bundle-collection] .filter-container .filter-shade{ display: none; opacity: 0; pointer-events: unset; }
    body[bundle-collection] .toggle-target-container:last-of-type{ padding-bottom: 0; }
    body[bundle-collection] div.container[bundle-collection]{ padding-right: 0; padding-left: 0; }
    body[bundle-collection] div.container[bundle-collection] .filter-container .filters-adjacent{ padding-right: var(--container-pad-x); padding-left: var(--container-pad-x);}
    body[bundle-collection] .filter-container.filter-container--side.bundle-collection .filters__heading{ display: none; }
    body[bundle-collection] .prd-bundle-container{ flex-wrap: nowrap;}
    body[bundle-collection] .bundle-item { width: auto; flex: 0 1 70px; display: flex; border-radius: 0; padding: 0; }
}
 /* .option-selector[data-option="Size"] 
.option-selector__btns 
.opt-btn:checked + .opt-label.opt-label--btn{
    background-color: #000 !important;
    color: #f5f5f4 !important;
 } */
@media screen and (max-width: 1024px) {.custom-badge {top: 5px;left: 5px;font-size: 8px;}} 

@media screen and (max-width: 767px) {

    .cart_free_gift__add_form--var-selector{
        font-size: min(var(--input-text-size), 11px);
    }
    #shopify-block-AcHZ1Um1KUWNxcm82O__c_edd_estimated_delivery_date_delivery_coder_theme_mdVHTM{
        display:none;
    }
     
    .option-selector__btns .opt-label.opt-label--btn{
        padding: 10px 10px;
    }
    .product-info{
        padding-right: 10px;
        padding-left: 10px;
    }
    .img-ar.mobile-image_ratio{
        /* --aspect-ratio: 1 !important; */
    }
    .img-ar.mobile-image_ratio img{
        /* object-fit: cover; */
    }
    .dis-none_hr{
        display: none;
    }
    .mobile-upper_title-hide.mobile-upper_title-show{
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        margin-bottom: 15px; 
    }
    .mobile-upper_title-show .price-container{
         flex-wrap: wrap;
          justify-content: end;
    } 
    .app-block_margin-top{
        margin-top: 15px;
    }
    .mobile-upper_title-show .price-container, .mobile-upper_title-show .title-row .product-title{
        margin: 0;
    }
    .mobile-below_title-hide{
        display: none;
    }
  .reveal-mobile-nav .page-shade{
    z-index: 9999;
  }
  .mobile-navigation-drawer{
    z-index: 9999999;
  }
   .price-container{gap: 8px;  flex-direction: row;}
   .product-info__price{
        display: flex;
        align-items: center;
    }
  .side-images-main-prd{
    margin-bottom: 10px;
  }
    body[bundle-collection] .filter-container.filter-container--mobile-initialised .filters{ border-bottom: 1px solid var(--heading-divider-col); margin-bottom: 16px;}
    
    .color_bundle .side-images-main-prd .side-images-wrapper{ display: flex; gap: 5px; }
    .color_bundle.side-images-wrapper .side-images-container { height: 100px; max-width: 100px; }
    .side-images-wrapper .side-images-container{ height: 118px; overflow: hidden; }
  .side-images-wrapper .side-images-container .slider-image{ height: 100%; !important }
    /* .color_bundle [imgActive] {
        border: 2px solid #000;
        border-radius: 6px;
    } */

    /* bundle container */
    .bundle-popup-open{ display: block; }
    .bundle-popup-open.bundle-popup-open-mobile{ display: none; }

    /* hide popup content */
    .filter-container.filter-container--side.bundle-collection .filters__heading{ display: none; }

    .ctm_filter-group--layout-three-column .filter-group__items .toggle-target-container {
        /* flex-wrap: nowrap; */
        /* overflow: auto; */
        width: 88%;
        margin: auto;
    }
    body[bundle-collection] .toggle-target-container:last-of-type{
        padding-bottom: 10px;
    }
    .ctm_filter-group--layout-three-column .filter-group__items .toggle-target-container::-webkit-scrollbar {
        height: 6px;
    }
    .ctm_filter-group--layout-three-column .filter-group__items .toggle-target-container::-webkit-scrollbar-track {
        border-radius: 10px;
        /* box-shadow: 0 0 5px 1px #0008; */
        border: 1px solid #0005;
        background-color: #fff;
    }
    .ctm_filter-group--layout-three-column .filter-group__items .toggle-target-container::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 10px;
        /* border: 3px solid transparent; */
    }
    .ctm_filter-group--layout-three-column .filter-group__item {
        min-width: 68px;
        border: 1px solid #0002;
    }
    .prd-bundle-main-container.for_desktop{
        width: 100%;
    }
    body[bundle-collection] .filter-container.filter-container--side.bundle-collection label.filter-group__item{
    display: flex !important;
    justify-content:center;
    align-items: center;
    }
}
