/** Shopify CDN: Minification failed

Line 52:0 All "@import" rules must come first

**/
body {
    -webkit-overflow-scrolling: touch;
    --scrollwidth: 6px;
}

:root {
  --light: #F7F1E6;
  --biege: #EDE7DB;
  --dark: #E2CDAB;
  --accent: #2E453D;
  scrollbar-color: #2E453D  #F7F1E6;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


::-webkit-scrollbar {
  width: 4px!important;
}

::-webkit-scrollbar-track {
  background: #F7F1E6!important;
}

::-webkit-scrollbar-thumb {
  background-color: #2E453D!important;
  border-radius: 999px!important;
}

@font-face {
    font-family: 'Fresh Mango';
    src: url('/cdn/shop/files/FreshMango-Regular.eot?v=1761606113');
    src: url('/cdn/shop/files/FreshMango-Regular.eot?v=1761606113') format('embedded-opentype'),
        url('/cdn/shop/files/FreshMango-Regular.woff2?v=1761606113') format('woff2'),
        url('/cdn/shop/files/FreshMango-Regular.woff?v=1761606113') format('woff'),
        url('/cdn/shop/files/FreshMango-Regular.ttf?v=1761606113') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.product-heading, .text-above-image .collection-title{font-family: 'Fresh Mango';}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.product-block.inventory-counter {
    margin-top: 25px;
}

*:focus-visible, .toggle-checkbox:focus-visible+label{outline:transparent}

.quick-view-icon svg {
    position: relative;
    top: -1px;
}
.compare-checkbox svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
}
.compare-label{border-radius:0}
.product-media-popup-slider-item img{background-color: var(--biege);
    border-radius: 10px;
    overflow: hidden;}
.cart-drawer-content, .cart-drawer-content-header {
    background-color: var(--biege) !important;
}


.pdp-action-wrapper .button.large-btn:hover:before{display:none}
.swym-wishlist-collections-v2-container {
    display: none;
}

.compare-checkbox svg {
    width: 55%;
    height: 55%;
}

h1,h2,h3,h4,h5,h6,.title{font-family:'Fresh Mango'!important;}

a,
a.btn,
a.button, button {
  font-weight: 600 !important;
}
a:hover {
  text-decoration: underline;
  opacity: 1;
}

.shopify-policy__container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.left-arrow-disabled>.custom-navigation-button.previous,
.right-arrow-disabled>.custom-navigation-button.next {
    opacity: 0;
    /* pointer-events: none; */
}

.skip-to-content-link {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
}

.content-for-layout {
    background: rgba(var(--background));
}

.shopify-challenge__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 70vh;
    align-items: center;
    padding: 30px;
}

.shopify-challenge__container .shopify-challenge__message,
.shopify-challenge__container .shopify-challenge__errors {
    text-align: center;
    padding-bottom: 10px;
}

.shopify-challenge__container .shopify-challenge__button {
    margin-top: 20px;
}

.variant-title{font-family:Poppins}
/*
li.avialable-stock.inventory-in-stock.instock span:before {
    content: 'Sells faster than 3am zoomies';
    font-size: 14px;
    font-weight: 600;
}

[lang="fr"] li.avialable-stock.inventory-in-stock.instock span:before {content: 'Se vend plus vite que les zoomies à 3 heures du matin.';}
[lang="es"] li.avialable-stock.inventory-in-stock.instock span:before {content: 'Se vende más rápido que los zoomies de las 3 de la madrugada.';}
*/
li.avialable-stock.inventory-in-stock.instock span {
   /* font-size: 0;*/
}

.body-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
    background: rgba(var(--background));
}

.no-js [data-aos]:not(.aos-animate, .aos-init) {
    opacity: 1 !important;
    transform: unset !important;
}

/* slider customization start */

.slider:not(.flickity-enabled) .custom-navigation-button,
.disable-arrows [data-slideshow-navigation-button],
.disable-arrows .flickity-page-dots {
    display: none !important;
}

html.no-js .no-js-hidden {
    display: none !important;
}

.slider:not(.flickity-enabled),
.no-js-slider:not(.flickity-enabled) {
    overflow: hidden;
    display: flex;
}

html.no-js .slider:not(.flickity-enabled),
html.no-js .no-js-slider:not(.flickity-enabled) {
    overflow: hidden;
}

html.no-js .no-js-slider:not(.flickity-enabled) {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
}

.flickity-button {
    width: var(--sliderArrowWidth);
    height: var(--sliderArrowWidth);
    background: var(--accent);
    color: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 2;
    box-shadow: none!important;
    transition: .2s ease;
    overflow: hidden;
}

.flickity-button:hover {
    background: var(--dark);
        color:  var(--accent);
}

/*.button:before {
    content: "";
    background: rgb(var(--lightHover));
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: all 0.3s ease 0s;
}*/

.secondary-button.button:before {
    background: rgb(var(--alternateButtonBackgroundHover));
}

.flickity-button:active {
    opacity: 1;
}

.flickity-button:focus {
    box-shadow: 0 0 6px #0000001f;
}


.flickity-prev-next-button .flickity-button-icon,
.flickity-prev-next-button .custom-navigation-button-icon {
    transition: .2s ease;
    position: unset;
    width: 14px;
    height: 14px;
}

.flickity-button[disabled] {
    opacity: 0;
}

.custom-navigation-button .custom-navigation-button-icon path {
    transition: .3s ease;
}

.custom-navigation-button.previous .custom-navigation-button-icon .bar {
    opacity: 0;
    transform-origin: left center;
    transform: scaleY(0) translateX(14px);
}

.custom-navigation-button.previous .custom-navigation-button-icon .handle {
    transform: translateX(2px);
}

.custom-navigation-button.next .custom-navigation-button-icon .bar {
    opacity: 0;
    transform-origin: left center;
    transform: scaleY(0) translateX(-14px);
}

.custom-navigation-button.next .custom-navigation-button-icon .handle {
    transform: translateX(-2px);
}

.flickity-page-dots {
    position: unset;
    padding-top: 20px;
}

.flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    margin: 0 5px;
    opacity: 1;
    background: rgba(var(--sliderArrowBackground));
    box-shadow: 0 0 3px #0000001f;
    transition: .4s ease;
}

.flickity-page-dots .dot.is-selected {
    width: 46px;
}

.navigation-arrow-button-list {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    display: grid;
    align-items: center;
    background: rgba(var(--sliderArrowBackground));
    color: rgb(var(--sliderArrowColor));
    border-radius: 20px;
    overflow: hidden;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    left: 0;
    margin: 0 auto;
    width: max-content;
}

.navigation-arrow-button {
    width: 40px;
    height: 40px;
    background: rgba(var(--sliderArrowBackground));
    color: rgb(var(--sliderArrowColor));
}

.slider-pagination {
    display: flex;
    justify-content: center;
}

.zoom-animate-slide {
    transform: scale(1.2);
    will-change: transform;
    transition: transform 2s cubic-bezier(.21, .6, .35, 1);
}

.slideshow-item.is-selected .zoom-animate-slide {
    transform: scale(1);
}

.arrow-shadow-enabled {
    border: 2px solid rgb(var(--sliderArrowColor));
    box-shadow: 2px 3px 0 rgb(var(--sliderArrowColor));
}

.navigation-arrow-button-list .arrow-shadow-enabled {
    box-shadow: none;
    border: 0;
}

.slider-progress-bar {
    height: 2px;
    width: 100%;
    background: rgb(var(--borderColor), 0.3);
    position: relative;
    margin-top: 50px;
}

.slider-progress-bar:before {
    position: absolute;
    content: "";
    width: 5%;
    height: 100%;
    background: rgb(var(--borderColor));
    top: 0;
    left: 0;
}

.slider-progress-bar:after {
    position: absolute;
    content: "";
    width: var(--progressBarWidth);
    height: 100%;
    background: rgb(var(--borderColor));
    top: 0;
    left: 0;
}

/* slider customization end */
/* common media css start */

.placeholder-svg {
    display: block;
    fill: rgb(var(--textColor), 0.35);
    background-color: rgba(var(--textColor), 0.1);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.media {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.media-fixed {
    height: var(--media-height);
}

.media:before {
    content: "";
    height: 0;
    display: block;
    padding-top: var(--imageRatio);
}

.media-fixed:before {
    padding-top: 0;
    height: 100%;
}

.media img,
.media .placeholder-svg,
.media video,
.media iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.media img.lazyload {
    filter: blur(10px);
}

.media img.lazyloaded {
    filter: unset;
}

.media img {
    object-fit: var(--image-fit, cover);
}

.img-zoom {
    overflow: hidden;
}

.img-zoom img,
.img-zoom video {
    transition: 1s ease;
}

.img-zoom:hover img,
.img-zoom:hover video {
    transform: scale(1.1);
}

/* common media css end */
/* button css start */

.button,
button.shopify-payment-button__button,
button.shopify-payment-button__button--hidden,
.shopify-challenge__button {
    text-decoration: none;
    text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    min-width: 130px;
    min-height: 42px;
    padding: 10px 20px;
    line-height: 1;
    cursor: pointer;
    border-radius: var(--buttonRadius);
    background: var(--dark);
    border: none;
    color: var(--accent);
    font-family: var(--buttonFont);
    font-weight: var(--buttonFontWeight);
    font-style: var(--buttonFontStyle);
    text-transform: var(--buttonText);
    overflow: hidden;
    transition: .2s ease-out;
    z-index: 0;
}
html body .multi-column-icon.icon-background-enabled {
    background-color: transparent !important;
}

.button:hover,
button.shopify-payment-button__button:hover,
button.shopify-payment-button__button--hidden:hover,
.shopify-challenge__button:hover{ background: var(--accent);border: none; color: var(--dark);}

.testimonial-item-wrapper .testimonial-item-inner{    display: flex;
    flex-direction: column;
    justify-content: space-between;}

shopify-accelerated-checkout,
shopify-accelerated-checkout-cart {
    --shopify-accelerated-checkout-button-block-size: 42px;
    --shopify-accelerated-checkout-button-inline-size: 42px;
    --shopify-accelerated-checkout-button-border-radius: var(--buttonRadius);
    --shopify-accelerated-checkout-button-box-shadow: none;
}

.cart-dynamic-checkout-buttons {
    margin-top: 15px;
}

.cart-dynamic-checkout-buttons .shopify-cleanslate [data-shopify-buttoncontainer] div[role="button"] {
    min-height: 42px !important;
    height: auto !important;
    border-radius: var(--buttonRadius) !important;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.disabled-button {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.button-shadow {
    box-shadow: 5px 6px 0 var(--buttonShadow, #222);
}

.secondary-button.button-shadow {
    box-shadow: 5px 6px 0 var(--secondaryButtonShadow, #747474);
}

.arrow-button {
    min-width: auto !important;
    width: 50px;
    height: 50px;
    padding: 0;
}

.arrow-button svg {
    width: 18px;
    height: auto;
}

.arrow-button.small {
    width: 38px;
    height: 38px;
    min-height: 38px;
}

.arrow-button.small svg {
    width: 14px;
}

/* sidebar category css */

.sidebar-category-wrapper {
    position: fixed;
    z-index: 5;
    bottom: var(--vertical-position);
    max-width: 300px;
}

.sidebar-category-overlay .sidebar-category-wrapper {
    z-index: 0;
}
.sidebar-category-overlay .sidebar-category-wrapper.active {
    z-index: 7;
}
.sidebar-category-wrapper.pos-left {
    left: 10px;
}

.sidebar-category-wrapper.pos-center {
    left: 50%;
    transform: translateX(-50%);
}

.sidebar-category-wrapper.pos-right {
    right: 10px;
}

.sidebar-category-btn {
    background: rgba(var(--background));
    border-radius: 50px;
    padding: 3px;
    box-shadow: 0px 0px 6px #0000005e;
    cursor: pointer;
    width: 64px;
    height: 64px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    animation: iz-news-hub-zoom-in .5s ease 0s 1 normal both;
    -webkit-animation: iz-news-hub-zoom-in .5s ease 0s 1 normal both;
    overflow: hidden;
    border: 4px solid rgb(var(--borderColor));
    user-select: none;
}

.gradiant .sidebar-category-btn {
    background: var(--gradientBackground);
    color: #fff;
    border-color: #fff;
}

.gradiant .sidebar-category-btn p {
    color: #fff;
}

.gradiant .category-close {
    background: var(--gradientBackground);
    color: #fff;
    border-color: #fff;
}

.sidebar-category-img {
    width: 18px;
    height: auto;
    margin-bottom: 5px;
}

.sidebar-category-btn.icon-only .sidebar-category-img {
    width: 28px;
    margin: 0;
}

.sidebar-category-img img {
    display: block;
}

@keyframes iz-news-hub-zoom-in {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.sidebar-category-wrapper.active .sidebar-category-btn {
    display: none;
}

.sidebar-category-btn p {
    font-size: 9px;
    text-transform: uppercase;
}

.sidebar-category-wrapper.active .sidebar-category-btn p {
    display: none;
}

.category-close {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(var(--background));
    display: none;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    z-index: 22;
    position: relative;
    border: 4px solid rgb(var(--borderColor));
    box-shadow: 0px 0px 6px #0000005e;
}

.category-close svg {
    width: 16px;
    height: 16px;
}

.sidebar-category-wrapper.active .category-close {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-category-content {
    position: absolute;
    height: 425px;
    bottom: calc(100% + 10px);
    width: 300px;
    z-index: 99;
    background: rgba(var(--background));
    border-radius: var(--cardRadius);
    transition: .5s ease;
    overflow-y: auto;
    display: none;
    /* padding-bottom: 15px; */
}

.sidebar-category-wrapper.pos-right .sidebar-category-content {
    left: auto;
    right: 10px;
}

.sidebar-category-wrapper.pos-center .sidebar-category-content {
    left: calc(50% - 150px);
}

.sidebar-category-wrapper.active .sidebar-category-content {
    display: block;
    animation: fade-up .3s linear;
}

.sidebar-category-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-top: 10px;
    padding: 0 20px;
}

.sidebar-category-heading {
    padding: 0px 20px 0;
    font-size: var(--largeText);
}

.sidebar-category-item-outer {
    padding-top: 15px;
    padding-bottom: 10px;
}

.sidebar-category-content-item+.sidebar-category-content-item {
    margin-top: 8px;
}

.sidebar-custom-category {
    grid-template-columns: repeat(var(--gridCount), minmax(0, 1fr));
    padding: 0 15px;
}

.sidebar-category-item .sidebar-category-item-img,
.sidebar-category-item .collection-img {
    border-radius: var(--imageRadius);
    overflow: hidden;
    display: block;
}
.sidebar-category-item .collection-info {
    padding: 0;
}
 
.sidebar-category-item .collection-title {
    font-size: var(--smallText);
    margin-top: 8px;
    display: block;
    font-family: var(--bodyFont);
    position: relative;
    padding: 0;
    padding-bottom: 2px;
}


.sidebar-category-item .sidebar-category-title p {
    font-size: var(--smallText);
    margin-top: 8px;
    display: block;
    font-weight: 600;
}

.sidebar-category-content-item[data-categories-list] .sidebar-category-item .sidebar-category-item-inner .sidebar-category-title p {
    margin-top: 0;
}

.sidebar-category-item .sidebar-category-title a {
    font-size: var(--smallText);
    color: rgb(var(--textColor), .5);
    padding-top: 3px;
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: max-content;
}

.sidebar-category-item .sidebar-category-title a:after,
.sidebar-category-item .collection-title:after {
    content: "";
    background: rgb(var(--textColor), 0.5);
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s ease;
}

.sidebar-category-item .collection-title:after {
    background: rgb(var(--textColor));
}

.sidebar-category-item-inner:hover .sidebar-category-title a:after,
.collection-list-item:hover .collection-title:after {
    width: 100%;
}

.sidebar-product-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.sidebar-category-img-cnt {
    margin-top: 5px;
}

.sidebar-offer-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.sidebar-category-overlay {
    overflow: hidden;
}

.sidebar-overlay {
    content: "";
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 4;
    cursor: pointer;
    display: none;
}

.sidebar-category-overlay .sidebar-category-wrapper.active+.sidebar-overlay {
    display: block;
}

.sidebar-category-overlay .sidebar-category-wrapper.active+.sidebar-overlay {
    display: block;
}

.sidebar-category-content-item[data-categories-list] .sidebar-category-item {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
}

.sidebar-category-content-item[data-categories-list] .sidebar-category-item .sidebar-category-item-inner {
    display: flex;
    border-bottom: 1px solid rgb(var(--borderColor));
    padding: 10px 20px;
}

/* .sidebar-category-content-item:first-child {
    padding: 15px;
} */
/* .sidebar-category-content-item+.sidebar-category-content-item .sidebar-category-heading {
    padding: 0 15px;
} */

.sidebar-category-content-item[data-categories-list] .sidebar-category-item .sidebar-category-item-inner:hover {
    background: var(--biege);
}

.sidebar-category-content-item[data-categories-list] .sidebar-category-item .sidebar-category-item-inner:last-child {
    margin: 0;
    border-bottom: 0;
}

.sidebar-category-content-item[data-categories-list] .sidebar-category-item .sidebar-category-item-inner .sidebar-category-item-img {
    max-width: 25%;
    flex: 0 0 25%;
}

.sidebar-category-content-item[data-categories-list] .sidebar-category-item .sidebar-category-item-inner .sidebar-category-title {
    max-width: 75%;
    flex: 0 0 75%;
    margin: 0;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@keyframes fade-up {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(10%);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

/*sidebar category css end */

.highlight-background {
    color: var(--highlightTextColor);
    padding: 5px 10px;
}

.highlight-background-gradient {
    background: var(--highlightGradientBackground);
}

.highlight-background-solid {
    background: var(--highlightBackground);
}

.line-marker.highlight-background-gradient,
.line-marker.highlight-background-solid {
    color: var(--highlightTextColor);
}

/*multiplier css start */

.with-add-multipliers {
    flex-wrap: wrap;
    gap: 8px;
    display: flex;
    padding-top: 25px;
}

.add-multiplier {
    min-width: 50px;
    height: 42px;
}

button.btn.btn--add-multiplier {
    background: var(--biege);
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 3px 10px;
    border: 1px solid rgb(var(--borderColor));
    border-radius: 6px;
    font-size: var(--text);
    box-shadow: 0 0.1rem 0.2rem #1212120d;
}

/*multiplier css end */

.animate-hover .media img {
    transition: all .6s ease;
}


.cart-dynamic-checkout-buttons .shopify-cleanslate [data-shopify-buttoncontainer]>li {
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    height: auto !important;
    margin-top: 10px !important;
}

.btn-block {
    width: 100%;
    min-width: auto !important
}

.button.xsmall-btn {
    min-width: 90px;
    min-height: 25px;
    font-size: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.button.small-btn {
    min-width: 120px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.button.link-btn {
    min-width: 80px;
    min-height: 26px;
    font-size: 10px;
    padding: 5px 10px;
}

button.shopify-payment-button__button,
button.shopify-payment-button__button--hidden,
.secondary-button,
.shopify-payment-button .shopify-payment-button__button {
    background: rgb(var(--alternateButtonBackground));
    border: none;
    color: rgb(var(--alternateButtonColor));
    border-radius: var(--buttonRadius);
}

.shopify-payment-button .shopify-payment-button__button {
    min-width: 145px;
    min-height: 42px;
}

button.button-shadow+.shopify-payment-button .shopify-payment-button__button:not(.shopify-payment-button__button--hidden) {
    box-shadow: 5px 6px 0 var(--secondaryButtonShadow, #222);
}

button.button-shadow+.shopify-payment-button button:hover {
    box-shadow: none;
    transform: translate(3px, 3px);
}

.button.white-button {
    background: #fff;
    border-color: #000;
    color: #000
}

.shopify-challenge__button {
    height: 42px;
}

.shopify-cleanslate button,
.shopify-cleanslate div[role=button] {
    min-height: 42px !important;
    height: auto !important;
    border-radius: var(--buttonRadius) !important;
}

.dynamic-checkout__content .shopify-cleanslate .Vru56DW5IUIiRpxbGTDg {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.shopify-cleanslate button span,
.shopify-cleanslate div[role=button] span {
    color: inherit !important
}

.shopify-payment-button__button {
    width: 100%;
}

.shopify-payment-button__button--hidden {
    display: none !important;
}

/* button css end */
/* section common css start */

.section-title {
    padding-bottom: 20px;
}
.contact-section .section-title{    padding-bottom: var(--padding-bottom);}

.section-title.arrow-enabled {
    padding-right: calc(var(--sliderArrowWidth) + var(--sliderArrowWidth) + 40px);
}

.section-description {
    padding-top: 10px;
    color: rgb(var(--textColor));
}

.section-padding {
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom);
}

.line-marker {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: rgba(var(--line-color));
}

.line-marker svg {
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: -27%;
    width: 100%;
    height: auto;
}

.line-marker svg * {
    stroke: rgba(var(--line-color));
}

.section-bottom-button {
    padding-top: 30px;
}

.card-shadow-enabled {
    box-shadow: 5px 5px 0 rgb(var(--shadowColor)) !important;
}

.card-border-enabled {
    border: 2px solid rgb(var(--borderColor));
}

.small-shadow-enabled {
    box-shadow: 3px 3px 0 rgb(var(--shadowColor)) !important;
}

.newsletter-box.small-shadow-enabled,
.footer .social-icons .small-shadow-enabled {
    box-shadow: 3px 3px var(--footerShadowColor, #ddd) !important;
}

.footer .social-icons .small-shadow-enabled:hover {
    box-shadow: none !important;
    transform: translate(3px, 3px);
}

.linear-animation {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-image: var(--highlightGradientBackground);
    background-position: left 100%;
    background-size: 0 100%;
    transition: background-size var(--transitionSpeed, .7s) cubic-bezier(.7, 0, .3, 1);
    display: inline-block;
}

.section-in-view .linear-animation {
    background-size: 100% 100%;
}



/* section common css end */


/* product card css start */

.product-grid-wrapper {
    margin: 0 -5px;
    /* margin: 0 calc(var(--mobileProductGap) * -1); */
}

.product-grid-wrapper.stacked {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.product-grid-box {
    width: 50%;
    flex: 0 0 50%;
    padding: 0px 5px;
    /* padding: 0px var(--mobileProductGap); */
    pointer-events: auto;
}

.product-grid-wrapper.stacked .product-grid-box {
    margin-bottom: 20px;
}

.product-card {
    position: relative;
}

.product-card.product-background-enabled {
    background: var(--light);
    border-radius: var(--productRadius);
    box-shadow: 0px 1px 4px #0000000a;
}

.product-tab-wrapper.tab-pills .tab-main.product-tab-main .tab-link {
   
    opacity: 1;
}

.collection-info.text-above-image a {

}

.product-quantity-wrapper:not(.sidebar){display:none}

.addtocart, .buyitnow {
  position: relative;
}




.footer a:hover{text-decoration:none!important}
.text-above-image .collection-title {
        width: 100%;
    height: 100%;
    display: flex !important;
    padding: 0 !important;
    overflow: hidden;
    justify-content: center !important;
    align-items: center !important;
    font-size: 2vw;
    font-weight: 100 !important;
    line-height: 90%;
    color: var(--dark);
    padding-top: 30px !important; text-decoration:none;
}
.text-above-image .collection-title:hover{text-decoration:none;}

h6.multi-column-heading.h6 {
    letter-spacing: -0.03rem;
}

 .collection-img .media {
    opacity: 0;
    transition: 0.3s ease;
}

div#trustedsite-tm-image {
    display: none;
}

.collection-list-item:hover .collection-img .media {
    opacity: 1;
}

 .collection-list-item:hover .collection-title {
    opacity: 0;
}

.accordion-icon:hover {
    background: var(--dark)!important;
}

.accordion-icon:hover:before, .accordion-icon:hover:after {
    background: var(--accent)!important;
}



html body .product-tab-wrapper.tab-pills .tab-main.product-tab-main .tab-item .tab-link {
    font-size: var(--h3);
    line-height: 100%;
    padding: 12px 20px 10px !important;
}

.collection-list-item .collection-img:before {
    content: '';
    background-image: url(/cdn/shop/files/Cat_Toys-general.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;opacity:1; transition: 0.3s ease;
}

.collection-list-item:hover .collection-img:before {
opacity:0;
}

.collection-list-item{transition:0.3s ease}
.collection-list-item:hover {
 opacity:1
}

.testimonial-item-inner {
    background-color: var(--light) !important;
    box-shadow: none !important;
}

.product-border-enabled {
    border: 1px solid rgb(var(--productBorder));
}

.product-gap-enabled {
    padding: 20px;
    border-width: 2px;
}

.product-img.product-gap-enabled .media {
    border-radius: var(--productRadius);
}

.product-card-img {
    position: relative;
    overflow: hidden;
}

.product-img {
    background: var(--productImagebackground);
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: var(--productRadius);
}

.product-img.product-gap-enabled {
    background: transparent;
}

.product-img.product-gap-enabled .media {
    background: rgb(var(--productImagebackground));
}

.product-card.product-background-enabled .product-img {
    border-radius: var(--productRadius) var(--productRadius) 0 0;
}
.parallax-content-heading.h1 {
   /* color: var(--light); */
}
h2#parallaxBlock-heading_AheTbw {

}
ul.images-banner-content-inner {
    display: none;
}
[lang="fr"] .collection-info.text-above-image a {
    font-size: 1.5vw;
}

[lang="es"] .collection-info.text-above-image a {
    font-size: 1.5vw;
}

.share-icons-parent {
    display: none!important;
}
.ask-question {
    display: none!important;
}

.product-card.product-background-enabled.product-gap-enabled .product-img {
    border-radius: var(--productRadius) var(--productRadius);
    background-color: var(--biege);
}

.product-border-enabled .product-img {
    box-shadow: 0 1px 1px #26262614;
}

.product-second-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    transition: opacity .8s, transform 2s cubic-bezier(0, 0, .44, 1.18);
    border-radius: var(--productRadius);
    background: var(--productImagebackground);
    overflow: hidden;
}

.product-second-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.product-card-detail {
    padding: 10px 0px 10px;
    /* padding-bottom: 15px; */
}

.product-card.product-border-hover .product-card-detail {
    padding: 10px 15px;
}

.product-card.product-gap-enabled .product-card-detail {
    padding: 20px 0 0;
}

.product-card.product-background-enabled:not(.product-gap-enabled) .product-card-detail {
    padding: 10px 18px 20px;
}

.product-title {
    display: flex;
    padding-bottom: 4px;
    color: rgb(var(--textColor));
}

.product-card .product-title {
    padding-bottom: 4px;
}
.title-truncate {
    -webkit-line-clamp: var(--line-clamp-count, 2);
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.product-quickview {
    margin-top: 0px;
    transition: 0.5s ease;
}

.quickview-popup-img .slider {
    height: 100%;
}

.product-card-detail.text-center .product-card-info {
    flex-direction: column;
}

.product-card-detail.text-center .product-title,
.product-card-detail.text-center .product-selector-option-list,
.product-card-detail.text-center .star-rating,
.product-card-detail.text-center .product-price {
    justify-content: center;
}

/* product marquee text css start */

.product-text-marque-wrapper {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    transition: .3s ease;
    z-index: 1;
}

.product-text-marque-wrapper.position-top {
    top: auto;
    bottom: 15px;
}

.product-text-marque-content {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
}

.product-text-marque-node {
    display: flex;
    align-items: center;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: marque;
    animation-duration: var(--marqueeSpeed);
    animation-play-state: running;
    margin-right: 10px;
    text-transform: uppercase;
}

.product-text-marque-node {
    color: var(--node-color);
    font-size: var(--mediumText);
}

.product-text-marque-node.gradient-text {
    background: var(--text-gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-text-marque-node.rtl-direction {
    animation-direction: normal;
}

.product-text-marque-node.ltr-direction {
    animation-direction: reverse;
}

/* product marquee text end start */
/* product reviews start */

.product-reviews-badge {
    margin-bottom: 10px;
}

.product-card .product-reviews-badge {
    margin-bottom: 6px;
}

.product-reviews-badge ul {
    display: flex;
    align-items: center;
}

.product-reviews-badge ul li {
    margin-right: 2px;
    color: rgb(var(--ratingStarColor));
}

.product-reviews-badge ul li svg {
    width: 13px;
    height: auto;
    display: block;
}

.product-card .product-reviews-badge ul li svg {
    width: 10px;
}

/* product reviews end */
/* product price start */

.product-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.product-card .product-price {
    margin-bottom: 4px;
}

.product-price span {
    line-height: normal;
    margin-right: 10px;
    margin-bottom: 3px;
}

.product-price span:last-child {
    margin-right: 0;
}

/* .product-card .product-price span {
    font-size: var(--mediumText);
} */

.product-price .product-percent-off {
    font-size: var(--smallText);
}

.product-price .actual-price {
    font-weight: 500;
}

.product-price .compare-price {
    font-size: var(--smallText);
    text-decoration: line-through;
}

.product-percent-off {
    background: var(--discount-background);
    border-radius: 50px;
    color: var(--discount-color);
    padding: 3px 6px;
    font-size: var(--xsmallText);
    line-height: 1.2 !important;
}

.product-unit-price {
    font-size: var(--smallText);
    text-transform: uppercase;
}

.product-card .product-selector-option {
    padding-bottom: 0;
}

.product-card .color-option .variant-option {
    margin-bottom: 3px;
    width: 28px;
    height: 28px;
    min-width: 28px;
    padding: 4px;
    margin-right: 3px;
}

.swatch-filter .collection-filter-value {
    padding-left: 0;
}

.filter-swatch-image {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-color: #000;
    box-shadow: 0 0 0 1px #eee;
    overflow: hidden;
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    vertical-align: middle;
}

.filter-swatch-text {
    padding-left: 3px;
    display: inline-block;
    vertical-align: middle;
}

.swatch-filter {
    gap: 10px;
}

.variant-more {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    justify-content: center;
    padding: 9px;
}

.variant-more-option {
    background: #eee;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
}

/* product price end */
/* product gallery */

.product-gallery-img-wrapper {
    --thumbnail-width: 40px;
}

.product-gallery-img-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    overflow: hidden;
}

.product-gallery-img {
    position: relative;
    width: 100%;
    flex: 0 0 calc(100% - var(--thumbnail-width) - 10px);
    overflow: hidden;
}

.product-gallery-img-item {
    width: 100%;
    flex: 0 0 100%;
}

.product-gallery-img-inner {
    background: var(--light);
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    border-radius: var(--imageRadius);
}

.product-gallery-thumbnail-img {
    width: var(--thumbnail-width);
    flex: 0 0 var(--thumbnail-width);
    height: 500px;
}

.product-gallery-thumbnail-slider {
    width: 500px;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: left top;
    height: var(--thumbnail-width);
}

.product-gallery-thumbnail-slider.flickity-enabled.arrow-enabled {
    padding-left: 50px;
    padding-right: 50px;
}

.product-thumbnail-item {
    width: var(--thumbnail-width);
    flex: 0 0 var(--thumbnail-width);
    height: var(--thumbnail-width);
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    padding: 1px;
}

.product-gallery-thumbnail-img .flickity-button[disabled] {
    opacity: 0.5;
}

.product-gallery-thumbnail-img .flickity-button {
    background: transparent;
    box-shadow: none;
    height: 20px;
    width: 20px;
    color: var(--textColor);
}

.product-gallery-thumbnail-img .flickity-button:hover {
    box-shadow: none;
}

.product-thumbnail-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid transparent;
    border-radius: var(--imageRadius);
    transform: rotate(-90deg);
    box-shadow: 0px 0px 2px #2428351a;
}

.product-thumbnail-inner .media {
    background: var(--productImagebackground);
}

.product-thumbnail-item.is-nav-selected.is-selected .product-thumbnail-inner {
    border-color: rgb(var(--textColor))
}

/* end */
/* product stock status start */

.product-card-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.vendor-name {
    background: var(--biege);
    padding: 4px 12px;
    border-radius: 30px;
    font-size: var(--smallText);
    color: rgb(var(--textColor));
    display: inline-block;
}

.stock-status {
    font-size: var(--smallText);
    position: relative;
    padding-left: 11px;
}

.stock-status:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 20px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.instock {
    color: var(--instock-text);
}

.instock {
    fill: var(--instock-text);
}

.stock-status.instock:before {
    background: var(--instock-text);
}

.outofstock {
    color: var(--outofstock-text);
}

.outofstock svg {
    fill: var(--outofstock-text);
}

.lowstock {
    color: var(--lowstock-text);
}

.lowstock svg {
    fill: var(--lowstock-text);
}

.stock-status.lowstock:before {
    background: var(--lowstock-text);
}

.stock-status.outofstock:before {
    background: var(--outofstock-text);
}

/* product stock status end */
/* product badge start */

.product-card-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 5px;
}

.product-card-badges.adjacent-badge {
    left: 0;
}

.product-card-badges.adjacent-badge .product-badge {
    padding: 5px 8px;
    border-radius: 0px 20px 20px 0;
}

.product-badge {
    padding: 2px 8px;
    border-radius: 8px 0;
    text-transform: uppercase;
    font-size: var(--smallText);
    line-height: normal;
}

.sale-badge-percentage .sale-percentage {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 100%;
    background: rgb(var(--saleBadgeBackground));
    color: var(--saleBadgeColor);
    line-height: 1.1;
}

.sale-badge-percentage .sale-percentage .sale-percentage-off {
    font-size: var(--mediumText);
    font-weight: 600;
}

.sale-badge-percentage .adjacent-badge .sale-percentage .sale-percentage-off {
    font-size: var(--smallText);
    font-weight: normal;
}

.sale-badge-percentage .product-percent-off {
    display: none;
}

.sale {
    color: var(--saleBadgeColor);
    background: rgb(var(--saleBadgeBackground));
}

.new {
    color: var(--newBadgeColor);
    background: rgb(var(--newBadgeBackground));
}

.sold-badge {
    color: var(--soldBadgeColor);
    background: rgb(var(--soldBadgeBackground));
}

.preorder-badge {
    color: var(--preorderBadgeColor);
    background: rgb(var(--preorderBadgeBackground));
}

.custom-badge {
    color: var(--customBadgeColor);
    background: rgb(var(--customBadgeBackground));
}

.product-card-badges.adjacent-badge .product-badge.sale-percentage {
    flex-direction: row;
    width: auto;
    height: auto;
    gap: 5px;
}

/* product badge end */
/* product quick view icon css start */



.product-card-action-wrapper {
position: absolute;
    top: 0;
    display: flex;

gap:10px;
    right: 0;
    top: 0;
    padding: 10px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    width: auto;
}

.quick-view-icon.product-quickview {
    width: 38px;
    height: 38px;
    background: rgb(var(--productIconBg));
    color: rgb(var(--productIconColor));
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    transform: none;
    margin: 0;
    padding: 0;
}

.quick-view-icon svg {
    width: 18px;
    height: auto;
    display: block;
}

/* product quick view icon css end */
/* product coutdown start */

.countdown-timer {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    column-gap: 5px;
    text-align: center;
    transition: .3s ease;
}

.countdown-timer .countdown-timer-inner {
    background: rgba(var(--background));
    padding: 8px 20px;
    border-radius: 50px;
    min-width: 50px;
    display: flex;
    width: max-content;
    margin: 0 auto;
    gap: 15px;
}

.countdown-timer .time {
    display: block;
    font-size: var(--text);
    color: rgb(var(--textColor));
    font-weight: 700;
    line-height: 18px;
}

.countdown-timer .separator {
    font-size: var(--xsmallText);
    display: block;
    color: rgb(var(--textColor));
    text-transform: capitalize;
    line-height: 13px;
}

/* product coutdown end */
/* compare product css start */
.compare-add-button{overflow:hidden}
.compare-add-button {
    transition: .5s ease;

}

.product-quickview-button {
    margin-top: 10px;
}

.compare-checkbox {
    width: 38px;
    height: 38px;
    border-radius: 30px;
    font-size: var(--xsmallText);
    margin: 0;
    position: relative;
    overflow: hidden;
}

.compare-checkbox input {
    width: 100%;
    height: 100%;
    min-height: auto;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    z-index: 1;
}

.compare-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(var(--productIconBg));
    border-radius: 100px;
}

.compare-checkmark:after {
    content: "";
    position: absolute;
    left: 49%;
    top: 50%;
    width: 7px;
    height: 12px;
    border: solid var(--dark);
    border-color:var(--dark);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-116%, -30%);
    display: none;
}

.compare-add-button:hover .compare-checkmark:after{ border-color:var(--accent); left: 25px }

.compare-checkbox.checked_label .compare-checkmark:after {
    display: block;
}

.compare-checkbox.checked_label .compare-checkmark svg {
    display: none;
}

.compare-label {
    margin: 0;
    cursor: pointer;
    font-size: 0;
    color: rgb(var(--productIconColor));
    display: flex;
    align-items: center;
    justify-content: center;
}

/* compare product css end */

.product-grid-wrapper .flickity-slider--wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    min-height: 160%;
    padding-right: 4px;
    padding-left: 4px;
    overflow: hidden;
    pointer-events: none;
}

/* product card css end */
/* product detail start */

.product-heading {
    color: rgb(var(--headingColor));
    margin-bottom: 10px;
    display: inline-block;    font-weight: 100 !important;
}

.product-detail-item {
    margin-bottom: 15px;
}

.product-detail-item.text {
    margin-bottom: 20px;
}

.product-description {
    margin-bottom: 20px;
}
.product-media-popup-slider-item img{pointer-events:none}
.custom-liquid {
    margin-bottom: 10px;
}
.page-discount-program .rich-text-description.rte {
    padding: 0;
}

.product-tax-shipping {
    width: 100%;
}

.pdp-form-action-wrapper {
    margin-bottom: 0px; margin-top: 10px;
}

.pdp-action-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: flex-start;
}

.product-right-content-sticky-inner .pdp-action-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.pdp-action-wrapper .button.large-btn {
    min-height: 55px;width: 100%; overflow:visible;
}
.pdp-action-wrapper .button-shadow {
    margin-bottom: 6px;
}

shopify-payment-terms {
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    color: rgb(var(--textColor));
}

.compare-basket{    background-color: var(--light);}


.cart-quantity-information {
    position: relative;
}
.cart-quantity-information-icon {
    width: 15px;
    height: 15px;
    cursor: pointer
}
 .cart-quantity-information:hover .parent-display ,
.cart-quantity-information:hover .quantity-pricing {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.cart-quantity-information .parent-display {
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    max-width: 290px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s ease; 
    background: var(--biege);
    color: rgba(var(--textColor));
    padding: 20px;
    min-width: 290px;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
}
 
.cart-quantity-information .parent-display ul {
    max-height: 200px;
    overflow: auto;  
}
.cart-item-quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.parent-display ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    font-size: var(--smallText);
}
.product-quantity-wrapper .parent-display ul li:nth-child(odd) {
    background: rgb(var(--alternateBackground));
}
 .cart-quantity-information .parent-display ul li:not(:last-child) {
    border-bottom: 1px solid rgba(var(--borderColor));
}

.text-marque-box:hover .text-marque-node {
    animation-play-state: paused;
}
h1 strong, h2 strong, h3 strong, h4 strong {
    font-weight: normal;
}
body .blog-article-desc p {
    margin-bottom: 40px;
    margin-top: 10px;
}

a.blog-item-image-container.img-zoom:hover {
    opacity: 1;
}





.shopify-payment-button:before {
  content: 'Buy it now';
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 55px;
  padding: 14px 20px;
pointer-events:none;
  font-family: var(--buttonFont);
  font-style: var(--buttonFontStyle);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-transform: var(--buttonText);
  text-decoration: none;
  text-align: center;
  color: var(--light); 
  background: var(--accent);
  border: 1px solid var(--light);
  border-radius: var(--buttonRadius);

  cursor: pointer;
  overflow: hidden;
  transition: all 0.2s ease-out;
  position: absolute;
  z-index: 0;
}

[lang="fr"] .shopify-payment-button:before {content: 'Acheter maintenant';}
[lang="es"] .shopify-payment-button:before {content: 'Cómpralo ahora';}

.shopify-payment-button:hover:before {  background-color: var(--light); 
  color: var(--accent);}
.shopify-payment-button {
    width: 100%; position:relative;
}
shopify-accelerated-checkout {
 opacity:0;
}

 .empty-card-heading{font-size: 24px;}

 .image-with-text-carousel-wrapper .image-with-text-content.image-with-text-grid{}
.image-with-text-carousel-wrapper .image-with-text-content.image-with-text-grid > .row {
    transform: scale(1) !important;
}

body:not(.page-discount-program) .image-with-text-carousel-wrapper .image-with-text-content.image-with-text-grid:first-child .col-lg-6:first-child {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}
body:not(.page-discount-program) .image-with-text-carousel-wrapper .image-with-text-content.image-with-text-grid:first-child .col-lg-6:last-child {
    display: none;
}
.variant-title{display: none!important}
.product-second-img{background-color:var(--biege);}


.scheme-secondary .accordion-block {
    background-color: var(--biege);
}

.quantity__rules .divider+.divider:before {
    content: "";
    background: rgb(var(--textColor));
    width: 5px;
    height: 5px;
    position: absolute;
    left: -3px;
    top: 6px;
    border-radius: 50%;
}

.quantity__rules .divider {
    position: relative;
    padding-right: 10px;
    font-size: var(--smallText);
}

.quantity__rules .divider+.divider {
    padding: 0 10px;
}

.price-per-item {}

.price-per-item span {
    display: block;
    font-size: var(--smallText);
}

quantity-based-price {
    padding-top: 10px;
    display: block;
}

.parent-display .caption-large {
    padding-bottom: 10px;
    display: block;
}

/* img text block */

.image_with_text_blocks {
    clear: both;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.image_with_text_blocks .block {
    margin: 0 30px 10px 0;
}

.image_with_text_blocks .block .block_content {
    display: flex;
    align-items: flex-start;
}

.image_with_text_blocks .block .block_content .block-icon {
    margin-right: 10px;
    display: block;margin-top: 5px;
}

.image_with_text_blocks .block .block_content .block-icon svg {
    display: block;
    width: 18px;
    height: auto;
}

.metafield-rich_text_field strong {
    margin-bottom: 10px;
    display: block;
}
.metafield-rich_text_field br {
    display: none !important;
}

.image_with_text_blocks .block .block_content p {

    font-weight: 600;
}

/* countdown css */

.lowest-price-offer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 3px;
    border-radius: 60px;
    padding: 8px 15px;
    width: max-content;
    max-width: 100%;
    background: rgba(var(--line-color));
    margin-bottom: 20px;
}

.lowest-price-offer span {
    font-size: var(--text);
    color: rgb(var(--textColor));
    margin: 0 2px 0 0;
    font-weight: var(--headingFontWeight);
}

.lowest-price-offer .count-timer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
    gap: 5px;
}

.lowest-price-offer .count-timer .count:last-child {
    margin-right: 0;
}

.lowest-price-offer .count-timer .count {
    border-radius: 60px;
    background: var(--biege);
    box-shadow: 1px 1px 2px #2428351a;
    padding: 2px 10px;
    margin: 0 5px 0 0;
    min-width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inventory-counter ul li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.inventory-counter ul li .product-inventory-count {
    margin-left: 5px;
}

.inventory-counter ul li svg {
    /* margin-right: 8px; */
    fill: currentColor;
    vertical-align: middle;
    position:relative;

}

.product-block.inventory-counter {
    margin-bottom: 0px;
}

.inventory-counter ul li .view_count {
    /* margin-right: 5px; */
    display: inline-block;
}

.product-media-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 5px;
}

.product-media-badge {
    padding: 2px 10px 3px;
    font-size: 10px;
    border-radius: 8px 0;
}

.product-media-badge svg {
    width: 12px;
    height: auto;
    margin-right: 6px;
    margin-bottom: 1px;
}

.media .shopify-model-viewer-ui,
.media model-viewer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.close-product-model {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    z-index: 1;
    display: flex;
    border-radius: 3px;
    background-color: rgba(var(--background));
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px #00000014;
}

.close-product-model svg {
    width: 18px;
    height: 18px;
}

.product-model-button {
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 1;
    transform: translateX(-50%);
}

.terms-conditions-block {
    padding-bottom: 20px;
}

.terms-conditions-block .checkbox-box {
    margin: 0;
}

.terms-conditions-block .checkbox-box label {
    font-size: var(--text);
}

.product-payments {
    padding-bottom: 20px;
}

.product-payments .list-payment {
    justify-content: flex-start
}

.social-icons-item svg {
    width: 18px;
    height: 18px;
}

.share-icons-parent .share-icons {
    display: inline-block;
    margin-right: 10px;
}

.share-icons-parent {
    padding: 0 0 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-variations-option-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
}

.product-variations-option {
    width: 44px;
    height: 44px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 8px;
    position: relative;
}

.product-variations-option-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.product-variations-option-item {
    display: flex;
    width: 100%;
    height: 100%;
    background: #eeeeee;
}

.product-variations-option-item img {
    object-fit: cover;
    object-position: center;
}

.product-variations-option.active .product-variations-option-link {
    border: 1px solid rgb(var(--textColor));
}

.media-play-button {
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background: rgba(var(--background));
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--textColor));
    border-radius: 100%;
    overflow: hidden;
}

.media-play-button svg {
    width: 18px;
    height: 18px;
    margin-left: 2px;
}

/* product detail end */
/* quickview css start */

.quickview-drawer-content {
    height: 100%;
    overflow: auto;
}

.quickview-drawer-content .loader {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.quickview-drawer-content-inner {
    position: sticky;
    top: 0;
    padding: 10px 30px;
        flex-direction: row;
    display: flex;
    flex-wrap: wrap; 
}
.quickview-drawer-content-inner .product-quantity-inner {
    background: var(--light);width: 50%;}

.quickview-drawer-content-inner .product-description{width:100%}
.quickview-drawer-content-inner .product-price{    flex: 100%;  width: 100%;}


.quickview-drawer-content-inner .pdp-action-wrapper {
     flex-direction: row;
    gap: 10px;
    width: 100%;
    max-width: 100%;
}

.quickview-drawer-content-inner .product-quantity-wrapper {
    width:100%;
    flex: 100%;
    display: block; 
    margin-bottom: 10px;padding: 0;
}


.quickview-drawer-content .product-gallery-img-item {
    margin-bottom: 10px;
}

.quickview-drawer-content .color-swatches .variant-card-option .color-swatch-img {
   /* display: none; */
}


/* quickview css end */
/* compare box css start here */

.compare-modal-content .popup-dialog {
    max-width: 100%;
}

.compare-model-header {
    text-align: center;
    padding: 30px;
    border: 0;
}

.compare-modal-results table {
    border: 0;
    width: max-content;
    margin: 0 auto;
}

.compare-modal-results th {
    border: 0;
    width: 240px;
    position: sticky;
    left: 0;
    z-index: 1;
}

.compare-modal-results td {
    min-width: 28rem;
    max-width: 28rem;
    padding: 20px;
    border: 0;
    text-wrap: wrap;
    -webkit-text-wrap: wrap;
    white-space: normal;
    vertical-align: middle;
    word-break: break-all;
    -webkit-word-break: break-all;
    text-align: center;
}

.compare-modal-results tr.product-info-column td {
    vertical-align: top;
}

.compare-modal-results td p {
    text-wrap: wrap;
}

.compare-modal-results tbody tr:nth-child(odd) th,
.compare-modal-results tbody tr:nth-child(odd) td {
    background: rgba(var(--background));
}

.compare-modal-results tbody tr:nth-child(2n) th,
.compare-modal-results tbody tr:nth-child(2n) td {
    background: var(--biege);
}

.compare-modal-results .product-percent-off {
    display: none;
}

.compare-modal-results .product-price {
    margin-bottom: 0;
    justify-content: center;
}

.compare-media-wrapper {
    position: relative;
}

.remove-product-card {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: -20px;
    right: 0;
    background: transparent;
}

.compare-modal-results .remove-product-card {
    right: -20px;
    top: -20px;
}

.remove-product-card .remove_icon {
    width: 16px;
    height: 16px;
    background: rgb(var(--textColor));
    border-radius: 3px;
    color: rgba(var(--background));
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-for-layout{z-index:0}

.remove-product-card svg {
    width: 8px;
    height: 8px;position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.compare-product-info {
    padding-top: 20px;
}

.compare-product-info .compare-product-title {
    font-size: var(--mediumText);
    color: rgb(var(--textColor));
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

.compare-modal-results .variant-picker {
    margin-bottom: 15px;
}

.compare-basket {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
    background: rgba(var(--background));
    padding: 30px;
    box-shadow: 0 0 14px #00000040;
    transition: all .5s ease;
    transform: translateY(120%);
}

.compare-basket.open {
    transform: translateY(0%);
}

.compare-modal-results .rating-star {
    background: var(--biege);
    display: inline-block;
    border: 1px solid rgb(var(--borderColor));
    border-radius: 30px;
    padding: 2px 8px;
}

.compare-btn-container {
    display: none;
}
/* .compare-btn-sidebar{display:none} */

.compare-product-item-inner {
    display: flex;
    align-items: flex-start;
    border:0;
    border-radius: var(--productRadius);
    padding: 10px;
    background: var(--light);
}

.compare-product-item-inner .product-img {
    width: 60px;
    margin-right: 15px;
    border-radius: var(--productRadius);
}

.product-compare__content h2 {
    font-size: var(--mediumText);
    margin-bottom: 14px;
}

.compare-btn-container #closeButton {
    background: transparent;
}

.compare-product-item-inner .product-price {
    margin: 0;
}

.compare-product-item-empty {
    border: 1px dashed rgb(var(--borderColor));
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--cardRadius);
    color: rgb(var(--textColor));
}

.compare-product-item-empty svg {
    width: 35px;
    height: 35px;
    background: rgba(var(--background));
    padding: 10px;
    border-radius: 50px;
}

.compare-bucket-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.compare-btn-container #closeButton svg {
    margin-right: 8px;
}

#bucketContainer {
    width: calc(100% - 225px);
}

.product-compare-content h6 {
    padding-bottom: 20px;
}

.compare-product-item-inner .product-price span {
    font-size: var(--smallText);
}



.scheme-quaternary.section-padding {
    background-color: var(--biege);
}
.collection-img {
    background-color: var(--biege)!important;
}

.compare-btn-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    writing-mode: vertical-lr;
    z-index: 6;
    transform: rotate(-180deg) translateX(-100%) translateY(-50%);
    transition: .3s ease;
}
.compare-btn-sidebar .button:hover{background-color: var(--dark); color:var(--accent);border:0}

.compare-btn-sidebar.show {
    transform:rotate(-180deg) translateX(0%) translateY(-50%);
}

.compare-btn-sidebar.cart-sidebar{     top: calc(50% - 60px);  transform: rotate(-180deg) translateX(-100%) translateY(-50%);}
.compare-btn-sidebar.cart-sidebar.show{   transform: rotate(-180deg) translateX(0) translateY(-50%);}

[lang="fr"] .compare-btn-sidebar.cart-sidebar{top: calc(50% - 80px);}
[lang="es"] .compare-btn-sidebar.cart-sidebar{top: calc(50% - 80px);}



.nav-open .compare-btn-sidebar {
    z-index: 2;
}

.compare-btn-sidebar .button {
    border-radius: 0px 8px 8px 0px;
    min-width: auto;
    padding: 20px 12px;background-color:var(--accent);color:var(--dark);
}

.slider-pagination span {
    font-weight: var(--headingFontWeight);
}

.compact-view-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: rgba(var(--background));
    border-radius: 100%;
    position: absolute;
    right: 6%;
    top: -12px;
    box-shadow: 0 2px 2px #ddd;
    color: rgb(var(--textColor));
    cursor: pointer;
}

.compact-view-button svg {
    width: 10px;
    height: auto;
    transition: .3s ease;
}

.compare-basket.compact-view {
    padding-top: 20px;
    padding-bottom: 20px;
}

.compare-basket.compact-view .compare-bucket-heading {
    display: none;
}

.compare-basket.compact-view .compare-product-item-inner {
    align-items: center;
}

.compare-basket.compact-view .compare-product-item-inner .product-img {
    width: 40px;
    margin-right: 10px;
}

.compare-basket.compact-view .compact-view-button svg {
    transform: rotate(180deg);
}

/* compare box css end here */
/* social icons csss start */

.social-icons-list {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.social-icons-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 24px;
    height: 24px;
}

.social-icons-link {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease;
    background-color: transparent;
    border: 1px solid rgb(var(--borderColor));
    border-radius: 50%;
    color: inherit;
    /* background: rgba(var(--background)); */
}

.social-icons-link.small-shadow-enabled:hover {
    box-shadow: none !important;
    transform: translate(3px, 3px);
}

.footer .social-icons-link {
    border-color: var(--footerTextcolor);
}

/* .social-icons-item svg {
    width: 20px;
    height: 20px;
} */
/* social icons csss end */


/* product option css start */

.product-variants-fieldset {
    margin: 0;
    border: none;
    padding: 0;
}

option:disabled {
    color: #0000003d;
}

.product-selector-option {
    width: 100%;
    display: block;
    padding-bottom: 10px;
}

.variant-title {
    display: block;
    margin: 0 0 10px;
}

.product-selector-option-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-card .color-option .product-selector-option-list {
    margin-left: -3px;
}

.variant-option {
    display: flex;
    position: relative;
    min-width: 50px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 10px 0px 0;
}

.color-option .variant-option {
    margin-bottom: 3px;
    width: 28px;
    height: 28px;
    min-width: 28px;
    padding: 4px;
    margin-right: 3px;
}

.metafield-rich_text_field strong br {
    display: none;
}

.color-swatches .variant-card-option {
 width: auto;
    min-width: 100px;
    max-width: 110px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.color-swatches .variant-card-option label {
    width: 100%;
    height: 100%;
    margin: 0;
    box-shadow: none;
    display: block;
    border: 1px solid var(--light);
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    background: var(--light);
}

.color-swatches .variant-card-option input:checked+label {
    border-color: var(--dark);
}

.color-swatches .variant-card-option label .swatch-label {
    display: block;
    text-align: center;
    text-transform: capitalize;
    font-size: var(--text);
    padding-bottom: 5px;
    font-size: var(--smallText);line-height:105%;
}

.color-swatches .variant-card-option .color-swatch {
    width: 26px;
    height: 26px;
    min-width: 26px;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
}

.color-swatches .variant-card-option .color-swatch-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.product-add-to-cart-sticky-content .color-swatches .variant-card-option {
    width: 66px;
    min-width: 66px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 0;
}

.product-add-to-cart-sticky-content .color-swatches.product-selector-option-list {
    margin: 0;
}

.product-add-to-cart-sticky-content .color-swatches .variant-card-option label {
    padding: 5px;
}

.product-add-to-cart-sticky-content .color-swatches .variant-card-option label .swatch-label {
    font-size: var(--smallText);
}

.product-add-to-cart-sticky-content .color-swatches .variant-card-option .color-swatch {
    width: 24px;
    height: 24px;
    min-width: 24px;
}

.variant-option input,
.color-swatches .variant-card-option input {
    overflow: hidden;
    pointer-events: none;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    min-height: auto;
    margin: 0;
    background: transparent;
}

.variant-option input:focus-visible {
    outline: 0;
}



.variant-option .option {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    margin: 0;
    cursor: pointer;
    padding: 3px 10px;
    border: 1px solid var(--light);
    background: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--smallText);

}

.variant-option .option:before {
    content: "";
    border: 1px solid transparent;
    border-radius: 50px;
    width: 28px;
    height: 28px;
    position: absolute;
    top: -4px;
    left: -4px;
}

.color-option .variant-option .option {
    border: 0;
    padding: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: inset 0 -1px 2px rgba(0, 0, 0, .16);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.variant-option input:checked+label {
    border-color: var(--dark);
    /* background: rgb(var(--textColor)); */
    /* color: rgba(var(--background)); */

}

.color-option input:checked+.option:before {
    border-color: rgb(var(--textColor));
}

.not-available+.option:after {
    text-decoration: line-through;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(var(--textColor));
    top: 50%;
    left: 0;
    transform: rotate(35deg);
    z-index: 1;
    display: none;
}

.addtocart[disabled], .addtocart[disabled] + .buyitnow {
    opacity: 0.5 !important;
    pointer-events: none;
}

.color-option .not-available+.option:after {
    width: 67%;
    left: 4px;
}

.not-available+.option {
    opacity: .3;
    overflow: hidden;
    border: none;
    box-shadow: 0 0 1px 1px rgba(var(--textColor), .3);
}
.not-available+.option{display:none!important}

.product-quantity-wrapper {
  padding:5px 0;
    width: 100%;
}

.quickview-drawer .share-icons-parent{display:none!important}

.product-quantity-inner {
display: flex;
    width: 100%;
    flex-wrap: nowrap;
    background: var(--biege);
    max-width: 100%;
    border-radius: 50px;
    overflow: hidden;
    justify-content: space-between;
}

.quantity-button {
    width: 50px;
    flex: 0 0 50px;
    height: 54px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.product-quantity-inner.small-quantity .quantity-button {
    width: 34px;
    flex: 0 0 34px;
    height: 40px;
}

.product-quantity-inner.xsmall-quantity .quantity-button {
    width: 26px;
    flex: 0 0 26px;
    height: 34px;
}

.quantity-input {
    height: 44px;
    min-width: 50px;
    width: 50px;
    padding: 5px;
    min-height: 54px;
    text-align: center;
    border: none;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    font-size: var(--xlargeText);
}

.product-quantity-inner.small-quantity .quantity-input {
    height: 40px;
    min-width: 40px;
    width: 40px;
    min-height: auto;
    font-size: var(--text);
}

.product-quantity-inner.xsmall-quantity .quantity-input {
    height: 34px;
    min-width: 34px;
    width: 34px;
    min-height: auto;
    font-size: var(--text);
}

.quantity-button svg {
    fill: currentColor;
    width: 12px;
    height: auto;
}

.product-quantity-inner.small-quantity .quantity-button svg {
    width: 10px;
}

.product-quantity-inner.xsmall-quantity .quantity-button svg {
    width: 8px;
}

/* product option css end */
/* checkbox css start */

.checkbox-box {
    position: relative;
    padding-left: 28px;
    margin-top: 15px;
}

.checkbox-box label {
    font-size: var(--smallText);
    margin: 0;
}

.checkbox-input {
    border: 0;
    padding: 0;
    min-height: auto;
    position: absolute;
    opacity: 1;
    left: 0;
    top: 2px;
    margin: 0;
    z-index: 1;
    appearance: none;
    -webkit-appearance: none;
    background: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.checkbox-tick {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid rgb(var(--inputBorder));
    border-radius: 2px;
}

.checkbox-tick:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid var(--biege);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-116%, -30%);
    display: none;
}

.checkbox-input:checked~.checkbox-tick:after {
    display: block;
}

.checkbox-input:checked~.checkbox-tick {
    background-color: rgb(var(--textColor));
    border-color: rgb(var(--textColor));
}

/* custom select / localization form */

.custom-select {
    display: inline-flex;
    position: relative;
    /* padding: 15px 0; */
}

.custom-select.fullwidth {
    display: block;
    padding: 0;
}

.custom-select-button {
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 10px 5px;
}

.custom-select.fullwidth .custom-select-button {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.custom-select-content {
    display: none;
    position: absolute;
    top: 105%;
    right: 0;
    max-width: calc(100vw - 30px);
    width: max-content;
    background: rgba(var(--background));
    color: rgb(var(--textColor));
    box-shadow: 0 4px 6px #00000014;
    max-height: 200px;
    height: max-content;
    text-align: start;
    transition: all .25s cubic-bezier(.104, .204, .492, 1);
    overflow: auto;
    z-index: 1;
}

.custom-select.fullwidth .custom-select-content {
    width: 100%;
}

.custom-select-list .custom-select-item button {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;opacity:1;
    height: 100%;
}
.custom-select-list .custom-select-item button{opacity:0.8}

.custom-select-list .custom-select-item {
    padding: 5px 10px;
}

.custom-select-text {
    display: flex;
    align-items: center;
}

.custom-select-text .countryflags {
    margin-right: 8px;
}

.custom-select-arrow {
    line-height: 0;
    margin-left: 8px;
    display: flex;
}

.custom-select-top .custom-select-content {
    top: auto;
    bottom: 100%;
}

.custom-select-active .custom-select-content {
    opacity: 1;
    visibility: visible;
}

.localization-form {
    display: inline-flex;
    align-items: center;
}

.localization-form .shopify-localization-form {
    display: inline-flex;
}

.localization-form .shopify-localization-form+.shopify-localization-form {
    margin-left: 12px;
}

.localization-form .custom-select-content {
    max-width: 300px;
}

.localization-form .custom-select-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.custom-select-language .custom-select-list {
    display: block;
}

.localization-form .custom-select-list li {
    height: 44px;
    padding: 0px;
    width: 90px;
    border: 0;
    max-width: initial;
    flex: inherit;
    border-radius: 3px;
}

/* custom select / localization form end */
/* pagination css start */

.pagination-box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.pagination {
    display: flex;
    margin: 0 auto;
    padding: 3px 9px;
    border: 1px solid rgb(var(--borderColor));
    border-radius: 50px;
    width: max-content;
    max-width: 100%;
    gap: 5px;
}

.pagination-item {
    width: 44px;
    height: 44px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-text {
    width: 34px;
    height: 34px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-item.active .pagination-text {
    background: rgb(var(--textColor));
    color: rgba(var(--background));
}

.pagination-link {
    color: var(--textColor);
    width: 34px;
    height: 34px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* pagination css end */
/* scroll top css start */

body.no-scroll,
body.popup-open {
   /* overflow: hidden; */
}

body.no-scroll:not(.search-drawer-open, .announcement-open, .hamburger-open) main#MainContent,
body.popup-open:not(.search-drawer-open, .announcement-open, .hamburger-open) main#MainContent {
    z-index: 5 !important;
}

body.hamburger-open main#MainContent {
    z-index: 5 !important;
}
.product-media-popup-slider-item img{height:auto!important;cursor:auto!important}
.overlay-close{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}
.multi-column-item-inner.icon-position-left .multi-column-icon{border-radius:0}
.scroll-top {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    bottom: var(--vertical-position, 20px);
    z-index: 3;
    border-radius: 100%;
     background-color: var(--accent);
    color: var(--dark);
    transition: .4s ease;
}

.slideshow-button-box .button {
    background-color: var(--dark);
    color: var(--accent);
}
.button:hover{opacity:1!important}
.slideshow-button-box .button:hover {
       background-color: var(--light);
    color: var(--accent);
}
.scroll-top:hover{

         color: var(--accent);
    background-color: var(--dark);
}


.scroll-shadow-enabled {
    border: 2px solid var(--backToTopColor);
    box-shadow: 2px 3px var(--backToTopColor) !important;
}

.scroll-top.pos-right {
    right: 20px;
    transform: translateX(170%);
}

.scroll-top.pos-center {
    left: 50%;
    transform: translateX(-50%);
}

.scroll-top.pos-left {
    left: 20px;
    transform: translateX(-170%);
}

.scroll-top.pos-left.show,
.scroll-top.pos-right.show {
    transform: translateX(0);
}
span.scroll-top-text {
    transform: rotate(-90deg);
}
button#back_to_top{z-index:9}
.scroll-top-text svg {

    width: 15px;
    height: auto;
    display: block;
}

/* scroll top css end */
/* page banner css end here */

.page-banner {
    position: relative;
    width: 100%;
    min-height: var(--media-height);
    background: var(--pageBannerBg);
    padding: 30px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-banner-content-box {
    padding: 30px 0;
    width: 100%;
}

.page-banner.overlay-text .page-banner-content-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.page-banner-image,
.page-banner-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.page-content-item:last-child {
    margin-bottom: auto;
}

.page-content-item:first-child {
    margin-top: auto;
}

.page-banner.overlay-text .page-banner-content {
    height: 100%;
    /* overflow-y: auto; */
    display: flex;
    flex-direction: column;
}

.page-banner.overlay-text p {
    color: var(--banner-overlay-text);
    display: block;
    width: 100%;
}

.page-banner.overlay-text .page-banner-content-box .container {
    height: 100%;
}

.page-description {
    margin-bottom: 50px;
}

.page-banner-title {
    margin-bottom: 5px;
    width: 100%;
}

.page-banner.overlay-text .page-banner-title,
.page-banner.overlay-text .page-banner-desc {
    color: var(--dark);
}

.page-banner-image:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--banner-overlay-bg);
    opacity: var(--banner-overlay-opacity);
    z-index: 0;
}

/* page banner css end here */
/* empty card css start */

.empty-card-box {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 100%;
    min-height: 400px;
    justify-content: center;
    align-items: center;
        position: relative;
    top: -40px;
}

.empty-card-icon {
    display: inline-flex;
    margin-bottom: 20px;
    color: rgb(var(--headingColor));
}

.empty-card-icon svg {
    display: block;
}

.empty-card-content {
    text-align: center;
}

.empty-card-heading {
    padding-bottom: 10px;
}

.empty-card-desc {
    font-size: var(--mediumText);
    padding-bottom: 15px;
}

/* empty card css end */
/* side drawer css satrt */

.side-drawer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgb(var(--overlayBackground), var(--overlayOpacity));
    opacity: 0;
    transition: opacity .1s ease;
    -webkit-backdrop-filter: blur(var(--bg-blur));
    backdrop-filter: blur(var(--bg-blur));
}

.side-drawer.sidebar-visible {
    opacity: 1;
}

.close-fullwidth {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 0;
}

.side-drawer-panel {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 550px;
    margin-left: auto;
    transition: .8s ease;
   /* transform: translate(100%); */
    padding: 20px;
}

.drawer-position-bottom .side-drawer-panel {
    max-width: 100%;
    height: max-content;
    margin-top: auto;
    transform: translateY(100%);
    max-height: 100%;
    overflow: auto;
}

.side-drawer.large-width .side-drawer-panel {
    max-width: 1024px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.sidebar-visible .side-drawer-panel {
    transform: translate(0);
}

.side-drawer-inner {
    background-color: var(--biege);
    color: rgb(var(--textColor));
     height: 90%;

    position: relative;
    border-radius: var(--cardRadius);
    overflow: hidden;
}

.quickview-drawer .side-drawer-inner {
    padding: 10px 0 0px 10px;   
}

.side-drawer-content {
    height: 100%
}

.drawer-close {
    position: absolute;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 10px;
    z-index: 2;
    background: rgb(var(--textColor));
    border-radius: 50%;
    color: var(--dark);
    transition: 0.5s ease;
    border: 3px solid rgb(var(--textColor));
}

.drawer-close:hover,
.popup-close:hover,
.product-compare-close-btn:hover {
    background: transparent;
    animation: 1.6s infinite pulse;
}

.drawer-close:before,
.popup-close:before,
.product-compare-close-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    transition: transform 0.2s, opacity 0.2s;
    background: rgb(var(--textColor));
    z-index: -1;
}

.product-query-popup .popup-close:before {
    background: rgba(var(--background));
}

.drawer-close:hover:before,
.popup-close:hover:before {
    transform: scale(0.85);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 1px 0px rgb(var(--textColor), .5);
    }

    100% {
        box-shadow: 0 0 1px 10px rgb(var(--textColor), 0);
    }
}

.drawer-close svg {
    width: 10px;
    height: 10px;
    transition: .5s ease;
}

/* side drawer css end */
/* popup css start */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    opacity: 0;
    background: rgba(var(--overlayBackground), var(--overlayOpacity));
    -webkit-backdrop-filter: blur(var(--bg-blur));
    backdrop-filter: blur(var(--bg-blur));
    transition: opacity .15s;
}

.popup.popup-visible {
    opacity: 1;
}

body.popup-active .content-for-layout {
    z-index: 99;
}


.popup-dialog {
    position: relative;
    width: 100%;
    max-width: max-content;
    padding: 20px;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    transition: .4s ease-out;
    transform: translateY(100px);
    opacity: 0;
    transition-delay: .2s;
}

.popup.popup-visible .popup-dialog {
    transform: none;
    opacity: 1;
}

.position-top-left .popup-dialog,
.position-top-center .popup-dialog,
.position-top-right .popup-dialog {
    justify-content: flex-start;
}

.position-bottom-left .popup-dialog,
.position-bottom-center .popup-dialog,
.position-bottom-right .popup-dialog {
    justify-content: flex-end;
}

.position-top-right .popup-dialog,
.position-center-right .popup-dialog,
.position-bottom-right .popup-dialog {
    margin-left: auto;
}

.position-top-center .popup-dialog,
.position-center .popup-dialog,
.position-bottom-center .popup-dialog {
    margin-left: auto;
    margin-right: auto;
}

.popup-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    color: rgb(var(--textColor));
    border-radius: var(--cardRadius);
    overflow: auto;
}

.popup-close {
    position: absolute;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 10px;
    z-index: 2;
    background: rgb(var(--textColor));
    border-radius: 50%;
    color: var(--dark);
    transition: 0.5s ease;
    border: 3px solid rgb(var(--textColor));
}

.product-query-popup .popup-close {
    background: rgba(var(--background));
    color: var(--dark);
    border: 3px solid rgba(var(--background));
}

.product-query-popup .popup-close svg {
    width: 15px;
    height: 15px;
}

.popup-close svg {
    width: 10px;
    height: 10px;
}

.popup-content-inner {
    height: 100%;
    overflow: auto;
    padding: 25px 30px;
}

.product-query-body {
    padding: 10px 0;
}

.popup-dialog.small,
.popup-dialog.medium,
.popup-dialog.large {
    max-width: 420px;
}

.popup-dialog.fullwidth {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.popup-dialog.fullwidth .popup-content {
    height: 100%;
    border-radius: 0;
}

/* popup css end */
/* tabs css start */

.tab-main {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 25px;
    max-width: max-content;
    border: 1px solid rgb(var(--borderColor));
    border-radius: 50px;
    white-space: nowrap;
    overflow: auto;
}

.tab-main.text-center {
    margin-left: auto;
    margin-right: auto;
}

.tab-main.text-right {
    margin-left: auto;
}

.tab-link {
    padding: 6px 32px;
    border-radius: 50px;
    display: inline-block;
    color: var(--textColor);
}

.tab-item.active .tab-link {
    background: var(--biege);
}

/* tabs css end */
/* age popup css start */

.age-verification,
.newsletter-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    height: 100%;
    background-color: #000000a6;
    z-index: 111;
    overflow: auto;
    transition: all .3s linear;
    padding: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.newsletter-fields input {
    border-radius: 50px;
    min-height: 42px;
}




.age-verification.active,
.newsletter-popup.active {
    display: flex;
    animation: fade .5s ease;
}

.age-verification.active {
    z-index: 999;
}

.newsletterPopUp-close-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0;
    z-index: -1;
    visibility: visible;
    font-size: 0;
}

.age-verification-wrapper,
.newsletter-outer {
    background: rgba(var(--background));
    pointer-events: visible;
    z-index: 30;
    border-radius: var(--cardRadius);
    overflow: hidden;
    max-width: 310px;
    padding: 25px;
    margin: 20px;
    width: 100%;
    position: relative;
    max-height: 90%;
    overflow-y: auto;
}

.offer-popup .countdown-timer-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
}

.offer-popup .countdown-timer-wrapper p {
    margin: 0;
    font-size: var(--text);
}

.offer-popup .countdown-timer-wrapper .countdown-timer {
    margin-top: 8px;
    position: static;
    justify-content: flex-start;
}

.offer-popup .countdown-timer>div {
    background: var(--biege);
    padding: 6px 10px;
    border-radius: 4px;
}

.age-verification-heading,
.newsletter-outer h5 {
    margin-bottom: 10px;
}

.offer-popup .offer-heading {
    color: rgb(var(--headingColor));
    max-width: 100%;
}

.offer-popup .large-case.offer-heading {
    font-size: 60px;
}

.offer-popup .medium-case.offer-heading {
    font-size: 40px;
}

.offer-popup .small-case.offer-heading {
    font-size: 30px;
}


.quick-view-icon:hover, .compare-add-button:hover .compare-label {
    background-color: var(--dark)!important;
}
.quick-view-icon svg path{fill: var(--dark)!important;}
.compare-add-button svg path{fill:var(--dark)!important;}
.quick-view-icon:hover svg path{fill: var(--accent)!important;}
.compare-add-button:hover  svg path{fill:var(--accent)!important;}



.offer-newsletter p {
    margin-bottom: 8px;
}

.offer-popup .countdown-timer-wrapper .countdown-timer .time {
    color: rgba(var(--background));
}

.newsletter-outer {
    max-width: 370px;
    padding: 0;
}

.newsletter-outer.border-enabled {
    padding: 2px;
}

.newsletter-outer-inner {
    padding: 35px;
}

.newsletter-outer.border-enabled .newsletter-outer-inner {
    border-radius: var(--cardRadius);
}

.offer-popup .offer-subheading {
    padding-bottom: 3px;
    color: rgba(var(--line-color));
}

.offer-subheading svg {
    margin-right: 6px;
}

.age-verification-desc p {
    font-size: var(--text);
    margin-bottom: 18px;
}

.age-verify-btn .submit-age {
    margin-bottom: 8px;
}

.newsletter-outer .subcribe-btn {
    margin-top: 8px;
}

.age-verification-decline,
.age-verification-outer {
    display: none;
}

.age-verification-decline.active {
    display: block;
}

.age-verification-outer.active {
    display: block;
}

.close-btn {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-popup .countdown-timer .separator {
    color: rgba(var(--background));
}

/* age verification popup css end */

@keyframes marque {
    0% {
        transform: translate(0);
        visibility: visible;
    }

    100% {
        transform: translate(-100%);
    }
}

.recently-viewed-products-section .flickity-viewport {
    overflow: visible;
}

/************17-11-23***********/

.product-option.disabled+label {
    text-decoration: line-through;
}

/**************************/

.deferred-media-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* pdp filter  */
.collection-filter-item .color-option .swatch-filter .variant-option {
    width: inherit;
    box-shadow: inset 0 -1px 2px #00000029;
    border-radius: 50px;
    padding: 4px 5px;
    display: inline-flex;
    height: inherit;
}

.collection-filter-item .color-option .swatch-filter .variant-option label.option {
    box-shadow: none;
}

span.product-zoom-image-icon svg{    z-index: 9;
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--biege);
    padding: 6px;
    width: 36px;
    height: 36px;
    border-radius: 100px;}


    
    .product-card:hover .quick-view-icon{text-decoration:none!important}
.product-card:hover .quick-view-icon:after{opacity:0;  color: var(--dark);}

.product-card:hover .quick-view-icon:after {
        content: attr(data-label);
    font-size: 12px;
    line-height: 1;
    opacity: 0;
    transition: 0.2s ease;
    pointer-events: none;
    color: var(--accent);
    text-decoration: none;
    position: absolute;
    padding: 0 10px;
    right: 0;
}
[lang="fr"] .product-card:hover .quick-view-icon:after{content: 'Aperçu rapide';}
[lang="es"] .product-card:hover .quick-view-icon:after{content: 'Vista rápida';}

.product-card:hover .quick-view-icon:hover:after {
opacity: 1;
    right: 15px;
    transition-delay: 0.1s;
    font-size: 12px;
}

.product-card:hover .quick-view-icon:hover{
    width: 130px;
    border-radius: 30px;
    padding-left: 15px;justify-content: flex-start;
}
[lang="fr"] .product-card:hover .quick-view-icon:hover{ width: 145px;}
[lang="es"] .product-card:hover .quick-view-icon:hover{ width: 145px;}

.product-card:hover .compare-checkbox{text-decoration: none !important;
    transition: 0.2s ease;
    border-radius: 30px;}
.product-card:hover .compare-checkbox label:before{opacity:0;  color: var(--dark);}
.product-card:hover .compare-checkbox:hover label{font-size: 0px;color: var(--accent);font-weight:600;justify-content:flex-end;  padding-left: 10px; padding-right: 16px;}
.product-card:hover .compare-checkbox label:before {
     content: 'Favourites';
    font-size: 12px;
    line-height: 1;
    opacity: 0;
    transition: 0.2s ease;
    pointer-events: none;
    color: var(--accent);
    text-decoration: none;
    position: absolute;
    padding: 0 10px;
    right: 0;
}

[lang="fr"] .product-card:hover .compare-checkbox label:before{content: 'Favoris';}
[lang="es"] .product-card:hover .compare-checkbox label:before{content: 'Favoritos';}

.product-card:hover .compare-checkbox:hover label:before {
opacity: 1;
    right: 7px;
    transition-delay: 0.1s;
    font-size: 12px;
}

.product-card:hover .compare-checkbox:hover{
    width: 130px;
    border-radius: 30px;
    padding-left: 10px;justify-content: flex-start;
}

[lang="fr"] .product-card:hover .compare-checkbox:hover{width: 110px;}

.footer a,#insta-feed h2, .instafeed-shopify h2,h6.multi-column-heading.h6,.section-heading,.page-banner-title{  text-transform: capitalize;}

.product-card svg{overflow: visible;}

.product-card:hover .compare-checkbox:hover svg {
width: auto;
    margin-right: auto;
    left: 26px;
}

.free-shipping .progress {
    display: none!important;
}


 .large-btn.buyitnow:hover{color:transparent!important}
 .buyitnow::after{content: "Your Cat Approves"; opacity:0;color:var(--accent)!important;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);width: 100%}
 .buyitnow:hover::after{opacity:1;color:var(--dark)!important}

[lang="fr"] .buyitnow::after{ content: "Votre Chat Approuve";}   
[lang="es"] .buyitnow::after{ content: "Tu Gato lo Aprueba";}


@media screen and (min-width:768px) {

.quickview-drawer-content-inner .product-heading{padding-right:50px}
.quickview-drawer-content-inner .product-description{    margin-bottom: 10px;}

.free-shipping p {
    font-size: 15px;
}





.slideshow-button-box{gap:20px!important}

    h1.slideshow-heading.heading-font.h1{font-size:4.5vw}


    [lang="fr"] h1.slideshow-heading.heading-font.h1{        font-size: 5.2vw;}   
[lang="es"] h1.slideshow-heading.heading-font.h1{font-size: 3.4vw; }
   [lang="fr"] h1.slideshow-heading.heading-font.h1 span{   font-size: 3.2vw; margin-top: 0; line-height: 100%;}   
[lang="es"] h1.slideshow-heading.heading-font.h1 span{     font-size: 2.75vw;}

p.slideshow-desc {font-size: 1.48vw; font-weight: 500; margin: 30px 0;}

[lang="fr"] p.slideshow-desc { font-size: 1.2vw; max-width: 34vw;}
[lang="es"] p.slideshow-desc {font-size: 1.1vw; max-width: 35vw;}


    html body #shopify-section-sections--18884701618374__footer .footer-logo-link img {
    max-width: 400px;
}

    .slideshow-desc{    max-width: 37vw;}

    .button.large-btn,
    button.shopify-payment-button__button,
    .shopify-payment-button .shopify-payment-button__button {
        font-size: 18px;
        min-width: 210px;
        min-height: 60px;
    }
.slideshow-button-box a.button.large-btn{ min-width: 240px;}
    shopify-accelerated-checkout,
    shopify-accelerated-checkout-cart {
        --shopify-accelerated-checkout-button-block-size: 60px!important;
        --shopify-accelerated-checkout-button-inline-size: 60px !important;
    }

    .cart-dynamic-checkout-buttons .shopify-cleanslate [data-shopify-buttoncontainer] div[role="button"] {
        min-height: 60px !important;
    }

    .button.medium-btn {
        min-width: 145px;
        min-height: 56px;
    }

    .button.extra-large-btn {
        font-size: 20px;
        min-width: 190px;
        min-height: 66px;
    }

    .product-grid-wrapper {
        margin: 0 -10px;
        /* margin: 0 calc(var(--desktopProductGap) * -1); */
    }

    .product-grid-box {
        width: 33.333%;
        flex: 0 0 33.333%;
        padding: 0 5px;
    }

    .popup-dialog.medium {
        max-width: 740px;
    }

    .popup-dialog.large {
        max-width: 1140px;
    }

    .product-content-wrapper {
        padding-left: 10px;
    }

    .featured-product-main .product-content-wrapper {
        padding-left: 25px;
    }

    .layout-rounded .page-banner {
        border-radius: var(--imageRadius);
    }
}

@media screen and (min-width:1025px) {

       .header-options{min-width:auto}

    .primary-header-blocks .nav-menu-list {
    justify-content: center;
    align-items: center;
}

 
    .flickity-button:hover {
        box-shadow: 0 2px 16px #0000001f;
    }

    .custom-navigation-button.previous:hover .custom-navigation-button-icon .bar {
        opacity: 1;
        transform-origin: left center;
        transform: scaleY(1) translateX(0);
    }

    .custom-navigation-button.previous:hover .custom-navigation-button-icon .handle {
        transform: translateX(0);
    }

    .custom-navigation-button.next:hover .custom-navigation-button-icon .bar {
        opacity: 1;
        transform-origin: left center;
        transform: scaleY(1) translateX(0);
    }

    .custom-navigation-button.next:hover .custom-navigation-button-icon .handle {
        transform: translateX(0);
    }

    .button:hover {
        color: var(--dark);
        background:var(--accent);
        border: none;
    }

    button.shopify-payment-button__button:hover,
    button.shopify-payment-button__button--hidden:hover,
    .secondary-button:hover,
    .shopify-payment-button .shopify-payment-button__button:hover {
        color: rgb(var(--alternateButtonColorHover));
        border: none;
    }

    button.shopify-payment-button__button:hover,
    button.shopify-payment-button__button--hidden:hover,
    .shopify-payment-button .shopify-payment-button__button:hover {
        background: rgb(var(--alternateButtonBackgroundHover));
    }

    .button:hover:before {
        width: 100%;
    }

    .button-shadow:hover {
        box-shadow: none;
        transform: translate(3px, 3px);
    }

    .social-icons-link:hover {
        border-color: rgb(var(--linkColor));
    }

    .product-grid-box {
        width: 25%;
        flex: 0 0 25%;
    }

    .product-card-img:hover {
        box-shadow: 0px 0 20px 0 rgba(155, 166, 200, .2);
    }

    .product-second-img {
        display: block;
        opacity: 0;
        backface-visibility: hidden;
    }

    .product-card-img.on-hover-img:hover .product-second-img {
        opacity: 1;
        transform: scale(1.3);
    }

    .product-card:hover .countdown-timer,
    .product-card:hover .product-text-marque-wrapper {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .compare-add-button {
        
        opacity: 0;
        visibility: hidden;
    }

    .product-card:hover .compare-add-button {
       
        opacity: 1;
        visibility: visible;
    }

    .product-quickview-hover .product-quickview-button {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        visibility: hidden;
        opacity: 0;
        transition: opacity .2s ease 0s;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 15px;
    }

    .product-quickview-hover .product-quickview {
        transform: translateY(-20px);
        margin: 0;
    }

    .product-card.product-quickview-hover:hover .product-quickview-button {
        opacity: 1;
        visibility: visible;
    }

    .product-card.product-quickview-hover:hover .product-quickview {
        transform: translateY(0);
    }

    .product-gallery-img-wrapper {
        --thumbnail-width: 50px;
    }

    .product-gallery-img {
        flex: 0 0 calc(100% - var(--thumbnail-width) - 20px);
    }

    .product-card.product-background-enabled:hover {
        box-shadow: 2px 4px 8px #0000001c;
    }

    .complementary-product-item .product-card.product-background-enabled:hover {
        box-shadow: 0px 0px 4px #24283536;
    }

    .product-border-enabled.product-border-hover {
        border-color: transparent;
    }

    .product-border-enabled.product-border-hover:hover {
        border-color: rgb(var(--productBorder));
    }

    .product-card.product-border-enabled.product-border-hover:hover {
        border-radius: var(--productRadius);
    }

    .product-card.product-border-enabled.product-border-hover:hover .product-img {
        border-radius: var(--productRadius) var(--productRadius) 0 0;
    }

    .localization-form .custom-select-list li:hover {
        background: rgba(var(--alternateBackground), 0.2);
    }

    .product-card.product-quickview-hover .quick-view-icon {
        opacity: 0;
        visibility: hidden;
        transform: scale(1);
        transition: 0.2s ease;overflow:hidden;
    }

    .product-card.product-quickview-hover:hover .quick-view-icon {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .btn-hover-effect-glowing .button::before {
        content: '';
        background: var(--glowingButtonGradient);
        position: absolute;
        top: -2px;
        left: -2px;
        background-size: 400%;
        z-index: -1;
        filter: blur(5px);
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        animation: glowing 20s linear infinite;
        opacity: 0;
        transition: opacity .3s ease-in-out;
        border-radius: var(--buttonRadius);
    }

    .btn-hover-effect-glowing .button {
        overflow: visible;
        z-index: 1;
    }

    .btn-hover-effect-glowing .button:after {
        z-index: -1;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: var(--light);
        left: 0;
        top: 0;
        border-radius: var(--buttonRadius);
        border: 1px solid var(--light);
    }

    @keyframes glowing {
        0% {
            background-position: 0 0;
        }

        50% {
            background-position: 400% 0;
        }

        100% {
            background-position: 0 0;
        }
    }

    .btn-hover-effect-glowing .button:hover::before {
        opacity: 1;
    }

    .btn-hover-effect-glowing .button:hover:after {
        background: rgb(var(--lightHover));
        border-color: rgb(var(--lightHover));
    }

    .animate-hover:hover .media img {
        transform: scale(1.1);
    }
}

.product-zoom-image {
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    opacity: 1!important;background-color:transparent;
}

.product-zoom-image:hover {

    opacity: 1!important;
}

a.button:hover,a.button{text-decoration:none}

@media screen and (min-width:1200px) {
    .product-grid-box.card-size-small {
        width: 20%;
        flex: 0 0 20%;
    }

    .product-grid-box.card-size-medium {
        width: 25%;
        flex: 0 0 25%;
    }

    .product-grid-wrapper.flickity-enabled .product-grid-box.card-size-medium {
        width: 23%;
        flex: 0 0 23%;
        min-width: 350px;
    }

    .product-grid-box.card-size-large {
        width: 33.333%;
        flex: 0 0 33.333%;
    }

    .pdp-action-wrapper {
        max-width: 90%;
    }

    .product-gallery-img-wrapper {
        --thumbnail-width: 70px;
    }

    .compare-modal-results tr.product-info-column td {
        padding: 50px 30px;
    }
}

@media screen and (min-width:1441px) {


    

       .header-options{min-width:260px}
    .product-gallery-img-wrapper {
        --thumbnail-width: 90px;
    }

    .product-grid-box {
        padding: 0 15px;
    }

    .side-drawer-panel {
        max-width: 620px;
    }
}
.product-title{line-height: 120%;}
@media screen and (max-width:1600px) {

    .product-title{font-size: calc(var(--mediumText) - 2px);}
    .compare-modal-results td {
        min-width: 19.5rem;
        max-width: 19.5rem;
    }
}

.rich-text-description,
.rich-text-button {
    padding-bottom: 15px;
}

.rich-text-content {
    width: 100%;
}

.rich-text-content.content-left {
    margin-right: auto;
}

.rich-text-content.content-center {
    margin: 0 auto;
}

.rich-text-content.content-right {
    margin-left: auto;
}

.rich-text-content.small-width {
    max-width: 500px;
}

.rich-text-content.medium-width {
    max-width: 600px;
}

.rich-text-content.large-width {
    max-width: 700px;
}

.rich-text-heading {
    padding-bottom: 15px;
}


.collections-list .rich-text-description{
        padding-bottom: calc(var(--padding-bottom) / 2);
    }


@media screen and (min-width:768px) {
    .rich-text-content.small-width {
        max-width: 600px;
    }
    .rich-text-content.medium-width {
        max-width: 700px;
    }
    [lang="fr"] .rich-text-content.medium-width {
        max-width: 720px;
    }
    .rich-text-content.large-width {
        max-width: 950px;
    }
}

@media screen and (min-width:1200px) {
    .rich-text-content.large-width {
        max-width: 1550px;
    }
}

.scheme-secondary .testimonial-item-wrapper .testimonial-item-inner {
    background: var(--biege) !important;
}

@media screen and (max-width:1440px) {
 h6.multi-column-heading.h6{    font-size: calc(var(--headingFontBase) - 11px);}
[lang="fr"]  h6.multi-column-heading.h6{    font-size: calc(var(--headingFontBase) - 11px);}
 [lang="es"]  h6.multi-column-heading.h6{    font-size: calc(var(--headingFontBase) - 13px);}
}

@media screen and (max-width:1199px) {
    .compare-modal-results td {
        min-width: 15rem;
        max-width: 15rem;
        padding: 10px;
    }

    .compare-modal-results th {
        width: 200px;
    }

    .product-right-content-sticky-inner>*:not(.pdp-form-action-wrapper) {
        /*display: none;*/
    }

    .product-right-content .product-right-content-sticky-inner {
        width: 100%;
        background: unset;
        padding: 0;
        border: none;
    }

    .product-right-content-sticky {
        flex: 100%;
        max-width: 100%;
    }

    .product-right-content-sticky {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

li.hidden.inventory-low-stock.lowstock {
    display: block !important;
}

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

 
   


    main > .section.main-page > .section-padding {
    padding-top: 0;
}


    h1.slideshow-heading.heading-font.h1 {
    font-size: 10vw;
}
    .related_products .product-grid-wrapper .row {
    gap: 10px 0px;
}

    .footer-middle .footer-block:nth-child(4) {
    order: 4;
}
.footer-middle .footer-block:nth-child(3) {
    order: 2;
}
.footer-middle .footer-block:nth-child(1) {
    order: 1;
}
.footer-middle .footer-block:nth-child(2) {
    order: 3;
}

    .pdp-form-action-wrapper{    width: 100%;
    margin-top: 20px;}

    .quickview-drawer-content-inner span.price-item.actual-price.h3 {
    font-size: var(--h3);
}

   .product-media-popup .popup-close{
    z-index: 9;}

    .multi-column-wrapper .row{        grid-template-columns: 50% 50%!important; display: grid!important}

  [lang="fr"]  h6.multi-column-heading.h6 {
    font-size: 15px;
}


    .product-tab-wrapper.tab-pills .product-tab-main .tab-item {
    flex: 33%;    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    width: 33%;
}
html body .product-tab-wrapper.tab-pills .tab-main.product-tab-main .tab-item:not(.active) .tab-link {
    
}
html body .product-tab-wrapper.tab-pills .tab-main.product-tab-main .tab-item .tab-link{font-size: var(--h6);}

    .product-card-detail {
        padding: 10px 0px 10px;
    }

    .product-card.product-background-enabled .product-card-detail {
        padding: 10px 10px 0px;
    }

    .product-card .product-title {
        padding-bottom: 3px;
        font-size: var(--text);
    }

    .product-card .product-price span {
        font-size: var(--text);
    }

    .vendor-name {
        padding: 2px 8px;
    }

    .product-price span {
       
    }

    /* .color-option .variant-option {
        margin-bottom: 3px;
        width: 22px;
        height: 22px;
        min-width: 22px;
        padding: 3px;
        margin-right: 3px;
    } */
    .countdown-timer .time {
        font-size: var(--smallText);
        line-height: 12px;
    }
.product-detail-item {
    margin-bottom: 20px !important;
}
    .quickview-drawer-content-inner {
        position: unset;
        padding: 15px;
    }

    .quickview-popup-img .product-gallery-img-slider {
        display: flex;
        overflow: auto;
        scroll-snap-type: x mandatory;
    }

    .quickview-drawer-content .product-gallery-img-item {
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }

    .age-verification.active,
    .newsletter-popup.active {
        align-items: center !important;
        justify-content: center !important;
    }

    .newsletter-popup .countdown-timer-wrapper .countdown-timer {
        justify-content: flex-start;
    }

    .button,
    button.shopify-payment-button__button,
    button.shopify-payment-button__button--hidden,
    .shopify-challenge__button {
        font-size: 14px;
        min-width: 100px;
      
    }
    .slideshow-button-box  .button{  width:100%;}
    .slideshow-content-inner{padding:0!important}

    .compare-bucket-wrapper {
        flex-wrap: wrap;
    }

    .compare-basket {
        padding: 20px;
    }

    .product-compare-content h6 {
        padding-bottom: 10px;
    }

    #bucketContainer {
        width: 100%;
        margin: 0;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-top: 7px;
    }

    .compare-btn-container {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .compare-product-item-empty {
        padding: 10px;
    }

    .compare-product-item {
        /* padding: 0; */
        flex: 0 0 90%;
    }

    .localization-form .custom-select-list {
        max-width: 320px;
        border-radius: 8px;
    }

    .localization-form .custom-select-list li {
        width: 90px;
    }

    .lowest-price-offer .count-timer .count {
        padding: 2px 6px;
        margin: 0 3px 0 0;
        min-width: 40px;
    }

    .lowest-price-offer {
        padding: 8px 10px;
    }

    .lowest-price-offer span {
        font-size: var(--smallText);
    }

    .product-gallery-img-wrapper {
        --thumbnail-width: 0;
    }

    .product-gallery-thumbnail-img {
        display: none;
    }

    .product-gallery-img {
        flex: 0 0 calc(100% - var(--thumbnail-width) - 0);
    }

    .compare-modal-results td {
        min-width: 10rem;
        max-width: 10rem;
    }

    .compare-modal-results th {
        width: 150px;
    }

    .product-grid-wrapper.stacked .product-grid-box {
        margin-bottom: 10px;
    }

    .section-bottom-button {
        padding-top: 20px;
    }

    .product-quickview {
        width: auto;
        min-height: 26px;
        font-size: 12px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .product-quantity-inner.small-quantity .quantity-button {
        width: 30px;
        flex: 0 0 30px;
        height: 34px;
    }

    .product-quantity-inner.small-quantity .quantity-input {
        height: 34px;
        min-width: 34px;
        width: 34px;
        min-height: auto;
    }

    .product-card .product-price {
        margin-bottom: 2px;
    }

    .compare-modal-results table {
        width: 620px;
    }

    .quick-view-icon.product-quickview {
     
    }

    .quick-view-icon svg {
     width: 18px;
        position: relative;
        top: -1px;
    }

    .compare-checkbox {
      
    }

    .button-shadow {
        box-shadow: 3px 4px 0 var(--buttonShadow, #222);
    }

    .secondary-button.button-shadow {
        box-shadow: 3px 4px 0 var(--secondaryButtonShadow, #747474);
    }

    .product-gap-enabled {
        padding: 10px;
    }

    .countdown-timer .countdown-timer-inner {
        padding: 4px 10px;
        gap: 8px;
    }

    .product-grid-wrapper.flickity-enabled .product-grid-box.card-size-medium {
        width: 65%;
        flex: 0 0 65%;
    }

}

.ai-social-link-aufvrcxrhwffrutvsraigenblock419f935hw7rjb svg path, .product-compare-close-btn svg path, .remove_icon svg path {
    fill: var(--dark);
}
.cart-drawer-content .product-quantity-inner {
    background: var(--light);
}




@media screen and (max-width:575px) {
    .pdp-action-wrapper {
        grid-template-columns: 1fr;
    }

    .localization-form .custom-select-content {
        max-width: 290px;
    }

    section:not(.slideshow-section, .featured-product-section, .product-section, .featured-products-section, .featured-collection-section, .spotlight-section, .product-section, .multi-boxes-section, .collection-carousel-section) .flickity-prev-next-button.next {
        right: -5px;
    }

    section:not(.slideshow-section, .featured-product-section, .product-section, .featured-products-section, .featured-collection-section, .spotlight-section, .product-section, .multi-boxes-section, .collection-carousel-section) .flickity-prev-next-button.previous {
        left: -5px;
    }
}

/* confeti css start */

@keyframes confetti-slow {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
    }
}

@keyframes confetti-medium {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
    }
}

@keyframes confetti-fast {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
    }
}

.confetti-container-wrapper {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    pointer-events: none;
}

.confetti-container {
    perspective: 700px;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.confetti {
    position: absolute;
    z-index: 1;
    top: -10px;
    border-radius: 0%;
}

.confetti--animation-slow {
    animation: confetti-slow 4s linear 1 forwards;
}

.confetti--animation-medium {
    animation: confetti-medium 3s linear 1 forwards;
}

.confetti--animation-fast {
    animation: confetti-fast 2s linear 1 forwards;
}

.product-card-item:hover {
    transform: unset !important;
    transition-duration: unset !important;
}

.marker-svg {
    stroke-dasharray: 1100;
    stroke-dashoffset: 1100;
}

.marker-animation path {
    stroke-dasharray: 1100;
    stroke-dashoffset: 1100;
    animation: dash 2.5s ease-in-out forwards;
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1100;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

/* end */

@media (min-width:1200px) and (max-width:1440px) {
    .product-grid-box {
        padding: 0 8px;
    }
}


.terms_conditions-wrapper {
    margin-bottom: 15px;
}
.newsletter-wrapper .terms_conditions-wrapper {
    text-align: start;
}
 
.footer-block-newsletter .terms_conditions-wrapper label {color: var(--footerTextcolor);}
.footer-block-newsletter .checkbox-input:checked~.checkbox-tick {border-color: var(--footerTextcolor);}


.pdp-action-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}


/* Зелёная кнопка (Add to cart) */
button[name="checkout"],button#cartCheckout, .button-green {
  background-color: var(--accent)!important;
  color: var(--dark)!important;
  border: 0;
}
button[name="checkout"]:hover,button#cartCheckout:hover,.button-green:hover {
    color: var(--accent)!important;
  background-color: var(--dark)!important;
}

/* Белая кнопка с зелёным текстом (Buy it now) */
.secondary-button,.button-white-green {
 color: var(--accent)!important;
  background-color: var(--dark)!important;
    border: 0;
}
.secondary-button:hover,.button-white-green:hover {
  background-color: var(--accent)!important;
  color: var(--dark)!important;
}

.slideshow-heading span {
    color: #E2CDAB;    display: block;font-size: 5.2vw;
}


h1.slideshow-heading.heading-font.h1 {
    line-height: 100%;
}

.social-icons-item svg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}



.multi-column-item-inner.icon-position-left .multi-column-description {
    display: none;
}


.success {
    display: flex;
    flex-direction: column;
   
}

.success *{ color: var(--accent);font-size:14px}
.image_with_text_blocks .block .block_content .block-icon svg path:first-child {
   stroke: var(--accent);
}

.image_with_text_blocks .block .block_content .block-icon svg path:last-child {
    fill: var(--accent);
}

.cart-drawer .side-drawer-inner > .drawer-close {
    display: none;
}


.is-home section#shopify-section-sections--18884701618374__multi_column_iWgnEQ {
    display: none;
}
.is-product section#shopify-section-sections--18884701618374__multi_column_iWgnEQ {
    display: none;
}

#insta-feed a, .instafeed-shopify a {
    color: var(--accent)!important;z-index:1!important
}

#insta-feed h2, .instafeed-shopify h2 {

}

#insta-feed .instafeed-new-layout-item-container .instafeed-hover-layer .instafeed-hover-icon img{height: 36px!important;
    width: 36px!important;filter: brightness(0) saturate(100%) invert(88%) sepia(14%) saturate(458%) hue-rotate(
350deg) brightness(94%) contrast(89%)}

.instafeed-bottom-link-wrapper[data-feed-id="0"] a{font-size: 16px!important;margin-top:0!important}
#insta-feed h2, .instafeed-shopify h2{font-size: var(--h1);}

@media (max-width: 767px){


    .slideshow-desc {
    font-size: var(--mediumText);
    margin-bottom: 10px;
    color: var(--slideshow-text-color);
    font-weight: 500;
    text-align: left;
   font-size: 3.25vw !important;
    padding-left: 10px;
}


    .parallax-content-heading.h1 span {
    display: block;
}

.quickview-drawer-content .product-gallery-img-item .product-gallery-img-inner {
height: 360px;
}

    /* Изначально скрыт */
.quickview-drawer product-info > .col-12:first-child {
 
}

/* Когда появляется класс .no-scroll — запускаем анимацию */
.no-scroll .quickview-drawer product-info > .col-12:first-child {
 
}

@keyframes showBlock {
    to {
    opacity:1;
    }
}



.parallax-content-inner{padding:50px 0!important;}

.slideshow-heading span{
    font-size: 11.4vw;
}

[lang="es"] h1.slideshow-heading.heading-font.h1{font-size: 8vw;}
[lang="fr"] h1.slideshow-heading.heading-font.h1{font-size: 12vw;}

[lang="fr"] .slideshow-desc{padding-left: 7px;font-size: 2.9vw !important;}
[lang="fr"]  .slideshow-button-box{margin-top:20px!important}

[lang="es"] .slideshow-desc{padding-left: 0px!important;font-size: 3.5vw !important;}

[lang="es"] h1.slideshow-heading.heading-font.h1 span{             font-size: 6.5vw;
        position: relative;
        margin-top: 0;}
[lang="fr"] h1.slideshow-heading.heading-font.h1 span{        font-size: 7.4vw;position: relative;margin-top: -8px;}


   


}



.custom-select-currency .custom-select-item:nth-child(1) {  order: 3;}
.custom-select-currency .custom-select-item:nth-child(2) {  order: 2;}
.custom-select-currency .custom-select-item:nth-child(3) {  order: 4;}
.custom-select-currency .custom-select-item:nth-child(4) {  order: 5;}
.custom-select-currency .custom-select-item:nth-child(5) {  order: 6;}
.custom-select-currency .custom-select-item:nth-child(6) {  order: 7;}
.custom-select-currency .custom-select-item:nth-child(7) {  order: 8;}
.custom-select-currency .custom-select-item:nth-child(8) {  order: 9;}
.custom-select-currency .custom-select-item:nth-child(9) {  order: 1;}


[lang="fr"] .custom-select-currency .custom-select-item:nth-child(1) {  order: 4;}
[lang="fr"] .custom-select-currency .custom-select-item:nth-child(2) {  order: 3;}
[lang="fr"] .custom-select-currency .custom-select-item:nth-child(3) {  order: 2;}
[lang="fr"] .custom-select-currency .custom-select-item:nth-child(4) {  order: 5;}
[lang="fr"] .custom-select-currency .custom-select-item:nth-child(5) {  order: 1;}
[lang="fr"] .custom-select-currency .custom-select-item:nth-child(6) {  order: 7;}
[lang="fr"] .custom-select-currency .custom-select-item:nth-child(7) {  order: 8;}
[lang="fr"] .custom-select-currency .custom-select-item:nth-child(8) {  order: 9;}
[lang="fr"] .custom-select-currency .custom-select-item:nth-child(9) {  order: 5;}

[lang="es"] .custom-select-currency .custom-select-item:nth-child(1) {  order: 4;}
[lang="es"] .custom-select-currency .custom-select-item:nth-child(2) {  order: 3;}
[lang="es"] .custom-select-currency .custom-select-item:nth-child(3) {  order: 2;}
[lang="es"] .custom-select-currency .custom-select-item:nth-child(4) {  order: 5;}
[lang="es"] .custom-select-currency .custom-select-item:nth-child(5) {  order: 1;}
[lang="es"] .custom-select-currency .custom-select-item:nth-child(6) {  order: 7;}
[lang="es"] .custom-select-currency .custom-select-item:nth-child(7) {  order: 8;}
[lang="es"] .custom-select-currency .custom-select-item:nth-child(8) {  order: 9;}
[lang="es"] .custom-select-currency .custom-select-item:nth-child(9) {  order: 5;}


.page-banner .page-banner-image {
    display: none;
}



/* контейнер секции - даём горизонтальный скролл, если совсем не влазит */
.detail-expand.rte {
  overflow-x: auto;
}

/* базовый стиль таблицы */
.size-fit-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;      /* чтобы колонки не разъезжались */
  box-sizing: border-box;
}

/* ячейки */
.size-fit-table th,
.size-fit-table td {
  padding: 8px 12px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0,0,0,0.05); /* можно убрать/изменить */
  font-size: 12px;
}

.size-fit-table thead th {
    font-weight: 600;
    white-space: break-spaces;
    vertical-align: baseline;
}

/* заголовки */
.size-fit-table thead th {
  font-weight: 600;
}

/* адаптив для узких экранов */
@media (max-width: 600px) {
  .size-fit-table th,
  .size-fit-table td {
    padding: 6px 8px;
    font-size: 12px;
  }
}


.media img, .media .placeholder-svg, .media video, .media iframe {
    position: absolute;
    width: 101%;
    height: 101%;
    left: 50%;
    top: 50%;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%);
}


@media (max-width: 767px){

    .quickview-drawer-content-inner .product-quantity-inner{width:100%;}

    body #insta-feed{    margin-top: 30px !important;
    margin-bottom: 30px !important;}
    .instafeed-bottom-link-wrapper[data-feed-id="0"] a{margin-bottom: 30px !important;}

     h6.multi-column-heading.h6{    font-size: calc(var(--headingFontBase) - 9px);}

     .is-product .images-banner, .is-collection .images-banner{        --collectionBannerHeight: 100%!important}
    .is-product .images-banner-img, .is-collection .images-banner-img , .is-product .images-banner-img img, .is-collection .images-banner-img img{            object-fit: cover;
        object-position: center center !important;
        background: #2e463e;
        position: relative;}


    [lang="es"] .collection-info.text-above-image a {
    font-size: 4vw;
}

[lang="fr"] .collection-info.text-above-image a {
    font-size: 4vw;
}

    .slideshow-button-box .button{        width: 100%;
        flex: 1;}

        .slideshow-desc {
    margin: 20px 0;
}
    .slideshow-button-box{    flex-direction: row;
    width: 100%;        margin-top: 30px !important;}

.multi-column-section .multi-column-item {
    padding-bottom: 0!important;
}
.multi-column-section .row {
    gap: 20px 0px!important;
}
    
    .pdp-action-wrapper {
    flex-direction: row;
}
    .image_with_text_blocks .block .block_content {
    align-items: center;
    padding: 2px 0;
}

.image_with_text_blocks .block .block_content p {
line-height:100%;
}

.image_with_text_blocks .block .block_content .block-icon{margin-top:0}
    .product-block.product-block--tab{    margin-top: 20px;}
.product-content-wrapper h2 {order: 1;}
.product-content-wrapper .product-price {order: 2;margin-bottom:0!important}
.product-content-wrapper .product-variants {order: 3;margin-top:10px;}
.variant-option{margin-bottom:0}
.product-content-wrapper .product-block--tab {order: 7;}
.product-content-wrapper .image_with_text_blocks {order: 8;}
.product-content-wrapper .inventory-counter {order: 9;}

.product-content-wrapper .custom-liquid {order: 6;}


.product-right-content .product-right-content-sticky-inner .price-item {
    display: none;
}
.product-quantity-inner {
    background-color: var(--light)!important;
}
.product-right-content{gap:10px!important}
    .product-content-wrapper{        display: flex;
        flex-direction: column;}

.product-right-content .custom-liquid {
    margin-bottom: 10px;
}
.image_with_text_blocks + .product-block.inventory-counter {
    display: none !important;
}

    section#shopify-section-sections--18884701618374__multi_column_iWgnEQ .row {
    gap: 30px 0px;
}

section#shopify-section-sections--18884701618374__multi_column_iWgnEQ .multi-column-item {
    padding-bottom: 0;
}


.announcement-bar-message {
   font-size: 2.5vw !important;
}
    div#parallaxBlock-text_VkYq6j {
    max-width: 300px;
}

    .empty-card-heading{font-size: 4.5vw;}

    .m-top-center{top:50px}

    .cart-drawer.no-recommendation .cart-drawer-content{height:auto}

.flickity-enabled.is-draggable .flickity-viewport{    width: 100%;
    }
.quickview-drawer .side-drawer-inner{max-height:100%!important;height:auto!important;        overflow-y: scroll;}

    .quickview-drawer .side-drawer-inner{padding:15px!important}
    .product-heading,.product-detail-item{    margin-bottom: 10px!important}
    .product-quantity-wrapper{padding-bottom:5px!important}
    .quickview-drawer-content .product-gallery-img-item .product-gallery-img-inner{border:0!important}
.quickview-drawer-content-inner{padding:0!important}
.quickview-drawer-content::-webkit-scrollbar{width:0}


    .text-marque-node * {
    font-size: 16px;color: var(--dark)!important
}

    .text-above-image .collection-title{font-size: 1.6rem;    padding: 15px 10px 0 !important; line-height: 120%;}

    .cart-quantity-information .parent-display { 
    left: 0; 
    top: calc(100% + 10px);
} 
}


@media (max-width: 567px){
.cart-quantity-information .parent-display {
        left: calc(50% - 180px);
        top: calc(100% + 10px);
    }
}


.quickview-drawer-content-inner .product-tax-shipping {
    display: none;
}
.product-description p strong br {
    display: none;
}
.product-description p strong {
  width:100%;display:block;
}
.product-variants {
    width: 100%;
}