lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 720px;
}

/* gradient */

lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/

lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}

lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */

lite-youtube > .lty-playbtn {
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

/* Post-click styles */

lite-youtube.lyt-activated {
    cursor: inherit;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */

:root{--mm-ocd-width:80%;--mm-ocd-min-width:200px;--mm-ocd-max-width:440px}

body.mm-ocd-opened{overflow-y:hidden;overscroll-behavior:none}

.mm-ocd{position:fixed;top:0;right:0;bottom:100%;left:0;z-index:9999;overflow:hidden;overscroll-behavior:contain;background:rgba(0,0,0,0);transition-property:bottom,background-color;transition-duration:0s,.3s;transition-timing-function:ease;transition-delay:.45s,.15s}

.mm-ocd--open{bottom:0;background:rgba(0,0,0,.25);transition-delay:0s}

.mm-ocd__content{position:absolute;top:0;bottom:0;z-index:2;width:calc(100% - 51px);width:var(--mm-ocd-width);min-width:200px;min-width:var(--mm-ocd-min-width);max-width:440px;max-width:var(--mm-ocd-max-width);background:#fff;transition-property:transform;transition-duration:.3s;transition-timing-function:ease}

.mm-ocd--left .mm-ocd__content{left:0;transform:translate3d(-100%,0,0)}

.mm-ocd--right .mm-ocd__content{right:0;transform:translate3d(100%,0,0)}

.mm-ocd--open .mm-ocd__content{transform:translate3d(0,0,0)}

.mm-ocd__backdrop{position:absolute;top:0;bottom:0;z-index:3;width:max(calc(100% - 440px), min(calc(100% - (100% - 51px)), calc(100% - 200px)));width:max(calc(100% - 440px), min(calc(100% - calc(100% - 51px)), calc(100% - 200px)));width:max(calc(100% - var(--mm-ocd-max-width)), min(calc(100% - var(--mm-ocd-width)), calc(100% - var(--mm-ocd-min-width))));background:rgba(3,2,1,0)}

.mm-ocd--left .mm-ocd__backdrop{right:0}

.mm-ocd--right .mm-ocd__backdrop{left:0}

.mm-spn,.mm-spn a,.mm-spn li,.mm-spn span,.mm-spn ul{display:block;padding:0;margin:0;box-sizing:border-box}

:root{--mm-spn-item-height:50px;--mm-spn-item-indent:20px;--mm-spn-line-height:24px;--mm-spn-panel-offset:30%}

.mm-spn{width:100%;height:100%;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;overflow:hidden;clip-path:inset(0 0 0 0);transform:translateX(0)}

.mm-spn ul{-webkit-overflow-scrolling:touch;position:fixed;top:0;left:100%;bottom:0;z-index:2;width:calc(100% + 30%);width:calc(100% + var(--mm-spn-panel-offset));padding-right:30%;padding-right:var(--mm-spn-panel-offset);line-height:24px;line-height:var(--mm-spn-line-height);overflow:visible;overflow-y:auto;background:inherit;transition:left .3s ease 0s;cursor:default}

.mm-spn ul:after{content:"";display:block;height:50px;height:var(--mm-spn-item-height)}

.mm-spn>ul{left:0}

.mm-spn ul.mm-spn--open{left:0}

.mm-spn ul.mm-spn--parent{left:calc(-1 * 30%);left:calc(-1 * var(--mm-spn-panel-offset));overflow:visible}

.mm-spn li{position:relative;background:inherit;cursor:pointer}

.mm-spn li:before{content:"";display:block;position:absolute;top:calc(50px/ 2);top:calc(var(--mm-spn-item-height)/ 2);right:calc(50px/ 2);right:calc(var(--mm-spn-item-height)/ 2);z-index:0;width:10px;height:10px;border-top:2px solid;border-right:2px solid;transform:rotate(45deg) translate(0,-50%);opacity:.4}

.mm-spn li:after{content:"";display:block;margin-left:20px;margin-left:var(--mm-spn-item-indent);border-top:1px solid;opacity:.15}

.mm-spn a,.mm-spn span{position:relative;z-index:1;padding:calc((50px - 24px)/ 2) 20px;padding:calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent)}

.mm-spn a{background:inherit;color:inherit;-webkit-text-decoration:none;text-decoration:none}

.mm-spn a:not(:last-child){width:calc(100% - 50px);width:calc(100% - var(--mm-spn-item-height))}

.mm-spn a:not(:last-child):after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;border-right:1px solid;opacity:.15}

.mm-spn span{background:0 0}

.mm-spn.mm-spn--navbar{cursor:pointer}

.mm-spn.mm-spn--navbar:before{content:"";display:block;position:absolute;top:calc(50px/ 2);top:calc(var(--mm-spn-item-height)/ 2);left:20px;left:var(--mm-spn-item-indent);width:10px;height:10px;margin-top:2px;border-top:2px solid;border-left:2px solid;transform:rotate(-45deg) translate(50%,-50%);opacity:.4}

.mm-spn.mm-spn--navbar.mm-spn--main{cursor:default}

.mm-spn.mm-spn--navbar.mm-spn--main:before{content:none;display:none}

.mm-spn.mm-spn--navbar:after{content:attr(data-mm-spn-title);display:block;position:absolute;top:0;left:0;right:0;height:50px;height:var(--mm-spn-item-height);padding:0 calc(20px * 2);padding:0 calc(var(--mm-spn-item-indent) * 2);line-height:50px;line-height:var(--mm-spn-item-height);opacity:.4;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}

.mm-spn.mm-spn--navbar.mm-spn--main:after{padding-left:20px;padding-left:var(--mm-spn-item-indent)}

.mm-spn.mm-spn--navbar ul{top:calc(50px + 1px);top:calc(var(--mm-spn-item-height) + 1px)}

.mm-spn.mm-spn--navbar ul:before{content:"";display:block;position:fixed;top:inherit;z-index:2;width:100%;border-top:1px solid currentColor;opacity:.15}

.mm-spn.mm-spn--light{color:#444;background:#f3f3f3}

.mm-spn.mm-spn--dark{color:#ddd;background:#333}

.mm-spn.mm-spn--vertical{overflow-y:auto}

.mm-spn.mm-spn--vertical ul{width:100%;padding-right:0;position:static}

.mm-spn.mm-spn--vertical ul ul{display:none;padding-left:20px;padding-left:var(--mm-spn-item-indent)}

.mm-spn.mm-spn--vertical ul ul:after{height:calc(50px/ 2);height:calc(var(--mm-spn-item-height)/ 2)}

.mm-spn.mm-spn--vertical ul.mm-spn--open{display:block}

.mm-spn.mm-spn--vertical li.mm-spn--open:before{transform:rotate(135deg) translate(-50%,0)}

.mm-spn.mm-spn--vertical ul ul li:last-child:after{content:none;display:none}

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root{--swiper-theme-color:#007aff}

:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}

.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}

.swiper-vertical>.swiper-wrapper{flex-direction:column}

.swiper-wrapper{box-sizing:content-box;box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,ease);transition-timing-function:initial;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}

.swiper-horizontal{touch-action:pan-y}

.swiper-vertical{touch-action:pan-x}

.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}

.swiper-slide-invisible-blank{visibility:hidden}

.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}

.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}

.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}

.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}

.swiper-3d .swiper-wrapper{transform-style:preserve-3d}

.swiper-3d{perspective:1200px;}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}

.swiper-css-mode >.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;}

.swiper-css-mode >.swiper-wrapper::-webkit-scrollbar{display:none}

.swiper-css-mode >.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}

.swiper-css-mode.swiper-horizontal >.swiper-wrapper{scroll-snap-type:x mandatory}

.swiper-css-mode.swiper-vertical >.swiper-wrapper{scroll-snap-type:y mandatory}

.swiper-css-mode.swiper-free-mode >.swiper-wrapper{scroll-snap-type:none}

.swiper-css-mode.swiper-free-mode >.swiper-wrapper>.swiper-slide{scroll-snap-align:none}

.swiper-css-mode.swiper-centered >.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}

.swiper-css-mode.swiper-centered >.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal >.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal >.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}

.swiper-css-mode.swiper-centered.swiper-vertical >.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical >.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}

.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,0.14902)}

.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,0.50196),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,0.50196),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,0.50196),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,0.50196),rgba(0,0,0,0))}

.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid rgba(0,0,0,0);box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}

.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}

.swiper-lazy-preloader-black{--swiper-preloader-color:#000}

@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}

.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}

:root{--swiper-navigation-size:44px}

.swiper-button-next,.swiper-button-prev{align-items:center;color:#007aff;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:44px;width:var(--swiper-navigation-size);z-index:10;}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}

.swiper-button-next svg,.swiper-button-prev svg{height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}

.swiper-button-lock{display:none}

.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - 44px/2);margin-top:calc(0px - var(--swiper-navigation-size)/2);top:50%;top:var(--swiper-navigation-top-offset,50%)}

.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto;}

.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}

.swiper-button-next{left:auto;right:4px;right:var(--swiper-navigation-sides-offset,4px)}

.swiper-horizontal .swiper-button-next,.swiper-horizontal .swiper-button-prev,.swiper-horizontal ~.swiper-button-next,.swiper-horizontal ~.swiper-button-prev{margin-left:0;margin-top:calc(0px - 44px/2);margin-top:calc(0px - var(--swiper-navigation-size)/2);top:50%;top:var(--swiper-navigation-top-offset,50%)}

.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal .swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto}

.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev,.swiper-horizontal~.swiper-button-next,.swiper-horizontal .swiper-button-next{left:auto;right:4px;right:var(--swiper-navigation-sides-offset,4px)}

.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon,.swiper-horizontal~.swiper-button-prev:not(.does-not-exist) .swiper-navigation-icon,.swiper-horizontal .swiper-button-prev:not(.does-not-exist) .swiper-navigation-icon{transform:rotate(180deg)}

.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon{transform:rotate(0deg)}

.swiper-vertical .swiper-button-next,.swiper-vertical .swiper-button-prev,.swiper-vertical ~.swiper-button-next,.swiper-vertical ~.swiper-button-prev{left:50%;left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - 44px/2);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}

.swiper-vertical .swiper-button-prev,.swiper-vertical ~.swiper-button-prev{bottom:auto;top:4px;top:var(--swiper-navigation-sides-offset,4px);}

.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical ~.swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg)}

.swiper-vertical .swiper-button-next,.swiper-vertical ~.swiper-button-next{bottom:4px;bottom:var(--swiper-navigation-sides-offset,4px);top:auto;}

.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical ~.swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}

.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;}

.swiper-pagination.swiper-pagination-hidden{opacity:0}

.swiper-pagination.swiper-pagination-disabled,.swiper-pagination-disabled>.swiper-pagination{display:none!important}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}

.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}

.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));}

button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}

.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}

.swiper-pagination-bullet:only-child{display:none!important}

.swiper-pagination-bullet-active{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s, top .2s}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s, left .2s}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s, right .2s}

.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}

.swiper-pagination-progressbar{background:rgba(0,0,0,0.25098);background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,0.25098));position:absolute;}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}

.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>.swiper-pagination-progressbar,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}

.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}

.swiper-pagination-lock{display:none}

.swiper-scrollbar{background:rgba(0,0,0,0.10196);background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,0.10196));border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;}

.swiper-scrollbar.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>.swiper-scrollbar{display:none!important}

.swiper-scrollbar.swiper-scrollbar-horizontal,.swiper-horizontal>.swiper-scrollbar{bottom:4px;bottom:var(--swiper-scrollbar-bottom,4px);height:4px;height:var(--swiper-scrollbar-size,4px);left:1%;left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:auto;top:var(--swiper-scrollbar-top,auto);width:calc(100% - 1%*2);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:calc(100% - 1%*2);height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:auto;left:var(--swiper-scrollbar-left,auto);position:absolute;right:4px;right:var(--swiper-scrollbar-right,4px);top:1%;top:var(--swiper-scrollbar-sides-offset,1%);width:4px;width:var(--swiper-scrollbar-size,4px);z-index:50}

.swiper-scrollbar-drag{background:rgba(0,0,0,0.50196);background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,0.50196));border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}

.swiper-scrollbar-cursor-drag{cursor:move}

.swiper-scrollbar-lock{display:none}

.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;}

.swiper-zoom-container >canvas,.swiper-zoom-container >img,.swiper-zoom-container >svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}

.swiper-slide-zoomed{cursor:move;touch-action:none}

.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}

.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}

.swiper-grid>.swiper-wrapper{flex-wrap:wrap}

.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}

.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}

.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity;}

.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}

.swiper-fade .swiper-slide-active{pointer-events:auto;}

.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper.swiper-cube{overflow:visible}

.swiper-cube .swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;}

.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}

.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}

.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;}

.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}

.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}

.swiper.swiper-flip{overflow:visible}

.swiper-flip .swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;}

.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}

.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}

.swiper.swiper-cards{overflow:visible}

.swiper-cards .swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
    --tw-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
    --tw-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #eee; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "DINNextLTArabic", -apple-system, BlinkMacSystemFont;
  font-family: var(--font-main), -apple-system, BlinkMacSystemFont; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 rgba(0,0,0,0);
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}

input::placeholder,textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit;
}

::-webkit-datetime-edit {
    display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
    background-image: none;
    background-image: initial;
    background-position: 0 0;
    background-position: initial;
    background-repeat: repeat;
    background-repeat: initial;
    background-size: auto auto;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: inherit;
            print-color-adjust: inherit;
}

[type='checkbox'],[type='radio'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 rgba(0,0,0,0);
}

[type='checkbox'] {
    border-radius: 0px;
}

[type='radio'] {
    border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

    [type='checkbox']:checked {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}

[type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

    [type='radio']:checked {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

@media (forced-colors: active)  {

    [type='checkbox']:indeterminate {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type='file'] {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
}

[type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 1440px) {

    .container {
        max-width: 1440px;
    }
}

.form-input,.form-textarea,.form-select,.form-multiselect {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 rgba(0,0,0,0);
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}

.form-input::placeholder,.form-textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}

.form-input::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

.form-input::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit;
}

.form-input::-webkit-datetime-edit {
    display: inline-flex;
}

.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.pointer-events-none {
    pointer-events: none;
}

.\!visible {
    visibility: visible !important;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.collapse {
    visibility: collapse;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.\!absolute {
    position: absolute !important;
}

.absolute {
    position: absolute;
}

.\!relative {
    position: relative !important;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.\!top-0 {
    top: 0px !important;
}

.-bottom-14 {
    bottom: -3.5rem;
}

.-bottom-20 {
    bottom: -5rem;
}

.-bottom-40 {
    bottom: -10rem;
}

.-bottom-5 {
    bottom: -1.25rem;
}

.-bottom-8 {
    bottom: -2rem;
}

.-left-16 {
    left: -4rem;
}

.-right-24 {
    right: -6rem;
}

.-top-10 {
    top: -2.5rem;
}

.-top-12 {
    top: -3rem;
}

.-top-48 {
    top: -12rem;
}

.-top-5 {
    top: -1.25rem;
}

.bottom-0 {
    bottom: 0px;
}

.bottom-1 {
    bottom: 0.25rem;
}

.bottom-2 {
    bottom: 0.5rem;
}

.bottom-3 {
    bottom: 0.75rem;
}

.left-0 {
    left: 0px;
}

.left-1 {
    left: 0.25rem;
}

.left-1\/2 {
    left: 50%;
}

.left-2 {
    left: 0.5rem;
}

.left-3 {
    left: 0.75rem;
}

.left-4 {
    left: 1rem;
}

.right-0 {
    right: 0px;
}

.right-2 {
    right: 0.5rem;
}

.right-3 {
    right: 0.75rem;
}

.right-4 {
    right: 1rem;
}

.right-\[-38px\] {
    right: -38px;
}

.start-0 {
    left: 0px;
}

.top-0 {
    top: 0px;
}

.top-1 {
    top: 0.25rem;
}

.top-1\.5 {
    top: 0.375rem;
}

.top-1\/2 {
    top: 50%;
}

.top-2 {
    top: 0.5rem;
}

.top-24 {
    top: 6rem;
}

.top-3 {
    top: 0.75rem;
}

.top-9 {
    top: 2.25rem;
}

.top-\[11px\] {
    top: 11px;
}

.top-\[200px\] {
    top: 200px;
}

.top-\[3px\] {
    top: 3px;
}

.top-\[45\%\] {
    top: 45%;
}

.top-\[55px\] {
    top: 55px;
}

.top-\[80px\] {
    top: 80px;
}

.top-full {
    top: 100%;
}

.isolate {
    isolation: isolate;
}

.\!z-\[99999999\] {
    z-index: 99999999 !important;
}

.-z-1 {
    z-index: -1;
}

.-z-10 {
    z-index: -10;
}

.-z-20 {
    z-index: -20;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}

.z-\[100\] {
    z-index: 100;
}

.z-\[1\] {
    z-index: 1;
}

.z-\[2\] {
    z-index: 2;
}

.z-\[4\] {
    z-index: 4;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.row-span-2 {
    grid-row: span 2 / span 2;
}

.\!m-0 {
    margin: 0px !important;
}

.m-0 {
    margin: 0px;
}

.m-0\.5 {
    margin: 0.125rem;
}

.m-1 {
    margin: 0.25rem;
}

.m-2 {
    margin: 0.5rem;
}

.m-2\.5 {
    margin: 0.625rem;
}

.m-6 {
    margin: 1.5rem;
}

.m-auto {
    margin: auto;
}

.\!mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
}

.\!my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.\!my-\[var\(--data-margin\)\] {
    margin-top: var(--data-margin) !important;
    margin-bottom: var(--data-margin) !important;
}

.\!my-\[var\(--fixed-margin-mob\)\] {
    margin-top: var(--fixed-margin-mob) !important;
    margin-bottom: var(--fixed-margin-mob) !important;
}

.-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

.mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.my-\[var\(--data-margin\)\] {
    margin-top: var(--data-margin);
    margin-bottom: var(--data-margin);
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.\!mb-3 {
    margin-bottom: 0.75rem !important;
}

.\!mb-4 {
    margin-bottom: 1rem !important;
}

.-mb-0\.5 {
    margin-bottom: -0.125rem;
}

.-mb-1 {
    margin-bottom: -0.25rem;
}

.-mb-2 {
    margin-bottom: -0.5rem;
}

.-mb-52 {
    margin-bottom: -13rem;
}

.-ml-\[110px\] {
    margin-left: -110px;
}

.-mt-1 {
    margin-top: -0.25rem;
}

.-mt-12 {
    margin-top: -3rem;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-1\.5 {
    margin-bottom: 0.375rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-2\.5 {
    margin-bottom: 0.625rem;
}

.mb-20 {
    margin-bottom: 5rem;
}

.mb-24 {
    margin-bottom: 6rem;
}

.mb-28 {
    margin-bottom: 7rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-3\.5 {
    margin-bottom: 0.875rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-\[20px\] {
    margin-bottom: 20px;
}

.me-2 {
    margin-right: 0.5rem;
}

.me-2\.5 {
    margin-right: 0.625rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-28 {
    margin-left: 7rem;
}

.ml-4 {
    margin-left: 1rem;
}

.ms-1 {
    margin-left: 0.25rem;
}

.ms-3 {
    margin-left: 0.75rem;
}

.mt-0 {
    margin-top: 0px;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-2\.5 {
    margin-top: 0.625rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-auto {
    margin-top: auto;
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.\!block {
    display: block !important;
}

.block {
    display: block;
}

.\!inline-block {
    display: inline-block !important;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.\!flex {
    display: flex !important;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.flow-root {
    display: flow-root;
}

.grid {
    display: grid;
}

.\!contents {
    display: contents !important;
}

.contents {
    display: contents;
}

.\!hidden {
    display: none !important;
}

.hidden {
    display: none;
}

.aspect-\[3\/2\] {
    aspect-ratio: 3/2;
}

.aspect-\[3\/4\] {
    aspect-ratio: 3/4;
}

.aspect-\[9\/16\] {
    aspect-ratio: 9/16;
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

.aspect-video {
    aspect-ratio: 16 / 9;
}

.\!h-10 {
    height: 2.5rem !important;
}

.\!h-14 {
    height: 3.5rem !important;
}

.\!h-16 {
    height: 4rem !important;
}

.\!h-36 {
    height: 9rem !important;
}

.\!h-7 {
    height: 1.75rem !important;
}

.\!h-8 {
    height: 2rem !important;
}

.\!h-\[48px\] {
    height: 48px !important;
}

.\!h-\[var\(--data-height\)\] {
    height: var(--data-height) !important;
}

.\!h-\[var\(--header-h-logo-mob\)\] {
    height: var(--header-h-logo-mob) !important;
}

.\!h-auto {
    height: auto !important;
}

.\!h-fit {
    height: -moz-fit-content !important;
    height: fit-content !important;
}

.\!h-full {
    height: 100% !important;
}

.h-0 {
    height: 0px;
}

.h-1\/3 {
    height: 33.333333%;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-20 {
    height: 5rem;
}

.h-24 {
    height: 6rem;
}

.h-28 {
    height: 7rem;
}

.h-3 {
    height: 0.75rem;
}

.h-3\/4 {
    height: 75%;
}

.h-4 {
    height: 1rem;
}

.h-4\/5 {
    height: 80%;
}

.h-40 {
    height: 10rem;
}

.h-52 {
    height: 13rem;
}

.h-56 {
    height: 14rem;
}

.h-6 {
    height: 1.5rem;
}

.h-7 {
    height: 1.75rem;
}

.h-8 {
    height: 2rem;
}

.h-9 {
    height: 2.25rem;
}

.h-\[150px\] {
    height: 150px;
}

.h-\[1px\] {
    height: 1px;
}

.h-\[20px\] {
    height: 20px;
}

.h-\[30vh\] {
    height: 30vh;
}

.h-\[315px\] {
    height: 315px;
}

.h-\[31px\] {
    height: 31px;
}

.h-\[32px\] {
    height: 32px;
}

.h-\[350px\] {
    height: 350px;
}

.h-\[40vh\] {
    height: 40vh;
}

.h-\[42px\] {
    height: 42px;
}

.h-\[50vh\] {
    height: 50vh;
}

.h-\[65vh\] {
    height: 65vh;
}

.h-\[calc\(100\%-4px\)\] {
    height: calc(100% - 4px);
}

.h-\[calc\(100\%-5px\)\] {
    height: calc(100% - 5px);
}

.h-\[var\(--data-h-barrier\)\] {
    height: var(--data-h-barrier);
}

.h-\[var\(--footer-h-logo-mob\)\] {
    height: var(--footer-h-logo-mob);
}

.h-\[var\(--header-h-logo-mob\)\] {
    height: var(--header-h-logo-mob);
}

.h-auto {
    height: auto;
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}

.h-full {
    height: 100%;
}

.h-px {
    height: 1px;
}

.h-screen {
    height: 100vh;
}

.max-h-\[300px\] {
    max-height: 300px;
}

.max-h-\[40vh\] {
    max-height: 40vh;
}

.max-h-\[700px\] {
    max-height: 700px;
}

.max-h-\[75px\] {
    max-height: 75px;
}

.max-h-full {
    max-height: 100%;
}

.min-h-32 {
    min-height: 8rem;
}

.min-h-40 {
    min-height: 10rem;
}

.min-h-80 {
    min-height: 20rem;
}

.min-h-9 {
    min-height: 2.25rem;
}

.min-h-\[120px\] {
    min-height: 120px;
}

.min-h-\[300px\] {
    min-height: 300px;
}

.min-h-\[42px\] {
    min-height: 42px;
}

.min-h-\[70vh\] {
    min-height: 70vh;
}

.min-h-screen {
    min-height: 100vh;
}

.\!w-1\/2 {
    width: 50% !important;
}

.\!w-1\/3 {
    width: 33.333333% !important;
}

.\!w-10 {
    width: 2.5rem !important;
}

.\!w-12 {
    width: 3rem !important;
}

.\!w-14 {
    width: 3.5rem !important;
}

.\!w-16 {
    width: 4rem !important;
}

.\!w-36 {
    width: 9rem !important;
}

.\!w-52 {
    width: 13rem !important;
}

.\!w-7 {
    width: 1.75rem !important;
}

.\!w-8 {
    width: 2rem !important;
}

.\!w-\[160px\] {
    width: 160px !important;
}

.\!w-\[48px\] {
    width: 48px !important;
}

.\!w-\[90\%\] {
    width: 90% !important;
}

.\!w-\[calc\(100\%\/3\.5\)\] {
    width: calc(100% / 3.5) !important;
}

.\!w-\[calc\(var\(--data-width\)\+\.5\%\)\] {
    width: calc(var(--data-width) + .5%) !important;
}

.\!w-\[calc\(var\(--data-width\)-10px\)\] {
    width: calc(var(--data-width) - 10px) !important;
}

.\!w-\[var\(--data-num-mob\)\] {
    width: var(--data-num-mob) !important;
}

.\!w-\[var\(--header-w-logo-mob\)\] {
    width: var(--header-w-logo-mob) !important;
}

.\!w-auto {
    width: auto !important;
}

.\!w-full {
    width: 100% !important;
}

.w-0 {
    width: 0px;
}

.w-1\/2 {
    width: 50%;
}

.w-1\/3 {
    width: 33.333333%;
}

.w-10 {
    width: 2.5rem;
}

.w-11 {
    width: 2.75rem;
}

.w-12 {
    width: 3rem;
}

.w-14 {
    width: 3.5rem;
}

.w-16 {
    width: 4rem;
}

.w-2\/3 {
    width: 66.666667%;
}

.w-20 {
    width: 5rem;
}

.w-24 {
    width: 6rem;
}

.w-3 {
    width: 0.75rem;
}

.w-3\/4 {
    width: 75%;
}

.w-32 {
    width: 8rem;
}

.w-4 {
    width: 1rem;
}

.w-40 {
    width: 10rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-7 {
    width: 1.75rem;
}

.w-8 {
    width: 2rem;
}

.w-9 {
    width: 2.25rem;
}

.w-\[120px\] {
    width: 120px;
}

.w-\[20px\] {
    width: 20px;
}

.w-\[24px\] {
    width: 24px;
}

.w-\[2px\] {
    width: 2px;
}

.w-\[90\%\] {
    width: 90%;
}

.w-\[90px\] {
    width: 90px;
}

.w-\[96\%\] {
    width: 96%;
}

.w-\[calc\(100\%-4px\)\] {
    width: calc(100% - 4px);
}

.w-\[calc\(100\%-5px\)\] {
    width: calc(100% - 5px);
}

.w-\[inherit\] {
    width: inherit;
}

.w-\[initial\] {
    width: auto;
    width: initial;
}

.w-\[var\(--footer-w-logo-mob\)\] {
    width: var(--footer-w-logo-mob);
}

.w-\[var\(--header-w-logo-mob\)\] {
    width: var(--header-w-logo-mob);
}

.w-auto {
    width: auto;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

.w-max {
    width: -moz-max-content;
    width: max-content;
}

.w-screen {
    width: 100vw;
}

.min-w-0 {
    min-width: 0px;
}

.min-w-32 {
    min-width: 8rem;
}

.min-w-\[60px\] {
    min-width: 60px;
}

.min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content;
}

.min-w-full {
    min-width: 100%;
}

.\!max-w-none {
    max-width: none !important;
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-32 {
    max-width: 8rem;
}

.max-w-3xl {
    max-width: 48rem;
}

.max-w-4xl {
    max-width: 56rem;
}

.max-w-\[106px\] {
    max-width: 106px;
}

.max-w-\[160px\] {
    max-width: 160px;
}

.max-w-\[400px\] {
    max-width: 400px;
}

.max-w-\[500px\] {
    max-width: 500px;
}

.max-w-\[600px\] {
    max-width: 600px;
}

.max-w-\[70\%\] {
    max-width: 70%;
}

.max-w-\[750px\] {
    max-width: 750px;
}

.max-w-full {
    max-width: 100%;
}

.max-w-none {
    max-width: none;
}

.max-w-sm {
    max-width: 24rem;
}

.max-w-xs {
    max-width: 20rem;
}

.\!flex-initial {
    flex: 0 1 auto !important;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-\[0_0_100\%\] {
    flex: 0 0 100%;
}

.flex-none {
    flex: none;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.shrink-0 {
    flex-shrink: 0;
}

.flex-grow {
    flex-grow: 1;
}

.grow {
    flex-grow: 1;
}

.grow-0 {
    flex-grow: 0;
}

.grow-\[1\] {
    flex-grow: 1;
}

.table-auto {
    table-layout: auto;
}

.border-collapse {
    border-collapse: collapse;
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-3 {
    --tw-translate-y: -0.75rem;
    transform: translate(var(--tw-translate-x), -0.75rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-full {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), -100%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(0px, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-3 {
    --tw-translate-y: 0.75rem;
    transform: translate(var(--tw-translate-x), 0.75rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-4 {
    --tw-translate-y: 1rem;
    transform: translate(var(--tw-translate-x), 1rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-45 {
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-90 {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-\[10deg\] {
    --tw-rotate: -10deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-10deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-scale-100 {
    --tw-scale-x: -1;
    --tw-scale-y: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(-1) scaleY(-1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.95) scaleY(.95);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-150 {
    --tw-scale-x: 1.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.5) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-150 {
    --tw-scale-y: 1.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(1.5);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-\[3\.4\] {
    --tw-scale-y: 3.4;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(3.4);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\!transform-none {
    transform: none !important;
}

@keyframes pulse {

    50% {
        opacity: .5;
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-ew-resize {
    cursor: ew-resize;
}

.cursor-pointer {
    cursor: pointer;
}

.touch-pan-x {
    --tw-pan-x: pan-x;
    touch-action: pan-x var(--tw-pan-y) var(--tw-pinch-zoom);
    touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.resize {
    resize: both;
}

.snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
}

.grid-flow-row {
    grid-auto-flow: row;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-\[var\(--data-num-mob\)\] {
    grid-template-columns: var(--data-num-mob);
}

.\!flex-row {
    flex-direction: row !important;
}

.flex-row {
    flex-direction: row;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-col {
    flex-direction: column;
}

.flex-col-reverse {
    flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.\!flex-nowrap {
    flex-wrap: nowrap !important;
}

.place-items-center {
    align-items: center;
    justify-items: center;
    place-items: center;
}

.items-start {
    align-items: flex-start;
}

.\!items-end {
    align-items: flex-end !important;
}

.items-end {
    align-items: flex-end;
}

.\!items-center {
    align-items: center !important;
}

.items-center {
    align-items: center;
}

.items-baseline {
    align-items: baseline;
}

.items-stretch {
    align-items: stretch;
}

.\!justify-start {
    justify-content: flex-start !important;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.\!justify-center {
    justify-content: center !important;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.\!gap-1 {
    gap: 0.25rem !important;
}

.\!gap-3 {
    gap: 0.75rem !important;
}

.\!gap-4 {
    gap: 1rem !important;
}

.gap-0 {
    gap: 0px;
}

.gap-0\.5 {
    gap: 0.125rem;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-2\.5 {
    gap: 0.625rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
}

.gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
}

.gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
}

.gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}

.gap-y-2 {
    row-gap: 0.5rem;
}

.gap-y-3 {
    row-gap: 0.75rem;
}

.gap-y-6 {
    row-gap: 1.5rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * 0);
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * (1 - 0));
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.25rem * calc(1 - 0));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * 0);
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * (1 - 0));
    margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.375rem * calc(1 - 0));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * 0);
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * (1 - 0));
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.5rem * calc(1 - 0));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * 0);
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * (1 - 0));
    margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.625rem * calc(1 - 0));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * 0);
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * (1 - 0));
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.75rem * calc(1 - 0));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * 0);
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * (1 - 0));
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(1rem * calc(1 - 0));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * 0);
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * (1 - 0));
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(1.25rem * calc(1 - 0));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * 0);
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * (1 - 0));
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(1.5rem * calc(1 - 0));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * (1 - 0));
    margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(0.25rem * calc(1 - 0));
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * 0);
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * (1 - 0));
    margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(0.5rem * calc(1 - 0));
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * 0);
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * (1 - 0));
    margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(0.625rem * calc(1 - 0));
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * 0);
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * (1 - 0));
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(1rem * calc(1 - 0));
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * 0);
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * (1 - 0));
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(1.25rem * calc(1 - 0));
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * 0);
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * (1 - 0));
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(2rem * calc(1 - 0));
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * 0);
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * (1 - 0));
    margin-top: calc(1px * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(1px * calc(1 - 0));
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * 0);
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * (1 - 0));
    border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
    border-top-width: calc(1px * calc(1 - 0));
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * 0);
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.self-start {
    align-self: flex-start;
}

.self-center {
    align-self: center;
}

.self-stretch {
    align-self: stretch;
}

.\!overflow-hidden {
    overflow: hidden !important;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.text-ellipsis {
    text-overflow: ellipsis;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.break-words {
    word-wrap: break-word;
}

.break-all {
    word-break: break-all;
}

.\!rounded {
    border-radius: 15px !important;
}

.\!rounded-full {
    border-radius: 9999px !important;
}

.\!rounded-none {
    border-radius: 0px !important;
}

.rounded {
    border-radius: 15px;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-\[4px\] {
    border-radius: 4px;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-sm {
    border-radius: 0.125rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.rounded-t-\[40px\] {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-4 {
    border-width: 4px;
}

.border-\[30px\] {
    border-width: 30px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-b-\[3px\] {
    border-bottom-width: 3px;
}

.border-l {
    border-left-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-t-\[3px\] {
    border-top-width: 3px;
}

.border-solid {
    border-style: solid;
}

.border-dashed {
    border-style: dashed;
}

.border-dotted {
    border-style: dotted;
}

.\!border-none {
    border-style: none !important;
}

.border-none {
    border-style: none;
}

.\!border-\[var\(--footer-color\)\] {
    border-color: var(--footer-color) !important;
}

.\!border-\[var\(--header-text\)\] {
    border-color: var(--header-text) !important;
}

.\!border-\[var\(--store-description\)\] {
    border-color: var(--store-description) !important;
}

.border-\[\#ea5c5c\] {
    --tw-border-opacity: 1;
    border-color: rgba(234, 92, 92, 1);
    border-color: rgba(234, 92, 92, var(--tw-border-opacity, 1));
}

.border-\[var\(--footer-color\)\] {
    border-color: var(--footer-color);
}

.border-\[var\(--product-color-border\)\] {
    border-color: var(--product-color-border);
}

.border-\[var\(--product-save-icone-color\)\] {
    border-color: var(--product-save-icone-color);
}

.border-\[var\(--product-unavailable-color\)\] {
    border-color: var(--product-unavailable-color);
}

.border-\[var\(--store-description\)\] {
    border-color: var(--store-description);
}

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, 1);
    border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}

.border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, 1);
    border-color: rgba(134, 239, 172, var(--tw-border-opacity, 1));
}

.border-primary {
    border-color: #414042;
    border-color: var(--color-primary);
}

.border-transparent {
    border-color: transparent;
}

.\!border-l-transparent {
    border-left-color: transparent !important;
}

.\!border-t-transparent {
    border-top-color: transparent !important;
}

.border-b-gray-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgba(229, 231, 235, 1);
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

.\!bg-transparent {
    background-color: transparent !important;
}

.\!bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important;
}

.bg-\[var\(--bottom-menu-bg\)\] {
    background-color: var(--bottom-menu-bg);
}

.bg-\[var\(--data-background\)\] {
    background-color: var(--data-background);
}

.bg-\[var\(--data-bg-barrier\)\] {
    background-color: var(--data-bg-barrier);
}

.bg-\[var\(--data-border-post\)\] {
    background-color: var(--data-border-post);
}

.bg-\[var\(--data-btn-bg\)\] {
    background-color: var(--data-btn-bg);
}

.bg-\[var\(--data-menu-bg\)\] {
    background-color: var(--data-menu-bg);
}

.bg-\[var\(--data-section-bg\)\] {
    background-color: var(--data-section-bg);
}

.bg-\[var\(--data-shape-bg\)\] {
    background-color: var(--data-shape-bg);
}

.bg-\[var\(--data-slide-bg\)\] {
    background-color: var(--data-slide-bg);
}

.bg-\[var\(--fixed-background\)\] {
    background-color: var(--fixed-background);
}

.bg-\[var\(--header-text\)\] {
    background-color: var(--header-text);
}

.bg-\[var\(--loading-background\)\] {
    background-color: var(--loading-background);
}

.bg-\[var\(--store-background\)\] {
    background-color: var(--store-background);
}

.bg-\[var\(--whatsapp-bg\)\] {
    background-color: var(--whatsapp-bg);
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
}

.bg-black\/50 {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(14, 15, 15, 1);
    background-color: rgba(14, 15, 15, var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.bg-gray-200\/50 {
    background-color: rgba(229, 231, 235, 0.5);
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

.bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(240, 253, 244, 1);
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity, 1));
}

.bg-primary {
    background-color: #414042;
    background-color: var(--color-primary);
}

.bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, 1);
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity, 1));
}

.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, 1);
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity, 1));
}

.bg-stone-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(231, 229, 228, 1);
    background-color: rgba(231, 229, 228, var(--tw-bg-opacity, 1));
}

.bg-transparent {
    background-color: transparent;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.bg-white\/90 {
    background-color: rgba(255, 255, 255, 0.9);
}

.\!bg-contain {
    background-size: contain !important;
}

.bg-contain {
    background-size: contain;
}

.bg-cover {
    background-size: cover;
}

.bg-clip-padding {
    background-clip: padding-box;
}

.\!bg-center {
    background-position: center !important;
}

.\!bg-top {
    background-position: top !important;
}

.bg-center {
    background-position: center;
}

.\!bg-no-repeat {
    background-repeat: no-repeat !important;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.fill-current {
    fill: currentColor;
}

.stroke-current {
    stroke: currentColor;
}

.object-contain {
    -o-object-fit: contain;
       object-fit: contain;
}

.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}

.object-center {
    -o-object-position: center;
       object-position: center;
}

.object-top {
    -o-object-position: top;
       object-position: top;
}

.\!p-0 {
    padding: 0px !important;
}

.\!p-3 {
    padding: 0.75rem !important;
}

.\!p-4 {
    padding: 1rem !important;
}

.p-0 {
    padding: 0px;
}

.p-1 {
    padding: 0.25rem;
}

.p-10 {
    padding: 2.5rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-2\.5 {
    padding: 0.625rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.p-\[20px\] {
    padding: 20px;
}

.p-\[3px\] {
    padding: 3px;
}

.p-\[7px\] {
    padding: 7px;
}

.\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.\!py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
}

.\!py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.\!py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.\!py-\[var\(--data-padding\)\] {
    padding-top: var(--data-padding) !important;
    padding-bottom: var(--data-padding) !important;
}

.\!py-\[var\(--fixed-padding-mob\)\] {
    padding-top: var(--fixed-padding-mob) !important;
    padding-bottom: var(--fixed-padding-mob) !important;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-\[var\(--data-padding\)\] {
    padding-top: var(--data-padding);
    padding-bottom: var(--data-padding);
}

.\!pb-0 {
    padding-bottom: 0px !important;
}

.\!pt-1 {
    padding-top: 0.25rem !important;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-1\.5 {
    padding-bottom: 0.375rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pb-12 {
    padding-bottom: 3rem;
}

.pb-14 {
    padding-bottom: 3.5rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-2\.5 {
    padding-bottom: 0.625rem;
}

.pb-20 {
    padding-bottom: 5rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-7 {
    padding-bottom: 1.75rem;
}

.pb-\[30px\] {
    padding-bottom: 30px;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pr-14 {
    padding-right: 3.5rem;
}

.pr-8 {
    padding-right: 2rem;
}

.pt-0 {
    padding-top: 0px;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-1\.5 {
    padding-top: 0.375rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-2\.5 {
    padding-top: 0.625rem;
}

.pt-24 {
    padding-top: 6rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-48 {
    padding-top: 12rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-8 {
    padding-top: 2rem;
}

.text-center {
    text-align: center;
}

.text-start {
    text-align: left;
}

.text-end {
    text-align: right;
}

.align-middle {
    vertical-align: middle;
}

.\!text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}

.\!text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}

.\!text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.text-7xl {
    font-size: 4.5rem;
    line-height: 1;
}

.text-9xl {
    font-size: 8rem;
    line-height: 1;
}

.text-\[12px\] {
    font-size: 12px;
}

.text-\[13px\] {
    font-size: 13px;
}

.text-\[14px\] {
    font-size: 14px;
}

.text-\[15px\] {
    font-size: 15px;
}

.text-\[16px\] {
    font-size: 16px;
}

.text-\[18px\] {
    font-size: 18px;
}

.text-\[24px\] {
    font-size: 24px;
}

.text-\[400px\] {
    font-size: 400px;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-xxs {
    font-size: 10px;
}

.\!font-bold {
    font-weight: 700 !important;
}

.font-bold {
    font-weight: 700;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.font-semibold {
    font-weight: 600;
}

.font-thin {
    font-weight: 100;
}

.uppercase {
    text-transform: uppercase;
}

.\!leading-\[1\.15\] {
    line-height: 1.15 !important;
}

.\!leading-\[normal\] {
    line-height: normal !important;
}

.\!leading-normal {
    line-height: 1.5 !important;
}

.leading-10 {
    line-height: 2.5rem;
}

.leading-4 {
    line-height: 1rem;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-6 {
    line-height: 1.5rem;
}

.leading-7 {
    line-height: 1.75rem;
}

.leading-8 {
    line-height: 2rem;
}

.leading-\[normal\] {
    line-height: normal;
}

.leading-none {
    line-height: 1;
}

.leading-normal {
    line-height: 1.5;
}

.leading-tight {
    line-height: 1.25;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

.\!text-\[var\(--data-menu-color\)\] {
    color: var(--data-menu-color) !important;
}

.\!text-\[var\(--fixed-color\)\] {
    color: var(--fixed-color) !important;
}

.\!text-\[var\(--footer-color\)\] {
    color: var(--footer-color) !important;
}

.\!text-\[var\(--header-text\)\] {
    color: var(--header-text) !important;
}

.\!text-\[var\(--store-description\)\] {
    color: var(--store-description) !important;
}

.\!text-\[var\(--store-title\)\] {
    color: var(--store-title) !important;
}

.\!text-primary {
    color: #414042 !important;
    color: var(--color-primary) !important;
}

.\!text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.text-\[\#ea5c5c\] {
    --tw-text-opacity: 1;
    color: rgba(234, 92, 92, 1);
    color: rgba(234, 92, 92, var(--tw-text-opacity, 1));
}

.text-\[var\(--bottom-menu-color\)\] {
    color: var(--bottom-menu-color);
}

.text-\[var\(--data-available\)\] {
    color: var(--data-available);
}

.text-\[var\(--data-banner-subtitle\)\] {
    color: var(--data-banner-subtitle);
}

.text-\[var\(--data-banner-title\)\] {
    color: var(--data-banner-title);
}

.text-\[var\(--data-btn-color\)\] {
    color: var(--data-btn-color);
}

.text-\[var\(--data-color\)\] {
    color: var(--data-color);
}

.text-\[var\(--data-menu-color\)\] {
    color: var(--data-menu-color);
}

.text-\[var\(--data-slide-color\)\] {
    color: var(--data-slide-color);
}

.text-\[var\(--data-subtitle\)\] {
    color: var(--data-subtitle);
}

.text-\[var\(--data-subtitle-color\)\] {
    color: var(--data-subtitle-color);
}

.text-\[var\(--data-title\)\] {
    color: var(--data-title);
}

.text-\[var\(--data-title-color\)\] {
    color: var(--data-title-color);
}

.text-\[var\(--data-unavailable\)\] {
    color: var(--data-unavailable);
}

.text-\[var\(--footer-color\)\] {
    color: var(--footer-color);
}

.text-\[var\(--header-bg\)\] {
    color: var(--header-bg);
}

.text-\[var\(--header-text\)\] {
    color: var(--header-text);
}

.text-\[var\(--product-available-color\)\] {
    color: var(--product-available-color);
}

.text-\[var\(--product-category-color\)\] {
    color: var(--product-category-color);
}

.text-\[var\(--product-color\)\] {
    color: var(--product-color);
}

.text-\[var\(--product-description-color\)\] {
    color: var(--product-description-color);
}

.text-\[var\(--product-discount-color\)\] {
    color: var(--product-discount-color);
}

.text-\[var\(--product-price-color\)\] {
    color: var(--product-price-color);
}

.text-\[var\(--product-price-offer\)\] {
    color: var(--product-price-offer);
}

.text-\[var\(--product-save-color\)\] {
    color: var(--product-save-color);
}

.text-\[var\(--product-save-text-color\)\] {
    color: var(--product-save-text-color);
}

.text-\[var\(--product-subtitle-color\)\] {
    color: var(--product-subtitle-color);
}

.text-\[var\(--product-unavailable-color\)\] {
    color: var(--product-unavailable-color);
}

.text-\[var\(--store-description\)\] {
    color: var(--store-description);
}

.text-\[var\(--store-title\)\] {
    color: var(--store-title);
}

.text-\[var\(--whatsapp-text\)\] {
    color: var(--whatsapp-text);
}

.text-amber-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, 1);
    color: rgba(251, 191, 36, var(--tw-text-opacity, 1));
}

.text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.text-dark {
    --tw-text-opacity: 1;
    color: rgba(29, 31, 31, 1);
    color: rgba(29, 31, 31, var(--tw-text-opacity, 1));
}

.text-darker\/60 {
    color: rgba(14, 15, 15, 0.6);
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, 1);
    color: rgba(229, 231, 235, var(--tw-text-opacity, 1));
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, 1);
    color: rgba(34, 197, 94, var(--tw-text-opacity, 1));
}

.text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, 1);
    color: rgba(251, 146, 60, var(--tw-text-opacity, 1));
}

.text-primary {
    color: #414042;
    color: var(--color-primary);
}

.text-primary-reverse {
    color: #ff6767;
    color: var(--color-primary-reverse);
}

.text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, 1);
    color: rgba(248, 113, 113, var(--tw-text-opacity, 1));
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, 1);
    color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, 1);
    color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

.text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, 1);
    color: rgba(185, 28, 28, var(--tw-text-opacity, 1));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.underline {
    text-decoration-line: underline;
}

.line-through {
    text-decoration-line: line-through;
}

.decoration-\[var\(--product-price-offer\)\] {
    text-decoration-color: var(--product-price-offer);
}

.\!opacity-0 {
    opacity: 0 !important;
}

.\!opacity-100 {
    opacity: 1 !important;
}

.opacity-0 {
    opacity: 0;
}

.opacity-10 {
    opacity: 0.1;
}

.opacity-100 {
    opacity: 1;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.05;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-70 {
    opacity: 0.7;
}

.opacity-75 {
    opacity: 0.75;
}

.opacity-85 {
    opacity: 0.85;
}

.\!shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0) !important;
    --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-\[0_0_0_1px_\#eee\] {
    --tw-shadow: 0 0 0 1px #eee;
    --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 0 1px #eee;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-default {
    --tw-shadow: 5px 10px 30px #2B2D340D;;
    --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px #2B2D340D;;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.outline {
    outline-style: solid;
}

.drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) grayscale(100%) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
    backdrop-filter: blur(40px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
    backdrop-filter: blur(12px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    backdrop-filter: blur(4px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.\!transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}

.\!transition-none {
    transition-property: none !important;
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-\[max-height\] {
    transition-property: max-height;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.\!duration-500 {
    transition-duration: 500ms !important;
}

.\!duration-\[0\.3s\] {
    transition-duration: 0.3s !important;
}

.duration-1000 {
    transition-duration: 1000ms;
}

.duration-200 {
    transition-duration: 200ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.duration-700 {
    transition-duration: 700ms;
}

.duration-\[0\.4s\] {
    transition-duration: 0.4s;
}

.duration-\[7000ms\] {
    transition-duration: 7000ms;
}

.\!ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ease-\[cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)\] {
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}

.ease-elastic {
    transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.text-start {
    text-align: left;
}

.text-end {
    text-align: right;
}

[dir="ltr"] .text-start {
    text-align: left;
}

[dir="ltr"] .text-end {
    text-align: right;
}

[dir="rtl"] .text-start {
    text-align: right;
}

[dir="rtl"] .text-end {
    text-align: left;
}

.s-hidden {
    display: none;
}

.s-has-error {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, 1);
    border-color: rgba(248, 113, 113, var(--tw-border-opacity, 1));
}

.s-has-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, 1);
    border-color: rgba(239, 68, 68, var(--tw-border-opacity, 1));
}

.rounded-icon {
    display: flex;
    height: 4rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.form-input {
    height: 2.5rem;
    width: 100%;
    border-radius: 0.375rem;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

#quickview-card-details-popup .s-add-product-button-main:not(.form-input)>salla-button{width:100%}

.form-input:focus {
    border-color: #414042;
    border-color: var(--color-primary);
    --tw-ring-color: transparent;
}

.dark *.form-input {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, 1);
    border-color: rgba(75, 85, 99, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, 1);
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity, 1));
}

.dark .form-input:focus {
    border-color: #414042;
    border-color: var(--color-primary);
}

@media (min-width: 640px) {

    .form-input {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.btn {
    display: inline-flex;
    flex: 1 1 0%;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 0.375rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.625rem;
    padding-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.btn:hover {
    opacity: 0.8;
}

.form-control {
    display: block;
    width: 100%;
    border-radius: 15px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

#quickview-card-details-popup .s-add-product-button-main:not(.form-control)>salla-button{width:100%}

.form-control:focus {
    border-color: #414042;
    border-color: var(--color-primary);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.form-label {
    margin-bottom: 0.25rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.form-group {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.spinner-loader.reverse {
    border-right-color: #9f7171 !important;
}

.spinner-loader.reverse {
    background-color: #f98181;
}

.has-error .s-form-label {
    color: #ff443a;
}

.has-error .s-form-control, .has-error .s-tel-input-control, .has-error .s-datetime-picker-input {
    border-color: #ff443a;
    color: #ff443a;
}

.toggle-checkbox .s-toggle-input {
    position: absolute;
    visibility: hidden;
}

.toggle-checkbox .s-toggle-switcher {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 40px;
    height: 25px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

.toggle-checkbox .s-toggle-switcher:before,.toggle-checkbox .s-toggle-switcher:after {
    content: "";
}

.toggle-checkbox .s-toggle-switcher:before {
    display: block;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
    width: 20px;
    height: 21px;
    position: absolute;
    top: 2.2px;
    left: 1px;
    transition: left 0.25s;
}

.toggle-checkbox .s-toggle-input:checked + div {
    background: #30D158;
}

.toggle-checkbox .s-toggle-input:checked + div:before {
    left: 18px;
}

.s-has-error {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, 1) !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity, 1)) !important;
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, 1) !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity, 1)) !important;
}

.s-ltr {
    direction: ltr;
}

.s-input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 rgba(0,0,0,0);
}

.s-input:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}

.s-input::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}

.s-input::placeholder {
    color: #6b7280;
    opacity: 1;
}

.s-input::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

.s-input::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit;
}

.s-input::-webkit-datetime-edit {
    display: inline-flex;
}

.s-input::-webkit-datetime-edit,.s-input::-webkit-datetime-edit-year-field,.s-input::-webkit-datetime-edit-month-field,.s-input::-webkit-datetime-edit-day-field,.s-input::-webkit-datetime-edit-hour-field,.s-input::-webkit-datetime-edit-minute-field,.s-input::-webkit-datetime-edit-second-field,.s-input::-webkit-datetime-edit-millisecond-field,.s-input::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}

.s-input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 2.5rem;
    width: 100%;
    border-radius: 0.375rem;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-input)>salla-button{width:100%}

.s-input:focus {
    border-color: #414042;
    border-color: var(--color-primary);
    --tw-ring-color: transparent;
}

.dark *.s-input {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, 1);
    border-color: rgba(75, 85, 99, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, 1);
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity, 1));
}

.dark .s-input:focus {
    border-color: #414042;
    border-color: var(--color-primary);
}

@media (min-width: 640px) {

    .s-input {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.s-input {
    height: 42px;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-input)>salla-button{width:100%}

.s-input:focus {
    border-color: #414042;
    border-color: var(--color-primary);
    --tw-ring-color: transparent;
}

.dark *.s-input {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, 1);
    border-color: rgba(75, 85, 99, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, 1);
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity, 1));
}

.dark .s-input:focus {
    border-color: #414042;
    border-color: var(--color-primary);
}

@media (min-width: 640px) {

    .s-input {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

textarea.s-input {
    height: 6rem;
}

.s-hidden {
    display: none;
}

.s-block {
    display: block;
}

.s-form-control {
    display: block;
    width: 100%;
    border-radius: 15px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-form-control)>salla-button{width:100%}

.s-form-control:focus {
    border-color: #414042;
    border-color: var(--color-primary);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.s-form-label {
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
    margin-bottom: 0.625rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.s-form-label {
        color: rgb(55 65 81 / var(--tw-text-opacity, 1));
    }
}

.s-form-group {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.s-checkbox {
    cursor: pointer;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    margin: 0;
    width: 18px;
    height: 18px;
    border-width: 1px;
    border-radius: 4px;
    display: grid;
    align-content: center;
    justify-content: center;
    place-content: center;
}

.s-checkbox:before {
    content: ;
    width: 10px;
    height: 10px;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #444;
    background-color: #444;
}

.s-checkbox:checked:before {
    transform: scale(1);
}

.s-checkbox *{pointer-events:none}

.s-checkbox::before {
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.s-font-default {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-family: "DINNextLTArabic", -apple-system, BlinkMacSystemFont;
    font-family: var(--font-main), -apple-system, BlinkMacSystemFont;
}

.s-form-has-error .s-form-label {
    color: #ff443a;
}

.s-form-has-error .s-form-control,.s-form-has-error .s-tel-input-control,.s-form-has-error .s-datetime-picker-input {
    border-color: #ff443a;
    color: #ff443a;
}

.s-verify-codes.s-form-has-error {
    margin-bottom: 0px;
}

.s-form-has-error {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, 1);
    border-color: rgba(248, 113, 113, var(--tw-border-opacity, 1));
}

.s-form-has-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, 1);
    border-color: rgba(239, 68, 68, var(--tw-border-opacity, 1));
}

.text-danger {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, 1);
    color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.s-scrollbar::-webkit-scrollbar {
    width: 5px;
}

.s-scrollbar::-webkit-scrollbar-track {
    background-color: #eee;
}

.s-scrollbar::-webkit-scrollbar-thumb {
    background-color: #414042;
    background-color: var(--color-primary);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.s-toggle {
    cursor: pointer;
    display: inline-block;
}

.s-toggle .s-toggle-input {
    position: absolute;
    visibility: hidden;
}

.s-toggle .s-toggle-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.s-toggle .s-toggle-switcher {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 40px;
    height: 25px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

.s-toggle .s-toggle-switcher:before,.s-toggle .s-toggle-switcher:after {
    content: "";
}

.s-toggle .s-toggle-switcher:before {
    display: block;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
    width: 20px;
    height: 21px;
    position: absolute;
    top: 2.2px;
    left: 1px;
    transition: left 0.25s;
}

.s-toggle .s-toggle-input:checked + div {
    background: #30D158;
}

.s-toggle .s-toggle-input:checked + div:before {
    left: 18px;
}

.s-accordion-wrapper {
    display: flex;
    height: auto;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 0px;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-accordion-wrapper)>salla-button{width:100%}

.s-accordion-wrapper-bordered {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

.s-accordion-head-wrapper {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    border-radius: 15px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding: 1rem;
}

.s-accordion-head-wrapper *{pointer-events:none}

#quickview-card-details-popup .s-add-product-button-main:not(.s-accordion-head-wrapper)>salla-button{width:100%}

@media (min-width: 768px) {

    .s-accordion-head-wrapper {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        padding-bottom: 1rem;
    }
}

.s-accordion-wrapper[collapsible='false'] .s-accordion-head-wrapper {
    cursor: auto;
}

.s-accordion-head-wrapper-start {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5rem;
    font-size: 1.1rem;
    text-align: left;
}

[dir="ltr"] .s-accordion-head-wrapper-start {
    text-align: left;
}

[dir="rtl"] .s-accordion-head-wrapper-start {
    text-align: right;
}

@media (min-width: 1024px) {

    .s-accordion-head-wrapper-start {
        flex-direction: row;
        align-items: center;
    }
}

.s-accordion-head-wrapper-end {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

@media (min-width: 1024px) {

    .s-accordion-head-wrapper-end {
        gap: 1rem;
    }
}

.s-accordion-head-wrapper [slot='progress'] {
    display: flex;
    flex: 1 1 0%;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
    text-align: left;
}

[dir="ltr"] .s-accordion-head-wrapper [slot='progress'] {
    text-align: left;
}

[dir="rtl"] .s-accordion-head-wrapper [slot='progress'] {
    text-align: right;
}

.s-accordion-head-wrapper [slot='note'] {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-accordion-head-wrapper-toggle {
    display: flex;
    height: 1.8rem;
    width: 1.8rem;
    flex-shrink: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #414042;
    color: var(--color-primary);
    transition-property: all;
    transition-duration: 150ms;
    transition-duration: var(--transition-duration);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.s-accordion-head-wrapper-toggle:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, 1);
    border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.s-accordion-head-wrapper-toggle:active {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, 1);
    border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
}

@media (min-width: 1024px) {

    .s-accordion-head-wrapper-toggle {
        height: 2.625rem;
        width: 2.625rem;
    }
}

.s-accordion-head-wrapper-toggle.active {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-color: #414042;
    border-color: var(--color-primary);
    background-color: #414042;
    background-color: var(--color-primary);
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-accordion-head-wrapper-toggle svg {
    fill: #414042;
    fill: var(--color-primary);
}

.s-accordion-head-wrapper-toggle.active svg {
    fill: #fff;
}

.s-accordion-head-wrapper-toggle-icon svg {
    width: 0.75rem;
}

@media (min-width: 1024px) {

    .s-accordion-head-wrapper-toggle-icon svg {
        width: 1rem;
    }
}

.s-accordion-body-wrapper {
    visibility: visible;
    position: relative;
    display: block;
    height: 100%;
    max-height: 1000px;
    width: 100%;
    overflow: hidden;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    padding: 1rem;
    opacity: 1;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.s-accordion-body-wrapper .tooltip-content{transform:translate(82px, -120px);visibility:visible;opacity:1}

#quickview-card-details-popup .s-add-product-button-main:not(.s-accordion-body-wrapper)>salla-button{width:100%}

@media (min-width: 768px) {

    .s-accordion-body-wrapper {
        padding: 1.714rem;
        padding-top: 1rem;
    }
}

.s-accordion-body-wrapper[data-collapsed='true'] {
    visibility: hidden;
    max-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    opacity: 0;
}

.s-accordion-body-wrapper[data-collapsed='true'] slot {
    display: none;
}

.s-accordion-wrapper.size-sm .s-accordion-head-wrapper-toggle {
    height: 1.9rem;
    width: 1.9rem;
}

.s-accordion-wrapper.size-sm .s-accordion-head-wrapper-toggle-icon svg {
    width: 0.625rem;
}

.s-add-product-button-with-quick-buy {
    display: flex;
}

@media (min-width: 640px) {

    .s-add-product-button-with-quick-buy {
        flex-direction: column;
    }
}

.s-add-product-button-with-quick-buy:not(.s-add-product-button-with-sticky-bar) {
    flex-direction: column !important;
}

.s-add-product-button-main {
    display: flex;
    width: 66.666667%;
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
}

@media (min-width: 640px) {

    .s-add-product-button-main {
        width: 100%;
        -moz-column-gap: 0.625rem;
             column-gap: 0.625rem;
    }
}

.s-add-product-button-with-sticky-bar salla-quick-buy {
    width: 33.333333%;
}

@media (min-width: 640px) {

    .s-add-product-button-with-sticky-bar salla-quick-buy {
        width: 100%;
    }
}

.s-add-product-button-with-quick-buy:not(.s-add-product-button-with-sticky-bar) .s-add-product-button-main {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-add-product-button-with-quick-buy:not(.s-add-product-button-with-sticky-bar) .s-add-product-button-main)>salla-button{width:100%}

.s-add-product-button-with-quick-buy:not(.s-add-product-button-with-apple-pay) .s-add-product-button-main {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-add-product-button-with-quick-buy:not(.s-add-product-button-with-apple-pay) .s-add-product-button-main)>salla-button{width:100%}

.s-add-product-button-main:not(.w-full) > salla-button {
    width: 50% !important;
}

.s-add-product-button-main .s-add-product-button-mini-checkout {
    --salla-fast-checkout-button-border-radius: .75rem;
    width: 50%;
}

.s-add-product-button-with-sticky-bar {
    width: 100% !important;
}

@media (min-width: 640px) {

    .s-add-product-button-with-sticky-bar {
        width: auto;
    }
}

.s-add-product-button-with-apple-pay {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
}

@media (min-width: 640px) {

    .s-add-product-button-with-apple-pay {
        -moz-column-gap: normal;
             column-gap: normal;
        -moz-column-gap: initial;
             column-gap: initial;
    }
}

.s-add-product-button-with-apple-pay:not(.s-add-product-button-with-sticky-bar) salla-quick-buy apple-pay-button {
    margin-top: 0.625rem;
}

.s-add-product-button-with-sticky-bar salla-quick-buy .s-quick-buy-button .s-button-text span {
    display: none;
}

@media (min-width: 768px) {

    .s-add-product-button-with-sticky-bar salla-quick-buy .s-quick-buy-button .s-button-text span {
        display: block;
    }
}

.s-add-product-button-mini-checkout-content {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    white-space: nowrap;
    font-size: .8rem;
}

@media (min-width: 640px) {

    .s-add-product-button-mini-checkout-content {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.s-add-product-button-mini-checkout-content:where([dir="rtl"], [dir="rtl"] *) {
    flex-direction: row-reverse;
}

.s-add-product-button-mini-checkout-content svg {
    margin-right: 0.375rem;
    height: 1rem;
    width: 1rem;
    fill: currentColor;
}

.s-add-product-button-mini-checkout-content svg:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0px;
    margin-left: 0.375rem;
}

.s-advertisement-content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 1440px) {

    .s-advertisement-content {
        max-width: 1440px;
    }
}

.s-advertisement-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.s-advertisement-content-main {
    flex: 1 1 0%;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
}

.s-advertisement-content-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1.5rem;
}

i.sicon.sicon-rotate.rtl\:ml-2.s-advertisement-content-icon {
    position: relative;
    top: 0.25rem;
}

i.sicon.sicon-rotate.s-advertisement-content-icon.ltr\:mr-2 {
    position: relative;
    top: 0.25rem;
}

.s-advertisement-content-icon:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.5rem;
}

.s-advertisement-content-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.5rem;
}

.s-advertisement-action {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.s-alert-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: transparent;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.75rem;
    line-height: 1.5rem;
}

.s-alert-info {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, 1);
    border-color: rgba(191, 219, 254, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, 1);
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, 1);
    color: rgba(29, 78, 216, var(--tw-text-opacity, 1));
}

.s-alert-success {
    --tw-border-opacity: 1;
    border-color: rgba(187, 247, 208, 1);
    border-color: rgba(187, 247, 208, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, 1);
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(21, 128, 61, 1);
    color: rgba(21, 128, 61, var(--tw-text-opacity, 1));
}

.s-alert-warning {
    --tw-border-opacity: 1;
    border-color: rgba(253, 230, 138, 1);
    border-color: rgba(253, 230, 138, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, 1);
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(180, 83, 9, 1);
    color: rgba(180, 83, 9, var(--tw-text-opacity, 1));
}

.s-alert-error {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, 1);
    border-color: rgba(254, 202, 202, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, 1);
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, 1);
    color: rgba(185, 28, 28, var(--tw-text-opacity, 1));
}

.s-alert-icon {
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
}

.s-alert-text {
    flex: 1 1 0%;
    text-align: left;
}

[dir="ltr"] .s-alert-text {
    text-align: left;
}

[dir="rtl"] .s-alert-text {
    text-align: right;
}

.s-app-install-alert-wrapper {
    display: none;
    flex-direction: row;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    width: 95%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    border-radius: 0.375rem;
    padding: 0.75rem;
    gap: 0.5rem;
    background-color: rgb(226, 226, 227);
    filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)) {
.s-app-install-alert-wrapper {
        background-color: color-mix(in srgb, var(--color-primary) 15%, white);
    }
}

.s-app-install-alert-wrapper.open[position=top] {
    display: flex;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes slideDownFromTop {

    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

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

.s-app-install-alert-wrapper.open[position=top] {
    animation: slideDownFromTop .6s linear;
    transition-duration: 500ms;
}

.s-app-install-alert-wrapper:not(.open) {
    display: none;
}

.s-app-install-alert-content {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-app-install-alert-content)>salla-button{width:100%}

.s-app-install-alert-wrapper[position=top] {
    top: 0px;
}

.s-app-install-alert-wrapper.open[position=bottom] {
    display: flex;
}

@keyframes slideUpFromBottom {

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

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

.s-app-install-alert-wrapper.open[position=bottom] {
    animation: slideUpFromBottom .6s linear;
}

.s-app-install-alert-wrapper[position=bottom] {
    bottom: 0px;
}

@keyframes slideUPFromTop {

    0% {
        transform: translateY(-0%);
        opacity: 1;
    }

    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}

.s-app-install-alert-wrapper[position=top].closing {
    animation: slideUPFromTop .6s linear;
}

@keyframes slideDownFromBottom {

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

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

.s-app-install-alert-wrapper[position=bottom].closing {
    animation: slideDownFromBottom .6s linear;
}

.s-app-install-alert-wrapper.closing {
    animation-fill-mode: forwards;
}

.s-app-install-alert-title {
    max-width: 95%;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #414042;
    color: var(--color-primary);
}

.s-app-install-alert-sub-title {
    max-width: 95%;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.s-app-install-alert-cta {
    color: #414042;
    color: var(--color-primary);
    text-decoration-line: underline;
}

.s-app-install-alert-cancel-button {
    position: absolute;
    top: 0.5rem;
}

input[type=radio].sr-only div.s-app-install-alert-cancel-button{transition:all .3s}

input[type=radio].sr-only:checked~div.s-app-install-alert-cancel-button{border-color:#414042;border-color:var(--color-primary)}

.s-app-install-alert-cancel-button:where([dir="ltr"], [dir="ltr"] *) {
    right: 0.75rem;
}

.s-app-install-alert-cancel-button:where([dir="rtl"], [dir="rtl"] *) {
    left: 0.75rem;
}

.s-apps-icons-list {
    display: flex;
    gap: 1rem;
}

.s-apps-icons-list.vertical {
    flex-direction: column;
}

.s-apps-icons-item {
    line-height: 1;
}

.s-apps-icons-item:hover {
    color: #414042;
    color: var(--color-primary);
}

.s-booking-field-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

@media (min-width: 640px) {

    .s-booking-field-main {
        justify-content: flex-end;
    }
}

.s-booking-field-price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.s-booking-field-book-now-content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.s-booking-field-book-now-content span svg {
    height: 1rem;
    width: 1rem;
}

.s-booking-field-modal iframe {
    width: 100%;
    transition-property: height;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-booking-field-modal iframe)>salla-button{width:100%}

.s-booking-field-modal .s-modal-body {
    overflow: hidden;
    padding: 1.25rem;
}

.s-booking-field-modal .s-modal-title {
    display: flex;
    justify-content: flex-start;
}

.s-booking-field-reservations {
    margin-top: 0.625rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.s-booking-field-reservations-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.s-booking-field-reservations-item > span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.s-booking-field-reservations-time {
    unicode-bidi: plaintext;
}

.s-booking-field-reservations-has-time {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

.s-booking-field-reservations-has-time:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 1rem;
    border-right-width: 1px;
    padding-right: 1rem;
}

.s-booking-field-reservations-has-time:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 1rem;
    border-left-width: 1px;
    padding-left: 1rem;
}

i.sicon.sicon-rotate.s-booking-field-reservations-icon.ltr\:mr-2 {
    position: relative;
    top: 0.25rem;
}

i.sicon.sicon-rotate.rtl\:ml-2.s-booking-field-reservations-icon {
    position: relative;
    top: 0.25rem;
}

.s-booking-field-reservations-icon:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.5rem;
}

.s-booking-field-reservations-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.5rem;
}

.s-booking-field-reservations-icon svg {
    height: 0.75rem;
    width: 0.75rem;
    fill: #1f2937;
}

.s-bottom-alert-wrapper {
    position: fixed;
    bottom: 0px;
    z-index: 50;
    display: flex;
    min-height: 4rem;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #414042;
    background-color: var(--color-primary);
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-bottom-alert-wrapper)>salla-button{width:100%}

@media (min-width: 768px) {

    .s-bottom-alert-wrapper {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

.s-bottom-alert-wrapper-with-template {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 73, 86, 1);
    background-color: rgba(0, 73, 86, var(--tw-bg-opacity, 1));
    font-family: PingARLT,system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

    .s-bottom-alert-wrapper-with-template {
        flex-direction: row;
    }
}

.s-bottom-alert-logo-section {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.s-bottom-alert-logo {
    height: auto;
    width: 3rem;
}

.s-bottom-alert-logo-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(186, 243, 230, 1);
    color: rgba(186, 243, 230, var(--tw-text-opacity, 1));
}

.s-bottom-alert-icon svg {
    height: 1rem;
    width: 1rem;
    fill: #fff;
}

.s-bottom-alert-message {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-bottom-alert-message-highlight {
    cursor: default;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
}

.s-bottom-alert-message-splitter {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.s-bottom-alert-message-link {
    cursor: pointer;
    text-decoration-line: underline;
}

.s-bottom-alert-message-link *{pointer-events:none}

.s-bottom-alert-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

@media (min-width: 768px) {

    .s-bottom-alert-content {
        flex-direction: row;
    }
}

.s-bottom-alert-action button {
    background-color: #ff6767;
    background-color: var(--color-primary-reverse);
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #414042;
    color: var(--color-primary);
}

.s-bottom-alert-actions-group {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.s-bottom-alert-action-link {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(186, 243, 230, 1);
    color: rgba(186, 243, 230, var(--tw-text-opacity, 1));
    text-decoration-line: underline;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.s-bottom-alert-action-link *{pointer-events:none}

.s-bottom-alert-action-link:hover {
    opacity: 0.8;
}

.s-bottom-alert-action-purchase-button {
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(186, 243, 230, 1);
    background-color: rgba(186, 243, 230, var(--tw-bg-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgba(0, 73, 86, 1);
    color: rgba(0, 73, 86, var(--tw-text-opacity, 1));
}

.s-bottom-alert-actions-group-container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.s-bottom-alert-modal .s-modal-body {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.s-bottom-alert-modal-cover img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-bottom-alert-modal-cover img)>salla-button{width:100%}

.s-bottom-alert-modal-inner {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
}

.s-bottom-alert-modal-content-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: var(--color-primary-dark);
}

.s-bottom-alert-modal-content-icon svg {
    height: 1.25rem;
    width: 1.25rem;
    fill: var(--color-primary-dark);
}

.s-bottom-alert-modal-content-extra-padding {
    padding-bottom: 100px;
}

.s-bottom-alert-modal-content hr {
    margin-top: 1rem;
}

.s-bottom-alert-modal-content-screenshots {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.s-bottom-alert-modal-content-screenshot.swiper-slide {
    height: 200px !important;
    width: 370px !important;
}

.s-bottom-alert-modal-content-screenshot img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-bottom-alert-modal-content-screenshot img)>salla-button{width:100%}

.s-bottom-alert-modal-content-footer button .s-button-text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.s-bottom-alert-modal-content-footer {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 252, 1);
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity, 1));
    padding: 0.625rem;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-bottom-alert-modal-content-footer)>salla-button{width:100%}

.s-bottom-alert-modal-content-price-details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.s-bottom-alert-modal-content-price-details-item {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.s-bottom-alert-modal-content-price-details-item-icon svg {
    height: 1rem;
    width: 1rem;
    fill: var(--color-primary-dark);
}

.s-bottom-alert-modal-content-price-details-item-name {
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, 1);
    color: rgba(68, 68, 68, var(--tw-text-opacity, 1));
}

.s-bottom-alert-modal-content-price-details-item-price {
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(102, 102, 102, 1);
    color: rgba(102, 102, 102, var(--tw-text-opacity, 1));
}

.s-bottom-alert-modal-price-wrapper {
    margin-bottom: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    line-height: 1.5rem;
}

.s-bottom-alert-modal-price-wrapper-amount {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
}

.s-breadcrumb-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.s-breadcrumb-item {
    display: inline-block;
}

.s-breadcrumb-dark {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-breadcrumb-dark a {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.s-breadcrumb-dark svg {
    fill: #ff6767;
    fill: var(--color-primary-reverse);
    opacity: 0.7;
}

.s-breadcrumb-primary-reverse a {
    color: #ff6767;
    color: var(--color-primary-reverse);
}

.s-breadcrumb-primary-reverse a:hover {
    opacity: 0.8;
}

.s-breadcrumb-primary-reverse li {
    color: #ff6767;
    color: var(--color-primary-reverse);
    opacity: 0.8;
}

.s-breadcrumb-primary-reverse svg {
    fill: #ff6767;
    fill: var(--color-primary-reverse);
    opacity: 0.7;
}

.s-breadcrumb-arrow {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.s-breadcrumb-arrow svg {
    height: 0.875rem;
    width: 0.875rem;
}

.s-button-wrap {
    pointer-events: none;
}

.s-button-wrap[width='wide'] {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-button-wrap[width='wide'])>salla-button{width:100%}

.s-button-wrap[type='submit'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.s-button-wrap[type='button'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.s-button-wrap[type='reset'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.s-button-wrap[loading] .s-button-loader-center .s-button-text {
    opacity: 0;
}

.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
}

.s-button-btn {
    position: relative;
    display: inline-flex;
    flex: 1 1 0%;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 15px;
    border-style: solid;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.625rem;
    padding-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-button-btn:hover {
    opacity: 0.8;
}

.s-button-wrap svg {
    height: 1.25rem;
    width: 1.25rem;
    fill: currentColor;
}

.s-button-icon {
    border-radius: 9999px !important;
    padding: 0px !important;
    line-height: 1 !important;
}

.s-button-icon {
    position: relative;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-button-icon .s-button-text {
    display: flex;
}

.s-button-icon.s-button-large {
    height: 3.5rem;
    width: 3.5rem;
}

.s-button-icon.s-button-large svg {
    height: 2rem;
    width: 2rem;
}

.s-button-icon.s-button-small {
    height: 1.5rem;
    width: 1.5rem;
}

.s-button-icon.s-button-small svg {
    height: 0.875rem;
    width: 0.875rem;
}

.s-button-icon.s-button-small .s-button-loader:before {
    height: 0.875rem;
    width: 0.875rem;
}

.s-button-link {
    fill: #414042;
    fill: var(--color-primary);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    color: #414042;
    color: var(--color-primary);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-button-link:hover {
    opacity: 0.7;
}

.s-button-disabled {
    opacity: 0.5;
}

.s-button-fill-none {
    border-width: 0px !important;
    background-color: transparent !important;
}

.s-button-outline {
    border-width: 1px;
    border-color: currentColor;
}

.s-button-outline:hover {
    border-color: transparent;
}

.s-button-outline .s-button-loader:before {
    border-top-color: currentColor;
    border-left-color: currentColor;
}

.s-button-solid .s-button-loader:before {
    border-top-color: rgba(255, 255, 255, 1);
    border-top-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
    --tw-border-opacity: 1;
    border-right-color: rgba(255, 255, 255, 1);
    border-right-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-left-color: rgba(255, 255, 255, 0.2);
}

.s-button-primary {
    border-width: 1px;
    border-color: #414042;
    border-color: var(--color-primary);
    background-color: #414042;
    background-color: var(--color-primary);
    color: #ff6767;
    color: var(--color-primary-reverse);
}

.s-button-primary:hover {
    background-color: var(--color-primary-dark);
}

.s-button-success {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, 1);
    border-color: rgba(34, 197, 94, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, 1);
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity, 1));
    fill: #fff;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-button-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 163, 74, 1);
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity, 1));
}

.s-button-danger {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, 1);
    border-color: rgba(248, 113, 113, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, 1);
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity, 1));
    fill: #fff;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-button-danger:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, 1);
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity, 1));
}

.s-button-warning {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(251, 191, 36, 1);
    border-color: rgba(251, 191, 36, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, 1);
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity, 1));
    fill: #fff;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-button-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, 1);
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity, 1));
}

.s-button-gray {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, 1);
    border-color: rgba(156, 163, 175, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, 1);
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity, 1));
    fill: #fff;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-button-gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, 1);
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity, 1));
}

.s-button-dark {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, 1);
    border-color: rgba(55, 65, 81, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, 1);
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity, 1));
    fill: #fff;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-button-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, 1);
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity, 1));
}

.s-button-light {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, 1);
    border-color: rgba(249, 250, 251, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-button-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.s-button-primary-outline {
    fill: #414042;
    fill: var(--color-primary);
    color: #414042;
    color: var(--color-primary);
}

.s-button-primary-outline:hover {
    background-color: #414042;
    background-color: var(--color-primary);
    fill: #ff6767;
    fill: var(--color-primary-reverse);
    color: #ff6767;
    color: var(--color-primary-reverse);
}

.s-button-success-outline {
    fill: #22c55e;
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, 1);
    color: rgba(34, 197, 94, var(--tw-text-opacity, 1));
}

.s-button-success-outline:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, 1);
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity, 1));
    fill: #fff;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-button-danger-outline {
    fill: #f87171;
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, 1);
    color: rgba(248, 113, 113, var(--tw-text-opacity, 1));
}

.s-button-danger-outline:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, 1);
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity, 1));
    fill: #fff;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-button-warning-outline {
    fill: #fbbf24;
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, 1);
    color: rgba(251, 191, 36, var(--tw-text-opacity, 1));
}

.s-button-warning-outline:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, 1);
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity, 1));
    fill: #fff;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-button-gray-outline {
    fill: #9ca3af;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-button-gray-outline:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, 1);
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity, 1));
    fill: #fff;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-button-dark-outline {
    fill: #374151;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.s-button-dark-outline:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, 1);
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity, 1));
    fill: #fff;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-button-light-outline {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, 1) !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1)) !important;
}

.s-button-light-outline {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    fill: #6b7280;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-button-light-outline:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 231, 235, 1) !important;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1)) !important;
}

.s-button-primary-link {
    fill: #414042;
    fill: var(--color-primary);
    color: #414042;
    color: var(--color-primary);
}

.s-button-success-link {
    fill: #22c55e;
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, 1);
    color: rgba(34, 197, 94, var(--tw-text-opacity, 1));
}

.s-button-danger-link {
    fill: #f87171;
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, 1);
    color: rgba(248, 113, 113, var(--tw-text-opacity, 1));
}

.s-button-warning-link {
    fill: #fbbf24;
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, 1);
    color: rgba(251, 191, 36, var(--tw-text-opacity, 1));
}

.s-button-gray-link {
    fill: #9ca3af;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-button-dark-link {
    fill: #374151;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.s-button-light-link {
    fill: #6b7280;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-button-small {
    border-radius: 0.125rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.375rem;
    padding-top: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.s-button-large {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.s-button-wide {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-button-wide)>salla-button{width:100%}

.s-button-text {
    pointer-events: none;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-button-loader {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.s-button-loader::before {
    display: inline-block;
    height: 1rem;
    content: var(--tw-content);
    width: 1rem;
}

@keyframes spin {

    to {
        content: var(--tw-content);
        transform: rotate(360deg);
    }
}

.s-button-loader::before {
    animation: spin 1s linear infinite;
    border-radius: 9999px;
    border-width: 2px;
    border-style: solid;
    border-top-color: #414042;
    border-top-color: var(--color-primary);
    border-left-color: #414042;
    border-left-color: var(--color-primary);
    border-bottom-color: rgba(243, 244, 246, 1);
    border-bottom-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
    --tw-border-opacity: 1;
    border-right-color: rgba(243, 244, 246, 1);
    border-right-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.s-button-loader-after .s-button-loader {
    flex-direction: row;
}

.s-button-loader-start.s-button-element:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 2rem;
    padding-left: 2.5rem;
}

.s-button-loader-start.s-button-element:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 2rem;
    padding-right: 2.5rem;
}

.s-button-loader-start .s-button-loader {
    position: absolute;
}

input[type=radio].sr-only div.s-button-loader-start .s-button-loader{transition:all .3s}

input[type=radio].sr-only:checked~div.s-button-loader-start .s-button-loader{border-color:#414042;border-color:var(--color-primary)}

.s-button-loader-start .s-button-loader:where([dir="ltr"], [dir="ltr"] *) {
    left: 0.5rem;
}

.s-button-loader-start .s-button-loader:where([dir="rtl"], [dir="rtl"] *) {
    right: 0.5rem;
}

.s-button-loader-end.s-button-element:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 2rem;
    padding-right: 2.5rem;
}

.s-button-loader-end.s-button-element:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 2rem;
    padding-left: 2.5rem;
}

.s-button-loader-end .s-button-loader {
    position: absolute;
}

input[type=radio].sr-only div.s-button-loader-end .s-button-loader{transition:all .3s}

input[type=radio].sr-only:checked~div.s-button-loader-end .s-button-loader{border-color:#414042;border-color:var(--color-primary)}

.s-button-loader-end .s-button-loader:where([dir="ltr"], [dir="ltr"] *) {
    right: 0.5rem;
}

.s-button-loader-end .s-button-loader:where([dir="rtl"], [dir="rtl"] *) {
    left: 0.5rem;
}

.s-button-loader-center .s-button-loader {
    margin: 0px !important;
}

.s-button-loader-center .s-button-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    --tw-translate-y: -50%;
    --tw-translate-x: -50%;
    transform: translate(-50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

input[type=radio].sr-only div.s-button-loader-center .s-button-loader{transition:all .3s}

input[type=radio].sr-only:checked~div.s-button-loader-center .s-button-loader{border-color:#414042;border-color:var(--color-primary)}

.s-cart-item-offers-box {
    margin-bottom: 0.75rem;
}

.s-cart-item-offers-container {
    margin-top: 1.25rem;
}

.s-cart-item-offers-paid-free {
    margin-bottom: 0.75rem;
}

.s-cart-item-offers-paid-free > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * (1 - 0));
    margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(0.25rem * calc(1 - 0));
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * 0);
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.s-cart-item-offers-paid-free {
    font-weight: 500;
}

.s-cart-item-offers-line {
    text-align: left;
}

[dir="ltr"] .s-cart-item-offers-line {
    text-align: left;
}

[dir="rtl"] .s-cart-item-offers-line {
    text-align: right;
}

.s-cart-item-offers-regular-price {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
    text-decoration-line: line-through;
}

.s-cart-item-offers-free-label {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, 1);
    color: rgba(153, 27, 27, var(--tw-text-opacity, 1));
}

.s-cart-item-offers-details {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, 1);
    color: rgba(22, 163, 74, var(--tw-text-opacity, 1));
}

.s-cart-item-offers-icon {
    --tw-translate-y: -3px;
    transform: translate(var(--tw-translate-x), -3px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, 1);
    color: rgba(22, 163, 74, var(--tw-text-opacity, 1));
}

.s-cart-item-offers-icon svg {
    width: 18px;
    fill: currentColor;
}

.s-cart-item-offers-title {
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.s-cart-item-offers-message {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.s-cart-item-offers-discount {
    margin-top: 0px;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-cart-item-offers-show-more-btn {
    justify-content: flex-start !important;
    background-color: transparent !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.s-cart-item-offers-show-more-btn {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.s-cart-item-offers-show-more-btn:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 31, 31, 1);
    color: rgba(29, 31, 31, var(--tw-text-opacity, 1));
}

.s-cart-item-offers-arrow-icon {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-cart-item-offers-arrow-open {
    --tw-rotate: -180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.s-cart-item-offers-show-more-btn svg {
    width: 18px;
}

.s-cart-item-offers-show-more-label {
    display: flex;
    align-items: center;
}

.s-cart-item-offers-collapsed {
    margin-top: 0.5rem;
}

.s-cart-summary-wrapper {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #7c8082;
    color: var(--color-text);
    transition: all .5s cubic-bezier(0.2, 1, 0.3, 1);
    align-items: center;
    font-weight: bolder;
    position: relative;
    display: inline-flex;
}

.s-cart-thumb {
    position: fixed;
    transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}

.s-cart-summary-icon svg {
    height: 1.25rem;
    width: 1.25rem;
    fill: #7c8082;
    fill: var(--color-text);
}

.s-cart-summary-count {
    position: absolute;
    top: -8px;
    left: -15px;
    display: inline-flex;
    height: 1.25rem;
    width: 1.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, 1);
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity, 1));
    padding: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

input[type=radio].sr-only div.s-cart-summary-count{transition:all .3s}

input[type=radio].sr-only:checked~div.s-cart-summary-count{border-color:#414042;border-color:var(--color-primary)}

.s-cart-summary-count:where([dir="rtl"], [dir="rtl"] *) {
    left: auto;
    left: initial;
    right: -15px;
}

.s-color-picker-main {
    margin: 0.25rem;
    display: inline-block;
}

.s-color-picker-main .picker_wrapper {
    margin: 0px !important;
    --tw-shadow: 0 0 rgba(0,0,0,0) !important;
    --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.s-color-picker-main .picker_arrow {
    display: none;
}

.s-color-picker-widget {
    display: flex;
    width: auto;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 0.25rem;
}

.s-color-picker-widget svg {
    height: 1.25rem;
    width: 1.25rem;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.s-color-picker-widget span {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.s-color-picker-widget-canvas {
    height: 2rem;
    width: 2rem;
}

.s-comment-form-wrapper {
    display: flex;
    align-items: flex-start;
}

.s-comment-form-input {
    height: 6rem;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 15px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-comment-form-input)>salla-button{width:100%}

.s-comment-form-input:focus {
    border-color: #414042;
    border-color: var(--color-primary);
    --tw-ring-offset-width: 0px;
}

.dark *.s-comment-form-input {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, 1);
    border-color: rgba(75, 85, 99, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, 1);
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity, 1));
}

.s-comment-form-action {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.s-comment-form-avatar {
    margin-right: 1.25rem;
    height: 4rem;
    width: 4rem;
    flex-shrink: 0;
    border-radius: 9999px;
    -o-object-fit: cover;
       object-fit: cover;
}

.s-comment-form-avatar:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0px;
    margin-left: 1.25rem;
}

.s-comment-form-content {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-comment-form-content)>salla-button{width:100%}

.s-comment-form-action salla-button {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-comment-form-action salla-button)>salla-button{width:100%}

@media (min-width: 768px) {

    .s-comment-form-action salla-button {
        width: auto;
    }
}

.s-comment-form-action salla-button button {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.s-comments-page-container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-comments-page-container)>salla-button{width:100%}

.s-comments-container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-comments-container)>salla-button{width:100%}

.s-comments-title {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
}

@media (min-width: 640px) {

    .s-comments-title {
        margin-bottom: 1.25rem;
    }
}

.s-comments-count-label {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-comments-testimonials .s-comments-count-label {
    margin-bottom: 2rem;
}

.s-comments-item-wrapper {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.s-comments-item-inner {
    display: flex;
}

.s-comments-item-inner > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * 0);
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * (1 - 0));
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.75rem * calc(1 - 0));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.s-comments-item-inner:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.s-comments-item {
    margin-bottom: 2rem;
    display: block;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-bottom: 2rem;
}

.s-comments-item:last-child {
    border-width: 0px;
    padding-bottom: 0px;
}

.s-comments-item-admin-wrapper {
    margin-top: 2rem;
    display: flex;
}

.s-comments-item-admin-wrapper:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 2rem;
}

@media (min-width: 768px) {

    .s-comments-item-admin-wrapper:where([dir="ltr"], [dir="ltr"] *) {
        padding-left: 4rem;
    }
}

.s-comments-item-admin-wrapper:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 2rem;
}

@media (min-width: 768px) {

    .s-comments-item-admin-wrapper:where([dir="rtl"], [dir="rtl"] *) {
        padding-right: 4rem;
    }
}

.s-comments-item-avatar {
    flex: none;
}

.s-comments-item-avatar-img {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
    -o-object-fit: cover;
       object-fit: cover;
}

.s-comments-item-timestamp {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-comments-item-time {
    display: block;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-comments-item-timestamp:hover span {
    opacity: 1;
}

.s-comments-item-pending-text {
    margin-top: 0.5rem;
    display: inline-block;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

.s-comments-item-has-order-check-icon {
    display: flex;
    height: 1.25rem;
    width: 1.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, 1);
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity, 1));
    font-size: 0.75rem;
    line-height: 1rem;
}

.s-comments-item-reply-icon svg {
    height: 1rem;
    width: 1rem;
    fill: #9ca3af;
}

.s-comments-item-has-order-check-icon svg {
    height: 0.75rem;
    width: 0.75rem;
}

.s-comments-item-has-order-check-text {
    margin-top: 0.125rem;
    display: inline-block;
    --tw-translate-y: -2px;
    transform: translate(var(--tw-translate-x), -2px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.s-comments-item-has-order-check-text:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.25rem;
}

.s-comments-item-has-order-check-text:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.25rem;
}

.s-comments-item-user-info-name {
    display: inline-block;
    --tw-translate-y: -2px;
    transform: translate(var(--tw-translate-x), -2px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
}

.s-comments-item-user-info-name:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 2.5rem;
}

.s-comments-item-user-info-name:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 2.5rem;
}

.s-comments-item-stars {
    margin-bottom: 0.625rem;
    width: 100%;
}

.s-comments-item-stars > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * 0);
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * (1 - 0));
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.25rem * calc(1 - 0));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.s-comments-item-stars {
    font-size: 0.75rem;
    line-height: 1rem;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-comments-item-stars)>salla-button{width:100%}

.s-comments-item-stars:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.s-comments-item-rated-widget {
    margin-top: 0.125rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.s-comments-item-rated-widget:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.25rem;
}

.s-comments-item-rated-widget:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.25rem;
}

.s-comments-flex-1 {
    flex: 1 1 0%;
}

.s-comments-flex {
    display: flex;
}

.s-comments-item-user-info {
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
}

.s-comments-item-user-wrapper {
    margin-bottom: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) {

    .s-comments-item-user-wrapper {
        margin-bottom: 0px;
    }
}

.s-comments-item-content {
    max-width: none;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-comments-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-comments-placeholder p {
    padding-top: 0.5rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-comments-placeholder span {
    margin-bottom: 1rem;
    display: flex;
    height: 8rem;
    width: 8rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
    font-size: 3rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}

.s-comments-placeholder span svg {
    margin-left: auto;
    margin-right: auto;
    height: 4rem;
    width: 4rem;
    fill: #d1d5db;
    text-align: center;
}

.s-comments-item-like-btn {
    margin-top: 0.5rem;
}

.s-comments-item-like-btn .s-button-text {
    display: flex;
    flex-direction: row-reverse;
    gap: 0.5rem;
}

.s-comments-item-like-btn span svg {
    height: 0.75rem;
    width: 0.75rem;
}

.s-comments-item-images {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.s-comments-item-images img {
    height: 5rem;
    width: 5rem;
    cursor: pointer;
    border-radius: 0.375rem;
    -o-object-fit: cover;
       object-fit: cover;
}

.s-comments-item-images img *{pointer-events:none}

@media (min-width: 640px) {

    .s-comments-item-images img {
        height: 120px;
        width: 120px;
    }
}

.s-comments-item-images-slider {
    margin-top: 1.25rem;
}

.s-comments-item-images-slider .s-modal-close {
    background-color: transparent;
}

.s-comments-item-images-slider-thumb {
    height: auto;
    width: 100%;
    max-width: 250px;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-comments-item-images-slider-thumb)>salla-button{width:100%}

@media (min-width: 640px) {

    .s-comments-item-images-slider-thumb {
        width: 50%;
        max-width: 320px;
    }
}

@media (min-width: 768px) {

    .s-comments-item-images-slider-thumb {
        width: 33.333333%;
    }
}

@media (min-width: 1024px) {

    .s-comments-item-images-slider-thumb {
        width: 25%;
    }
}

.s-comments-item-images-slider-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-comments-item-images-slider-thumb img)>salla-button{width:100%}

.s-comments-header {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s-comments-header:not(.has-total) {
    justify-content: flex-end !important;
}

.s-comments-sort-input {
    width: 10rem;
}

.s-comments-filter-wrapper {
    display: flex;
    align-items: center;
}

.s-comments-filter-label {
    display: none;
    white-space: nowrap;
}

@media (min-width: 640px) {

    .s-comments-filter-label {
        display: block;
    }
}

.s-comments-filter-label:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.75rem;
}

.s-comments-filter-label:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.75rem;
}

.s-comments-container salla-reviews-summary {
    margin-top: 1.5rem;
}

.s-conditional-offer-container {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1.25rem;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-conditional-offer-container)>salla-button{width:100%}

@media (min-width: 768px) {

    .s-conditional-offer-container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.s-conditional-offer-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
}

.s-conditional-offer-title {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: var(--color-primary-dark);
}

.s-conditional-offer-subtitle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    align-self: stretch;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(64, 64, 64, 1);
    color: rgba(64, 64, 64, var(--tw-text-opacity, 1));
}

.s-conditional-offer-subtitle i {
    position: relative;
}

.s-conditional-offer-progress-line {
    height: 1px;
    align-self: stretch;
    background-color: #414042;
    background-color: var(--color-primary);
}

.s-conditional-offer-checkpoint-border {
    display: flex;
    height: 60px;
    min-width: 60px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.s-conditional-offer-checkpoint-border-colored {
    border-color: #414042;
    border-color: var(--color-primary);
    color: var(--color-primary-dark);
}

.s-conditional-offer-product-link {
    display: grid;
    aspect-ratio: 1 / 1;
    height: 58px;
    align-content: center;
    justify-content: center;
    place-content: center;
    overflow: hidden;
    border-radius: 9999px;
}

.s-conditional-offer-checkpoint-image-content {
    height: 58px;
    width: 58px;
    -o-object-fit: cover;
       object-fit: cover;
}

.s-conditional-offer-progress-container {
    position: relative;
    margin-bottom: 2rem;
    display: flex;
    height: 8rem;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-conditional-offer-progress-container)>salla-button{width:100%}

@media (min-width: 768px) {

    .s-conditional-offer-progress-container {
        height: 4rem;
    }
}

.s-conditional-offer-item-avatar-content {
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
}

.s-conditional-offer-item-avatar-content.active {
    color: var(--color-primary-dark);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.s-conditional-offer-checkpoint {
    position: relative;
    display: grid;
    height: 60px;
    width: 60px;
    flex-shrink: 0;
    align-content: center;
    justify-content: center;
    place-content: center;
    border-radius: 9999px;
    border-width: 1px;
}

.s-conditional-offer-progress-line-container {
    display: grid;
    width: 100%;
    overflow: hidden;
    grid-template-areas: 'progress-line';
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-conditional-offer-progress-line-container)>salla-button{width:100%}

.s-conditional-offer-progress-line-inactive {
    height: 1.5px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, 1);
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    grid-area: progress-line;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-conditional-offer-progress-line-inactive)>salla-button{width:100%}

.s-conditional-offer-progress-line-active {
    height: 1.5px;
    width: 0%;
    background-color: #414042;
    background-color: var(--color-primary);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    grid-area: progress-line;
}

.s-conditional-offer-checkpoint-label {
    position: absolute;
    top: 100%;
    left: 50%;
    width: -moz-max-content;
    width: max-content;
    --tw-translate-x: -50%;
    --tw-translate-y: 20%;
    transform: translate(-50%, 20%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

input[type=radio].sr-only div.s-conditional-offer-checkpoint-label{transition:all .3s}

input[type=radio].sr-only:checked~div.s-conditional-offer-checkpoint-label{border-color:#414042;border-color:var(--color-primary)}

.s-conditional-offer-checkpoint-label.active {
    color: var(--color-primary-dark);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.s-conditional-offer-checkpoint-label.first-checkpoint {
    --tw-translate-y: 132%;
    transform: translate(var(--tw-translate-x), 132%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.s-conditional-offer-checkpoint-label.first-checkpoint:where([dir="ltr"], [dir="ltr"] *) {
    --tw-translate-x: 0%;
    transform: translate(0%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.s-conditional-offer-checkpoint-label.first-checkpoint:where([dir="rtl"], [dir="rtl"] *) {
    --tw-translate-x: -100%;
    transform: translate(-100%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.s-conditional-offer-checkpoint-container {
    position: relative;
    display: flex;
    align-items: center;
}

.s-conditional-offer-active-checkpoint {
    border-color: #414042;
    border-color: var(--color-primary);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.s-conditional-offer-skeleton-inner-container {
    margin-bottom: 2rem;
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-conditional-offer-skeleton-inner-container)>salla-button{width:100%}

@media (min-width: 768px) {

    .s-conditional-offer-skeleton-inner-container {
        margin-bottom: 0px;
    }
}

.s-conditional-offer-skeleton-title {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

.s-conditional-offer-skeleton-subtitle {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}

.s-conditional-offer-skeleton-checkpoints-wrapper {
    display: flex;
    align-items: center;
}

.s-contacts-title {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
}

@media (min-width: 1024px) {

    .s-contacts-title {
        margin-bottom: 1.25rem;
    }
}

.s-contacts-header {
    display: none;
    align-items: center;
}

@media (min-width: 1024px) {

    .s-contacts-header {
        display: flex;
    }
}

.s-contacts-topnav-link {
    display: inline-block;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-contacts-topnav-link:hover {
    opacity: 0.8;
}

.s-contacts-topnav-link:where([dir="ltr"], [dir="ltr"] *) {
    border-right-width: 1px;
}

.s-contacts-topnav-link:last-child:where([dir="ltr"], [dir="ltr"] *) {
    border-width: 0px;
    padding-right: 0px;
}

.s-contacts-topnav-link:where([dir="rtl"], [dir="rtl"] *) {
    border-left-width: 1px;
}

.s-contacts-topnav-link:last-child:where([dir="rtl"], [dir="rtl"] *) {
    border-width: 0px;
    padding-left: 0px;
}

.s-contacts-item {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1;
}

.s-contacts-icon {
    display: flex;
    height: 2rem;
    width: 2rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
}

.s-contacts-icon:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.625rem;
}

.s-contacts-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.625rem;
}

.s-contacts-icon svg {
    height: 0.875rem;
    width: 0.875rem;
    fill: currentColor;
}

.s-contacts-list {
    display: flex;
    gap: 1rem;
}

.s-contacts-list-horizontal {
    align-items: center;
}

.s-contacts-list-vertical {
    flex-direction: column;
}

.s-contacts-list-icons-only .s-contacts-icon {
    margin-left: 0px;
    margin-right: 0px;
}

.s-count-down-wrapper {
    position: relative;
}

.s-count-down-list {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    margin-bottom: 1.25rem;
    margin-top: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 640px) {

    .s-count-down-list {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

.s-count-down-list:where([dir="ltr"], [dir="ltr"] *) {
    flex-direction: row-reverse;
}

.s-count-down-list:where([dir="rtl"], [dir="rtl"] *) {
    flex-direction: row;
}

.s-count-down-item {
    position: relative;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    display: flex;
    height: 5rem;
    flex: 1 1 0%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "DINNextLTArabic";
    font-family: var(--font-main);
    font-weight: 700;
}

.s-count-down-item::after {
    position: absolute;
    left: -2px;
    font-family: inherit;
    --tw-content: ':';
    content: ':';
    content: var(--tw-content);
}

.s-count-down-item:last-child::after {
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.s-count-down-item-label {
    margin-top: 0.25rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
    opacity: 0.4;
}

.s-count-down-boxed .s-count-down-item {
    border-radius: 15px;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.s-count-down-boxed .s-count-down-item::after {
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.s-count-down-sm .s-count-down-item {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.s-count-down-sm .s-count-down-item::after {
    content: var(--tw-content);
    font-size: 1rem;
    line-height: 1.5rem;
}

.s-count-down-sm + .s-count-down-end-text {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.s-count-down-md .s-count-down-item {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
}

.s-count-down-md .s-count-down-item::after {
    content: var(--tw-content);
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.s-count-down-md + .s-count-down-end-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
}

.s-count-down-lg .s-count-down-item {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}

.s-count-down-lg .s-count-down-item::after {
    content: var(--tw-content);
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.s-count-down-lg + .s-count-down-end-text {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}

.s-count-down-light .s-count-down-item {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-count-down-light .s-count-down-item::after {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-count-down-dark .s-count-down-item {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.s-count-down-dark .s-count-down-item::after {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.s-count-down-primary .s-count-down-item {
    color: #414042;
    color: var(--color-primary);
}

.s-count-down-primary .s-count-down-item::after {
    content: var(--tw-content);
    color: #414042;
    color: var(--color-primary);
}

.s-count-down-ended .s-count-down-item {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
    opacity: 0.1;
}

.s-count-down-ended .s-count-down-item::after {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-count-down-end-text {
    position: absolute;
    top: 50%;
    left: 50%;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(-50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    font-family: "DINNextLTArabic";
    font-family: var(--font-main);
    --tw-text-opacity: 1;
    color: rgba(234, 84, 85, 1);
    color: rgba(234, 84, 85, var(--tw-text-opacity, 1));
}

input[type=radio].sr-only div.s-count-down-end-text{transition:all .3s}

input[type=radio].sr-only:checked~div.s-count-down-end-text{border-color:#414042;border-color:var(--color-primary)}

.s-count-down-text-center {
    text-align: center;
}

.s-count-down-info-message {
    display: flex;
    gap: 0.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, 1);
    color: rgba(37, 99, 235, var(--tw-text-opacity, 1));
}

.s-count-down-pre-order {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

@media (min-width: 1024px) {

    .s-count-down-pre-order {
        flex-direction: row;
    }
}

.s-count-down-pre-order .s-count-down-item {
    position: relative;
    display: flex;
    height: 2.7rem;
    width: 2.25rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

.s-count-down-pre-order .s-count-down-item::after {
    left: -7px;
    --tw-content: ':';
    content: ':';
    content: var(--tw-content);
}

.s-count-down-pre-order .s-count-down-item:last-child::after {
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.s-count-down-pre-order-container {
    margin-bottom: 1.25rem;
    margin-top: 0.625rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

@media (min-width: 1024px) {

    .s-count-down-pre-order-container {
        flex-direction: row;
    }
}

.s-count-down-pre-order-container .s-count-down-list {
    margin: 0px;
    padding: 0px;
}

.s-count-down-pre-order .s-count-down-item-value {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.s-count-down-pre-order .s-count-down-item-label {
    margin-top: 0px;
    font-size: 0.6rem;
    opacity: 1;
}

.s-datetime-picker-input {
    display: block;
    width: 100%;
    border-radius: 15px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-datetime-picker-input)>salla-button{width:100%}

.s-datetime-picker-input:focus {
    border-color: #414042;
    border-color: var(--color-primary);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.flatpickr-day.selected {
    background: #414042;
    background: var(--color-primary);
    border-color: #414042;
    border-color: var(--color-primary);
}

.flatpickr-day.selected:hover {
    background: #414042;
    background: var(--color-primary);
    border-color: #414042;
    border-color: var(--color-primary);
    opacity: 0.8;
}

.flatpickr-months {
    position: relative;
    padding: 10px;
    background: #414042;
    background: var(--color-primary);
    border-radius: 4px 4px 0 0;
}

.flatpickr-months * {
    color: #fff;
}

.flatpickr-months .flatpickr-current-month {
    height: auto;
    padding: 0;
}

.flatpickr-months .flatpickr-month {
    padding-top: 4px;
}

.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
}

.flatpickr-months .flatpickr-monthDropdown-months {
    padding: 0;
    margin: 0;
    margin-right: 15px;
    padding-right: 5px;
}

.flatpickr-months .flatpickr-monthDropdown-months,.flatpickr-months .numInputWrapper {
    background: transparent !important;
}

.flatpickr-months .flatpickr-monthDropdown-months,.flatpickr-months .numInputWrapper {
    font-size: var(--font-base);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    min-width: 55px;
}

@media (max-width: 768px) {

    [dir='rtl'] .flatpickr-calendar {
        right: 30px !important;
    }
}

.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #414042;
    border-bottom-color: var(--color-primary);
}

.s-drawer-container {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 200;
    height: 100vh;
    overflow: hidden;
}

.s-drawer-wrapper {
    display: flex;
    height: 100%;
    align-items: stretch;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
}

.s-drawer-wrapper-left {
    justify-content: flex-start;
}

.s-drawer-wrapper-right {
    justify-content: flex-end;
}

.s-drawer-loader {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.s-drawer-loader::before {
    display: inline-block;
    height: 2.5rem;
    content: var(--tw-content);
    width: 2.5rem;
}

@keyframes spin {

    to {
        content: var(--tw-content);
        transform: rotate(360deg);
    }
}

.s-drawer-loader::before {
    animation: spin 1s linear infinite;
    border-radius: 9999px;
    border-width: 2px;
    border-style: solid;
    border-top-color: #414042;
    border-top-color: var(--color-primary);
    border-left-color: #414042;
    border-left-color: var(--color-primary);
    border-bottom-color: rgba(243, 244, 246, 1);
    border-bottom-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
    --tw-border-opacity: 1;
    border-right-color: rgba(243, 244, 246, 1);
    border-right-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.s-drawer-close {
    position: absolute;
    top: 0.75rem;
    z-index: 10;
    width: 2.75rem;
    cursor: pointer;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.s-drawer-close *{pointer-events:none}

input[type=radio].sr-only div.s-drawer-close{transition:all .3s}

input[type=radio].sr-only:checked~div.s-drawer-close{border-color:#414042;border-color:var(--color-primary)}

.s-drawer-close:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.s-drawer-close:where([dir="ltr"], [dir="ltr"] *) {
    right: 1rem;
}

.s-drawer-close:where([dir="rtl"], [dir="rtl"] *) {
    left: 1rem;
}

.s-drawer-close svg {
    width: 1.25rem;
    fill: #f87171;
}

.s-drawer-close svg:hover {
    fill: #ef4444;
}

.s-drawer-header {
    display: flex;
}

@media (min-width: 640px) {

    .s-drawer-header {
        flex-direction: column;
    }
}

.s-drawer-header-inner {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    padding: 1rem;
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
}

.s-drawer-header-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}

@media (min-width: 768px) {

    .s-drawer-header-content {
        text-align: center;
    }
}

.s-drawer-header-content:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
}

@media (min-width: 768px) {

    .s-drawer-header-content:where([dir="rtl"], [dir="rtl"] *) {
        text-align: center;
    }
}

.s-drawer-header-img {
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
}

@media (min-width: 640px) {

    .s-drawer-header-img {
        margin-bottom: 1rem;
    }
}

.s-drawer-icon {
    display: inline-flex;
    height: 4rem;
    width: 4rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    font-size: 1.875rem;
    line-height: 2.25rem;
}

i.sicon.sicon-rotate.s-drawer-icon.ltr\:mr-2 {
    position: relative;
    top: 0.25rem;
}

i.sicon.sicon-rotate.rtl\:ml-2.s-drawer-icon {
    position: relative;
    top: 0.25rem;
}

@media (min-width: 640px) {

    .s-drawer-icon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
        height: 5rem;
        width: 5rem;
    }
}

.s-drawer-icon:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.5rem;
}

@media (min-width: 640px) {

    .s-drawer-icon:where([dir="ltr"], [dir="ltr"] *) {
        margin-right: 0px;
    }
}

.s-drawer-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.5rem;
}

@media (min-width: 640px) {

    .s-drawer-icon:where([dir="rtl"], [dir="rtl"] *) {
        margin-left: 0px;
    }
}

.s-drawer-icon svg {
    fill: #9ca3af;
}

.s-drawer-bg-normal {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.s-drawer-bg-success {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, 1);
    border-color: rgba(134, 239, 172, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, 1);
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity, 1));
}

.s-drawer-bg-success svg {
    fill: #16a34a;
}

.s-drawer-bg-error {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, 1);
    border-color: rgba(252, 165, 165, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, 1);
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity, 1));
}

.s-drawer-bg-error svg {
    fill: #dc2626;
}

.s-drawer-bg-primary {
    border-color: #414042;
    border-color: var(--color-primary);
    background-color: #414042;
    background-color: var(--color-primary);
}

.s-drawer-bg-primary svg {
    fill: #ff6767;
    fill: var(--color-primary-reverse);
}

.s-drawer-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {

    .s-drawer-title {
        margin-bottom: 0.5rem;
    }
}

.s-drawer-sub-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {

    .s-drawer-sub-title {
        margin-bottom: 0.5rem;
    }
}

.s-drawer-title-below {
    order: 10;
}

.s-drawer-body-slot {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-drawer-body-slot)>salla-button{width:100%}

.s-drawer-body {
    position: fixed;
    bottom: 0px;
    top: 0px;
    width: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-drawer-body)>salla-button{width:100%}

@media (min-width: 640px) {

    .s-drawer-body {
        position: relative;
        overflow: visible;
    }
}

.s-drawer-body:where([dir="ltr"], [dir="ltr"] *) {
    text-align: left;
}

.s-drawer-body:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
}

.s-drawer-padding {
    padding: 1rem;
    padding-top: 1.5rem;
}

@media (min-width: 640px) {

    .s-drawer-padding {
        padding: 1.5rem;
    }
}

.s-drawer-no-padding {
    padding: 0px;
}

.s-drawer-spacer {
    display: inline-block;
    height: 100vh;
}

.s-drawer-align-middle {
    vertical-align: bottom;
}

@media (min-width: 640px) {

    .s-drawer-align-middle {
        vertical-align: middle;
    }
}

.s-drawer-align-top {
    vertical-align: bottom;
}

@media (min-width: 640px) {

    .s-drawer-align-top {
        vertical-align: top;
    }
}

.s-drawer-align-bottom {
    vertical-align: bottom;
}

.s-drawer-overlay {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(107, 114, 128, 0.75);
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.75;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.s-drawer-overlay-leaving {
    opacity: 0;
}

.s-drawer-entering {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.s-drawer-leaving {
    --tw-translate-y: 1rem;
    transform: translate(var(--tw-translate-x), 1rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
}

@media (min-width: 640px) {

    .s-drawer-leaving {
        --tw-translate-y: 0px;
        transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.s-drawer-is-center {
    align-items: center;
}

@media (min-width: 640px) {

    .s-drawer-is-center {
        text-align: center;
    }
}

.s-drawer-left.s-drawer-leaving:where([dir="ltr"], [dir="ltr"] *) {
    --tw-translate-x: -100%;
    transform: translate(-100%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.s-drawer-left.s-drawer-leaving:where([dir="rtl"], [dir="rtl"] *) {
    --tw-translate-x: 100%;
    transform: translate(100%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.s-drawer-right.s-drawer-leaving:where([dir="ltr"], [dir="ltr"] *) {
    --tw-translate-x: 100%;
    transform: translate(100%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.s-drawer-right.s-drawer-leaving:where([dir="rtl"], [dir="rtl"] *) {
    --tw-translate-x: -100%;
    transform: translate(-100%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 480px) {

    .s-drawer-xs {
        max-width: 320px;
    }
}

@media (min-width: 640px) {

    .s-drawer-sm {
        max-width: 400px;
    }
}

@media (min-width: 768px) {

    .s-drawer-md {
        max-width: 500px;
    }
}

.s-drawer-lg {
    max-width: 600px;
}

.s-drawer-xl {
    max-width: 800px;
}

.s-drawer-full {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-drawer-full)>salla-button{width:100%}

@media (min-width: 768px) {

    .s-drawer-full {
        width: calc(100% - 70px);
    }
}

.s-file-upload-wrapper .filepond--drop-label {
    height: 100%;
    cursor: pointer;
    border-radius: 15px;
    border-width: 1px;
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.s-file-upload-wrapper .filepond--drop-label *{pointer-events:none}

.s-file-upload-wrapper .filepond--drop-label label {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-family: "DINNextLTArabic", -apple-system, BlinkMacSystemFont;
    font-family: var(--font-main), -apple-system, BlinkMacSystemFont;
}

.s-file-upload-wrapper .filepond--label-action {
    text-decoration-color: #6b7280;
}

.s-file-upload-wrapper .filepond--panel-root {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 244, 246, 1) !important;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1)) !important;
}

.s-file-upload-wrapper .filepond--panel-root {
    border-radius: 15px;
}

.s-file-upload-profile-image .filepond--panel-root {
    border-radius: 9999px !important;
}

.s-file-upload:not(.s-file-upload-multiple) .s-file-upload-wrapper .filepond--list-scroller {
    overflow-y: inherit !important;
    overflow: inherit !important;
    margin: 0 !important;
}

.filepond--root {
    min-height: 120px !important;
    font-family: inherit !important;
}

.s-file-upload-wrapper .filepond--item-panel {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, 1);
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity, 1));
}

.s-file-upload-wrapper .filepond--drip-blob {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, 1);
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity, 1));
}

.s-file-upload-wrapper .filepond--list {
    left: 0px;
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-file-upload-wrapper .filepond--list)>salla-button{width:100%}

.s-file-upload-wrapper .filepond--file-poster-wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    margin: 0px;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0.45em;
    background-color: rgba(0,0,0,0.01176);
}

input[type=radio].sr-only div.s-file-upload-wrapper .filepond--file-poster-wrapper{transition:all .3s}

input[type=radio].sr-only:checked~div.s-file-upload-wrapper .filepond--file-poster-wrapper{border-color:#414042;border-color:var(--color-primary)}

#quickview-card-details-popup .s-add-product-button-main:not(.s-file-upload-wrapper .filepond--file-poster-wrapper)>salla-button{width:100%}

.s-file-upload-wrapper .filepond--file-poster {
    position: absolute;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

input[type=radio].sr-only div.s-file-upload-wrapper .filepond--file-poster{transition:all .3s}

input[type=radio].sr-only:checked~div.s-file-upload-wrapper .filepond--file-poster{border-color:#414042;border-color:var(--color-primary)}

.s-file-upload-wrapper .filepond--file-poster-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

input[type=radio].sr-only div.s-file-upload-wrapper .filepond--file-poster-overlay{transition:all .3s}

input[type=radio].sr-only:checked~div.s-file-upload-wrapper .filepond--file-poster-overlay{border-color:#414042;border-color:var(--color-primary)}

#quickview-card-details-popup .s-add-product-button-main:not(.s-file-upload-wrapper .filepond--file-poster-overlay)>salla-button{width:100%}

.s-file-upload-wrapper .filepond--item {
    margin: 0px;
}

.s-file-upload-wrapper .filepond--file-info {
    margin: 0px;
}

.s-file-upload-wrapper .filepond--file-info-main {
    width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 0.75em;
    line-height: 1.2;
}

.s-file-upload-wrapper .filepond--file-status {
    width: 55%;
}

.s-file-upload-wrapper .filepond--file-status:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 35px;
}

@media (min-width: 768px) {

    .s-file-upload-wrapper .filepond--file-status:where([dir="rtl"], [dir="rtl"] *) {
        margin-right: 2.25em;
    }
}

.s-file-upload-wrapper .filepond--file-status .filepond--file-status-sub {
    width: 275px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s-file-upload-profile-image .filepond--root {
    min-height: 80px !important;
    border-radius: 9999px !important;
}

.s-file-upload-profile-image .filepond--root {
    height: 80px;
    width: 80px;
}

.s-file-upload-profile-image .filepond--drop-label {
    min-height: 70px !important;
    border-radius: 9999px !important;
}

.s-file-upload-profile-image .filepond--drop-label {
    z-index: 7;
    border-style: none;
}

.s-file-upload-profile-image .filepond--drop-label label {
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 0.8rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-family: "DINNextLTArabic", -apple-system, BlinkMacSystemFont;
    font-family: var(--font-main), -apple-system, BlinkMacSystemFont;
}

.s-file-upload-profile-image .filepond--drop-label label *{pointer-events:none}

.s-file-upload-profile-image .filepond--file {
    padding: 0px;
}

.s-file-upload-profile-image .filepond--file .filepond--action-remove-item {
    top: auto !important;
    transform: translateX(-50%) translateY(25%) !important;
}

.s-file-upload-profile-image .filepond--file .filepond--action-remove-item {
    bottom: -4px;
    left: 50%;
    background-color: rgba(255,68,58,.7);
    cursor: pointer;
    width: 20px;
    height: 20px;
    transition: 0.3s;
}

.s-file-upload-profile-image .filepond--file .filepond--action-remove-item:hover {
    background-color: #FF443A;
}

.s-file-upload-profile-image .filepond--file .filepond--file-action-button {
    top: 28px;
    right: 28px;
}

.s-file-upload-profile-image .filepond--file .filepond--progress-indicator,.s-file-upload-profile-image .filepond--file .filepond--load-indicator,.s-file-upload-profile-image .filepond--file .filepond--processing-complete-indicator {
    top: 48% !important;
}

.s-file-upload-profile-image .filepond--file .filepond--progress-indicator,.s-file-upload-profile-image .filepond--file .filepond--load-indicator,.s-file-upload-profile-image .filepond--file .filepond--processing-complete-indicator {
    right: 50%;
    left: auto;
    transform: translateX(50%) translateY(-50%);
}

.s-file-upload-profile-image .filepond--item-panel {
    background-color: transparent !important;
}

.s-file-upload-.s-file-upload-profile-image .filepond--item-panel .filepond--panel-top,.s-file-upload-profile-image .filepond--item-panel .filepond--panel-center,.s-file-upload-profile-image .filepond--item-panel .filepond--panel-bottom {
    display: none;
}

.s-file-upload-profile-image .filepond--file-poster-overlay {
    display: none;
}

.s-file-upload-profile-image .filepond--item {
    margin: 0px !important;
    height: 5rem !important;
}

.s-file-upload-profile-image .filepond--file-poster {
    height: 100%;
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-file-upload-profile-image .filepond--file-poster)>salla-button{width:100%}

.s-file-upload-profile-image .filepond--file-status {
    display: none;
}

.s-file-upload-profile-image .filepond--image-preview-overlay-success {
    top: auto;
    bottom: 0px;
    --tw-scale-y: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(-1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.s-file-upload-profile-image .filepond--image-preview-wrapper {
    border-radius: 9999px;
}

.s-file-upload-profile-image .filepond--file-info {
    display: none;
}

.s-file-upload-profile-image .filepond--list {
    left: 0px;
    right: 0px;
    height: 100%;
}

.s-file-upload-profile-image .filepond--file-poster img {
    height: 100%;
    width: 100%;
    border-radius: 9999px;
    -o-object-fit: cover;
       object-fit: cover;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-file-upload-profile-image .filepond--file-poster img)>salla-button{width:100%}

.s-file-upload-profile-image .filepond--file-poster-wrapper {
    overflow: hidden;
    border-radius: 9999px;
}

.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status {
    display: flex !important;
}

.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status {
    position: absolute;
    bottom: -62%;
    left: -190%;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, 1);
    color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

input[type=radio].sr-only div.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status{transition:all .3s}

input[type=radio].sr-only:checked~div.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status{border-color:#414042;border-color:var(--color-primary)}

.s-file-upload-multiple .filepond--root {
    max-height: 120px;
}

.s-file-upload-multiple .filepond--list-scroller {
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    overflow-y: scroll;
}

.s-file-upload-multiple .filepond--drop-label:not(.s-hidden) + .filepond--list-scroller {
    display: none;
}

.s-file-upload-multiple .filepond--item {

    @media(min-width: 767px) {
        margin-left: .3em !important;
    }

    @media(min-width: 767px) {
        width: calc(33.33% - .5em);
    }

    @media(max-width: 767px) {
        margin-bottom: .3em;
    }
}

.s-file-upload-hint {
    margin-top: -15px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-filters-checkbox {
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 6px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    color: #414042;
    color: var(--color-primary);
}

.s-filters-checkbox:focus {
    --tw-ring-color: transparent;
}

.s-filters-radio {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important;
}

.s-filters-radio {
    position: relative;
    height: 1rem;
    width: 1rem;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    color: #414042;
    color: var(--color-primary);
}

.s-filters-radio:focus {
    --tw-ring-color: transparent;
}

.s-filters-radio:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.75rem;
}

.s-filters-radio:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.75rem;
}

.s-filters-radio:checked {
    border-color: #414042;
    border-color: var(--color-primary);
}

.s-filters-radio:checked::after {
    position: absolute;
    left: 0.125rem;
    top: 0.125rem;
    display: block;
    height: 0.625rem;
    width: 0.625rem;
    border-radius: 9999px;
    background-color: #414042;
    background-color: var(--color-primary);
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.s-filters-radio:checked:hover {
    border-color: #414042;
    border-color: var(--color-primary);
}

.s-filters-radio:checked:focus {
    border-color: #414042;
    border-color: var(--color-primary);
}

.s-filters-label {
    position: relative;
    margin-bottom: 0.75rem;
    display: flex;
    cursor: pointer;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.s-filters-label *{pointer-events:none}

.s-filters-label:last-child {
    margin-bottom: 0px;
}

.s-filters-option-name {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    --tw-text-opacity: 1;
    color: rgba(129, 127, 127, 1);
    color: rgba(129, 127, 127, var(--tw-text-opacity, 1));
}

.s-filters-footer {
    display: flex;
    justify-content: center;
}

.s-filters-footer > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * 0);
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * (1 - 0));
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(1rem * calc(1 - 0));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.s-filters-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 768px) {

    .s-filters-footer {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.s-filters-footer:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.s-filters-footer salla-button {
    flex: 1 1 0%;
}

.s-filters-footer salla-button button {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-filters-footer salla-button button)>salla-button{width:100%}

.s-filters-widget-container {
    display: block;
    overflow: hidden;
    border-radius: 15px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 768px) {

    .s-filters-widget-container {
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem;
        padding-top: 1.25rem;
    }
}

.s-filters-widget-content {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-filters-widget-opened {
    visibility: visible;
    opacity: 1;
}

.s-filters-widget-opened .tooltip-content{transform:translate(82px, -120px);visibility:visible;opacity:1}

.s-filters-widget-closed {
    height: 0px !important;
}

.s-filters-widget-closed {
    visibility: hidden;
    padding: 0px;
    opacity: 0;
}

.s-filters-widget-title {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
}

.s-filters-widget-title *{pointer-events:none}

.s-filters-widget-arrow {
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-filters-widget-arrow svg {
    height: 1.25rem;
    width: 1.25rem;
}

.s-filters-widget-active-arrow {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.s-filters-widget-values {
    overflow: hidden;
    padding-top: 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-filters-widget-more {
    margin-top: 0.5rem;
    display: block;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #414042;
    color: var(--color-primary);
}

.s-filters-widget-more *{pointer-events:none}

.s-filters-widget-plusminus {
    position: relative;
    height: 0.75rem;
    width: 0.75rem;
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.s-filters-widget-plusminus::before {
    position: absolute;
    left: 0px;
    top: 50%;
    display: block;
    height: 0.125rem;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, 1);
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity, 1));
    transition-property: 0.35s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.s-filters-widget-plusminus::after {
    position: absolute;
    left: 0px;
    top: 50%;
    display: block;
    height: 0.125rem;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(153, 153, 153, 1);
    background-color: rgba(153, 153, 153, var(--tw-bg-opacity, 1));
    transition-property: 0.35s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.s-filters-widget-plusminus-active:before {
    transform: translatey(-50%) rotate(-90deg);
    opacity: 0;
}

.s-filters-widget-plusminus-active:after {
    transform: translatey(-50%) rotate(0);
    background-color: #414042;
    background-color: var(--color-primary);
}

.s-filters-widget-plusminus:before {
    transform: translatey(-50%);
}

.s-filters-widget-plusminus:after {
    transform: translatey(-50%) rotate(90deg);
}

.s-gifting-widget .s-list-tile-item-icon {
    display: none;
}

.s-gifting-widget-vertical .s-list-tile-item-icon {
    display: block;
}

.s-gifting-widget-vertical .s-list-tile-item-title svg {
    fill: #414042;
    fill: var(--color-primary);
}

.s-gifting-widget-vertical .s-list-tile-item-subtitle {
    padding-right: 3.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-gifting-widget-vertical .s-list-tile-item {
    flex-wrap: wrap;
    padding: 0px;
}

@media (min-width: 1024px) {

    .s-gifting-widget-vertical .s-list-tile-item-action {
        flex: 1 1 0%;
    }
}

.s-gifting-widget-vertical .widget-icon {
    --tw-translate-y: 0.625rem;
    transform: translate(var(--tw-translate-x), 0.625rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #414042;
    color: var(--color-primary);
}

.s-gifting-widget .s-button-text {
    display: flex;
}

.s-gifting-widget .s-list-tile-item {
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    border-radius: 0.75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding: 1.25rem;
    text-align: center;
}

@media (min-width: 768px) {

    .s-gifting-widget .s-list-tile-item {
        text-align: left;
    }
}

@media (min-width: 1024px) {

    .s-gifting-widget .s-list-tile-item {
        flex-direction: row;
    }
}

@media (min-width: 768px) {

    .s-gifting-widget .s-list-tile-item:where([dir="rtl"], [dir="rtl"] *) {
        text-align: right;
    }
}

.s-gifting-widget-horizontal .s-gifting-widget-action button {
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 400;
}

.s-gifting-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.5rem;
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, 1);
    border-color: rgba(191, 219, 254, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, 1);
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity, 1));
    padding: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, 1);
    color: rgba(29, 78, 216, var(--tw-text-opacity, 1));
}

.s-gifting-info svg {
    height: 1.25rem;
    width: 1.25rem;
    fill: #1d4ed8;
}

.s-gifting-error {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, 1);
    color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.s-gifting-info span {
    font-size: 0.75rem;
    line-height: 1rem;
}

.s-gifting-widget-action-content {
    display: flex;
    align-items: center;
}

.s-gifting-widget-action-content svg {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.s-gifting-modal-header {
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s-gifting-modal .s-modal-header {
    display: block;
}

.s-gifting-modal .s-modal-body {
    position: relative !important;
    left: auto !important;
    left: initial !important;
    bottom: auto !important;
    bottom: initial !important;
}

.s-gifting-modal .s-modal-body {
    padding-bottom: 2rem;
}

@media (min-width: 640px) {

    .s-gifting-modal .s-modal-body {
        padding-bottom: 1.5rem;
    }
}

.s-gifting-modal-icon {
    margin-bottom: 1.25rem;
    display: flex;
    height: 5rem;
    width: 5rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.s-gifting-modal-title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-gifting-modal-title)>salla-button{width:100%}

.s-gifting-modal-title::before {
    display: block;
    height: 1px;
    flex: 1 1 auto;
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.s-gifting-modal-title::after {
    display: block;
    height: 1px;
    flex: 1 1 auto;
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.s-gifting-modal-badge-wrapper {
    display: flex;
    align-items: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.s-gifting-modal-badge {
    margin-right: 0.5rem;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

i.sicon.sicon-rotate.s-gifting-modal-badge.ltr\:mr-2 {
    position: relative;
    top: 0.25rem;
}

.s-gifting-modal-badge:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0px;
    margin-left: 0.5rem;
}

.s-gifting-modal-uploader.has-bg {
    position: relative;
}

.s-gifting-modal-uploader.has-bg .s-gifting-remove-preview {
    pointer-events: auto;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
}

.s-gifting-modal-uploader-title {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.s-gifting-steps-wrapper {
    position: relative;
}

.s-gifting-steps-wrapper .s-button-wrap {
    pointer-events: auto !important;
}

.is-current-step-2 .gift-step-1, .is-current-step-1 .gift-step-2 {
    pointer-events: none;
    z-index: -1;
}

.s-gifting-step-one {
    padding-top: 1.25rem;
}

.s-gifting-step-two {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    --tw-translate-x: -105%;
    transform: translate(-105%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    flex-direction: column;
    opacity: 0;
}

input[type=radio].sr-only div.s-gifting-step-two{transition:all .3s}

input[type=radio].sr-only:checked~div.s-gifting-step-two{border-color:#414042;border-color:var(--color-primary)}

#quickview-card-details-popup .s-add-product-button-main:not(.s-gifting-step-two)>salla-button{width:100%}

.s-gifting-step-one .swiper-wrapper {
    height: 100px;
}

.s-gifting-step-one .swiper-slide {
    width: auto !important;
}

.s-gifting-step-one .filepond--list-scroller {
    overflow-y: hidden;
}

.s-gifting-step-one .swiper-wrapper img {
    border-radius: 0.375rem;
    -o-object-fit: cover;
       object-fit: cover;
}

.s-gifting-step-one .filepond--root {
    height: 230px;
}

.s-gifting-step-one .filepond--list {
    left: 0px !important;
    height: 100% !important;
}

.s-gifting-step-one .filepond-bg {
    position: absolute;
    top: 0px;
    z-index: 10;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, 1);
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity, 1));
    background-size: cover;
}

input[type=radio].sr-only div.s-gifting-step-one .filepond-bg{transition:all .3s}

input[type=radio].sr-only:checked~div.s-gifting-step-one .filepond-bg{border-color:#414042;border-color:var(--color-primary)}

#quickview-card-details-popup .s-add-product-button-main:not(.s-gifting-step-one .filepond-bg)>salla-button{width:100%}

.s-gifting-step-one .s-slider-button-next {
    top: 35% !important;
}

.s-gifting-step-one .s-slider-button-next button {
    height: 35px;
    width: 35px;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.s-gifting-step-one .s-slider-button-prev {
    top: 35% !important;
}

.s-gifting-step-one .s-slider-button-prev button {
    height: 35px;
    width: 35px;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.s-gifting-tel-input .s-tel-input-control {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}

.s-gifting-tel-input .s-tel-input-error-msg {
    display: none;
}

.s-gifting-step-two-footer {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.s-gifting-step-two-footer > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * 0);
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * (1 - 0));
    margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.625rem * calc(1 - 0));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.s-gifting-step-two-footer:where([dir="rtl"], [dir="rtl"] *) {
    flex-direction: row-reverse;
}

.s-gifting-step-two-footer a {
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: #414042;
    border-color: var(--color-primary);
    fill: #414042;
    fill: var(--color-primary);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
}

.s-gifting-step-two-footer a svg {
    height: 1.25rem;
    width: 1.25rem;
}

.s-gifting-step-two .s-form-group.s-form-has-error .s-tel-input-control {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 68, 58, 1) !important;
    border-color: rgba(255, 68, 58, var(--tw-border-opacity, 1)) !important;
}

.s-gifting-selectText {
    margin-bottom: 20px !important;
}

.s-gifting-schedule .s-form-label {
    margin-bottom: 0px !important;
}

.s-gifting-schedule {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.s-gifting-schedule > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * 0);
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * (1 - 0));
    margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.375rem * calc(1 - 0));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.s-gifting-schedule:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.s-gifting-clickable {
    cursor: pointer;
}

.s-gifting-clickable *{pointer-events:none}

.s-gifting-remove-preview {
    pointer-events: none;
    position: absolute;
    top: -7px;
    left: -7px;
    z-index: 10;
    display: flex;
    height: 1.25rem;
    width: 1.25rem;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(0) scaleY(0);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, 1);
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity, 1));
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-gifting-remove-preview *{pointer-events:none}

input[type=radio].sr-only div.s-gifting-remove-preview{transition:all .3s}

input[type=radio].sr-only:checked~div.s-gifting-remove-preview{border-color:#414042;border-color:var(--color-primary)}

.s-gifting-remove-preview:where([dir="rtl"], [dir="rtl"] *) {
    left: auto;
    left: initial;
    right: -7px;
}

.s-gifting-remove-preview svg {
    height: 100%;
    width: 15px;
    fill: #fff;
}

.s-gifting-textarea {
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.s-gifting-calendar-hint {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, 1);
    color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

.s-gifting-calendar.shown {
    margin-top: 0.75rem;
    height: 75px;
    opacity: 1;
}

.s-gifting-textarea.shown {
    height: 122px;
    opacity: 1;
}

.s-gifting-calendar.hide {
    pointer-events: none;
    visibility: hidden;
    margin: 0px;
    height: 0px;
    opacity: 0;
}

.s-gifting-textarea.hide {
    pointer-events: none;
    visibility: hidden;
    margin: 0px;
    height: 0px;
    opacity: 0;
}

.s-gifting-filepond-placeholder-icon svg {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    height: 4rem;
    width: 3rem;
    fill: #e5e7eb;
}

.s-gifting-filepond-placeholder-text {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}

.s-gifting-filepond-placeholder-text {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-family: "DINNextLTArabic", -apple-system, BlinkMacSystemFont;
    font-family: var(--font-main), -apple-system, BlinkMacSystemFont;
}

.s-gifting-skeleton-content salla-skeleton:nth-child(1) {
    margin-bottom: 0.75rem;
}

.s-gifting-skeleton-content salla-skeleton:nth-child(2) {
    margin-bottom: 1.25rem;
}

.s-gifting-skeleton-content salla-skeleton:nth-child(3) {
    margin-bottom: 0.75rem;
}

.s-gifting-skeleton-content salla-skeleton:nth-child(4) {
    margin-bottom: 1.25rem;
}

.s-gifting-skeleton .s-gifting-modal-header salla-skeleton {
    margin-bottom: 1.25rem;
}

.s-gifting-skeleton .s-gifting-modal-title {
    margin-bottom: 1.25rem;
}

.s-gifting-image {
    margin-left: 5px;
    margin-right: 5px;
}

.s-infinite-scroll-wrapper {
    margin-top: 1rem;
    text-align: center;
}

.s-infinite-scroll-last {
    margin: 0px;
    text-align: center;
}

.s-infinite-scroll-error {
    margin: 0px;
    text-align: center;
}

.s-list-tile-item {
    position: relative;
    display: flex;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 0.75rem;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
    text-decoration-line: none;
}

.s-list-tile-item-href {
    cursor: pointer;
}

.s-list-tile-item-href *{pointer-events:none}

.s-list-tile-item-icon {
    margin-right: 1rem;
    flex-shrink: 0;
}

.s-list-tile-item-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 1rem;
    margin-right: 0px;
}

.s-list-tile-item-title {
    font-size: 1rem;
    line-height: 1.5rem;
}

.s-list-tile-item-subtitle {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.s-loading-fill-color {
    fill: #414042;
    fill: var(--color-primary);
}

.s-localization-modal-title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.s-localization-modal-section {
    margin-bottom: 2rem;
}

.s-localization-modal-label-slot {
    flex-grow: 1;
}

.s-localization-modal-inner {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-localization-modal-inner)>salla-button{width:100%}

.s-localization-modal-section-inner {
    margin-top: 1rem;
}

.s-localization-modal-section-inner > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * (1 - 0));
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(1rem * calc(1 - 0));
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * 0);
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.s-localization-modal-item {
    display: flex;
    align-items: center;
}

.s-localization-modal-input {
    height: 1rem;
    width: 1rem;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    color: #414042;
    color: var(--color-primary);
}

.s-localization-modal-input:focus {
    --tw-ring-color: var(--color-primary);
}

.s-localization-modal-label {
    display: flex;
    flex-grow: 1;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.s-localization-modal-label *{pointer-events:none}

.s-localization-modal-label:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.75rem;
}

.s-localization-modal-label:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.75rem;
}

.s-localization-modal-flag {
    border-radius: 0.125rem;
}

.s-localization-modal-currency {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-localization-modal-select {
    height: 2.5rem;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    background-position: right;
    background-repeat: no-repeat;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-localization-modal-select)>salla-button{width:100%}

.s-localization-modal-select:focus {
    border-color: #414042;
    border-color: var(--color-primary);
}

.s-localization-modal-select:where([dir="rtl"], [dir="rtl"] *) {
    background-position: left;
}

.s-localization-modal-skeleton-content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
}

.s-localization-modal-skeleton-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * (1 - 0));
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(1rem * calc(1 - 0));
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * 0);
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.s-localization-modal-skeleton-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s-localization-modal-skeleton-item-flex {
    display: flex;
    align-items: center;
}

.s-localization-modal-skeleton-item-flex salla-skeleton:nth-child(1) {
    margin-right: 0.75rem;
}

.s-localization-modal-skeleton-item-flex salla-skeleton:nth-child(1):where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0px;
    margin-left: 0.75rem;
}

.s-loyalty-prize-item.swiper-slide {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0.5rem;
    display: flex;
    width: calc(33.33% - 10px);
    min-width: 200px;
    cursor: pointer;
    flex-direction: column;
}

.s-loyalty-prize-item.swiper-slide > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * (1 - 0));
    margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(0.75rem * calc(1 - 0));
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * 0);
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.s-loyalty-prize-item.swiper-slide {
    padding: 0px !important;
}

.s-loyalty-prize-item.swiper-slide {
    overflow: hidden;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    background-size: cover;
    text-align: center;
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.s-loyalty-prize-item.swiper-slide *{pointer-events:none}

.s-loyalty-prize-item-selected {
    --tw-translate-y: -0.125rem !important;
    transform: translate(var(--tw-translate-x), -0.125rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.s-loyalty-prize-item-selected {
    border-width: 1px;
    border-style: solid;
    border-color: #414042;
    border-color: var(--color-primary);
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.s-loyalty-prize-item-selected .s-loyalty-prize-item-check {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #414042;
    border-color: var(--color-primary);
}

.s-loyalty-prize-item-selected .s-loyalty-prize-item-check > div {
    height: 0.625rem;
    width: 0.625rem;
    border-radius: 9999px;
    background-color: #414042;
    background-color: var(--color-primary);
}

.s-loyalty-prize-item-image {
    height: 9rem;
    width: 100%;
    background-size: cover;
    -o-object-fit: cover;
       object-fit: cover;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-loyalty-prize-item-image)>salla-button{width:100%}

.s-loyalty-prize-item-title {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
}

.s-loyalty-prize-item-subtitle {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-loyalty-prize-item-check {
    position: absolute;
    height: 1rem;
    width: 1rem;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

input[type=radio].sr-only div.s-loyalty-prize-item-check{transition:all .3s}

input[type=radio].sr-only:checked~div.s-loyalty-prize-item-check{border-color:#414042;border-color:var(--color-primary)}

.s-loyalty-prize-item-check:where([dir="ltr"], [dir="ltr"] *) {
    left: 1.25rem;
}

.s-loyalty-prize-item-check:where([dir="rtl"], [dir="rtl"] *) {
    right: 1.25rem;
}

.s-loyalty-prize-item-points {
    margin-top: auto !important;
}

.s-loyalty-prize-item-points {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #414042;
    color: var(--color-primary);
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-loyalty-prize-item-points)>salla-button{width:100%}

.s-loyalty-program-redeem-btn {
    overflow: hidden;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.s-loyalty-header {
    margin-bottom: 1.25rem;
    display: block;
}

@media (max-width: 768px) {

    .s-loyalty-modal .s-modal-body {
        max-height: 100%;
        overflow-y: scroll;
    }
}

.s-loyalty-skeleton .s-list-tile-item-content {
    display: block;
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-loyalty-skeleton .s-list-tile-item-content)>salla-button{width:100%}

.s-loyalty-header-icon {
    position: relative;
    display: flex;
    height: 6rem;
    width: 6rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(255,158,1,0.10196);
}

.s-loyalty-header-icon > img {
    height: 3rem;
    width: 3rem;
}

.s-loyalty-header-title {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.s-loyalty-header-subtitle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.s-loyalty-activator-icon {
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, 1);
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity, 1));
}

.s-loyalty-activator-icon > svg {
    fill: #fff;
}

.s-loyalty-confirmation-modal-content .s-placeholder-title {
    margin-bottom: 0.75rem;
}

.s-loyalty-confirmation-modal-content .s-placeholder-icon svg b {
    --tw-text-opacity: 1;
    color: rgba(251, 146, 60, 1);
    color: rgba(251, 146, 60, var(--tw-text-opacity, 1));
}

.s-loyalty-confirmation-modal-content .s-placeholder-description {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.s-loyalty-confirmation-actions {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s-loyalty-confirmation-actions > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * 0);
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * (1 - 0));
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(1.25rem * calc(1 - 0));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.s-loyalty-confirmation-actions {
    padding: 1.25rem;
    padding-top: 0.5rem;
}

.s-loyalty-confirmation-actions:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.s-loyalty-widget .s-list-tile-item {
    padding: 0px !important;
}

.s-loyalty-widget-icon {
    display: flex;
    height: 4rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #414042;
    background-color: var(--color-primary);
}

.s-loyalty-widget-icon > svg {
    width: 1.5rem;
    fill: #fff;
}

.s-loyalty-after-exchange .s-list-tile-item {
    position: relative;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 15px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.s-loyalty-after-exchange .s-list-tile-item::after {
    pointer-events: none;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #414042;
    background-color: var(--color-primary);
    opacity: .08;
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.s-loyalty-after-exchange .s-list-tile-item .s-list-tile-item-title {
    font-size: 15px;
}

.s-loyalty-after-exchange-reset {
    height: 1.5rem;
}

.s-loyalty-after-exchange-reset button {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, 1);
    border-color: rgba(248, 113, 113, var(--tw-border-opacity, 1));
    font-size: 15px;
}

.s-loyalty-after-exchange-reset button span {
    display: flex;
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.75) scaleY(.75);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    align-items: center;
    justify-content: center;
}

.s-loyalty-after-exchange-reset button svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
}

.s-loyalty-after-exchange-reset button svg {
    fill: #f87171;
}

.s-loyalty-after-exchange-reset button:hover svg {
    fill: #fff;
}

.s-loyalty-after-exchange-action {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-loyalty-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-loyalty-skeleton .s-loyalty-header-subtitle > salla-skeleton {
    margin-bottom: 0.75rem;
    display: block;
}

.s-loyalty-skeleton .s-loyalty-prize-item-subtitle > salla-skeleton {
    margin-bottom: 0.75rem;
    display: block;
}

.s-loyalty-skeleton .s-loyalty-header-title {
    margin-bottom: 1.25rem;
}

.s-loyalty-skeleton-cards {
    display: flex;
    align-items: center;
}

.s-loyalty-skeleton .s-loyalty-prize-item {
    cursor: inherit !important;
}

.s-loyalty-skeleton .s-loyalty-prize-item {
    position: relative;
    text-align: center;
}

.s-loyalty-skeleton .s-loyalty-prize-item .s-skeleton-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.s-loyalty-skeleton .s-loyalty-prize-item-check {
    border-width: 0px;
}

.s-loyalty-slider {
    margin-bottom: 0.625rem;
    display: block;
}

.s-loyalty-slider .swiper-wrapper {
    height: auto !important;
}

.s-loyalty-container {
    padding: 0.625rem;
}

.s-loyalty-program-container > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * (1 - 0));
    margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(0.625rem * calc(1 - 0));
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * 0);
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

@media (min-width: 768px) {

    .s-loyalty-program-container > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * (1 - 0));
        margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
        margin-top: calc(1.25rem * calc(1 - 0));
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * 0);
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }
}

.s-loyalty-program-mobile-title {
    display: inline-block;
    width: 8rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

    .s-loyalty-program-mobile-title {
        display: none;
    }
}

.s-loyalty-program-reference-id {
    display: none;
}

@media (min-width: 768px) {

    .s-loyalty-program-reference-id {
        display: inline-block;
    }
}

.s-loyalty-program-buy-as-gift-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    display: inline-block;
    color: #414042;
    color: var(--color-primary);
}

.s-loyalty-program-copy-to-clipboard-button {
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {

    .s-loyalty-program-copy-to-clipboard-button {
        display: none;
    }
}

.s-loyalty-program-copy-to-clipboard-button salla-button {
    position: relative;
}

.s-loyalty-program-copy-to-clipboard-button-icon {
    pointer-events: none;
    font-size: 0.75rem;
    line-height: 1rem;
}

.s-loyalty-program-copy-to-clipboard-button-icon:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.25rem;
}

.s-loyalty-program-copy-to-clipboard-button-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.25rem;
}

@media (min-width: 768px) {

    .s-loyalty-program-status-container {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.s-loyalty-program-status-container:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: auto;
}

.s-loyalty-program-status-container:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: auto;
}

.s-loyalty-program-status-container i {
    margin-top: 0.25rem;
}

.s-loyalty-program-status-container i:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.25rem;
}

.s-loyalty-program-status-container i:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.25rem;
}

.s-loyalty-program-rated-text {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, 1);
    color: rgba(251, 191, 36, var(--tw-text-opacity, 1));
}

.s-loyalty-program-unrated-text {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, 1);
    color: rgba(229, 231, 235, var(--tw-text-opacity, 1));
}

.s-loyalty-program-no-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-loyalty-program-no-content .icon {
    margin-bottom: 1rem;
    display: flex;
    height: 8rem;
    width: 8rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
    font-size: 3rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}

.s-loyalty-program-no-content p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-loyalty-program-table {
    min-width: 100%;
    border-collapse: separate;
}

@media (min-width: 768px) {

    .s-loyalty-program-table {
        margin-bottom: -0.75rem;
        --tw-border-spacing-y: 1.25rem;
        border-spacing: var(--tw-border-spacing-x) 1.25rem;
        border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
    }
}

.s-loyalty-program-table-head {
    margin-bottom: 1.25rem;
    display: none;
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {

    .s-loyalty-program-table-head {
        display: table-header-group;
    }
}

.s-loyalty-program-table-head-tr-th {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: left;
}

[dir="ltr"] .s-loyalty-program-table-head-tr-th {
    text-align: left;
}

[dir="rtl"] .s-loyalty-program-table-head-tr-th {
    text-align: right;
}

.s-loyalty-program-table-head-tr-th:where([dir="ltr"], [dir="ltr"] *) {
    text-align: left;
}

.s-loyalty-program-table-head-tr-th:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
}

.s-loyalty-program-table-tbody-tr {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 15px;
    border-bottom-width: 8px;
    border-top-width: 8px;
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, 1);
    border-color: rgba(249, 250, 251, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 0.5rem;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

@media (min-width: 768px) {

    .s-loyalty-program-table-tbody-tr {
        display: table-row;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0px;
    }
}

.s-loyalty-program-table-tbody-tr-td {
    width: 100%;
    white-space: nowrap;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-loyalty-program-table-tbody-tr-td)>salla-button{width:100%}

.s-loyalty-program-table-tbody-tr-td:first-child {
    font-weight: 700;
}

@media (min-width: 768px) {

    .s-loyalty-program-table-tbody-tr-td {
        height: 5rem;
        width: auto;
    }

    .s-loyalty-program-table-tbody-tr-td:last-child {
        text-align: right;
    }

    [dir="ltr"] .s-loyalty-program-table-tbody-tr-td:last-child {
        text-align: right;
    }

    [dir="rtl"] .s-loyalty-program-table-tbody-tr-td:last-child {
        text-align: left;
    }

    .s-loyalty-program-table-tbody-tr-td:first-child:where([dir="ltr"], [dir="ltr"] *) {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .s-loyalty-program-table-tbody-tr-td:first-child:where([dir="rtl"], [dir="rtl"] *) {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }
}

.s-loyalty-program-table-tbody-tr-td:first-child {
    font-weight: 700;
}

.s-loyalty-program-table-tbody-tr-td-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

@media (min-width: 768px) {

    .s-loyalty-program-table-tbody-tr-td-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.s-loyalty-program-table-tbody-tr-td-content:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 0.5rem;
}

.s-loyalty-program-table-tbody-tr-td-content:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0.5rem;
}

.s-loyalty-program-table-tbody-tr a {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
}

input[type=radio].sr-only div.s-loyalty-program-table-tbody-tr a{transition:all .3s}

input[type=radio].sr-only:checked~div.s-loyalty-program-table-tbody-tr a{border-color:#414042;border-color:var(--color-primary)}

#quickview-card-details-popup .s-add-product-button-main:not(.s-loyalty-program-table-tbody-tr a)>salla-button{width:100%}

.s-loyalty-program-table-tbody-tr a:where([dir="ltr"], [dir="ltr"] *) {
    left: 0px;
}

.s-loyalty-program-table-tbody-tr a:where([dir="rtl"], [dir="rtl"] *) {
    right: 0px;
}

.s-loyalty-program-table-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 80px;
}

.s-loyalty-program-table-empty-state i {
    margin-bottom: 2rem;
    margin-top: 4rem;
    font-size: 80px;
    color: #c9c9c9;
    color: var(--infinte-color);
}

.s-loyalty-program-table-placeholder-title {
    padding: 0.75rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}

.s-loyalty-program-table-placeholder-sub-title {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-maintenance-alert-wrapper {
    position: relative;
    display: flex;
    min-height: 40px;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgba(26, 38, 61, 1);
    background-color: rgba(26, 38, 61, var(--tw-bg-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-maintenance-alert-wrapper)>salla-button{width:100%}

@media (min-width: 640px) {

    .s-maintenance-alert-wrapper {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.s-maintenance-alert-wrapper a {
    transition: 0.35s cubic-bezier(0.2, 1, 0.3, 1);
}

.s-maintenance-alert-wrapper * {
    color: inherit;
}

.s-maintenance-alert-close {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
}

input[type=radio].sr-only div.s-maintenance-alert-close{transition:all .3s}

input[type=radio].sr-only:checked~div.s-maintenance-alert-close{border-color:#414042;border-color:var(--color-primary)}

@media (min-width: 768px) {

    .s-maintenance-alert-close {
        top: 0.75rem;
        right: 0.75rem;
    }
}

.s-maintenance-alert-close:where([dir="rtl"], [dir="rtl"] *) {
    right: auto;
    right: initial;
    left: 0.25rem;
}

@media (min-width: 768px) {

    .s-maintenance-alert-close:where([dir="rtl"], [dir="rtl"] *) {
        left: 0.75rem;
    }
}

.s-maintenance-alert-close svg {
    height: 1rem;
    width: 1rem;
    fill: #fff;
}

@media (min-width: 768px) {

    .s-maintenance-alert-close svg {
        height: 1.25rem;
        width: 1.25rem;
    }
}

.s-maintenance-alert-content {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-maintenance-alert-content)>salla-button{width:100%}

@media (min-width: 640px) {

    .s-maintenance-alert-content {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.s-maintenance-alert-container {
    display: flex;
    align-items: center;
}

.s-maintenance-alert-icon {
    margin-right: 1.25rem;
    display: none;
}

@media (min-width: 640px) {

    .s-maintenance-alert-icon {
        display: block;
    }
}

.s-maintenance-alert-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 1.25rem;
    margin-right: 0px;
}

.s-maintenance-alert-text h2 {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}

@media (min-width: 640px) {

    .s-maintenance-alert-text h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.s-maintenance-alert-text p {
    margin: 0px;
    text-align: right;
    font-size: 10px;
    line-height: 1.2;
}

@media (min-width: 640px) {

    .s-maintenance-alert-text p {
        text-align: center;
        font-size: 0.75rem;
        line-height: 1rem;
        line-height: 1;
    }
}

.s-maintenance-alert-btn {
    position: relative;
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    white-space: nowrap;
    border-radius: 0.125rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(93, 213, 196, 1);
    border-color: rgba(93, 213, 196, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(93, 213, 196, 1);
    background-color: rgba(93, 213, 196, var(--tw-bg-opacity, 1));
    padding: 0.5rem;
    text-align: center;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-maintenance-alert-btn *{pointer-events:none}

.s-maintenance-alert-btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(53, 203, 181, 1);
    background-color: rgba(53, 203, 181, var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {

    .s-maintenance-alert-btn {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.s-map-modal-title {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.s-map-location-icon {
    margin-right: 0.5rem;
}

i.sicon.sicon-rotate.s-map-location-icon.ltr\:mr-2 {
    position: relative;
    top: 0.25rem;
}

.s-map-location-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.5rem;
    margin-right: 0px;
}

.s-map-location-icon svg {
    height: 1rem !important;
    width: 1rem !important;
}

.s-map-modal-body {
    position: relative;
    overflow: hidden;
}

.s-map-element {
    height: 400px;
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-map-element)>salla-button{width:100%}

.s-map-search-wrapper {
    position: absolute;
    top: 0px;
    z-index: 1;
    margin: 1.25rem;
    width: -webkit-fill-available;
}

input[type=radio].sr-only div.s-map-search-wrapper{transition:all .3s}

input[type=radio].sr-only:checked~div.s-map-search-wrapper{border-color:#414042;border-color:var(--color-primary)}

.s-map-search-wrapper input {
    height: 2.5rem;
    width: 100%;
    padding: 0.5rem;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-map-search-wrapper input)>salla-button{width:100%}

.s-map-search-wrapper input:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
}

.s-map-search-results {
    margin-top: 0px;
    display: flex;
    height: 6rem;
    flex-direction: column;
    padding: 0.5rem;
}

.s-map-modal-body .s-loading-container {
    position: absolute;
    margin: 0px;
    padding: 5rem;
}

input[type=radio].sr-only div.s-map-modal-body .s-loading-container{transition:all .3s}

input[type=radio].sr-only:checked~div.s-map-modal-body .s-loading-container{border-color:#414042;border-color:var(--color-primary)}

.s-map-my-location-button {
    position: absolute;
    bottom: 1.5rem;
    left: 0px;
    margin: 0.5rem;
}

input[type=radio].sr-only div.s-map-my-location-button{transition:all .3s}

input[type=radio].sr-only:checked~div.s-map-my-location-button{border-color:#414042;border-color:var(--color-primary)}

.s-map-location-button .s-button-text {
    display: flex;
    align-items: center;
}

.s-map-submit-button button {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.s-menu-item {
    display: none !important;
}

@media (min-width: 1024px) {

    .s-menu-item {
        display: block !important;
    }

    .s-menu-root-level {
        display: inline-block !important;
    }
}

.s-menu-non-root-level {
    position: relative;
}

.s-menu-products-wrapper {
    flex-grow: 1;
    padding: 2rem;
}

.s-menu-products-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 1rem;
    gap: 1rem;
}

.s-menu-submenu-unordered-list {
    margin: 2rem;
    width: 14rem;
    flex-shrink: 0;
}

.s-menu-submenu-unordered-list:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0px;
}

.s-menu-submenu-unordered-list:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0px;
}

.s-menu-submenu-with-product {
    left: 0px;
    display: flex;
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-menu-submenu-with-product)>salla-button{width:100%}

.s-menu-submenu-without-product {
    width: 14rem;
}

.s-menu-footer-item {
    margin-bottom: 1.25rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1;
}

.s-menu-footer-item:last-child {
    margin-bottom: 0px;
}

.s-menu-topnav-list {
    display: none;
    align-items: center;
    white-space: nowrap;
}

@media (min-width: 1024px) {

    .s-menu-topnav-list {
        display: flex;
    }
}

.s-menu-topnav-list:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 1rem;
}

.s-menu-topnav-list:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 1rem;
}

.s-menu-topnav-item {
    display: inline-block;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-menu-topnav-item:hover {
    opacity: 0.8;
}

.s-menu-topnav-item:where([dir="ltr"], [dir="ltr"] *) {
    border-right-width: 1px;
}

.s-menu-topnav-item:first-child:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 0px;
}

.s-menu-topnav-item:last-child:where([dir="ltr"], [dir="ltr"] *) {
    border-width: 0px;
    padding-right: 0px;
}

.s-menu-topnav-item:where([dir="rtl"], [dir="rtl"] *) {
    border-left-width: 1px;
}

.s-menu-topnav-item:first-child:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 0px;
}

.s-menu-topnav-item:last-child:where([dir="rtl"], [dir="rtl"] *) {
    border-width: 0px;
    padding-left: 0px;
}

.s-metadata-box {
    margin-bottom: 1.25rem;
    display: block;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 1.25rem;
}

.s-metadata-box-header {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
}

.s-metadata-row {
    margin-bottom: 0.75rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0.5rem;
    line-height: 1.25rem;
}

.s-metadata-row:last-child {
    margin-bottom: 0px;
}

.s-metadata-row-name {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.s-modal-container {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 200;
    overflow: hidden;
}

.s-modal-wrapper {
    height: 100%;
    overflow-y: auto;
    text-align: center;
}

.s-modal-loader {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.s-modal-loader::before {
    display: inline-block;
    height: 2.5rem;
    content: var(--tw-content);
    width: 2.5rem;
}

@keyframes spin {

    to {
        content: var(--tw-content);
        transform: rotate(360deg);
    }
}

.s-modal-loader::before {
    animation: spin 1s linear infinite;
    border-radius: 9999px;
    border-width: 2px;
    border-style: solid;
    border-top-color: #414042;
    border-top-color: var(--color-primary);
    border-left-color: #414042;
    border-left-color: var(--color-primary);
    border-bottom-color: rgba(243, 244, 246, 1);
    border-bottom-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
    --tw-border-opacity: 1;
    border-right-color: rgba(243, 244, 246, 1);
    border-right-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.s-modal-close {
    position: absolute;
    top: 0.75rem;
    z-index: 10;
    width: 2.75rem;
    cursor: pointer;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.s-modal-close *{pointer-events:none}

input[type=radio].sr-only div.s-modal-close{transition:all .3s}

input[type=radio].sr-only:checked~div.s-modal-close{border-color:#414042;border-color:var(--color-primary)}

.s-modal-close:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.s-modal-close:where([dir="ltr"], [dir="ltr"] *) {
    right: 0px;
}

.s-modal-close:where([dir="rtl"], [dir="rtl"] *) {
    left: 0px;
}

.s-modal-close svg {
    width: 1.25rem;
    fill: #f87171;
}

.s-modal-close svg:hover {
    fill: #ef4444;
}

.s-modal-header {
    flex-direction: column;
}

.s-modal-header-inner {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    padding-right: 2rem;
    text-align: center;
}

@media (min-width: 640px) {

    .s-modal-header-inner {
        display: block;
    }
}

@media (min-width: 768px) {

    .s-modal-header-inner {
        padding: 0px !important;
    }
}

.s-modal-header-inner:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 2rem;
    padding-right: 0px;
}

.s-modal-header-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}

@media (min-width: 768px) {

    .s-modal-header-content {
        text-align: center;
    }
}

.s-modal-header-content:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
}

@media (min-width: 768px) {

    .s-modal-header-content:where([dir="rtl"], [dir="rtl"] *) {
        text-align: center;
    }
}

.s-modal-header-img {
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
}

@media (min-width: 640px) {

    .s-modal-header-img {
        margin-bottom: 1rem;
    }
}

.s-modal-icon {
    display: inline-flex;
    height: 4rem;
    width: 4rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    font-size: 1.875rem;
    line-height: 2.25rem;
}

i.sicon.sicon-rotate.s-modal-icon.ltr\:mr-2 {
    position: relative;
    top: 0.25rem;
}

i.sicon.sicon-rotate.rtl\:ml-2.s-modal-icon {
    position: relative;
    top: 0.25rem;
}

@media (min-width: 640px) {

    .s-modal-icon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
        height: 5rem;
        width: 5rem;
    }
}

.s-modal-icon:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.5rem;
}

@media (min-width: 640px) {

    .s-modal-icon:where([dir="ltr"], [dir="ltr"] *) {
        margin-right: 0px;
    }
}

.s-modal-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.5rem;
}

@media (min-width: 640px) {

    .s-modal-icon:where([dir="rtl"], [dir="rtl"] *) {
        margin-left: 0px;
    }
}

.s-modal-icon svg {
    fill: #9ca3af;
}

.s-modal-bg-normal {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.s-modal-bg-success {
    --tw-border-opacity: 1;
    border-color: rgba(134, 239, 172, 1);
    border-color: rgba(134, 239, 172, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, 1);
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity, 1));
}

.s-modal-bg-success svg {
    fill: #16a34a;
}

.s-modal-bg-error {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, 1);
    border-color: rgba(252, 165, 165, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, 1);
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity, 1));
}

.s-modal-bg-error svg {
    fill: #dc2626;
}

.s-modal-bg-primary {
    border-color: #414042;
    border-color: var(--color-primary);
    background-color: #414042;
    background-color: var(--color-primary);
}

.s-modal-bg-primary svg {
    fill: #ff6767;
    fill: var(--color-primary-reverse);
}

.s-modal-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {

    .s-modal-title {
        margin-bottom: 0.5rem;
    }
}

.s-modal-sub-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {

    .s-modal-sub-title {
        margin-bottom: 0.5rem;
    }
}

.s-modal-title-below {
    order: 10;
}

.s-modal-body-slot {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-modal-body-slot)>salla-button{width:100%}

.s-modal-body {
    position: fixed;
    left: 0px;
    bottom: 0px;
    display: inline-block;
    width: 100%;
    --tw-translate-y: 1rem;
    transform: translate(var(--tw-translate-x), 1rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    overflow: hidden;
    border-radius: 15px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-modal-body)>salla-button{width:100%}

@media (min-width: 640px) {

    .s-modal-body {
        position: relative;
        margin-top: 2rem;
        margin-bottom: 2rem;
        --tw-translate-y: 0px;
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.95) scaleY(.95);
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        overflow: visible;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }
}

@media (min-width: 768px) {

    .s-modal-body {
        left: auto;
        left: initial;
        bottom: auto;
        bottom: initial;
    }
}

.s-modal-body:where([dir="ltr"], [dir="ltr"] *) {
    text-align: left;
}

.s-modal-body:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
}

.s-modal-padding {
    padding: 1rem;
    padding-top: 1.5rem;
}

@media (min-width: 640px) {

    .s-modal-padding {
        padding: 1.5rem;
    }
}

.s-modal-spacer {
    display: inline-block;
    height: 100vh;
}

.s-modal-align-middle {
    vertical-align: bottom;
}

@media (min-width: 640px) {

    .s-modal-align-middle {
        vertical-align: middle;
    }
}

.s-modal-align-top {
    vertical-align: bottom;
}

@media (min-width: 640px) {

    .s-modal-align-top {
        vertical-align: top;
    }
}

.s-modal-align-bottom {
    vertical-align: bottom;
}

.s-modal-overlay {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(107, 114, 128, 0.75);
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.75;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.s-modal-overlay-leaving {
    opacity: 0;
}

.s-modal-entering {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 640px) {

    .s-modal-entering {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.s-modal-leaving {
    --tw-translate-y: 1rem;
    transform: translate(var(--tw-translate-x), 1rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
}

@media (min-width: 640px) {

    .s-modal-leaving {
        --tw-translate-y: 0px;
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.95) scaleY(.95);
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.s-modal-is-center {
    align-items: center;
}

@media (min-width: 640px) {

    .s-modal-is-center {
        text-align: center;
    }

    .s-modal-xs {
        max-width: 380px;
    }

    .s-modal-sm {
        max-width: 480px;
    }
}

@media (min-width: 768px) {

    .s-modal-md {
        max-width: 768px;
    }
}

.s-modal-lg {
    max-width: 992px;
}

.s-modal-xl {
    max-width: 1280px;
}

.s-modal-full {
    height: 100%;
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-modal-full)>salla-button{width:100%}

@media (min-width: 768px) {

    .s-modal-full {
        height: calc(100% - 70px);
        width: calc(100% - 70px);
    }
}

.s-multiple-bundle-product-wrapper {
    margin-bottom: 1.25rem;
    display: block;
}

.s-multiple-bundle-product-wrapper-sections {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.s-multiple-bundle-product-wrapper-slider {
    display: block;
}

.s-multiple-bundle-product-wrapper-slider .swiper-pagination {
    position: static;
}

.s-multiple-bundle-product-slide-one-third {
    width: 100% !important;
}

.s-multiple-bundle-product-slide-one-third {
    height: auto;
}

@media (min-width: 640px) {

    .s-multiple-bundle-product-slide-one-third {
        width: 100% !important;
    }
}

@media (min-width: 768px) {

    .s-multiple-bundle-product-slide-one-third {
        width: 50% !important;
    }
}

@media (min-width: 1024px) {

    .s-multiple-bundle-product-slide-one-third {
        width: 35.7% !important;
    }
}

.s-multiple-bundle-product-slide-one-third-disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.s-multiple-bundle-product-slide-one-third-disabled .s-multiple-bundle-product-image-wrapper {
    opacity: 0.5;
}

.s-multiple-bundle-product-slide-one-third-disabled .s-multiple-bundle-product-button {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, 1);
    color: rgba(229, 231, 235, var(--tw-text-opacity, 1));
}

.s-multiple-bundle-product-card {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    border-radius: 0.5rem;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-multiple-bundle-product-card)>salla-button{width:100%}

.s-multiple-bundle-product-checkbox {
    position: absolute;
    top: 0.25rem;
    right: 0.5rem;
    height: 1rem;
    width: 1rem;
    border-radius: 15px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    accent-color: #16a34a;
}

input[type=radio].sr-only div.s-multiple-bundle-product-checkbox{transition:all .3s}

input[type=radio].sr-only:checked~div.s-multiple-bundle-product-checkbox{border-color:#414042;border-color:var(--color-primary)}

.s-multiple-bundle-product-image-wrapper {
    display: flex;
    height: 200px;
    justify-content: center;
}

.s-multiple-bundle-product-image {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-multiple-bundle-product-image)>salla-button{width:100%}

.s-multiple-bundle-product-content-wrapper {
    padding: 0.5rem;
    line-height: 1rem;
}

.s-multiple-bundle-product-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
}

.s-multiple-bundle-product-details {
    display: flex;
    flex-direction: column;
}

.s-multiple-bundle-product-title-wrapper {
    flex: 1 1 0%;
}

.s-multiple-bundle-product-title {
    font-size: 9px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.s-multiple-bundle-product-price-wrapper {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.s-multiple-bundle-product-price {
    font-size: 9px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.s-multiple-bundle-product-price-discount {
    margin-left: 0.5rem;
    font-size: 8px;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
    text-decoration-line: line-through;
}

.s-multiple-bundle-product-button {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    border-radius: 0.5rem;
    border-width: 0px;
    font-size: 10px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, 1);
    color: rgba(22, 163, 74, var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    text-align: left;
}

[dir="ltr"] .s-multiple-bundle-product-button {
    text-align: left;
}

[dir="rtl"] .s-multiple-bundle-product-button {
    text-align: right;
}

.s-multiple-bundle-product-button:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, 1);
    color: rgba(59, 130, 246, var(--tw-text-opacity, 1));
}

.s-multiple-bundle-product-button-icon {
    font-size: 10px;
    font-weight: 700;
}

.s-multiple-bundle-product-button-disabled-icon {
    pointer-events: none;
    opacity: 0.5;
}

.s-multiple-bundle-product-badge {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 0.25rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 7px;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-multiple-bundle-product-options-modal-footer {
    display: flex;
    justify-content: flex-end;
}

.s-multiple-bundle-product-options-modal-slider {
    margin-top: 1.25rem;
    display: flex;
    gap: 1.25rem;
}

.s-multiple-bundle-product-options-modal-slider .s-slider-container .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-multiple-bundle-product-options-modal-slider .s-slider-thumbs {
    margin-top: 0px !important;
}

.s-multiple-bundle-product-options-modal-slider .s-slider-thumbs-container {
    margin: 0px !important;
    width: 40px !important;
    transform: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.s-multiple-bundle-product-options-modal-slider .s-slider-thumbs-container {
    position: static;
}

.s-multiple-bundle-product-options-modal-slider .s-slider-thumbs-container .swiper-slide {
    margin-top: 0px !important;
    display: flex !important;
    height: 40px !important;
}

.s-multiple-bundle-product-options-modal-slider .s-slider-thumbs-container .swiper-slide {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-multiple-bundle-product-options-modal-slider .s-slider-thumbs-container .swiper-slide)>salla-button{width:100%}

.s-multiple-bundle-product-cart-header-wrapper {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-multiple-bundle-product-cart-header-wrapper)>salla-button{width:100%}

.s-multiple-bundle-product-cart-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.s-multiple-bundle-product-cart-header-no-options {
    justify-content: space-between;
}

.s-multiple-bundle-product-cart-header-content {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.s-multiple-bundle-product-cart-header-remove-button {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.s-multiple-bundle-product-cart-body-remove-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem;
}

.s-multiple-bundle-product-cart-header-image-wrapper {
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
}

.s-multiple-bundle-product-cart-header-image {
    height: 4rem;
    width: 4rem;
    flex: none;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.s-multiple-bundle-product-cart-header-content-details > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * (1 - 0));
    margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(0.25rem * calc(1 - 0));
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * 0);
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.s-multiple-bundle-product-cart-header-content-details-title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.s-multiple-bundle-product-cart-header-content-details-price {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.s-multiple-bundle-product-cart-header-content-details-price-regular {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.s-multiple-bundle-product-cart-header-content-details-price-sale {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
    text-decoration-line: line-through;
}

.s-multiple-bundle-product-cart-header-content-details-quantity {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.s-multiple-bundle-product-cart-header-content-details-title-link {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
}

.s-multiple-bundle-product-options-modal-slider-thumb {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
    -o-object-fit: cover;
       object-fit: cover;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-multiple-bundle-product-options-modal-slider-thumb)>salla-button{width:100%}

.s-notifications-container > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * (1 - 0));
    margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(0.625rem * calc(1 - 0));
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * 0);
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

@media (min-width: 768px) {

    .s-notifications-container > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * (1 - 0));
        margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
        margin-top: calc(1.25rem * calc(1 - 0));
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * 0);
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }
}

.s-notifications-item {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
}

.s-notifications-item > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * 0);
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * (1 - 0));
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(1rem * calc(1 - 0));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.s-notifications-item {
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 1.25rem;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.s-notifications-item *{pointer-events:none}

.s-notifications-item:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.s-notifications-item:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.s-notifications-item-icon {
    display: flex;
    height: 3.5rem;
    width: 3.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.s-notifications-item-icon-new {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, 1);
    color: rgba(248, 113, 113, var(--tw-text-opacity, 1));
}

.s-notifications-item-content {
    flex: 1 1 0%;
}

@media (min-width: 768px) {

    .s-notifications-item-content {
        display: flex;
    }
}

.s-notifications-item-content-leading {
    flex: 1 1 0%;
}

.s-notifications-item-content-leading h4 {
    margin-bottom: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.s-notifications-item-content-leading p {
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 768px) {

    .s-notifications-item-content-leading p {
        margin-bottom: 0px;
    }
}

.s-notifications-item-content-trailing {
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.s-notifications-item-content-trailing-icon:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.375rem;
}

.s-notifications-item-content-trailing-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.375rem;
}

.s-notifications-item-read {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-notifications-no-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-notifications-item-shadow:hover {
    box-shadow: 5px 10px 30px rgba(43,45,52,0.05098);
}

.s-offer-wrapper {
    position: relative;
    margin-bottom: 2rem;
    overflow: hidden;
    border-radius: 15px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 0.625rem;
}

@media (min-width: 640px) {

    .s-offer-wrapper {
        padding: 1.25rem;
    }
}

@media (min-width: 768px) {

    .s-offer-wrapper {
        margin-bottom: 4rem;
    }
}

.s-offer-corner-badge {
    position: absolute;
    z-index: 1;
    float: left;
    margin: 0px;
    height: auto;
    width: auto;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, 1);
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity, 1));
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

input[type=radio].sr-only div.s-offer-corner-badge{transition:all .3s}

input[type=radio].sr-only:checked~div.s-offer-corner-badge{border-color:#414042;border-color:var(--color-primary)}

.s-offer-corner-badge:where([dir="ltr"], [dir="ltr"] *) {
    top: 1.25rem;
    right: -3.5rem;
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.s-offer-corner-badge:where([dir="rtl"], [dir="rtl"] *) {
    top: 0.75rem;
    left: -3rem;
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.s-offer-slide-one-sixth {
    width: 50% !important;
}

@media (min-width: 640px) {

    .s-offer-slide-one-sixth {
        width: 33.333333% !important;
    }
}

@media (min-width: 768px) {

    .s-offer-slide-one-sixth {
        width: 25% !important;
    }
}

@media (min-width: 1024px) {

    .s-offer-slide-one-sixth {
        width: 16.666667% !important;
    }
}

.s-offer-slide-one-sixth-single {
    align-items: center !important;
}

.s-offer-slide-one-sixth-single {
    display: flex;
    gap: 0.75rem;
}

.s-offer-slide-cat-entry {
    display: flex;
    height: 9rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, 1);
    border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 0.75rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.s-offer-slide-cat-entry:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
    --tw-shadow: 5px 10px 30px rgba(43,45,52,0.05098);
    --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px rgba(43,45,52,0.05098);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.s-offer-slide-cat-entry i {
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 33px;
    color: #414042;
    color: var(--color-primary);
}

.s-offer-slide-cat-entry h4 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
}

.s-offer-slide-one-fourth {
    height: auto;
    max-width: 310px;
}

@media (min-width: 640px) {

    .s-offer-slide-one-fourth {
        width: 50%;
    }
}

@media (min-width: 768px) {

    .s-offer-slide-one-fourth {
        width: 33.333333%;
    }
}

@media (min-width: 1024px) {

    .s-offer-slide-one-fourth {
        width: 25%;
    }
}

.s-offer-slide-offer-entry {
    display: flex;
    height: 9rem;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.s-offer-slide-offer-entry:hover {
    --tw-shadow: 5px 10px 30px rgba(43,45,52,0.05098);
    --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px rgba(43,45,52,0.05098);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.s-offer-slide-offer-entry-price-quantity-container {
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    padding: 0.75rem;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-offer-slide-offer-entry-price-quantity-container)>salla-button{width:100%}

.s-offer-slide-offer-entry-quantity {
    margin-bottom: 0.25rem;
}

.s-offer-slide-offer-entry-price {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-offer-slide-offer-entry-price-amount {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 800;
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, 1);
    color: rgba(248, 113, 113, var(--tw-text-opacity, 1));
}

.s-offer-slide-offer-entry-price-amount-percent {
    width: 100%;
    border-top-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
    padding: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-offer-slide-offer-entry-price-amount-percent)>salla-button{width:100%}

.s-offer-slide-offer-entry-price-amount-percent span {
    font-weight: 700;
}

.s-offer-discount-list {
    margin-top: 1.25rem;
}

.s-offer-discount-list > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * (1 - 0));
    margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(0.625rem * calc(1 - 0));
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * 0);
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.s-offer-discount-list-item {
    display: flex;
    justify-content: space-between;
    border-top-width: 1px;
    padding-top: 0.625rem;
}

.s-offer-discount-list-item-money {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, 1);
    color: rgba(248, 113, 113, var(--tw-text-opacity, 1));
}

.s-offer-discount-list-item-discount {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.s-offer-discount-list-item-discount span {
    font-weight: 700;
}

.s-offer-bank-wrapper {
    position: relative;
    display: flex;
    min-height: 144px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, 1);
    border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 0.5rem;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-offer-bank-wrapper)>salla-button{width:100%}

.s-offer-bank-wrapper:hover {
    --tw-shadow: 5px 10px 30px rgba(43,45,52,0.05098);
    --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px rgba(43,45,52,0.05098);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.s-offer-bank-wrapper-multi-spacer {
    margin-top: 1.25rem;
}

.s-offer-bank-wrapper-sinlge-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.s-offer-bank-logo {
    margin-bottom: 0.25rem;
    display: flex;
    height: 5rem;
    width: 5rem;
    align-items: center;
    border-radius: 15px;
}

.s-offer-bank-logo img {
    height: 100%;
    max-height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-offer-bank-logo img)>salla-button{width:100%}

.s-offer-bank-payment-wrapper {
    display: flex;
    min-width: 84px;
    justify-content: center;
}

.s-offer-bank-payment-single {
    display: flex;
    height: 2rem;
    width: 3rem;
    align-items: center;
    border-radius: 15px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.s-offer-bank-payment-single img {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-offer-bank-payment-single img)>salla-button{width:100%}

.s-offer-bank-payment-discount-percent {
    position: absolute;
    top: -1rem;
    left: auto;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, 1);
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity, 1));
    padding: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, 1);
    color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

input[type=radio].sr-only div.s-offer-bank-payment-discount-percent{transition:all .3s}

input[type=radio].sr-only:checked~div.s-offer-bank-payment-discount-percent{border-color:#414042;border-color:var(--color-primary)}

.s-offer-bank-message {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-offer-bank-message)>salla-button{width:100%}

.s-offer-bank-message h2 {
    max-width: 92%;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, 1);
    color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

.s-offer-bank-message p {
    max-width: 95%;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.s-offer-bank-message-amount {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, 1);
    color: rgba(185, 28, 28, var(--tw-text-opacity, 1));
}

.s-offer-bank-payment-nav {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
}

.s-offer-.s-slider-block__title {
    position: relative;
    margin-bottom: 1.25rem;
}

.s-offer-.s-slider-block__title::before {
    position: absolute;
    top: 1rem;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, 1);
    color: rgba(254, 242, 242, var(--tw-text-opacity, 1));
    --tw-content: 'ee30';
    content: 'ee30';
    content: var(--tw-content);
}

.s-offer-.s-slider-block__title:where([dir="ltr"], [dir="ltr"] *)::before {
    content: var(--tw-content);
    left: 0px;
}

.s-offer-.s-slider-block__title:where([dir="rtl"], [dir="rtl"] *)::before {
    content: var(--tw-content);
    right: 0px;
}

.s-offer-.s-offer-wrapper .s-slider-block__title h2 {
    z-index: 0;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, 1);
    color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.s-offer-.s-offer-wrapper .s-slider-block__title p {
    margin-top: 0.25rem;
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
    line-height: 1.5rem;
}

.s-offer-wrapper .s-slider-block__title::before {
    content: \ee30;
    font-family: sallaicons;
    position: absolute;
    top: 1rem;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    z-index: -1;
    color: rgba(254, 242, 242, 1);
}

.s-offer-modal-body {
    display: flex;
    overflow-x: auto;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
    gap: 24px;
    padding-bottom: 32px;
    -webkit-overflow-scrolling: touch;
}

.s-offer-modal-body::-webkit-scrollbar {
    display: none;
}

.s-offer-modal-badge {
    margin-bottom: 0.625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-offer-modal-badge:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.625rem;
}

.s-offer-modal-badge:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.625rem;
}

.s-offer-modal-badge-icon:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.375rem;
}

.s-offer-modal-badge-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.375rem;
}

.s-offer-modal-badge-icon svg {
    margin-bottom: 1rem;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    fill: #414042;
    fill: var(--color-primary);
}

.s-offer-modal-badge-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
}

.s-offer-modal-cat-item.swiper-slide {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    height: 9rem;
    max-width: 180px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, 1);
    border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 0.75rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.s-offer-modal-cat-item.swiper-slide:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.s-offer-modal-product.swiper-slide {
    display: flex;
    width: 70%;
    flex-shrink: 0;
    flex-grow: 1;
    flex-direction: column;
}

@media (min-width: 640px) {

    .s-offer-modal-product.swiper-slide {
        width: 40%;
    }
}

@media (min-width: 1024px) {

    .s-offer-modal-product.swiper-slide {
        width: 28%;
    }
}

.s-offer-modal-product-image-wrap {
    position: relative;
    margin-bottom: 1rem;
    display: block;
    height: 8rem;
    overflow: hidden;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

.s-offer-modal-product-image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-offer-modal-product-image)>salla-button{width:100%}

.s-offer-modal-not-available {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) grayscale(100%) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.s-offer-modal-product-info {
    margin-bottom: 1rem;
}

.s-offer-modal-product-name {
    margin-bottom: 0.375rem;
    display: inline-block;
    width: 11rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.s-offer-modal-product-name:hover {
    color: #414042;
    color: var(--color-primary);
}

.s-offer-modal-product-price {
    margin-bottom: 1.25rem;
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-offer-modal-product-price)>salla-button{width:100%}

@media (min-width: 768px) {

    .s-offer-modal-product-price {
        margin-bottom: 0px;
    }
}

@media (min-width: 640px) {

    .s-offer-modal-product-price:where([dir="ltr"], [dir="ltr"] *) {
        margin-left: 0.5rem;
    }

    .s-offer-modal-product-price:where([dir="rtl"], [dir="rtl"] *) {
        margin-right: 0.5rem;
    }
}

.s-offer-modal-product-sale-price {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, 1);
    color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.s-offer-modal-product-old-price {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
    text-decoration-line: line-through;
}

.s-offer-modal-btn-wrap {
    margin-top: auto;
}

.s-offer-modal-header-icon {
    display: inline-flex;
    height: 4rem;
    width: 4rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

i.sicon.sicon-rotate.s-offer-modal-header-icon.ltr\:mr-2 {
    position: relative;
    top: 0.25rem;
}

i.sicon.sicon-rotate.rtl\:ml-2.s-offer-modal-header-icon {
    position: relative;
    top: 0.25rem;
}

@media (min-width: 640px) {

    .s-offer-modal-header-icon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
        height: 5rem;
        width: 5rem;
    }
}

.s-offer-modal-header-icon:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.5rem;
}

@media (min-width: 640px) {

    .s-offer-modal-header-icon:where([dir="ltr"], [dir="ltr"] *) {
        margin-right: 0px;
    }
}

.s-offer-modal-header-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.5rem;
}

@media (min-width: 640px) {

    .s-offer-modal-header-icon:where([dir="rtl"], [dir="rtl"] *) {
        margin-left: 0px;
    }
}

.s-offer-modal-header-icon svg {
    height: 1.75rem;
    width: 1.75rem;
    flex-shrink: 0;
    fill: #9ca3af;
}

.s-offer-modal-footer {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {

    .s-offer-modal-footer {
        margin-top: 2rem;
        flex-direction: row;
    }
}

.s-offer-modal-expiry {
    margin-bottom: 1.25rem;
}

@media (min-width: 768px) {

    .s-offer-modal-expiry {
        margin-bottom: 0px;
    }
}

.s-offer-modal-remember-label {
    display: flex;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.s-offer-modal-remember-label *{pointer-events:none}

.s-offer-modal-remember-label:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {

    .s-offer-modal-remember-label:where([dir="ltr"], [dir="ltr"] *) {
        margin-left: 0.5rem;
    }

    .s-offer-modal-remember-label:where([dir="rtl"], [dir="rtl"] *) {
        margin-right: 0.5rem;
    }
}

.s-offer-modal-remember-input {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 0.375rem;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    color: #414042;
    color: var(--color-primary);
}

.s-offer-modal-remember-input:focus {
    --tw-ring-color: transparent;
}

.s-offer-modal-slider-centered .swiper-wrapper {
    justify-content: center;
}

.s-offer-modal-slider-centered .s-offer-modal-slider-item {
    display: flex;
    max-width: 28%;
    flex-shrink: 0;
    flex-grow: 1;
    flex-direction: column;
}

.s-offer-modal-skeleton {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s-offer-modal-skeleton-items {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    width: 100%;
    align-items: center;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-offer-modal-skeleton-items)>salla-button{width:100%}

.s-offer-modal-skeleton-item {
    cursor: inherit !important;
}

.s-offer-modal-skeleton-item {
    position: relative;
    margin-right: 1.25rem;
    width: 33.333333%;
    text-align: center;
}

.s-offer-modal-skeleton-item:last-child {
    margin-right: 0px;
}

.s-offer-modal-skeleton-item:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0px;
    margin-left: 1.25rem;
}

.s-offer-modal-skeleton-item:last-child:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0px;
}

.s-offer-modal-skeleton-header {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-offer-modal-skeleton-header)>salla-button{width:100%}

.s-offer-modal-skeleton-header salla-skeleton {
    margin-left: auto;
    margin-right: auto;
}

.s-offer-modal-skeleton-header salla-skeleton:nth-child(1) {
    margin-bottom: 1.25rem;
}

.s-offer-modal-skeleton-header salla-skeleton:nth-child(2) {
    margin-bottom: 0.75rem;
}

.s-offer-modal-skeleton-header salla-skeleton:nth-child(3) {
    margin-bottom: 1.25rem;
}

.s-offer-modal-skeleton-item-subtitle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-offer-modal-skeleton-item-subtitle)>salla-button{width:100%}

.s-offer-modal-skeleton-item-subtitle div svg {
    height: 1rem;
    width: 1rem;
    fill: currentColor;
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}

.s-offer-modal-skeleton-item-title {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.s-offer-modal-skeleton-footer {
    margin-top: 1.5rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-offer-modal-skeleton-footer)>salla-button{width:100%}

.s-offer-modal-discount-table {
    width: 100%;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, 1);
    border-color: rgba(238, 238, 238, var(--tw-border-opacity, 1));
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-offer-modal-discount-table)>salla-button{width:100%}

.s-offer-modal-discount-table table {
    width: 100%;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(119, 119, 119, 1);
    color: rgba(119, 119, 119, var(--tw-text-opacity, 1));
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-offer-modal-discount-table table)>salla-button{width:100%}

.s-offer-modal-discount-table tr {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, 1);
    border-color: rgba(238, 238, 238, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 252, 1);
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity, 1));
}

.s-offer-modal-discount-table tr:last-child {
    border-bottom-width: 0px;
}

.s-offer-modal-discount-table tr td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.s-offer-modal-discount-table tr td:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
}

.s-offer-modal-discount-table-cell {
    text-align: right;
}

.s-offer-modal-discount-table-cell:where([dir="rtl"], [dir="rtl"] *) {
    text-align: left !important;
}

.s-offer-modal-type-discounts-table .s-modal-body {
    position: relative !important;
}

.s-order-details-multiple-bundle-product {
    display: flex;
    height: auto;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 0px;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-order-details-multiple-bundle-product)>salla-button{width:100%}

.s-order-details-wrapper {
    display: block;
}

.s-order-details-bundle-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.s-order-details-bundle-title {
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
}

.s-order-details-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.s-order-details-product-content {
    min-width: 0px;
}

.s-order-details-product-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-order-details-product-image {
    display: flex;
    height: 3.5rem;
    width: 3.5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, 1);
    border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.s-order-details-product-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-order-details-product-image img)>salla-button{width:100%}

.s-order-details-product-details {
    display: flex;
    min-width: 0px;
    flex-grow: 1;
    flex-direction: column;
    gap: 0.25rem;
}

.s-order-details-product-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
    text-decoration-line: none;
}

.s-order-details-product-name:hover {
    color: #414042;
    color: var(--color-primary);
}

.s-order-details-product-price {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.s-order-details-product-price-sale {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, 1);
    color: rgba(220, 38, 38, var(--tw-text-opacity, 1));
}

.s-order-details-product-regular-price {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
    text-decoration-line: line-through;
}

.s-order-details-product-quantity {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-order-details-options {
    margin-top: 1rem;
}

.s-order-details-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, 1);
    border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.s-order-details-option:last-child {
    border-bottom-width: 0px;
}

.s-order-details-option-name {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.s-order-details-option-value {
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-order-details-option-value:where([dir="rtl"], [dir="rtl"] *) {
    text-align: left;
}

.s-order-details-options-title {
    margin-top: 1.25rem;
    margin-bottom: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
}

.s-order-details-options-container {
    margin-bottom: 0.5rem;
    display: flow-root;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
}

.s-order-details-options-container-borderless {
    margin-bottom: 0.5rem;
    display: flow-root;
}

.s-order-details-options-list > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * (1 - 0));
    border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
    border-top-width: calc(1px * calc(1 - 0));
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * 0);
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, 1);
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity, 1));
}

.s-order-details-options-list {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(29, 31, 31, 1);
    color: rgba(29, 31, 31, var(--tw-text-opacity, 1));
}

.s-order-details-options-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.s-order-details-options-item-name {
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {

    .s-order-details-options-item-name {
        margin-bottom: 0px;
    }
}

.s-order-details-options-item-value {
    font-weight: 500;
}

.s-order-details-options-item-value-image {
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.s-order-details-options-item-value-text {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
}

.s-order-details-option-image-container {
    display: flex;
}

.s-order-details-option-image-container > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * 0);
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * (1 - 0));
    margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.625rem * calc(1 - 0));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.s-order-details-option-image-container:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.s-order-details-option-image {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 0.375rem;
    -o-object-fit: cover;
       object-fit: cover;
}

.s-order-details-option-color-swatch {
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 9999px;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.s-order-details-option-color-swatch:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.5rem;
}

.s-order-details-option-color-swatch:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.5rem;
}

.s-order-details-option-file-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #414042;
    color: var(--color-primary);
    text-decoration-line: underline;
}

.s-order-details-option-color-picker {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 15px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, 1);
    border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
}

.s-order-details-option-color-picker-content {
    display: flex;
    align-items: center;
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, 1);
    border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
}

.s-order-details-option-color-picker-content:where([dir="ltr"], [dir="ltr"] *) {
    border-right-width: 1px;
    padding-right: 0.25rem;
}

.s-order-details-option-color-picker-content:where([dir="rtl"], [dir="rtl"] *) {
    border-left-width: 1px;
    padding-left: 0.25rem;
}

.s-order-details-option-color-picker-text {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.s-order-details-option-color-picker-swatch {
    display: inline-block;
    height: 1rem;
    border-radius: 15px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, 1);
    border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
    padding: 0.25rem;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.s-order-details-option-color-picker-swatch:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.25rem;
}

.s-order-details-option-color-picker-swatch:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.25rem;
}

.s-order-details-option-color-picker-button {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.25rem;
}

.s-order-details-option-color-picker-icon {
    pointer-events: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-order-details-option-map-button {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #414042;
    color: var(--color-primary);
}

.s-order-details-option-default-text {
    font-size: 0.75rem;
    line-height: 1rem;
}

.s-order-details-option-color-copy-icon svg {
    height: 1rem;
    width: 1rem;
    fill: #6b7280;
}

.s-order-summary-wrapper {
    display: grid;
    grid-gap: 0.625rem;
    gap: 0.625rem;
}

.s-order-summary-item {
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
    padding: 1.25rem;
    text-align: left;
}

[dir="ltr"] .s-order-summary-item {
    text-align: left;
}

[dir="rtl"] .s-order-summary-item {
    text-align: right;
}

.s-order-summary-item-title {
    font-weight: bold;
    margin-bottom: 1.25rem;
    unicode-bidi: plaintext;
}

.s-order-summary-item-download {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #414042;
    color: var(--color-primary);
}

.s-order-summary-code-item-wrapper {
    margin-bottom: 0.5rem;
    align-items: center;
    justify-content: space-between;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgba(229, 231, 235, 1);
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-bottom: 0.5rem;
}

.s-order-summary-code-item-wrapper:last-child {
    margin-bottom: 0px;
    border-width: 0px;
    padding-bottom: 0px;
}

@media (min-width: 768px) {

    .s-order-summary-code-item-wrapper {
        display: flex;
    }
}

.s-order-summary-code-item-wrapper p {
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1;
}

.s-order-summary-digital-item-wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.s-order-summary-digital-item-wrapper:last-child {
    padding-bottom: 0px;
}

.s-order-summary-item-copy-button span svg {
    pointer-events: none;
    display: inline;
    height: 12px;
    width: 12px;
    vertical-align: baseline;
}

i.sicon.sicon-rotate.s-order-summary-item-copy-button span svg.ltr\:mr-2 {
    position: relative;
    top: 0.25rem;
}

i.sicon.sicon-rotate.rtl\:ml-2.s-order-summary-item-copy-button span svg {
    position: relative;
    top: 0.25rem;
}

.s-order-summary-item-copy-button span svg:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.5rem;
}

.s-order-summary-item-copy-button span svg:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.5rem;
}

.s-order-summary-code-item-wrapper p span svg {
    display: inline;
    height: 1.25rem;
    width: 1.25rem;
    fill: #6b7280;
    vertical-align: baseline;
}

i.sicon.sicon-rotate.s-order-summary-code-item-wrapper p span svg.ltr\:mr-2 {
    position: relative;
    top: 0.25rem;
}

i.sicon.sicon-rotate.rtl\:ml-2.s-order-summary-code-item-wrapper p span svg {
    position: relative;
    top: 0.25rem;
}

.s-order-summary-code-item-wrapper p span svg:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.5rem;
}

.s-order-summary-code-item-wrapper p span svg:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.5rem;
}

.s-order-summary-digital-item-wrapper div span:last-of-type {
    display: inline-block;
}

.s-order-summary-digital-item-wrapper span svg {
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: baseline;
}

i.sicon.sicon-rotate.s-order-summary-digital-item-wrapper span svg.ltr\:mr-2 {
    position: relative;
    top: 0.25rem;
}

i.sicon.sicon-rotate.rtl\:ml-2.s-order-summary-digital-item-wrapper span svg {
    position: relative;
    top: 0.25rem;
}

.s-order-summary-digital-item-wrapper span svg:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.5rem;
}

.s-order-summary-digital-item-wrapper span svg:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.5rem;
}

.s-order-summary-item-copy-button.copied .s-button-text {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, 1);
    color: rgba(22, 163, 74, var(--tw-text-opacity, 1));
}

.s-order-summary-digital-item-wrapper .s-order-summary-item-download span {
    position: relative;
    top: 1px;
}

.s-order-summary-digital-item-wrapper .s-order-summary-item-download span svg {
    margin-left: 0px;
    margin-right: 0px;
    height: 18px;
    width: 18px;
    --tw-translate-y: 2px;
    transform: translate(var(--tw-translate-x), 2px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    fill: #414042;
    fill: var(--color-primary);
}

.s-order-totals-card-wrapper {
    display: block;
}

.s-order-totals-card-panel {
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.s-order-totals-card-heading {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

input[type=radio].s-order-totals-card-heading div.absolute{transition:all .3s}

input[type=radio].s-order-totals-card-heading:checked~div.absolute{border-color:#414042;border-color:var(--color-primary)}

.s-order-totals-card-flow {
    display: flow-root;
}

.s-order-totals-card-list {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-order-totals-card-list > .s-order-totals-card-row {
    border-bottom-width: 1px;
}

.s-order-totals-card-list > .s-order-totals-card-row:last-child {
    border-bottom-width: 0px;
}

.s-order-totals-card-row {
    display: block;
}

.s-order-totals-card-row-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.s-order-totals-card-label {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.s-order-totals-card-value {
    font-weight: 500;
}

.s-order-totals-card-discount {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, 1);
    color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.s-order-totals-card-tax-value {
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.s-order-totals-card-total {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    border-radius: 0.375rem;
    background-color: var(--color-border);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.s-order-totals-card-list > .s-order-totals-card-total {
    border-width: 0px;
}

.s-order-totals-card-total-label {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
}

.s-order-totals-card-total-value {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
}

.s-orders-container > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * (1 - 0));
    margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(0.625rem * calc(1 - 0));
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * 0);
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

@media (min-width: 768px) {

    .s-orders-container > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * (1 - 0));
        margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
        margin-top: calc(1.25rem * calc(1 - 0));
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * 0);
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }
}

.s-orders-mobile-title {
    display: inline-block;
    width: 8rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

    .s-orders-mobile-title {
        display: none;
    }
}

.s-orders-reference-id {
    display: none;
}

@media (min-width: 768px) {

    .s-orders-reference-id {
        display: inline-block;
    }
}

.s-orders-buy-as-gift-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    display: inline-block;
    color: #414042;
    color: var(--color-primary);
}

.s-orders-copy-to-clipboard-button {
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {

    .s-orders-copy-to-clipboard-button {
        display: none;
    }
}

.s-orders-copy-to-clipboard-button salla-button {
    position: relative;
}

.s-orders-copy-to-clipboard-button-icon {
    pointer-events: none;
    font-size: 0.75rem;
    line-height: 1rem;
}

.s-orders-copy-to-clipboard-button-icon:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.25rem;
}

.s-orders-copy-to-clipboard-button-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.25rem;
}

@media (min-width: 768px) {

    .s-orders-status-container {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.s-orders-status-container:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: auto;
}

.s-orders-status-container:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: auto;
}

.s-orders-status-container i {
    margin-top: 0.25rem;
}

.s-orders-status-container i:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.25rem;
}

.s-orders-status-container i:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.25rem;
}

.s-orders-status-rated {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.s-orders-status-rated:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 1rem;
}

.s-orders-status-rated:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 1rem;
}

.s-orders-rated-text {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, 1);
    color: rgba(251, 191, 36, var(--tw-text-opacity, 1));
}

.s-orders-unrated-text {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, 1);
    color: rgba(229, 231, 235, var(--tw-text-opacity, 1));
}

.s-orders-no-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-orders-no-content .icon {
    margin-bottom: 1rem;
    display: flex;
    height: 8rem;
    width: 8rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
    font-size: 3rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}

.s-orders-no-content p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-orders-table {
    min-width: 100%;
    border-collapse: separate;
}

@media (min-width: 768px) {

    .s-orders-table {
        margin-bottom: -0.75rem;
        --tw-border-spacing-y: 1.25rem;
        border-spacing: var(--tw-border-spacing-x) 1.25rem;
        border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
    }
}

.s-orders-table-head {
    margin-bottom: 1.25rem;
    display: none;
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {

    .s-orders-table-head {
        display: table-header-group;
    }
}

.s-orders-table-head-tr-th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: left;
}

[dir="ltr"] .s-orders-table-head-tr-th {
    text-align: left;
}

[dir="rtl"] .s-orders-table-head-tr-th {
    text-align: right;
}

.s-orders-table-head-tr-th:where([dir="ltr"], [dir="ltr"] *) {
    text-align: left;
}

.s-orders-table-head-tr-th:last-child:where([dir="ltr"], [dir="ltr"] *) {
    text-align: right;
}

.s-orders-table-head-tr-th:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
}

.s-orders-table-head-tr-th:last-child:where([dir="rtl"], [dir="rtl"] *) {
    text-align: left;
}

.s-orders-table-tbody-tr {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 15px;
    border-bottom-width: 8px;
    border-top-width: 8px;
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, 1);
    border-color: rgba(249, 250, 251, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 0.5rem;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

@media (min-width: 768px) {

    .s-orders-table-tbody-tr {
        display: table-row;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0px;
    }
}

.s-orders-table-tbody-tr-shadow:hover {
    box-shadow: 5px 10px 30px rgba(43,45,52,0.05098);
}

.s-orders-table-tbody-tr-td {
    width: 100%;
    white-space: nowrap;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-orders-table-tbody-tr-td)>salla-button{width:100%}

.s-orders-table-tbody-tr-td:first-child {
    font-weight: 700;
}

@media (min-width: 768px) {

    .s-orders-table-tbody-tr-td {
        height: 5rem;
        width: auto;
    }

    .s-orders-table-tbody-tr-td:last-child {
        text-align: right;
    }

    [dir="ltr"] .s-orders-table-tbody-tr-td:last-child {
        text-align: right;
    }

    [dir="rtl"] .s-orders-table-tbody-tr-td:last-child {
        text-align: left;
    }

    .s-orders-table-tbody-tr-td:first-child:where([dir="ltr"], [dir="ltr"] *) {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .s-orders-table-tbody-tr-td:first-child:where([dir="rtl"], [dir="rtl"] *) {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }
}

.s-orders-table-tbody-tr-td:first-child {
    font-weight: 700;
}

.s-orders-table-tbody-tr-td-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

@media (min-width: 768px) {

    .s-orders-table-tbody-tr-td-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.s-orders-table-tbody-tr a {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
}

input[type=radio].sr-only div.s-orders-table-tbody-tr a{transition:all .3s}

input[type=radio].sr-only:checked~div.s-orders-table-tbody-tr a{border-color:#414042;border-color:var(--color-primary)}

#quickview-card-details-popup .s-add-product-button-main:not(.s-orders-table-tbody-tr a)>salla-button{width:100%}

.s-orders-table-tbody-tr a:where([dir="ltr"], [dir="ltr"] *) {
    left: 0px;
}

.s-orders-table-tbody-tr a:where([dir="rtl"], [dir="rtl"] *) {
    right: 0px;
}

.s-payments-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 0.5rem;
}

.s-payments-list:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.s-payments-list-item {
    display: flex;
    height: 2rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 0.25rem;
}

.s-payments-list-item img {
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.s-payments-sbc-image {
    height: 1.5rem;
    border-radius: 0.125rem;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.s-payments-sbc-image:hover {
    opacity: 0.8;
}

.s-placeholder-title {
    margin-bottom: 0.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.s-placeholder-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-placeholder-icon {
    margin-bottom: 1rem;
    fill: #e5e7eb;
}

.s-placeholder-align-left {
    text-align: left;
}

.s-placeholder-align-center {
    text-align: center;
}

.s-placeholder-align-right {
    text-align: right;
}

.s-placeholder-align-right > .s-placeholder-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.s-placeholder-align-right > .s-placeholder-icon:where([dir="rtl"], [dir="rtl"] *) {
    justify-content: flex-start;
}

.s-placeholder-align-center > .s-placeholder-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-placeholder-icon-xs > svg {
    height: 1.5rem;
    width: 1.5rem;
}

.s-placeholder-icon-sm > svg {
    height: 2.5rem;
    width: 2.5rem;
}

.s-placeholder-icon-md > svg {
    height: 3.5rem;
    width: 3.5rem;
}

.s-placeholder-icon-lg > svg {
    height: 4rem;
    width: 4rem;
}

.s-placeholder-icon-xl > svg {
    height: 5rem;
    width: 5rem;
}

.s-placeholder-icon-xxl > svg {
    height: 6rem;
    width: 6rem;
}

.s-placeholder-icon-xxxl > svg {
    height: 7rem;
    width: 7rem;
}

.s-placeholder-icon-xs > i {
    font-size: 20px;
}

.s-placeholder-icon-sm > i {
    font-size: 35px;
}

.s-placeholder-icon-md > i {
    font-size: 45px;
}

.s-placeholder-icon-lg > i {
    font-size: 58px;
}

.s-placeholder-icon-xl > i {
    font-size: 75px;
}

.s-placeholder-icon-xxl > i {
    font-size: 85px;
}

.s-placeholder-icon-xxxl > i {
    font-size: 100px;
}

.s-placeholder-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: block;
}

.s-price-range-input {
    pointer-events: none;
    position: absolute;
    z-index: 20;
    height: 0.5rem;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    opacity: 0;
}

.s-price-range-input *{pointer-events:none}

input[type=radio].sr-only div.s-price-range-input{transition:all .3s}

input[type=radio].sr-only:checked~div.s-price-range-input{border-color:#414042;border-color:var(--color-primary)}

#quickview-card-details-popup .s-add-product-button-main:not(.s-price-range-input)>salla-button{width:100%}

.s-price-range-bar {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 10;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

input[type=radio].sr-only div.s-price-range-bar{transition:all .3s}

input[type=radio].sr-only:checked~div.s-price-range-bar{border-color:#414042;border-color:var(--color-primary)}

.s-price-range-bar-container {
    position: relative;
    z-index: 10;
    height: 0.5rem;
}

.s-price-range-active-bar {
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 20;
    border-radius: 0.375rem;
    background-color: #414042;
    background-color: var(--color-primary);
}

input[type=radio].sr-only div.s-price-range-active-bar{transition:all .3s}

input[type=radio].sr-only:checked~div.s-price-range-active-bar{border-color:#414042;border-color:var(--color-primary)}

.s-price-range-left-handle {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 30;
    margin-top: -0.25rem;
    margin-left: -0px;
    height: 1rem;
    width: 1rem;
    cursor: pointer;
    border-radius: 9999px;
    background-color: #414042;
    background-color: var(--color-primary);
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.s-price-range-left-handle *{pointer-events:none}

input[type=radio].sr-only div.s-price-range-left-handle{transition:all .3s}

input[type=radio].sr-only:checked~div.s-price-range-left-handle{border-color:#414042;border-color:var(--color-primary)}

.s-price-range-right-handle {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 30;
    margin-top: -0.25rem;
    margin-right: -0px;
    height: 1rem;
    width: 1rem;
    cursor: pointer;
    border-radius: 9999px;
    background-color: #414042;
    background-color: var(--color-primary);
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.s-price-range-right-handle *{pointer-events:none}

input[type=radio].sr-only div.s-price-range-right-handle{transition:all .3s}

input[type=radio].sr-only:checked~div.s-price-range-right-handle{border-color:#414042;border-color:var(--color-primary)}

.s-price-range-inputs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    padding-top: 1rem;
}

.s-price-range-number-input {
    width: 6rem;
    border-radius: 15px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2.25rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.s-price-range-number-input:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, 1);
    border-color: rgba(156, 163, 175, var(--tw-border-opacity, 1));
}

.s-price-range-gray-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-price-range-currency {
    pointer-events: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

input[type=radio].sr-only div.s-price-range-currency{transition:all .3s}

input[type=radio].sr-only:checked~div.s-price-range-currency{border-color:#414042;border-color:var(--color-primary)}

@media (min-width: 640px) {

    .s-price-range-currency {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.s-price-range-relative {
    position: relative;
}

.s-product-availability-wrap {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-product-availability-wrap)>salla-button{width:100%}

.s-product-availability-subscribed {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, 1);
    color: rgba(34, 197, 94, var(--tw-text-opacity, 1));
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-product-availability-subscribed)>salla-button{width:100%}

.s-product-availability-subs-icon svg {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    width: 1.25rem;
    fill: #22c55e;
}

.s-product-availability-body {
    position: relative;
    z-index: 50;
}

.s-product-availability-header-icon {
    display: inline-flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

i.sicon.sicon-rotate.s-product-availability-header-icon.ltr\:mr-2 {
    position: relative;
    top: 0.25rem;
}

i.sicon.sicon-rotate.rtl\:ml-2.s-product-availability-header-icon {
    position: relative;
    top: 0.25rem;
}

@media (min-width: 640px) {

    .s-product-availability-header-icon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
        height: 5rem;
        width: 5rem;
    }
}

.s-product-availability-header-icon:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.5rem;
}

@media (min-width: 640px) {

    .s-product-availability-header-icon:where([dir="ltr"], [dir="ltr"] *) {
        margin-right: 0px;
    }
}

.s-product-availability-header-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.5rem;
}

@media (min-width: 640px) {

    .s-product-availability-header-icon:where([dir="rtl"], [dir="rtl"] *) {
        margin-left: 0px;
    }
}

.s-product-availability-header-icon svg {
    height: 1.25rem;
    width: 1.25rem;
    flex-shrink: 0;
    fill: #9ca3af;
}

.s-product-availability-label {
    margin-bottom: 0.625rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.s-product-availability-label:where([dir="ltr"], [dir="ltr"] *) {
    text-align: left;
}

.s-product-availability-label:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
}

.s-product-availability-input {
    height: 2.5rem;
    width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-product-availability-input)>salla-button{width:100%}

.s-product-availability-input:focus {
    border-color: #414042;
    border-color: var(--color-primary);
}

.dark *.s-product-availability-input {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, 1);
    border-color: rgba(75, 85, 99, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, 1);
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity, 1));
}

.s-product-availability-footer {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}

.s-product-availability-footer > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * 0);
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * (1 - 0));
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(1rem * calc(1 - 0));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.s-product-availability-footer:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.s-product-availability-footer-btn {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-product-availability-footer-btn)>salla-button{width:100%}

.s-product-availability-error-msg {
    display: block;
    height: 1.75rem;
    padding-top: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, 1);
    border-color: rgba(248, 113, 113, var(--tw-border-opacity, 1));
}

.s-product-availability-error-msg:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, 1);
    border-color: rgba(239, 68, 68, var(--tw-border-opacity, 1));
}

.s-product-availability-error-msg {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, 1) !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity, 1)) !important;
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, 1) !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity, 1)) !important;
}

.s-product-card-entry {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: space-between;
    border-radius: 15px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-product-card-shadow:hover {
    box-shadow: 5px 10px 30px rgba(43,45,52,0.05098);
}

.s-product-card-out-of-stock img.loaded {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) grayscale(100%) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.s-product-card-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
    opacity: 0.5;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 700ms;
}

input[type=radio].sr-only div.s-product-card-overlay{transition:all .3s}

input[type=radio].sr-only:checked~div.s-product-card-overlay{border-color:#414042;border-color:var(--color-primary)}

.s-product-card-overlay:hover {
    opacity: 0.4;
}

.s-product-card-vertical {
    flex-direction: column;
}

.s-product-card-vertical .s-product-card-image {
    flex: 1 1 0%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.s-product-card-vertical .s-product-card-wishlist-btn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    opacity: 0.75;
}

input[type=radio].sr-only div.s-product-card-vertical .s-product-card-wishlist-btn{transition:all .3s}

input[type=radio].sr-only:checked~div.s-product-card-vertical .s-product-card-wishlist-btn{border-color:#414042;border-color:var(--color-primary)}

.s-product-card-vertical .s-product-card-wishlist-btn:hover {
    opacity: 1;
}

@media (min-width: 768px) {

    .s-product-card-vertical .s-product-card-wishlist-btn {
        right: 0.5rem;
    }
}

.s-product-card-vertical .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *) {
    left: 0.5rem;
    right: auto;
    right: initial;
}

@media (min-width: 768px) {

    .s-product-card-vertical .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *) {
        left: 0.5rem;
        right: auto;
        right: initial;
    }
}

.s-product-card-minimal .s-product-card-wishlist-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.75;
}

input[type=radio].sr-only div.s-product-card-minimal .s-product-card-wishlist-btn{transition:all .3s}

input[type=radio].sr-only:checked~div.s-product-card-minimal .s-product-card-wishlist-btn{border-color:#414042;border-color:var(--color-primary)}

.s-product-card-minimal .s-product-card-wishlist-btn:hover {
    opacity: 1;
}

@media (min-width: 768px) {

    .s-product-card-minimal .s-product-card-wishlist-btn {
        right: 0px;
    }
}

.s-product-card-minimal .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *) {
    left: 0px;
    right: auto;
    right: initial;
}

@media (min-width: 768px) {

    .s-product-card-minimal .s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *) {
        left: 0px;
        right: auto;
        right: initial;
    }
}

.s-product-card-minimal .s-product-card-image {
    width: 8rem;
}

@media (min-width: 640px) {

    .s-product-card-minimal .s-product-card-image {
        width: 14rem;
    }
}

@media (min-width: 1024px) {

    .s-product-card-minimal .s-product-card-image {
        width: 7rem;
    }
}

.s-product-card-minimal .s-product-card-content-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s-product-card-minimal .s-product-card-content {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    overflow: hidden;
    padding: 1.25rem;
}

.s-product-card-minimal .s-product-card-wishlist-btn button {
    margin: 0px;
    background-color: transparent;
}

.s-product-card-minimal .s-product-card-wishlist-btn button svg, .s-product-card-full-image .s-product-card-wishlist-btn button svg {
    height: 1rem;
    width: 1rem;
    fill: #fff;
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important;
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
    margin: 0px;
}

.s-product-card-wishlist-btn button:hover svg {
    fill: #4b5563;
}

.s-product-card-fit-height .s-product-card-image {
    height: 11rem;
    max-height: 15rem;
}

.s-product-card-quantity {
    position: absolute;
    bottom: 0.25rem;
    left: 50%;
    z-index: 1;
    max-width: calc(100% - 60px);
    --tw-translate-x: -50%;
    transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 15px;
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, 1);
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity, 1));
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

input[type=radio].sr-only div.s-product-card-quantity{transition:all .3s}

input[type=radio].sr-only:checked~div.s-product-card-quantity{border-color:#414042;border-color:var(--color-primary)}

@media (min-width: 768px) {

    .s-product-card-quantity {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.s-product-card-promotion-title {
    position: absolute;
    top: 1rem;
    left: 0px;
    z-index: 1;
    max-width: calc(100% - 60px);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, 1);
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity, 1));
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

input[type=radio].sr-only div.s-product-card-promotion-title{transition:all .3s}

input[type=radio].sr-only:checked~div.s-product-card-promotion-title{border-color:#414042;border-color:var(--color-primary)}

@media (min-width: 768px) {

    .s-product-card-promotion-title {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.s-product-card-promotion-title:where([dir="rtl"], [dir="rtl"] *) {
    right: 0px;
    left: auto;
    left: initial;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.s-product-card-out-badge {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    z-index: 1;
    max-width: calc(100% - 60px);
    --tw-translate-x: -50%;
    transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, 1);
    color: rgba(153, 153, 153, var(--tw-text-opacity, 1));
}

input[type=radio].sr-only div.s-product-card-out-badge{transition:all .3s}

input[type=radio].sr-only:checked~div.s-product-card-out-badge{border-color:#414042;border-color:var(--color-primary)}

@media (min-width: 768px) {

    .s-product-card-out-badge {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.s-product-card-image {
    position: relative;
    height: 100%;
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-product-card-image)>salla-button{width:100%}

.s-product-card-image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(-50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    font-size: 1.875rem;
    line-height: 2.25rem;
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, 1);
    color: rgba(229, 231, 235, var(--tw-text-opacity, 1));
}

.s-product-card-image:hover {
    opacity: 0.9;
}

.s-product-card-image img {
    height: 100%;
    width: 100%;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-product-card-image img)>salla-button{width:100%}

.s-product-card-image img.loaded {
    position: relative;
    opacity: 1;
}

.s-product-card-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0.75rem;
}

@media (min-width: 640px) {

    .s-product-card-content {
        padding: 1.25rem;
    }
}

.s-product-card-content-title {
    margin-bottom: 0.625rem;
    max-width: 100%;
    line-height: 1.5rem;
}

.s-product-card-content-subtitle {
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.s-product-card-special .s-product-card-content-main, special .s-product-card-content-sub {
    padding-right: 6rem;
}

.s-product-card-special .s-product-card-content-main:where([dir="rtl"], [dir="rtl"] *), special .s-product-card-content-sub:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 6rem;
    padding-right: 0px;
}

.s-product-card-donation-input {
    flex: 1 1 0%;
}

.s-product-card-donation-input label {
    margin-bottom: 0.625rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.s-product-card-donation-input label span {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, 1);
    color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.s-product-card-content-title a {
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.s-product-card-content-title a:hover {
    color: #414042;
    color: var(--color-primary);
}

.s-product-card-content-sub {
    margin-bottom: 1.25rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-product-card-content-sub)>salla-button{width:100%}

.s-product-card-rating {
    display: flex;
    align-items: center;
}

.s-product-card-rating > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * 0);
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * (1 - 0));
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.25rem * calc(1 - 0));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.s-product-card-rating {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-product-card-rating:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.s-product-card-rating span svg {
    margin-bottom: 3px;
    height: 1rem;
    width: 1rem;
    fill: #fbbf24;
}

.s-product-card-content-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
}

.s-product-card-sale-price > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * 0);
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * (1 - 0));
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.25rem * calc(1 - 0));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.s-product-card-sale-price:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.s-product-card-sale-price h4 {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, 1);
    color: rgba(248, 113, 113, var(--tw-text-opacity, 1));
}

.s-product-card-sale-price span {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
    text-decoration-line: line-through;
}

.s-product-card-starting-price {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-product-card-starting-price)>salla-button{width:100%}

.s-product-card-starting-price h4 {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, 1);
    color: rgba(248, 113, 113, var(--tw-text-opacity, 1));
}

.s-product-card-price {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
}

.s-product-card-image-cover {
    -o-object-fit: cover;
       object-fit: cover;
}

.s-product-card-image-contain {
    -o-object-fit: contain;
       object-fit: contain;
}

.s-product-card-content-pie {
    position: absolute;
    top: 0.625rem;
    right: 1.25rem;
    display: flex;
    height: 72px;
    width: 72px;
    align-items: center;
    justify-content: center;
    color: #414042;
    color: var(--color-primary);
}

input[type=radio].sr-only div.s-product-card-content-pie{transition:all .3s}

input[type=radio].sr-only:checked~div.s-product-card-content-pie{border-color:#414042;border-color:var(--color-primary)}

.s-product-card-content-pie:where([dir="rtl"], [dir="rtl"] *) {
    left: 1.25rem;
    right: auto;
    right: initial;
}

.s-product-card-content-pie span {
    position: absolute;
    top: 43%;
    left: 50%;
    display: flex;
    --tw-translate-y: -50%;
    --tw-translate-x: -50%;
    transform: translate(-50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(124, 128, 130, 1);
    color: rgba(124, 128, 130, var(--tw-text-opacity, 1));
}

input[type=radio].sr-only div.s-product-card-content-pie span{transition:all .3s}

input[type=radio].sr-only:checked~div.s-product-card-content-pie span{border-color:#414042;border-color:var(--color-primary)}

.s-product-card-content-pie span b {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #414042;
    color: var(--color-primary);
}

.s-product-card-content-extra-padding {
    padding-right: 6rem;
}

.s-product-card-content-extra-padding:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 6rem;
    padding-right: 0px;
}

.s-product-card-wishlist-added svg {
    fill: #ef4444;
}

.s-product-card-horizontal .s-product-card-image {
    height: auto;
    width: 8rem;
}

@media (min-width: 640px) {

    .s-product-card-horizontal .s-product-card-image {
        width: 14rem;
    }
}

.s-product-card-horizontal .s-product-card-image:where([dir="ltr"], [dir="ltr"] *) {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.s-product-card-horizontal .s-product-card-image:where([dir="rtl"], [dir="rtl"] *) {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.s-product-card-horizontal .s-product-card-quantity {
    max-width: none;
    max-width: initial;
}

.s-product-card-horizontal .s-product-card-content-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s-product-card-horizontal .s-product-card-promotion-title {
    max-width: none;
    max-width: initial;
}

.s-product-card-horizontal .s-product-card-out-badge {
    max-width: none;
    max-width: initial;
}

.s-product-card-horizontal .s-product-card-content {
    margin-bottom: 0.625rem;
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-product-card-horizontal .s-product-card-content)>salla-button{width:100%}

.s-product-card-full-image {
    height: 20rem;
    overflow: hidden;
}

@media (min-width: 768px) {

    .s-product-card-full-image {
        height: auto;
    }
}

.s-product-card-full-image .s-product-card-content {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.75rem;
}

input[type=radio].sr-only div.s-product-card-full-image .s-product-card-content{transition:all .3s}

input[type=radio].sr-only:checked~div.s-product-card-full-image .s-product-card-content{border-color:#414042;border-color:var(--color-primary)}

#quickview-card-details-popup .s-add-product-button-main:not(.s-product-card-full-image .s-product-card-content)>salla-button{width:100%}

.s-product-card-full-image img {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-product-card-full-image img)>salla-button{width:100%}

.s-product-card-full-image img:hover {
    opacity: 0.9;
}

.s-product-card-full-image .s-product-card-image a {
    height: 100%;
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-product-card-full-image .s-product-card-image a)>salla-button{width:100%}

.s-product-card-full-image .s-product-card-content-title a {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-product-card-full-image .s-product-card-content-title a:hover {
    color: #414042;
    color: var(--color-primary);
}

.s-product-card-full-image .s-product-card-content-subtitle {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-product-card-full-image .s-product-card-price {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-product-card-full-image .s-product-card-sale-price {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-product-card-full-image .s-product-card-sale-price span {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-product-card-image-full {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-product-card-image-full)>salla-button{width:100%}

.s-product-options-wrapper {
    margin-bottom: 1.25rem;
    display: block;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 1.25rem;
}

.s-product-options-option-container {
    margin-bottom: 1.25rem;
}

.s-product-options-option-container:last-child {
    margin-bottom: 0px;
}

.s-product-options-option {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

@media (min-width: 640px) {

    .s-product-options-option {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: flex-start;
        grid-gap: 1rem;
        gap: 1rem;
    }
}

.s-product-options-option-error .s-product-options-option-label {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, 1);
    color: rgba(248, 113, 113, var(--tw-text-opacity, 1));
}

.s-product-options-option-content {
    margin-top: 0.25rem;
}

@media (min-width: 640px) {

    .s-product-options-option-content {
        grid-column: span 2 / span 2;
        margin-top: 0px;
    }

    .s-product-options-option-content-full-width {
        grid-column: span 3 / span 3;
    }
}

.s-product-options-option-label {
    margin-bottom: 0.625rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {

    .s-product-options-option-label {
        margin-top: 1px;
    }
}

@media (min-width: 768px) {

    .s-product-options-option-label {
        margin-bottom: 0px;
    }
}

.s-product-options-option-label-hidden {
    display: none !important;
}

.s-product-options-donation-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s-product-options-donation-message p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, 1);
    color: rgba(248, 113, 113, var(--tw-text-opacity, 1));
}

.s-product-options-donation-message span {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.s-product-options-option-label b {
    display: block;
}

.s-product-options-option-label b span {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, 1);
    color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.s-product-options-option-label small {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-product-options-colors-wrapper .s-product-options-colors-item {
    margin-right: 2rem;
    margin-bottom: 1.25rem;
    display: inline-block;
    width: 2.5rem;
    white-space: nowrap;
    text-align: center;
}

.s-product-options-colors-wrapper .s-product-options-colors-item:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0px;
    margin-left: 2rem;
}

.s-product-options-colors-wrapper input[type=radio] {
    pointer-events: none;
    position: absolute;
    opacity: 0;
}

input[type=radio].sr-only div.s-product-options-colors-wrapper input[type=radio]{transition:all .3s}

input[type=radio].sr-only:checked~div.s-product-options-colors-wrapper input[type=radio]{border-color:#414042;border-color:var(--color-primary)}

.s-product-options-colors-wrapper input[type=radio] + label {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
}

.s-product-options-colors-wrapper input[type=radio] + label *{pointer-events:none}

.s-product-options-colors-wrapper input[type=radio] + label div {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-product-options-colors-wrapper input[type=radio] + label div p {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-product-options-colors-wrapper input[type=radio] + label span {
    margin-bottom: 0.5rem;
    display: inline-flex;
    height: 30px;
    width: 30px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, 1);
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity, 1));
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 2.5rem;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.s-product-options-colors-wrapper input[type=radio] + label span *{pointer-events:none}

.s-product-options-colors-wrapper input[type=radio] + label span:after {
    height: 14px;
    width: 14px;
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.5) scaleY(.5);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
    opacity: 0;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.s-product-options-colors-wrapper input[type=radio]:checked + label span:after {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
}

.s-product-options-colors-wrapper input[type=radio]:disabled + label {
    opacity: 0.4;
}

.s-product-options-field-required {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-product-options-donation-progress {
    margin-bottom: 0.625rem;
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-product-options-donation-progress)>salla-button{width:100%}

.s-product-options-donation-progress-target-text {
    margin-bottom: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-product-options-donation-progress-amount {
    margin-bottom: 0.625rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.s-product-options-donation-progress-wrapper {
    height: 1rem;
    width: 100%;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-product-options-donation-progress-wrapper)>salla-button{width:100%}

.dark *.s-product-options-donation-progress-wrapper {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, 1);
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity, 1));
}

.s-product-options-donation-progress-bar {
    position: relative;
    display: flex;
    height: 1rem;
    justify-content: flex-end;
    border-radius: 9999px;
    background-color: #414042;
    background-color: var(--color-primary);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.s-product-options-donation-progress-target-data {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    display: block;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-product-options-donation-progress-target-message {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, 1);
    color: rgba(248, 113, 113, var(--tw-text-opacity, 1));
}

.s-product-options-donation-wrapper {
    position: relative;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
    align-items: center;
    justify-content: space-between;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, 1);
    border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
    padding-top: 1.25rem;
}

.s-product-options-donation-wrapper:only-child {
    margin-top: 0px;
    border-style: none;
    padding-top: 0px;
}

@media (min-width: 640px) {

    .s-product-options-donation-wrapper {
        margin-bottom: 0px;
    }
}

.s-product-options-donation-wrapper h4 {
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.s-product-options-donation-amount-label {
    margin-bottom: 0.625rem;
    display: block;
    flex: 1 1 0%;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.s-product-options-donation-amount-input-container {
    position: relative;
    flex: 1 1 0%;
}

.s-product-options-donation-amount-input {
    margin-bottom: 0.625rem;
    display: block;
    height: 3rem;
    width: 100%;
    border-radius: 0.375rem;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-product-options-donation-amount-input)>salla-button{width:100%}

.s-product-options-donation-amount-input:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, 1);
    border-color: rgba(99, 102, 241, var(--tw-border-opacity, 1));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity, 1));
}

@media (min-width: 640px) {

    .s-product-options-donation-amount-input {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.s-product-options-donation-amount-curruncy {
    position: absolute;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

input[type=radio].sr-only div.s-product-options-donation-amount-curruncy{transition:all .3s}

input[type=radio].sr-only:checked~div.s-product-options-donation-amount-curruncy{border-color:#414042;border-color:var(--color-primary)}

.s-product-options-multiple-options-wrapper {
    flex-wrap: wrap;
    align-items: center;
}

@media (min-width: 768px) {

    .s-product-options-multiple-options-wrapper {
        display: flex;
    }
}

.s-product-options-multiple-options-wrapper label {
    position: relative;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

@media (min-width: 768px) {

    .s-product-options-multiple-options-wrapper label {
        width: 50%;
    }
}

.s-product-options-multiple-options-wrapper input {
    height: 1.5rem;
    width: 1.5rem;
    cursor: pointer;
    border-radius: 0.375rem;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    color: #414042;
    color: var(--color-primary);
}

.s-product-options-multiple-options-wrapper input *{pointer-events:none}

.s-product-options-multiple-options-wrapper input:focus {
    --tw-ring-color: transparent;
}

.s-product-options-multiple-options-wrapper span {
    margin-left: 0.5rem;
    cursor: pointer;
    padding-right: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.s-product-options-multiple-options-wrapper span *{pointer-events:none}

.s-product-options-multiple-options-wrapper span:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0px;
    margin-right: 0.5rem;
    padding-right: 0px;
    padding-left: 0.75rem;
}

.s-product-options-splitter {
    border-width: 2px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

.s-product-options-thumbnails-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 0.75rem;
    gap: 0.75rem;
}

.s-product-options-thumbnails-wrapper label {
    margin-bottom: 0.125rem;
    display: inline-block;
    height: 6rem;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0.375rem;
}

.s-product-options-thumbnails-wrapper label *{pointer-events:none}

#quickview-card-details-popup .s-add-product-button-main:not(.s-product-options-thumbnails-wrapper label)>salla-button{width:100%}

@media (min-width: 768px) {

    .s-product-options-thumbnails-wrapper label {
        height: 5rem;
    }
}

.s-product-options-thumbnails-wrapper > div {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-product-options-thumbnails-wrapper > div)>salla-button{width:100%}

.s-product-options-thumbnails-stock-badge {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 0;
    display: block;
    --tw-translate-x: -50%;
    transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    white-space: nowrap;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, 1);
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity, 1));
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

input[type=radio].sr-only div.s-product-options-thumbnails-stock-badge{transition:all .3s}

input[type=radio].sr-only:checked~div.s-product-options-thumbnails-stock-badge{border-color:#414042;border-color:var(--color-primary)}

.s-product-options-thumbnails-badge-overlay {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    cursor: not-allowed;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    opacity: 0.5;
}

input[type=radio].sr-only div.s-product-options-thumbnails-badge-overlay{transition:all .3s}

input[type=radio].sr-only:checked~div.s-product-options-thumbnails-badge-overlay{border-color:#414042;border-color:var(--color-primary)}

#quickview-card-details-popup .s-add-product-button-main:not(.s-product-options-thumbnails-badge-overlay)>salla-button{width:100%}

.s-product-options-thumbnails-icon {
    position: absolute;
    left: 35%;
    top: 35%;
    z-index: 10;
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.5) scaleY(.5);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 2px;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

input[type=radio].sr-only div.s-product-options-thumbnails-icon{transition:all .3s}

input[type=radio].sr-only:checked~div.s-product-options-thumbnails-icon{border-color:#414042;border-color:var(--color-primary)}

.s-product-options-thumbnails-icon svg {
    height: 1rem;
    width: 1rem;
}

.s-product-options-thumbnails-wrapper div input[type=radio]:checked + label span {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
}

.s-product-options-thumbnails-wrapper div input[type=radio] {
    pointer-events: none;
    position: absolute;
    display: block;
    opacity: 0;
}

input[type=radio].sr-only div.s-product-options-thumbnails-wrapper div input[type=radio]{transition:all .3s}

input[type=radio].sr-only:checked~div.s-product-options-thumbnails-wrapper div input[type=radio]{border-color:#414042;border-color:var(--color-primary)}

.s-product-options-thumbnails-wrapper div input[type=radio] + label {
    position: relative;
}

.s-product-options-thumbnails-wrapper div input[type=radio] + label img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-product-options-thumbnails-wrapper div input[type=radio] + label img)>salla-button{width:100%}

.s-product-options-thumbnails-wrapper div label::before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    content: var(--tw-content);
    transition-duration: 300ms;
}

.s-product-options-thumbnails-wrapper div input[type=radio]:checked + label::before {
    content: var(--tw-content);
    opacity: 0.3;
}

.s-product-options-thumbnails-wrapper div input[type=radio]:disabled + label {
    opacity: 0.4;
}

.s-product-options-thumbnails-wrapper div p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-product-options-image-input .s-file-upload-wrapper {
    min-height: 120px;
}

.s-product-options-image-input .filepond--list-scroller {
    overflow-y: inherit !important;
}

.s-product-options-image-input .filepond--drop-label {
    min-height: 120px !important;
}

.s-product-options-image-input .filepond--drop-label {
    cursor: pointer;
    border-radius: 0.375rem;
    border-width: 1px;
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.s-product-options-image-input .filepond--drop-label *{pointer-events:none}

.s-product-options-filepond-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s-product-options-filepond-placeholder-icon {
    margin-bottom: 0.25rem;
}

.s-product-options-filepond-placeholder-icon svg {
    height: 1.5rem;
    width: 1.5rem;
    fill: #7c8082;
}

.s-product-options-donation-amount-currency {
    position: absolute;
    top: 0.25rem;
    right: 1rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

input[type=radio].sr-only div.s-product-options-donation-amount-currency{transition:all .3s}

input[type=radio].sr-only:checked~div.s-product-options-donation-amount-currency{border-color:#414042;border-color:var(--color-primary)}

.s-product-options-donation-amount-currency:where([dir="rtl"], [dir="rtl"] *) {
    right: auto;
    right: initial;
    left: 1rem;
}

.s-product-options-donation-input-group {
    position: relative;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.s-product-options-donation-input-group.shown {
    height: auto;
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.s-product-options-donation-options {
    margin-bottom: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.s-product-options-donation-options-item {
    min-width: 20%;
    flex-grow: 1;
}

.s-product-options-donation-options-item:last-child {
    min-width: 25%;
}

.s-product-options-donation-options-item label {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.s-product-options-donation-options-item label *{pointer-events:none}

.s-product-options-donation-options-item input {
    display: none;
}

.s-product-options-donation-options-item input:checked + label {
    border-color: #414042;
    border-color: var(--color-primary);
    background-color: #414042;
    background-color: var(--color-primary);
    color: #ff6767;
    color: var(--color-primary-reverse);
}

.s-product-options-textarea textarea {
    resize: none;
}

.s-product-options-digital-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.s-product-options-digital-card-option {
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 40px;
    min-width: 100px;
    max-width: calc((100% - 1rem) / 3);
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.375rem;
    padding: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    outline-style: solid;
    outline-width: 1px;
    outline-color: #e5e7eb;
}

.s-product-options-digital-card-option *{pointer-events:none}

.s-product-options-digital-card-option:has(input:checked) {
    color: var(--color-primary-dark);
    outline-style: solid;
    outline-width: 1px;
    outline-color: #414042;
    outline-color: var(--color-primary);
}

.s-product-options-country-flag {
    height: 24px;
    width: 24px;
    border-radius: 9999px;
}

.s-product-options-digital-card-out-of-stock {
    height: 2.5rem;
}

.s-product-options-digital-card-option input {
    all: unset;
}

.s-product-options-digital-card-option input:checked {
    all: unset;
}

.s-product-options-digital-card-option input:invalid {
    all: unset;
}

@media (min-width: 640px) {

    .s-product-options-option-booking .s-product-options-option-content {
        margin-top: -2.5rem;
    }
}

.s-product-options-digital-card-option-stock-out {
    opacity: 0.4;
}

.s-product-options-grid-mode {
    margin-bottom: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    gap: 0.5rem;
}

.s-product-options-grid-mode-span {
    position: relative;
    display: flex;
    min-height: 36px;
    min-width: 45px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 0.5rem;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.s-product-options-grid-mode-span *{pointer-events:none}

.s-product-options-grid-mode-span:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.s-product-options-grid-mode-span-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
}

.s-product-options-grid-mode input:checked + div {
    border-color: #414042;
    border-color: var(--color-primary);
    background-color: rgba(var(--color-primary-rgb),0.1);
    color: #414042;
    color: var(--color-primary);
}

.s-product-options-grid-mode input[type=checkbox] {
    pointer-events: none;
    position: absolute;
    opacity: 0;
}

input[type=radio].sr-only div.s-product-options-grid-mode input[type=checkbox]{transition:all .3s}

input[type=radio].sr-only:checked~div.s-product-options-grid-mode input[type=checkbox]{border-color:#414042;border-color:var(--color-primary)}

.s-product-options-grid-mode input[type=radio] {
    pointer-events: none;
    position: absolute;
    opacity: 0;
}

input[type=radio].sr-only div.s-product-options-grid-mode input[type=radio]{transition:all .3s}

input[type=radio].sr-only:checked~div.s-product-options-grid-mode input[type=radio]{border-color:#414042;border-color:var(--color-primary)}

.s-product-options-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.s-product-size-guide-wrapper .s-modal-title {
    margin-bottom: 0px !important;
}

.s-product-size-guide-wrapper .s-tabs-content {
    max-height: 60vh;
    overflow: auto;
}

@media (min-width: 768px) {

    .s-product-size-guide-wrapper .s-tabs-content {
        max-height: 70vh;
    }
}

.s-product-size-guide-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-product-size-guide-skeleton-table {
    margin-top: 1.25rem;
    width: 100%;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    line-height: 1.25rem;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-product-size-guide-skeleton-table)>salla-button{width:100%}

.s-product-size-guide-skeleton-table td {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding: 0.5rem;
    line-height: 1.25rem;
}

.s-product-size-guide-header-icon {
    display: inline-flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

i.sicon.sicon-rotate.s-product-size-guide-header-icon.ltr\:mr-2 {
    position: relative;
    top: 0.25rem;
}

i.sicon.sicon-rotate.rtl\:ml-2.s-product-size-guide-header-icon {
    position: relative;
    top: 0.25rem;
}

@media (min-width: 640px) {

    .s-product-size-guide-header-icon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
        height: 5rem;
        width: 5rem;
    }
}

.s-product-size-guide-header-icon:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.5rem;
}

@media (min-width: 640px) {

    .s-product-size-guide-header-icon:where([dir="ltr"], [dir="ltr"] *) {
        margin-right: 0px;
    }
}

.s-product-size-guide-header-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.5rem;
}

@media (min-width: 640px) {

    .s-product-size-guide-header-icon:where([dir="rtl"], [dir="rtl"] *) {
        margin-left: 0px;
    }
}

.s-product-size-guide-header-icon svg {
    height: 1.25rem;
    width: 1.25rem;
    flex-shrink: 0;
    fill: #9ca3af;
}

.s-product-size-guide-skeleton-content {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
}

.s-product-size-guide-skeleton-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * (1 - 0));
    margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(0.75rem * calc(1 - 0));
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * 0);
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.s-product-size-guide-skeleton-header {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s-product-size-guide-skeleton-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * 0);
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * (1 - 0));
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(1.25rem * calc(1 - 0));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.s-product-size-guide-skeleton-header:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.s-product-size-guide-skeleton-header > salla-skeleton {
    flex: 1 1 0%;
}

.s-products-list-wrapper {
    margin-bottom: 2rem;
    display: grid;
}

.s-products-list-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-products-list-placeholder p {
    padding-top: 0.5rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-products-list-row-cards {
    display: grid;
    grid-gap: 1rem;
    gap: 1rem;
}

.s-products-list-vertical-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
}

@media (min-width: 640px) {

    .s-products-list-vertical-cards {
        gap: 1rem;
    }
}

@media (min-width: 768px) {

    .s-products-list-vertical-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
    }
}

@media (min-width: 1024px) {

    .s-products-list-vertical-cards {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.s-products-list-loading-wrapper {
    display: flex;
    height: 5rem;
    align-items: center;
    justify-content: center;
}

.s-products-list-filters-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.625rem;
}

@media (min-width: 640px) {

    .s-products-list-filters-results {
        gap: 1rem;
    }
}

@media (min-width: 768px) {

    .s-products-list-filters-results {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
    }
}

.s-products-list-horizontal-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 640px) {

    .s-products-list-horizontal-cards {
        gap: 2rem;
    }
}

@media (min-width: 1024px) {

    .s-products-list-horizontal-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.s-products-list-placeholder span {
    margin-bottom: 1rem;
    display: flex;
    height: 8rem;
    width: 8rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
    font-size: 3rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}

.s-products-list-placeholder span svg {
    margin-left: auto;
    margin-right: auto;
    height: 4rem;
    width: 4rem;
    fill: #d1d5db;
    text-align: center;
}

.s-products-slider-wrapper {
    margin-bottom: 2rem;
}

@media (min-width: 768px) {

    .s-products-slider-wrapper {
        margin-bottom: 5rem;
    }
}

@media (min-width: 1024px) {

    .s-products-slider-wrapper {
        overflow: hidden;
    }
}

.s-products-slider-wrapper:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 0px;
}

.s-products-slider-wrapper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0px;
}

.s-products-slider-card {
    height: auto !important;
}

.s-products-slider-card {
    width: 100%;
    max-width: 250px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-products-slider-card)>salla-button{width:100%}

@media (min-width: 640px) {

    .s-products-slider-card {
        width: 50%;
        max-width: 320px;
    }
}

@media (min-width: 768px) {

    .s-products-slider-card {
        width: 33.333333%;
    }
}

@media (min-width: 1024px) {

    .s-products-slider-card {
        width: 25%;
    }
}

.s-progress-bar-container {
    margin-bottom: 0.625rem;
}

.s-progress-bar-header {
    margin-bottom: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-progress-bar-target-section {
    margin-bottom: 0.625rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.s-progress-bar-wrapper {
    margin-bottom: 0.375rem;
    width: 100%;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-progress-bar-wrapper)>salla-button{width:100%}

.dark *.s-progress-bar-wrapper {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, 1);
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity, 1));
}

.s-progress-bar-progress {
    height: 100%;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, 1);
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity, 1));
}

.s-progress-bar-message {
    margin-bottom: 0.625rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, 1);
    color: rgba(248, 113, 113, var(--tw-text-opacity, 1));
}

.s-progress-bar-wrapper .s-progress-bar-progress-stripped {
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%,rgba(255, 255, 255, .2) 50%,rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-size: 30px 30px;
}

.s-quantity-input-container {
    display: flex;
    height: 2.5rem;
    align-items: stretch;
    justify-content: space-around;
    border-radius: 0.375rem;
    border-width: 1px;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.s-quantity-input-input {
    width: 3rem;
    border-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    font-weight: 700;
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.s-quantity-input-input:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
}

.s-quantity-input-button {
    width: 2.75rem;
    fill: #9ca3af;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-quantity-input-button:hover {
    fill: #414042;
    fill: var(--color-primary);
}

.s-quantity-input-button svg {
    margin-left: auto;
    margin-right: auto;
    height: 1.25rem;
    width: 1.25rem;
}

.s-quick-buy-button svg {
    margin-right: 0.375rem;
    height: 1rem;
    width: 1rem;
}

.s-quick-buy-button svg:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0px;
    margin-left: 0.375rem;
}

.s-quick-buy-apple-pay {
    display: block;
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-quick-buy-apple-pay)>salla-button{width:100%}

@media (min-width: 640px) {

    .s-quick-buy-apple-pay {
        margin-top: 0.625rem;
    }
}

.s-quick-buy-apple-pay .apple-pay-btn-wrapper .apple-pay-btn {
    width: auto !important;
    border-radius: 15px !important;
}

.s-quick-order-dark h1, .s-quick-order-dark p {
    color: #fff;
}

.s-quick-order-container {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 15px;
    padding: 1rem;
}

.s-quick-order-button-cont {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
}

.s-quick-order-checkbox-container {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
}

.s-quick-order-checkbox-container input {
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
    height: 2.5rem;
    width: 100%;
    border-radius: 15px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding: 0.5rem;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-quick-order-checkbox-container input)>salla-button{width:100%}

.s-quick-order-expandable {
    max-height: 0px;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.s-quick-order-expandable:not(.s-quick-order-shown) {
    overflow: hidden;
}

.s-quick-order-expandable.s-quick-order-shown {
    opacity: 1;
}

.s-quick-order-expandable .s-form-group {
    position: relative;
    flex-grow: 1;
}

.s-quick-order-expandable .s-form-group input {
    padding-left: 35px;
}

.s-quick-order-expandable .s-form-group input:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 35px;
}

.s-quick-order-expandable .s-form-group > span {
    position: absolute;
    left: 10px;
    top: 30%;
    z-index: 10;
}

input[type=radio].sr-only div.s-quick-order-expandable .s-form-group > span{transition:all .3s}

input[type=radio].sr-only:checked~div.s-quick-order-expandable .s-form-group > span{border-color:#414042;border-color:var(--color-primary)}

.s-quick-order-expandable .s-form-group > span:where([dir="rtl"], [dir="rtl"] *) {
    left: auto;
    right: 10px;
}

.s-quick-order-expandable .s-form-group span svg {
    height: 1rem;
    width: 1rem;
    fill: #919191;
}

.s-quick-order-flex-input {
    display: flex;
}

.s-quick-order-flex-input > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * 0);
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * (1 - 0));
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.5rem * calc(1 - 0));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.s-quick-order-flex-input:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.s-quick-order-flex-input salla-tel-input {
    height: 2.5rem;
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-quick-order-flex-input salla-tel-input)>salla-button{width:100%}

.s-quick-order-errors p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, 1);
    color: rgba(185, 28, 28, var(--tw-text-opacity, 1));
}

.s-quick-order-confirm {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border-width: 1px;
    padding: 0.5rem;
}

.s-quick-order-confirm span {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.s-quick-order-confirm svg {
    height: 1rem;
    width: 1rem;
    fill: #414042;
    fill: var(--color-primary);
}

.s-quick-order-terms .s-form-label {
    margin-bottom: 0px !important;
}

.s-quick-order-terms .s-form-label {
    cursor: pointer;
}

.s-quick-order-terms .s-form-label *{pointer-events:none}

.s-quick-order-terms {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.s-quick-order-terms > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * 0);
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * (1 - 0));
    margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.375rem * calc(1 - 0));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.s-quick-order-terms:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.s-quick-order-terms .s-checkbox::before {
    background-color: transparent;
    content: var(--tw-content);
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.s-quick-order-terms .s-checkbox:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
    --tw-ring-offset-width: 0px;
}

.s-quick-order-btn-close button {
    padding: 0.5rem !important;
}

.s-quick-order-btn-close button {
    border-radius: 15px;
}

.s-quick-order-phone-field:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 28px !important;
}

.s-quick-order-phone-field:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 87px;
}

.s-quick-order-phone-field:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 28px !important;
}

.s-quick-order-phone-field:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 87px;
}

.s-quick-order-email-field:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 0px !important;
}

.s-quick-order-email-field:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0px !important;
}

.s-rating-modal-wrapper {
    margin-bottom: 1.5rem;
    transition-property: all;
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.s-rating-modal-edit-wrapper {
    margin-top: 0.625rem;
}

.s-rating-modal-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s-rating-modal-footer salla-button button {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 0.75rem !important;
}

.s-rating-modal-btn {
    height: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #414042;
    color: var(--color-primary);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-rating-modal-btn:hover {
    color: var(--color-primary-dark);
}

.s-rating-modal-dots {
    display: flex;
    flex-shrink: 0;
    flex-grow: 1;
    justify-content: center;
}

.s-rating-modal-dots > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * 0);
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * (1 - 0));
    margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.375rem * calc(1 - 0));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.s-rating-modal-dots {
    text-align: center;
}

.s-rating-modal-dots:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.s-rating-modal-step-dot {
    height: 0.625rem;
    width: 0.625rem;
    border-radius: 9999px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-rating-modal-step {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.s-rating-modal-active {
    --tw-translate-x: 0px;
    transform: translate(0px, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
}

.s-rating-modal-unactive {
    --tw-translate-x: 0.75rem;
    transform: translate(0.75rem, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
}

.s-rating-modal-hidden {
    display: none !important;
}

.s-rating-modal-unvisiable {
    pointer-events: none;
    opacity: 0;
}

.s-rating-modal-step-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1rem;
}

.s-rating-modal-product-details {
    position: relative;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    padding-bottom: 1rem;
}

.s-rating-modal-product-details-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.s-rating-modal-product-details-main .s-rating-stars-wrapper {
    margin-bottom: 0.375rem;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
}

@media (min-width: 640px) {

    .s-rating-modal-product-details-main .s-rating-stars-wrapper {
        margin-bottom: 0px;
        flex-direction: row;
        gap: 0px;
    }
}

.s-rating-modal-rounded-icon {
    margin-bottom: 1rem;
    display: flex;
    height: 7rem;
    width: 7rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

.s-rating-modal-title {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
}

.s-rating-modal-store-logo {
    width: 4rem;
    -o-object-fit: contain;
       object-fit: contain;
}

.s-rating-modal-shipping-logo {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-rating-modal-shipping-logo)>salla-button{width:100%}

.s-rating-modal-shipping-icon {
    font-size: 3rem;
    line-height: 1;
    color: #414042;
    color: var(--color-primary);
}

.s-rating-modal-comment {
    height: 5rem !important;
}

.s-rating-modal-comment {
    margin-bottom: 0.5rem;
    width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-rating-modal-comment)>salla-button{width:100%}

.s-rating-modal-comment:focus {
    border-color: #414042;
    border-color: var(--color-primary);
}

.dark *.s-rating-modal-comment {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, 1);
    border-color: rgba(75, 85, 99, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, 1);
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity, 1));
}

.s-rating-modal-validation-msg {
    margin-top: -3px;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, 1);
    color: rgba(248, 113, 113, var(--tw-text-opacity, 1));
}

.s-rating-modal-product {
    margin-bottom: 1.5rem;
}

.s-rating-modal-product:last-child {
    margin-bottom: 0px;
}

.s-rating-modal-product .rating-outer-form {
    display: flex;
}

.s-rating-modal-product .rating-outer-form > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * 0);
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * (1 - 0));
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.5rem * calc(1 - 0));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 640px) {

    .s-rating-modal-product .rating-outer-form > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * 0);
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * (1 - 0));
        margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
        margin-left: calc(1.25rem * calc(1 - 0));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
}

.s-rating-modal-product .rating-outer-form:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.s-rating-modal-product-img-wrap {
    height: 3.5rem;
    width: auto;
    overflow: hidden;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {

    .s-rating-modal-product-img-wrap {
        width: 5rem;
    }
}

.s-rating-modal-product-img {
    position: relative;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-size: 0px;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-rating-modal-product-img)>salla-button{width:100%}

.s-rating-modal-product-img::before {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.s-rating-modal-product-title {
    margin-bottom: 0.375rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
}

.s-rating-modal-thanks {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.s-rating-modal-icon {
    display: inline-flex;
    height: 5rem;
    width: 5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
    color: #414042;
    color: var(--color-primary);
}

.s-rating-modal-icon svg {
    height: 1.75rem;
    width: 1.75rem;
    fill: #414042;
    fill: var(--color-primary);
}

.s-rating-modal-thanks-title {
    margin-top: 1rem;
    font-weight: 700;
}

.s-rating-modal-thanks-msg {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-rating-modal-thanks-btn {
    height: 2.5rem;
    flex: none;
    display: inline-flex;
    flex: 1 1 0%;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 0.375rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.625rem;
    padding-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-rating-modal-thanks-btn:hover {
    opacity: 0.8;
}

.s-rating-modal-thanks-btn {
    border-width: 1px;
    border-color: #414042;
    border-color: var(--color-primary);
    background-color: #414042;
    background-color: var(--color-primary);
    color: #ff6767;
    color: var(--color-primary-reverse);
    display: inline-flex;
    flex: 1 1 0%;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 15px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.625rem;
    padding-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-rating-modal-thanks-btn:hover {
    opacity: 0.8;
}

.s-rating-modal-thanks-btn .loader {
    height: 1rem;
    width: 0px;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(0) scaleY(0);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.s-rating-modal-thanks-btn.btn:disabled {
    cursor: default;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.s-rating-modal-thanks-btn.btn:disabled:hover {
    background-color: transparent;
}

.s-rating-modal-thanks-btn:disabled .s-button-text {
    opacity: 0.7;
}

.s-rating-modal-thanks-time {
    margin-top: 0.75rem;
    display: block;
    height: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-rating-modal-stars-company {
    margin-bottom: 1.25rem;
}

.s-rating-modal-stars-company .s-rating-stars-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.s-rating-modal-stars-product {
    margin-bottom: 0.25rem;
}

.s-rating-modal-bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.s-rating-modal-bg-primary {
    background-color: #414042;
    background-color: var(--color-primary);
}

unicode {
    unicode-bidi: plaintext;
}

.s-rating-modal-wrap .s-modal-body {
    position: relative !important;
}

.s-rating-modal-skeleton {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s-rating-modal-skeleton salla-skeleton:nth-child(1) {
    margin-bottom: 1.25rem;
}

.s-rating-modal-skeleton salla-skeleton:nth-child(2) {
    margin-bottom: 0.75rem;
}

.s-rating-modal-skeleton salla-skeleton:nth-child(3) {
    margin-bottom: 1.25rem;
}

.s-rating-modal-skeleton salla-skeleton:nth-child(4) {
    margin-bottom: 2rem;
}

.s-rating-modal-skeleton-footer {
    margin-top: 1.5rem;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-rating-modal-skeleton-footer)>salla-button{width:100%}

.s-rating-modal-skeleton-footer salla-skeleton {
    margin-bottom: 0px !important;
}

.s-rating-modal-skeleton-stars {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.s-rating-modal-skeleton-stars > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * 0);
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * (1 - 0));
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.5rem * calc(1 - 0));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.s-rating-modal-skeleton-stars:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.s-rating-modal-skeleton-stars div svg {
    width: 25px;
    fill: currentColor;
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}

.s-rating-modal-uploader {
    height: 0px;
    opacity: 0;
    transition-property: all;
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.s-rating-modal-uploader.is-opened {
    margin-bottom: 1.5rem;
}

.s-rating-modal-uploader.is-closed {
    pointer-events: none;
    z-index: 0;
}

.s-rating-modal-uploader .filepond--drop-label {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.s-rating-modal-uploader .filepond--file-status .filepond--file-status-main {
    font-size: 11px;
}

.s-rating-modal-uploader .filepond--file-info-main {
    font-size: 11px;
}

.s-rating-modal-uploader li[data-filepond-item-state='load-invalid'] .filepond--file-info {
    display: none;
}

.s-rating-modal-filepond-placeholder-text {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}

.s-rating-modal-filepond-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s-rating-modal-filepond-placeholder-icon {
    margin-bottom: 0.25rem;
}

.s-rating-modal-filepond-placeholder-icon svg {
    height: 1.5rem;
    width: 1.5rem;
    fill: #7c8082;
}

.s-rating-modal-contact {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
    padding: 0.5rem;
}

.s-rating-modal-contact p {
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.s-rating-modal-contact-icons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.s-rating-modal-contact-icons span {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 0.375rem;
}

.s-rating-modal-contact-icons span *{pointer-events:none}

.s-rating-modal-contact-icons span svg {
    height: 1rem;
    width: 1rem;
    fill: #414042;
    fill: var(--color-primary);
}

.s-rating-modal-footer-end {
    justify-content: flex-end;
}

.s-rating-modal-delete-wrapper {
    text-align: center;
}

.s-rating-modal-delete-wrapper h3 {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.s-rating-modal-delete-wrapper p {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-rating-modal-delete-actions {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.s-rating-modal-delete-actions salla-button {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-rating-modal-delete-actions salla-button)>salla-button{width:100%}

.s-rating-modal-delete-actions salla-button button {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-rating-modal-delete-actions salla-button button)>salla-button{width:100%}

.s-rating-stars-wrapper {
    display: inline-flex;
    align-items: center;
}

.s-rating-stars-btn-star {
    border-width: 0px;
    fill: #d1d5db;
    padding-left: 0.125rem;
    padding-right: 0.125rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.s-rating-stars-large svg {
    height: 1.75rem;
    width: 1.75rem;
}

.s-rating-stars-medium svg {
    height: 1.25rem;
    width: 1.25rem;
}

.s-rating-stars-small svg {
    height: 1rem;
    width: 1rem;
}

.s-rating-stars-mini svg {
    height: 0.75rem;
    width: 0.75rem;
}

.s-rating-stars-hovered {
    fill: #fbbf24;
}

.s-rating-stars-selected {
    fill: #fbbf24;
}

.s-rating-stars-element {
    display: flex;
}

.s-rating-stars-reviews {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-rating-stars-label {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.s-review-card-slider-container {
    position: relative;
    display: grid;
    height: auto;
    overflow: clip;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.s-review-card-slides {
    display: flex;
    height: 100%;
    width: 100%;
    transition-property: transform;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-review-card-slides)>salla-button{width:100%}

.s-review-card-slider-slide {
    display: grid;
    height: 100%;
    width: 100%;
    flex-shrink: 0;
    align-content: center;
    justify-content: center;
    place-content: center;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-review-card-slider-slide)>salla-button{width:100%}

.s-review-card-slider-slide img {
    -o-object-fit: cover;
       object-fit: cover;
}

.s-review-card-slider-dots {
    position: absolute;
    bottom: 1rem;
    left: 0px;
    right: 0px;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

input[type=radio].sr-only div.s-review-card-slider-dots{transition:all .3s}

input[type=radio].sr-only:checked~div.s-review-card-slider-dots{border-color:#414042;border-color:var(--color-primary)}

.s-review-card-slider-dot {
    aspect-ratio: 1 / 1;
    height: 0.5rem;
    width: 0.5rem;
    cursor: pointer;
    justify-self: center;
    border-radius: 9999px;
    border-width: 0.5px;
    border-color: #414042;
    border-color: var(--color-primary);
    background-color: rgba(255, 255, 255, 0.7);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-review-card-slider-dot *{pointer-events:none}

.s-review-card-slider-dot.active {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.5) scaleY(1.5);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-color: #414042;
    background-color: var(--color-primary);
}

.s-review-card-container {
    overflow: clip;
    border-radius: 4px;
    border-width: 1px;
}

.s-review-card-image {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-review-card-image)>salla-button{width:100%}

.s-review-card-content {
    display: grid;
    grid-gap: 0.5rem;
    gap: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 1.25rem;
}

.s-review-card-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.s-review-card-stars {
    display: flex;
    gap: 0.25rem;
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, 1);
    color: rgba(251, 191, 36, var(--tw-text-opacity, 1));
}

.s-review-card-reviewer-name {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.s-review-card-reviewer-name:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: auto;
}

.s-review-card-reviewer-name:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: auto;
}

.s-review-card-review-content {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
    word-wrap: anywhere;
}

.s-review-card-product-container {
    display: flex;
    gap: 0.5rem;
}

.s-review-card-product-container img {
    flex-shrink: 0;
}

.s-review-card-product-image {
    height: 60px;
    width: 60px;
    border-radius: 2px;
    border-width: 1px;
    -o-object-fit: contain;
       object-fit: contain;
}

.s-review-card-product-details {
    align-self: center;
}

.s-review-card-product-details-name {
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #414042;
    color: var(--color-primary);
    word-wrap: anywhere;
}

.s-review-card-product-details-purchase-count {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, 1);
    color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.s-review-card-divider {
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-review-card-divider)>salla-button{width:100%}

.s-review-card-verified-icon {
    display: flex;
    height: 1.25rem;
    width: 1.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, 1);
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity, 1));
    font-size: 0.75rem;
    line-height: 1rem;
}

.s-review-card-verified-icon svg {
    height: 0.75rem;
    width: 0.75rem;
}

@media (min-width: 1024px) {

    .s-reviews-container {
        overflow: hidden;
    }
}

.s-reviews-header-wrapper {
    display: flex;
    justify-content: space-between;
}

.s-reviews-header {
    margin-bottom: 1rem;
    margin-right: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.s-reviews-avatar-image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-reviews-avatar-image)>salla-button{width:100%}

.s-reviews-content {
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    line-height: 1.5rem;
}

@media (min-width: 640px) {

    .s-reviews-content {
        margin-top: 0px;
    }
}

.s-reviews-customer-header {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
}

@media (min-width: 480px) {

    .s-reviews-customer-header {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.s-reviews-display-all {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    opacity: 0.8;
}

.s-reviews-display-all:hover {
    opacity: 1;
}

.s-reviews-display-all-icon svg {
    display: inline-block;
    height: 14px;
    width: 14px;
}

.s-reviews-display-all-icon svg:where([dir="ltr"], [dir="ltr"] *) {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.s-reviews-quote-icon svg {
    position: absolute;
    top: 1rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #414042;
    color: var(--color-primary);
}

input[type=radio].sr-only div.s-reviews-quote-icon svg{transition:all .3s}

input[type=radio].sr-only:checked~div.s-reviews-quote-icon svg{border-color:#414042;border-color:var(--color-primary)}

@media (min-width: 640px) {

    .s-reviews-quote-icon svg {
        font-size: 3rem;
        line-height: 1;
    }
}

.s-reviews-quote-icon svg:where([dir="ltr"], [dir="ltr"] *) {
    right: 2rem;
}

@media (min-width: 640px) {

    .s-reviews-quote-icon svg:where([dir="ltr"], [dir="ltr"] *) {
        right: 3rem;
    }
}

@media (min-width: 1024px) {

    .s-reviews-quote-icon svg:where([dir="ltr"], [dir="ltr"] *) {
        right: 2rem;
    }
}

.s-reviews-quote-icon svg:where([dir="rtl"], [dir="rtl"] *) {
    left: 2rem;
}

@media (min-width: 640px) {

    .s-reviews-quote-icon svg:where([dir="rtl"], [dir="rtl"] *) {
        left: 3rem;
    }
}

@media (min-width: 1024px) {

    .s-reviews-quote-icon svg:where([dir="rtl"], [dir="rtl"] *) {
        left: 2rem;
    }
}

.s-reviews-testimonial {
    position: relative;
    display: flex;
    height: 100%;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 1.5rem;
    opacity: 0.6;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

@media (min-width: 1024px) {

    .s-reviews-testimonial {
        padding: 2.5rem;
        --tw-shadow: 0 0 rgba(0,0,0,0);
        --tw-shadow-colored: 0 0 rgba(0,0,0,0);
        box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    }
}

.s-reviews-testimonials-slider {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

@media (min-width: 1024px) {

    .s-reviews-testimonials-slider .swiper {
        margin-left: -200px;
        margin-right: -200px;
    }
}

.s-reviews-testimonials-slider .swiper:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 3rem;
    padding-left: 1.25rem;
}

@media (min-width: 1024px) {

    .s-reviews-testimonials-slider .swiper:where([dir="ltr"], [dir="ltr"] *) {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.s-reviews-testimonials-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 3rem;
    padding-right: 1.25rem;
}

@media (min-width: 1024px) {

    .s-reviews-testimonials-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .s-reviews-testimonials-slider .swiper .s-slider-button-next {
        margin-right: 200px;
    }

    .s-reviews-testimonials-slider .swiper .s-slider-button-prev {
        margin-left: 200px;
    }
}

.s-reviews-testimonials-slider .swiper:not(.swiper-initialized) {
    opacity: 0;
}

.s-reviews-testimonial__inner {
    display: flex;
    align-items: center;
}

.s-reviews-testimonial__avatar {
    height: 5rem;
    width: 5rem;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 9999px;
}

.s-reviews-testimonial__icon svg {
    position: absolute;
    top: 1rem;
    height: 2.25rem;
    width: 2.25rem;
    fill: #414042;
    fill: var(--color-primary);
    font-size: 2.25rem;
    line-height: 2.5rem;
}

input[type=radio].sr-only div.s-reviews-testimonial__icon svg{transition:all .3s}

input[type=radio].sr-only:checked~div.s-reviews-testimonial__icon svg{border-color:#414042;border-color:var(--color-primary)}

@media (min-width: 640px) {

    .s-reviews-testimonial__icon svg {
        font-size: 3rem;
        line-height: 1;
    }
}

@media (min-width: 1024px) {

    .s-reviews-testimonial__icon svg {
        height: 3rem;
        width: 3rem;
    }
}

.s-reviews-testimonial__icon svg:where([dir="ltr"], [dir="ltr"] *) {
    right: 2rem;
}

@media (min-width: 640px) {

    .s-reviews-testimonial__icon svg:where([dir="ltr"], [dir="ltr"] *) {
        right: 3rem;
    }
}

@media (min-width: 1024px) {

    .s-reviews-testimonial__icon svg:where([dir="ltr"], [dir="ltr"] *) {
        right: 2rem;
    }
}

.s-reviews-testimonial__icon svg:where([dir="rtl"], [dir="rtl"] *) {
    left: 2rem;
}

@media (min-width: 640px) {

    .s-reviews-testimonial__icon svg:where([dir="rtl"], [dir="rtl"] *) {
        left: 3rem;
    }
}

@media (min-width: 1024px) {

    .s-reviews-testimonial__icon svg:where([dir="rtl"], [dir="rtl"] *) {
        left: 2rem;
    }
}

.s-reviews-testimonial__text {
    flex: 1 1 0%;
}

.s-reviews-testimonial__text p {
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    display: none;
    line-height: 1.5rem;
}

@media (min-width: 640px) {

    .s-reviews-testimonial__text p {
        margin-top: 0px;
    }
}

.s-reviews-testimonial__name_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {

    .s-reviews-testimonial__name_wrapper {
        flex-direction: row;
        justify-content: space-between;
    }
}

.s-reviews-testimonial__rating {
    margin-left: 2.5rem;
    display: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.s-reviews-testimonial__info h2 {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
}

@media (min-width: 480px) {

    .s-reviews-testimonial__info h2 {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.s-reviews-container .swiper-slide {
    height: auto;
    width: 20%;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 1024px) {

    .s-reviews-container .swiper-slide {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.s-reviews-container .swiper-slide:not(.swiper-slide-active) .s-reviews-testimonial__avatar {
    margin-bottom: 2rem;
}

.s-reviews-container .swiper-slide:not(.swiper-slide-active) .s-reviews-testimonial__inner {
    position: relative;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.s-reviews-container .swiper-slide:not(.swiper-slide-active) .s-reviews-testimonial__icon svg {
    top: -2rem;
    left: 50%;
    height: 1.5rem;
    width: 1.5rem;
    --tw-translate-x: -50%;
    --tw-translate-y: 0.25rem;
    transform: translate(-50%, 0.25rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.s-reviews-container .swiper-slide-prev .s-reviews-testimonial {
    align-items: center;
    justify-content: flex-end;
}

.s-reviews-container .swiper-slide-next .s-reviews-testimonial {
    align-items: center;
    justify-content: flex-start;
}

.s-reviews-container .swiper-slide-next .s-reviews-testimonial:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 7%;
}

.s-reviews-container .swiper-slide-next .s-reviews-testimonial:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 7%;
}

.s-reviews-container .swiper-slide-active {
    width: 60%;
}

.s-reviews-container .swiper-slide-active .s-reviews-testimonial {
    opacity: 1;
    --tw-shadow: 5px 0 0 0 var(--color-main);
    --tw-shadow-colored: 5px 0 0 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

@media (min-width: 1024px) {

    .s-reviews-container .swiper-slide-active .s-reviews-testimonial:where([dir="ltr"], [dir="ltr"] *) {
        padding-right: 6rem;
    }

    .s-reviews-container .swiper-slide-active .s-reviews-testimonial:where([dir="rtl"], [dir="rtl"] *) {
        padding-left: 6rem;
    }
}

.s-reviews-container .swiper-slide-active .s-reviews-testimonial__inner {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-reviews-container .swiper-slide-active .s-reviews-testimonial__inner)>salla-button{width:100%}

.s-reviews-container .swiper-slide-active .s-reviews-testimonial__avatar:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 1.5rem;
}

.s-reviews-container .swiper-slide-active .s-reviews-testimonial__avatar:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 1.5rem;
}

.s-reviews-container .swiper-slide-active .s-reviews-testimonial__info {
    margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {

    .s-reviews-container .swiper-slide-active .s-reviews-testimonial__info {
        margin-bottom: 0px;
    }
}

.s-reviews-container .swiper-slide-active .s-reviews-testimonial__rating {
    display: block;
}

.s-reviews-container .swiper-slide-active .s-reviews-testimonial__text p {
    display: block;
}

.s-reviews-container .s-slider--nav-arrow {
    right: 17%;
    top: 35%;
    display: none;
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), 50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {

    .s-reviews-container .s-slider--nav-arrow {
        display: flex;
    }
}

.s-reviews-container .s-slider--nav-arrow.s-slider-next {
    left: 17%;
}

.s-reviews-container .s-slider--nav-arrow.s-slider-next:where([dir="ltr"], [dir="ltr"] *) {
    left: auto;
}

.s-reviews-container .s-slider--nav-arrow.s-slider-next:where([dir="rtl"], [dir="rtl"] *) {
    right: auto;
}

.s-reviews-page-grid {
    display: grid;
    align-items: flex-start;
    grid-gap: 1.25rem;
    gap: 1.25rem;
}

@media (min-width: 640px) {

    .s-reviews-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {

    .s-reviews-page-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {

    .s-reviews-page-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.s-reviews-page-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    row-gap: 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 0.75rem;
}

.s-reviews-page-count {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-reviews-page-filter {
    height: auto;
    min-width: 164px;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: #414042;
    border-color: var(--color-primary);
    padding: 0.25rem;
    color: #414042;
    color: var(--color-primary);
}

.s-reviews-page-filter:focus {
    border-color: #414042;
    border-color: var(--color-primary);
}

.s-reviews-page-filter-label {
    display: none;
    white-space: nowrap;
}

@media (min-width: 640px) {

    .s-reviews-page-filter-label {
        display: block;
    }
}

.s-reviews-page-filter-wrapper {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.s-reviews-page-load-more-btn {
    margin-top: 1.5rem;
}

.s-reviews-page-header-wrapper {
    margin-bottom: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.s-reviews-page-load-more-container {
    text-align: center;
}

.s-reviews-summary-wrapper {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 1.5rem;
}

@media (min-width: 640px) {

    .s-reviews-summary-wrapper {
        flex-direction: row;
    }
}

.s-reviews-summary-header {
    display: grid;
    align-content: flex-start;
    grid-gap: 2rem;
    gap: 2rem;
}

@media (min-width: 640px) {

    .s-reviews-summary-header {
        gap: 2.5rem;
    }
}

.s-reviews-summary-header .s-rating-stars-selected {
    fill: #414042;
    fill: var(--color-primary);
}

.s-reviews-summary-header .s-rating-stars-btn-star {
    padding: 0px;
}

.s-reviews-summary-header-section {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.s-reviews-summary-average {
    font-size: 3rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.s-reviews-summary-count {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-reviews-summary-rows {
    display: grid;
    grid-gap: 1rem;
    gap: 1rem;
}

@media (min-width: 640px) {

    .s-reviews-summary-rows {
        width: 54%;
    }
}

.s-reviews-summary-row {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.s-reviews-summary-row-rate {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    fill: #1f2937;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

.s-reviews-summary-row-rate span svg {
    max-height: -moz-max-content;
    max-height: max-content;
    width: 1rem;
    fill: #fbbf24;
}

.s-reviews-summary-progress {
    flex-grow: 1;
}

.s-reviews-summary-progress .s-progress-bar-wrapper {
    margin-bottom: 0px;
}

.s-reviews-summary-progress .s-progress-bar-container {
    margin-bottom: 0px;
}

.s-reviews-summary-percentage {
    width: 2rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.s-reviews-summary-recommendation-percentage {
    font-size: 2.25rem;
    line-height: 2.5rem;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.s-reviews-summary-header-section.s-reviews-summary-recommendation-only {
    gap: 3rem;
}

.s-reviews-summary-header-section.s-reviews-summary-recommendation-only p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, 1);
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}

.s-scopes-title {
    margin-bottom: 0.75rem;
}

.s-scopes-header {
    margin-bottom: 0.5rem;
    display: block;
    text-align: center;
}

.s-scopes-header-icon {
    margin: auto;
    display: flex;
    height: 5rem;
    width: 5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(252, 252, 252, 1);
    background-color: rgba(252, 252, 252, var(--tw-bg-opacity, 1));
}

.s-scopes-header-icon svg {
    height: 2rem;
    fill: #414042;
    fill: var(--color-primary);
}

.s-scopes-header-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-scopes-header-subtitle {
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.s-scopes-header-subtitle:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
}

.s-scopes-search-wrapper {
    position: relative;
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-scopes-search-wrapper)>salla-button{width:100%}

.s-scopes-search-icon {
    pointer-events: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    padding-left: 0.75rem;
}

input[type=radio].sr-only div.s-scopes-search-icon{transition:all .3s}

input[type=radio].sr-only:checked~div.s-scopes-search-icon{border-color:#414042;border-color:var(--color-primary)}

.s-scopes-search-icon:where([dir="rtl"], [dir="rtl"] *) {
    left: auto;
    right: 0px;
    padding-left: 0px;
    padding-right: 0.75rem;
}

.s-scopes-search-icon svg {
    height: 1.25rem;
    width: 1.25rem;
    fill: #9ca3af;
}

.s-scopes-search-input {
    display: block;
    width: 100%;
    border-radius: 15px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
    padding: 0.625rem;
    padding-left: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-scopes-search-input)>salla-button{width:100%}

.s-scopes-search-input:focus {
    --tw-ring-color: var(--color-primary);
}

.s-scopes-search-input:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0px;
    padding-right: 2.5rem;
}

.s-scopes-input-wrap {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
}

.s-scopes-input-wrap:last-child {
    margin-bottom: 0px;
}

.s-scopes-input {
    height: 1rem;
    width: 1rem;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    color: #414042;
    color: var(--color-primary);
}

.s-scopes-input:focus {
    --tw-ring-color: var(--color-primary);
}

.s-scopes-input:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.75rem;
}

.s-scopes-input:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.75rem;
}

.s-scopes-label {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.s-scopes-select {
    height: 2.5rem;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0.375rem;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-scopes-select)>salla-button{width:100%}

.s-scopes-select:focus {
    border-color: #414042;
    border-color: var(--color-primary);
}

.s-scopes-container {
    margin-top: 1.25rem;
    max-height: 300px;
    overflow-y: auto;
    padding-left: 0.5rem;
}

.s-scopes-container:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0px;
    padding-right: 0.5rem;
}

.s-scopes-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

input[type=radio].s-scopes-sr-only div.absolute{transition:all .3s}

input[type=radio].s-scopes-sr-only:checked~div.absolute{border-color:#414042;border-color:var(--color-primary)}

.s-scopes-is-closed {
    opacity: 0.5;
}

.s-scopes-closed-badge {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, 1);
    color: rgba(248, 113, 113, var(--tw-text-opacity, 1));
}

.s-scopes-clickable {
    cursor: pointer;
}

.s-scopes-clickable *{pointer-events:none}

.s-scopes-submit {
    margin-top: 1.5rem;
    height: auto;
}

.s-scopes-color-red {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, 1);
    color: rgba(248, 113, 113, var(--tw-text-opacity, 1));
}

.s-scopes-color-green {
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, 1);
    color: rgba(34, 197, 94, var(--tw-text-opacity, 1));
}

.s-scopes-color-gray {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-scopes-hidden {
    display: none;
}

.s-scopes-input-wrap.is-hidden-branch {
    display: none;
}

.s-scopes-wrap {
    display: flex;
    max-height: 350px;
    flex-direction: column;
}

.s-scopes-wrap .s-placeholder-wrapper {
    display: flex;
    height: 12rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s-scopes-footer {
    margin-top: auto;
}

.s-scopes-modal .s-modal-header {
    display: block !important;
}

.s-scopes-skeleton .s-list-tile-item-content {
    display: block;
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-scopes-skeleton .s-list-tile-item-content)>salla-button{width:100%}

.s-scopes-skeleton .s-scopes-header-title > salla-skeleton {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    display: block;
}

.s-scopes-skeleton .s-scopes-header-subtitle > salla-skeleton {
    margin-bottom: 0.75rem;
    display: block;
}

.s-scopes-skeleton .s-scopes-skeleton-scopes > salla-skeleton {
    margin-bottom: 1.25rem;
    display: block;
}

.s-scopes-skeleton .s-scopes-skeleton-search {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.s-scopes-skeleton .s-scopes-skeleton-search > salla-skeleton {
    margin-bottom: 0.75rem;
    display: block;
}

.s-scopes-skeleton .s-list-tile-item-icon {
    margin-right: 2rem;
}

.s-scopes-skeleton .s-list-tile-item-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0px;
    margin-left: 2rem;
}

.s-scopes-skeleton-btn {
    margin-top: 2rem;
}

.s-search-container {
    position: relative;
    z-index: 99;
    max-height: 14rem;
    border-radius: 0.375rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.s-search-oval {
    border-radius: 20px;
}

.s-search-inline {
    min-width: 220px;
}

.s-search-container-open {
    border-radius: 0px !important;
}

.s-search-container-open {
    max-height: 24rem;
}

.s-search-container-open .s-search-input {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.s-search-container-open .s-search-input {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

.s-search-no-results .s-search-input {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

.s-search-input {
    height: 2.5rem;
    width: 100%;
    border-radius: 0.375rem;
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, 1);
    border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding-top: 0px;
    padding-bottom: 0.125rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-search-input)>salla-button{width:100%}

.s-search-input:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-ring-color: transparent;
}

.s-search-input:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 2.5rem;
}

.s-search-input:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 2.5rem;
}

.s-search-icon-wrap {
    position: absolute;
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

input[type=radio].sr-only div.s-search-icon-wrap{transition:all .3s}

input[type=radio].sr-only:checked~div.s-search-icon-wrap{border-color:#414042;border-color:var(--color-primary)}

.s-search-icon-wrap:where([dir="ltr"], [dir="ltr"] *) {
    left: 1rem;
}

.s-search-icon-wrap:where([dir="rtl"], [dir="rtl"] *) {
    right: 1rem;
}

.s-search-icon svg {
    height: 1rem;
    width: 1rem;
    fill: #9ca3af;
}

.s-search-spinner-loader {
    display: block;
    height: 1rem;
    width: 1rem;
}

@keyframes spin {

    to {
        transform: rotate(360deg);
    }
}

.s-search-spinner-loader {
    animation: spin 1s linear infinite;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    border-right-color: #414042;
    border-right-color: var(--color-primary);
}

.s-search-results {
    position: absolute;
    margin: auto;
    max-height: 24rem;
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

input[type=radio].sr-only div.s-search-results{transition:all .3s}

input[type=radio].sr-only:checked~div.s-search-results{border-color:#414042;border-color:var(--color-primary)}

#quickview-card-details-popup .s-add-product-button-main:not(.s-search-results)>salla-button{width:100%}

.s-search-no-results {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.s-search-no-results-placeholder {
    padding: 1rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-search-product {
    display: flex;
    height: 100%;
    justify-content: space-around;
    overflow: hidden;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, 1);
    border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
    background-color: transparent;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-search-product:last-child {
    border-bottom-width: 0px;
}

.s-search-product:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

@media (min-width: 480px) {

    .s-search-product {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

.s-search-product-image-container {
    position: relative;
    height: 3.5rem;
    width: 5rem;
    overflow: hidden;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.s-search-product-image {
    position: relative;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-size: 0px;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-search-product-image)>salla-button{width:100%}

.s-search-product-image::before {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.s-search-product-details {
    flex: 1 1 0%;
    padding-top: 0.25rem;
}

.s-search-product-details:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 1rem;
}

@media (min-width: 480px) {

    .s-search-product-details:where([dir="ltr"], [dir="ltr"] *) {
        padding-left: 1.25rem;
    }
}

.s-search-product-details:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 1rem;
}

@media (min-width: 480px) {

    .s-search-product-details:where([dir="rtl"], [dir="rtl"] *) {
        padding-right: 1.25rem;
    }
}

.s-search-product-title {
    margin-bottom: 0.375rem;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.s-search-product-price {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #414042;
    color: var(--color-primary);
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-search-product-price)>salla-button{width:100%}

.s-search-product-regular-price {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
    text-decoration-line: line-through;
}

.s-search-product-not-available {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) grayscale(100%) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.s-search-action {
    position: absolute;
    height: 100%;
}

input[type=radio].sr-only div.s-search-action{transition:all .3s}

input[type=radio].sr-only:checked~div.s-search-action{border-color:#414042;border-color:var(--color-primary)}

.s-search-action:where([dir="ltr"], [dir="ltr"] *) {
    right: 0px;
}

.s-search-action:where([dir="rtl"], [dir="rtl"] *) {
    left: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.s-search-action-oval:where([dir="ltr"], [dir="ltr"] *) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}

.s-search-action-oval:where([dir="rtl"], [dir="rtl"] *) {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}

.s-search-input-wrapper {
    position: relative;
    display: flex;
    flex-grow: 1;
    align-items: center;
}

.s-search-modal .s-modal-wrapper {
    align-items: flex-start;
    padding: 0;
}

.s-search-modal .s-modal-spacer {
    display: inline;
}

.s-search-modal .s-modal-body {
    position: relative !important;
}

.s-search-modal .s-modal-body {
    padding: 0;
    width: 700px;
    max-width: 90%;
    margin-top: 3.2rem;
    border-radius: 0.5rem;
    background: transparent;
    overflow: visible;
}

.s-search-modal .s-modal-close {
    top: 50%;
    transform: translateY(-50%);
}

.s-skeleton-wrapper {
    display: block;
}

@keyframes pulse {

    50% {
        opacity: .5;
    }
}

.s-skeleton-wrapper {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.s-skeleton-item {
    height: 100%;
    width: 100%;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-skeleton-item)>salla-button{width:100%}

.dark *.s-skeleton-item {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, 1);
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity, 1));
}

.s-skeleton-item-circular {
    border-radius: 9999px;
}

.s-slider-wrapper .swiper-pagination-bullet {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, 1);
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity, 1));
}

.s-slider-wrapper .swiper-pagination-bullet-active {
    background-color: #414042;
    background-color: var(--color-primary);
}

.s-slider-swiper-wrapper > div {
    align-items: stretch;
}

.s-slider-container {
    display: block;
}

.s-slider-horizontal .s-slider-thumbs {
    margin-top: 1rem;
}

.s-slider-thumbs-container {
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
}

@media (min-width: 640px) {

    .s-slider-thumbs-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.s-slider-thumbs-container:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 3rem;
}

@media (min-width: 1024px) {

    .s-slider-thumbs-container:where([dir="ltr"], [dir="ltr"] *) {
        padding-right: 0px;
    }
}

.s-slider-thumbs-container:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 3rem;
}

@media (min-width: 1024px) {

    .s-slider-thumbs-container:where([dir="rtl"], [dir="rtl"] *) {
        padding-left: 0px;
    }
}

.s-slider-wrapper {
    position: relative;
}

.s-slider-block__title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    display: flex;
    max-width: 1280px;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) {

    .s-slider-block__title {
        margin-bottom: 2rem;
    }
}

.s-slider-block__title-right:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 2rem;
}

.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 2rem;
}

.s-slider-block__title-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.s-slider-block__title-left > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * 0);
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * (1 - 0));
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(1.5rem * calc(1 - 0));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.s-slider-block__title-left:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.s-slider-block__title h2 {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.s-slider-block__title h2:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 2rem;
}

.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 2rem;
}

.s-slider-block__title p {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    opacity: 0.6;
}

@media (min-width: 768px) {

    .s-slider-block__title p:where([dir="ltr"], [dir="ltr"] *) {
        padding-right: 4rem;
    }

    .s-slider-block__title p:where([dir="rtl"], [dir="rtl"] *) {
        padding-left: 4rem;
    }
}

.s-slider-block__title-nav {
    display: flex;
}

.s-slider-block__title-nav > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * 0);
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * (1 - 0));
    margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.625rem * calc(1 - 0));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.s-slider-block__title-nav:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 1.5rem;
    flex-direction: row-reverse;
}

.s-slider-block__title-nav:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 1.5rem;
}

.s-slider-block__title-nav:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

salla-slider[direction='ltr'] .s-slider-block__title-nav {
    flex-direction: row-reverse;
}

.carousel-slider .s-slider-block__title-nav {
    display: none;
}

@media (min-width: 1024px) {

    .carousel-slider .s-slider-block__title-nav {
        display: flex;
    }
}

.s-slider-v-centered .s-slider-block__title-nav {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-left: 0px;
    margin-right: 0px;
    width: 94%;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(-50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    justify-content: space-between;
}

input[type=radio].sr-only div.s-slider-v-centered .s-slider-block__title-nav{transition:all .3s}

input[type=radio].sr-only:checked~div.s-slider-v-centered .s-slider-block__title-nav{border-color:#414042;border-color:var(--color-primary)}

.s-slider-v-centered .s-slider-block__title-nav button {
    pointer-events: auto;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px #d1d5db, 0 4px 6px -4px #d1d5db;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    --tw-shadow-color: #d1d5db;
    --tw-shadow: var(--tw-shadow-colored);
}

.s-slider-v-centered .s-slider-block__title-nav button:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled {
    opacity: 1;
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled svg {
    fill: #d1d5db;
}

.s-slider-v-centered.fullwidth-slider .s-slider-block__title-nav button {
    --tw-shadow-color: #374151;
    --tw-shadow: var(--tw-shadow-colored);
}

.s-slider-controls-outer .s-slider-block__title-nav {
    width: 97%;
}

@media (min-width: 1536px) {

    .s-slider-controls-outer .s-slider-block__title-nav {
        width: calc(100% + 32px);
    }
}

.s-slider-block__display-all {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #414042;
    color: var(--color-primary);
}

.s-slider-block__display-all:hover {
    opacity: 0.8;
}

.s-slider-nav-arrow {
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, 1);
    border-color: rgba(209, 213, 219, var(--tw-border-opacity, 1));
    font-size: 1.25rem;
    line-height: 1.75rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-slider-nav-arrow svg {
    width: 22px;
    fill: #6b7280;
}

.s-slider-thumbs-nav {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    width: 94%;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(-50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    justify-content: space-between;
}

.s-slider-thumbs-nav > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * 0);
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * (1 - 0));
    margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.625rem * calc(1 - 0));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

input[type=radio].sr-only div.s-slider-thumbs-nav{transition:all .3s}

input[type=radio].sr-only:checked~div.s-slider-thumbs-nav{border-color:#414042;border-color:var(--color-primary)}

.s-slider-thumbs-nav:where([dir="ltr"], [dir="ltr"] *) {
    flex-direction: row-reverse;
}

.s-slider-thumbs-nav:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.s-slider-thumbs-nav button {
    pointer-events: auto;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.s-slider-thumbs-nav button:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.s-slider-thumbs-nav button.swiper-button-disabled {
    opacity: 1;
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.s-slider-thumbs-nav button.swiper-button-disabled svg {
    fill: #d1d5db;
}

.s-slider-nav-arrow:not(:disabled):hover {
    border-color: #414042;
    border-color: var(--color-primary);
}

.s-slider-nav-arrow:not(:disabled):hover svg {
    fill: #414042;
    fill: var(--color-primary);
}

salla-slider:not(.hydrated), .carousel-slider {
    visibility: visible;
}

salla-slider:not(.hydrated) .tooltip-content, .carousel-slider .tooltip-content{transform:translate(82px, -120px);visibility:visible;opacity:1}

salla-slider[type]:not(.hydrated) > div, salla-slider[type]:not(.hydrated) .swiper > div > div, .carousel-slider .swiper {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 640px) {

    salla-slider[type]:not(.hydrated) > div, salla-slider[type]:not(.hydrated) .swiper > div > div, .carousel-slider .swiper {
        padding-left: 0px;
        padding-right: 0px;
    }
}

salla-slider[type]:not(.hydrated) > div:where([dir="ltr"], [dir="ltr"] *), salla-slider[type]:not(.hydrated) .swiper > div > div:where([dir="ltr"], [dir="ltr"] *), .carousel-slider .swiper:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 3rem;
}

@media (min-width: 1024px) {

    salla-slider[type]:not(.hydrated) > div:where([dir="ltr"], [dir="ltr"] *), salla-slider[type]:not(.hydrated) .swiper > div > div:where([dir="ltr"], [dir="ltr"] *), .carousel-slider .swiper:where([dir="ltr"], [dir="ltr"] *) {
        padding-right: 0px;
    }
}

salla-slider[type]:not(.hydrated) > div:where([dir="rtl"], [dir="rtl"] *), salla-slider[type]:not(.hydrated) .swiper > div > div:where([dir="rtl"], [dir="rtl"] *), .carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 3rem;
}

@media (min-width: 1024px) {

    salla-slider[type]:not(.hydrated) > div:where([dir="rtl"], [dir="rtl"] *), salla-slider[type]:not(.hydrated) .swiper > div > div:where([dir="rtl"], [dir="rtl"] *), .carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
        padding-left: 0px;
    }
}

salla-slider[type]:not(.hydrated) > div > div, salla-slider[type]:not(.hydrated) .swiper > div > div > div, .carousel-slider .swiper-wrapper > div {
    flex-shrink: 0;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 640px) {

    salla-slider[type]:not(.hydrated) > div > div, salla-slider[type]:not(.hydrated) .swiper > div > div > div, .carousel-slider .swiper-wrapper > div {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
}

salla-slider:not([type='carousel']):not([type='thumbs']):not(.hydrated) > div, salla-slider.photos-slider:not(.hydrated) > div {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

#quickview-card-details-popup .s-add-product-button-main:not(salla-slider:not([type='carousel']):not([type='thumbs']):not(.hydrated) > div)>salla-button,#quickview-card-details-popup .s-add-product-button-main:not( salla-slider.photos-slider:not(.hydrated) > div)>salla-button{width:100%}

salla-slider:not([type='carousel']):not([type='thumbs']):not(.hydrated) > div > div, salla-slider.photos-slider:not(.hydrated) > div > div {
    padding: 0px;
}

salla-slider:not([type='carousel']):not([type='thumbs']):not(.hydrated) > div > div:nth-child(n+2) {
    display: none;
}

salla-slider[type='fullscreen'] [slot='items'] > div {
    min-height: calc(100vh - 100px);
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(salla-slider[type='fullscreen'] [slot='items'] > div)>salla-button{width:100%}

salla-slider:not(.hydrated) {
    display: block;
    overflow: hidden;
}

.s-slider-has-notitle .s-slider-block__title {
    margin-bottom: 0px;
}

salla-slider div[slot='thumbs'] {
    margin-top: 0.625rem;
}

salla-slider {
    display: block;
}

salla-slider div[slot='thumbs'] > div {
    height: 5rem;
    padding-left: 5px;
    padding-right: 5px;
}

.s-slider-vertical {
    height: 100%;
}

@media (min-width: 768px) {

    .s-slider-vertical {
        display: flex;
    }
}

.s-slider-vertical .s-slider-container {
    margin-left: 0px;
    margin-right: 0px;
}

.s-slider-vertical .s-slider-thumbs {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-top: 0.625rem;
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-slider-vertical .s-slider-thumbs)>salla-button{width:100%}

@media (min-width: 768px) {

    .s-slider-vertical .s-slider-thumbs {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 15px;
        height: 100%;
        width: 8rem;
        padding: 0px;
    }

    .s-slider-vertical .s-slider-thumbs:where([dir="rtl"], [dir="rtl"] *) {
        margin-left: 0px;
        margin-right: 15px;
    }
}

.s-slider-vertical .s-slider-thumbs-container {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-top: 0.625rem;
    max-height: 360px;
    width: 100vw;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

@media (min-width: 768px) {

    .s-slider-vertical .s-slider-thumbs-container {
        top: 50%;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        min-height: 100%;
        width: 8rem;
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        padding: 0px;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.s-slider-vertical .s-slider-thumbs-prev {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.s-slider-vertical .s-slider-thumbs-prev {
    position: absolute;
    top: 1%;
    left: 50%;
    z-index: 1;
    display: none;
    --tw-translate-x: -50%;
    --tw-rotate: 90deg;
    transform: translate(-50%, var(--tw-translate-y)) rotate(90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

input[type=radio].sr-only div.s-slider-vertical .s-slider-thumbs-prev{transition:all .3s}

input[type=radio].sr-only:checked~div.s-slider-vertical .s-slider-thumbs-prev{border-color:#414042;border-color:var(--color-primary)}

@media (min-width: 768px) {

    .s-slider-vertical .s-slider-thumbs-prev {
        display: flex;
    }
}

.s-slider-vertical .s-slider-thumbs-prev:where([dir="rtl"], [dir="rtl"] *) {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.s-slider-vertical .s-slider-thumbs-next {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.s-slider-vertical .s-slider-thumbs-next {
    position: absolute;
    bottom: 1%;
    left: 50%;
    z-index: 1;
    display: none;
    --tw-translate-x: -50%;
    --tw-rotate: 90deg;
    transform: translate(-50%, var(--tw-translate-y)) rotate(90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

input[type=radio].sr-only div.s-slider-vertical .s-slider-thumbs-next{transition:all .3s}

input[type=radio].sr-only:checked~div.s-slider-vertical .s-slider-thumbs-next{border-color:#414042;border-color:var(--color-primary)}

@media (min-width: 768px) {

    .s-slider-vertical .s-slider-thumbs-next {
        display: flex;
    }
}

.s-slider-vertical .s-slider-thumbs-next:where([dir="rtl"], [dir="rtl"] *) {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.s-slider-vertical .s-slider-thumbs-nav {
    height: 100%;
}

.s-slider-thumbs .s-slider-thumbs-container .swiper-slide {
    margin-left: 5px;
    margin-right: 5px;
    height: 4rem;
    width: 25%;
    cursor: pointer;
    overflow: hidden;
    border-radius: 15px;
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
    padding: 0px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-slider-thumbs .s-slider-thumbs-container .swiper-slide *{pointer-events:none}

.s-slider-thumbs .s-slider-thumbs-container .swiper-slide:hover {
    opacity: 0.8;
}

@media (min-width: 640px) {

    .s-slider-thumbs .s-slider-thumbs-container .swiper-slide {
        width: 20%;
    }
}

@media (min-width: 768px) {

    .s-slider-thumbs .s-slider-thumbs-container .swiper-slide {
        height: 5rem;
        width: 25%;
    }
}

@media (min-width: 1024px) {

    .s-slider-thumbs .s-slider-thumbs-container .swiper-slide {
        width: 20%;
    }
}

.s-slider-vertical .s-slider-thumbs-container .swiper-slide {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 4rem;
    cursor: pointer;
    padding: 0px;
}

.s-slider-vertical .s-slider-thumbs-container .swiper-slide *{pointer-events:none}

@media (min-width: 768px) {

    .s-slider-vertical .s-slider-thumbs-container .swiper-slide {
        height: 5rem;
        width: 100%;
    }
}

.s-slider-thumbs .s-slider-thumbs-container .swiper-slide:after {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
    --tw-ring-inset: inset;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity, 1));
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

input[type=radio].sr-only div.s-slider-thumbs .s-slider-thumbs-container .swiper-slide:after{transition:all .3s}

input[type=radio].sr-only:checked~div.s-slider-thumbs .s-slider-thumbs-container .swiper-slide:after{border-color:#414042;border-color:var(--color-primary)}

#quickview-card-details-popup .s-add-product-button-main:not(.s-slider-thumbs .s-slider-thumbs-container .swiper-slide)>salla-button:after{width:100%}

@media (min-width: 768px) {

    thumbs .s-slider-thumbs-container {
        direction: ltr;
    }

    .s-slider-thumbs .s-slider-thumbs-container.has-more-4-slides {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.s-slider-thumbs .s-slider-thumbs-container.has-more-4-slides:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 2.5rem;
}

.s-slider-thumbs .s-slider-thumbs-container.has-more-4-slides:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 2.5rem;
}

salla-slider .video-entry, salla-slider .model-entry {
    position: relative;
}

salla-slider .video-entry:before, salla-slider .model-entry:before {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    display: flex;
    height: 4rem;
    width: 4rem;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(-50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 3rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.8);
    --tw-content: '\ee61';
    content: '\ee61';
    content: var(--tw-content);
}

input[type=radio].sr-only divsalla-slider .video-entry:before,input[type=radio].sr-only div salla-slider .model-entry:before{transition:all .3s}

input[type=radio].sr-only:checked~divsalla-slider .video-entry:before,input[type=radio].sr-only:checked~div salla-slider .model-entry:before{border-color:#414042;border-color:var(--color-primary)}

.video-entry:before, .model-entry:before {
    font-family: sallaicons;
}

salla-slider .model-entry .s-toggle-switcher {
    pointer-events: auto;
}

salla-slider .model-entry:before {
    --tw-content: '\e9a0';
    content: '\e9a0';
    content: var(--tw-content);
}

.s-slider-thumbs .swiper-slide.video-entry:before, .s-slider-thumbs .swiper-slide.model-entry:before {
    height: 1.75rem;
    width: 1.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.s-slider-thumbs .s-slider-thumbs-container .swiper-slide.swiper-slide-thumb-active:after {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
    --tw-ring-color: var(--color-primary);
}

.s-slider-with-grid-thumbs .s-slider-thumbs .s-slider-thumbs-container .swiper-slide {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.s-slider-with-grid-thumbs .s-slider-thumbs .s-slider-thumbs-container .swiper-slide {
    -o-object-fit: cover;
       object-fit: cover;
}

.s-slider-with-grid-thumbs .s-slider-thumbs .s-slider-thumbs-container {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

.s-slider-with-grid-thumbs .s-slider-thumbs-nav {
    display: none;
}

.s-slider-grid-thumbs {
    transform: none !important;
}

.s-slider-grid-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 1.5rem;
    gap: 1.5rem;
}

.s-social-list {
    display: flex;
    gap: 0.625rem;
}

.s-social-link a {
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-social-link a:hover {
    opacity: 0.75;
}

.s-social-link a svg {
    height: 0.875rem;
    width: 0.875rem;
    fill: currentColor;
}

.s-social-share-wrapper {
    position: relative;
}

.s-social-share-btn span {
    pointer-events: none;
}

.s-social-share-btn span svg {
    height: 1rem;
    width: 1rem;
}

.s-social-share-list {
    position: absolute;
    top: 3rem;
    left: 2.5px;
    z-index: 10;
    display: flex;
    height: 0px;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    opacity: 0;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

input[type=radio].sr-only div.s-social-share-list{transition:all .3s}

input[type=radio].sr-only:checked~div.s-social-share-list{border-color:#414042;border-color:var(--color-primary)}

.s-social-share-list.opened {
    height: auto;
}

.s-social-share-list a {
    display: block;
    padding: 0.75rem;
}

.s-social-share-list a:hover svg {
    fill: #414042;
    fill: var(--color-primary);
}

.s-social-share-icon svg {
    height: 1rem;
    width: 1rem;
}

.s-tabs-bg-normal {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

.s-tabs-header {
    display: flex;
    cursor: pointer;
    align-content: center;
    justify-content: flex-start;
}

.s-tabs-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * 0);
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * (1 - 0));
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.25rem * calc(1 - 0));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.s-tabs-header {
    overflow-x: auto;
    border-bottom-width: 2px;
    border-color: #414042;
    border-color: var(--color-primary);
}

.s-tabs-header *{pointer-events:none}

@media (min-width: 768px) {

    .s-tabs-header {
        overflow-x: hidden;
    }
}

.s-tabs-header:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.s-tabs-header * {
    pointer-events: auto !important;
}

.s-tabs-header-item {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 768px) {

    .s-tabs-header-item {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
}

.s-tabs-content {
    display: none;
}

.s-tabs-content-wrapper {
    padding-top: 0.75rem;
}

.s-tabs-content-selected {
    display: block;
}

.s-tabs-active {
    background-color: #414042;
    background-color: var(--color-primary);
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.s-tel-input-control {
    height: 2.5rem;
    width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-tel-input-control)>salla-button{width:100%}

.s-tel-input-control:focus {
    border-color: #414042;
    border-color: var(--color-primary);
}

.dark *.s-tel-input-control {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, 1);
    border-color: rgba(75, 85, 99, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, 1);
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity, 1));
}

.s-tel-input-error-msg {
    display: block;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, 1);
    border-color: rgba(248, 113, 113, var(--tw-border-opacity, 1));
}

.s-tel-input-error-msg:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, 1);
    border-color: rgba(239, 68, 68, var(--tw-border-opacity, 1));
}

.s-tel-input-error-msg {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, 1) !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity, 1)) !important;
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, 1) !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity, 1)) !important;
}

.s-tiered-offer-container {
    position: relative;
    margin-bottom: 1.25rem;
    width: 100%;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 1rem;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-tiered-offer-container)>salla-button{width:100%}

@media (min-width: 640px) {

    .s-tiered-offer-container {
        padding: 1.25rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.s-tiered-offer-header {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.s-tiered-offer-header-content {
    flex: 1 1 0%;
}

.s-tiered-offer-current-tier-name-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.375rem;
}

.s-tiered-offer-current-tier-name-wrapper h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.s-tiered-offer-current-tier-name-wrapper svg {
    height: 1.5rem;
    width: 1.5rem;
}

.s-tiered-offer-program-title {
    margin: 0px;
    margin-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-tiered-offer-program-title h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.s-tiered-offer-current-tier {
    margin: 0px;
    margin-bottom: 0.375rem;
    font-weight: 700;
}

.s-tiered-offer-tier-name {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.s-tiered-offer-progress-container {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.s-tiered-offer-progress-wrapper {
    position: relative;
}

.s-tiered-offer-progress-bg {
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    right: 1rem;
    height: 1rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

input[type=radio].sr-only div.s-tiered-offer-progress-bg{transition:all .3s}

input[type=radio].sr-only:checked~div.s-tiered-offer-progress-bg{border-color:#414042;border-color:var(--color-primary)}

.s-tiered-offer-progress-fill {
    position: absolute;
    top: 0.5rem;
    height: 1rem;
    border-radius: 9999px;
    background-color: #414042;
    background-color: var(--color-primary);
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

input[type=radio].sr-only div.s-tiered-offer-progress-fill{transition:all .3s}

input[type=radio].sr-only:checked~div.s-tiered-offer-progress-fill{border-color:#414042;border-color:var(--color-primary)}

.s-tiered-offer-milestones-wrapper {
    display: flex;
    justify-content: flex-end;
}

.s-tiered-offer-milestones {
    position: relative;
    display: flex;
    height: 3rem;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-tiered-offer-milestones)>salla-button{width:100%}

.s-tiered-offer-single-milestone-justify-end {
    position: relative;
    display: flex;
    height: 3rem;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-tiered-offer-single-milestone-justify-end)>salla-button{width:100%}

.s-tiered-offer-milestone {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s-tiered-offer-milestone-icon {
    position: relative;
    z-index: 10;
    margin-top: 0px;
    display: flex;
    height: 2.25rem;
    width: 2.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, 1);
    border-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 0.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-tiered-offer-milestone-icon span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-tiered-offer-milestone-icon svg {
    height: 1.25rem;
    width: 1.25rem;
    color: currentColor;
}

.s-tiered-offer-milestone-name {
    margin-top: 0.5rem;
    display: flex;
    height: 1rem;
    align-items: center;
    justify-content: center;
}

.s-tiered-offer-milestone-name span {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

@media (min-width: 640px) {

    .s-tiered-offer-milestone-name span {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

.s-tiered-offer-tabs-container {
    margin-top: 1rem;
}

.s-tiered-offer-tab-headers {
    display: flex;
    gap: 0.25rem;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 0.25rem;
}

.s-tiered-offer-tab-header {
    display: flex;
    flex: 1 1 0%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.125rem;
    border-style: none;
    background-color: transparent;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.s-tiered-offer-tab-header *{pointer-events:none}

@media (min-width: 640px) {

    .s-tiered-offer-tab-header {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

.s-tiered-offer-tab-active {
    border-radius: 0.375rem;
    background-color: #414042;
    background-color: var(--color-primary);
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.s-tiered-offer-tab-active:hover {
    background-color: var(--color-primary-dark);
    opacity: 0.8;
}

.s-tiered-offer-tab-content-wrapper {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-width: 1px;
    border-top-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.s-tiered-offer-tab-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 640px) {

    .s-tiered-offer-tab-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.s-tiered-offer-tab-content.tab-hidden {
    display: none;
}

.s-tiered-offer-tab-content-inner {
    padding-top: 1rem;
}

.s-tiered-offer-discount-section {
    margin-bottom: 0.5rem;
}

.s-tiered-offer-discount-title {
    margin: 0px;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.s-tiered-offer-benefit-description {
    margin: 0px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.s-tiered-offer-skeleton-wrapper {
    padding: 1.25rem;
}

.s-tiered-offer-skeleton-title {
    margin-bottom: 0.75rem;
}

.s-tiered-offer-skeleton-subtitle {
    margin-bottom: 1.5rem;
}

.s-tiered-offer-skeleton-progress {
    margin-bottom: 1.25rem;
}

salla-user-menu div[slot='trigger'] {
    display: none;
}

.s-user-menu-wrapper {
    display: block;
    min-width: -moz-max-content;
    min-width: max-content;
    flex-shrink: 0;
}

.s-user-menu-relative-dropdown {
    position: relative;
}

.s-user-menu-trigger {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    align-items: center;
    border-top-right-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.s-user-menu-trigger *{pointer-events:none}

.s-user-menu-trigger-icon svg {
    height: 1.25rem;
    width: 1.25rem;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.s-user-menu-toggler::before {
    pointer-events: none;
    visibility: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10;
    height: 100vh;
    width: 100vw;
    background-color: rgba(113,113,122,0.74902);
    opacity: 0;
    transition-duration: 300ms;
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.s-user-menu-toggler.opened::before {
    pointer-events: auto;
    visibility: visible;
    content: var(--tw-content);
    opacity: 1;
}

@media (min-width: 768px) {

    .s-user-menu-toggler.opened::before {
        pointer-events: none;
        visibility: hidden;
        content: var(--tw-content);
        opacity: 0;
    }
}

.s-user-menu-toggler.opened .s-user-menu-trigger svg {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.s-user-menu-toggler.opened .s-user-menu-dropdown {
    visibility: visible;
    --tw-translate-y: 0px;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
}

.s-user-menu-toggler.opened .s-user-menu-dropdown .tooltip-content{transform:translate(82px, -120px);visibility:visible;opacity:1}

.s-user-menu-trigger-avatar {
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    -o-object-fit: cover;
       object-fit: cover;
}

.s-user-menu-trigger-content {
    margin-left: 0.5rem;
    margin-right: 0.25rem;
}

.s-user-menu-trigger-content:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.5rem;
    margin-left: 0.25rem;
}

.s-user-menu-trigger-avatar-only .s-user-menu-trigger-content {
    display: none;
}

.s-user-menu-trigger-avatar-only .s-user-menu-trigger-icon {
    display: none;
}

.s-user-menu-trigger-avatar-only .s-user-menu-trigger-avatar {
    border-width: 0px;
}

.s-user-menu-trigger-hello {
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, 1);
    color: rgba(153, 153, 153, var(--tw-text-opacity, 1));
}

.s-user-menu-trigger-name {
    margin-top: 0.125rem;
    font-size: 15px;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, 1);
    color: rgba(68, 68, 68, var(--tw-text-opacity, 1));
}

.s-user-menu-trigger-icon {
    margin-left: 10px;
}

.s-user-menu-trigger-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0px;
    margin-right: 10px;
}

.s-user-menu-trigger-text-value {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.s-user-menu-dropdown {
    visibility: hidden;
    position: fixed;
    bottom: 0px;
    top: auto;
    right: 0px;
    z-index: 30;
    width: 100%;
    transform-origin: center;
    --tw-translate-y: 2.5rem;
    --tw-scale-y: .9;
    transform: translate(var(--tw-translate-x), 2.5rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(.9);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    opacity: 0;
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-user-menu-dropdown)>salla-button{width:100%}

@media (min-width: 768px) {

    .s-user-menu-dropdown {
        position: absolute;
        bottom: auto;
        bottom: initial;
        top: 100%;
        width: 15rem;
        transform-origin: top right;
        --tw-translate-y: -1rem;
        transform: translate(var(--tw-translate-x), -1rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
        --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
        box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
        transition-duration: 200ms;
    }
}

@media (min-width: 1024px) {

    .s-user-menu-dropdown {
        border-top-width: 1px;
        border-color: rgba(209, 213, 219, 0.3);
    }
}

.s-user-menu-dropdown:where([dir="rtl"], [dir="rtl"] *) {
    left: 0px;
    right: auto;
    right: initial;
}

.s-user-menu-dropdown-list > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * (1 - 0));
    margin-top: calc(1px * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(1px * calc(1 - 0));
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * 0);
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
}

.s-user-menu-dropdown-list {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
}

@media (min-width: 1024px) {

    .s-user-menu-dropdown-list {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0.5rem;
    }
}

.s-user-menu-dropdown-item a {
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    --tw-text-opacity: 1;
    color: rgba(68, 68, 68, 1);
    color: rgba(68, 68, 68, var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.s-user-menu-dropdown-item a:hover {
    background-color: rgba(229, 231, 235, 0.3);
}

@media (min-width: 640px) {

    .s-user-menu-dropdown-item a {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.s-user-menu-dropdown-item-logout a {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 68, 58, 1) !important;
    color: rgba(255, 68, 58, var(--tw-text-opacity, 1)) !important;
}

.s-user-menu-dropdown-item-logout a svg {
    fill: #FF443A !important;
}

.s-user-menu-dropdown-item a svg {
    margin-right: 0.75rem;
    height: 1rem;
    width: 1rem;
    fill: #9ca3af;
}

.s-user-menu-dropdown-item a svg:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0px;
    margin-left: 0.75rem;
}

.s-user-menu-dropdown-header {
    position: relative;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    border-bottom-width: 1px;
    padding: 1rem;
}

@media (min-width: 768px) {

    .s-user-menu-dropdown-header {
        display: none;
    }
}

.s-user-menu-dropdown-header img {
    pointer-events: none;
    margin-right: 0.75rem;
    height: 3rem;
    width: 3rem;
    border-radius: 9999px;
    -o-object-fit: cover;
       object-fit: cover;
}

.s-user-menu-dropdown-header img:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0px;
    margin-left: 0.75rem;
}

.s-user-menu-dropdown-header-content span {
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgba(153, 153, 153, 1);
    color: rgba(153, 153, 153, var(--tw-text-opacity, 1));
}

.s-user-menu-dropdown-header-content p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.s-user-menu-dropdown-header-close {
    position: absolute;
    top: 1.25rem;
    right: 1rem;
    z-index: 50;
    border-radius: 9999px;
}

input[type=radio].sr-only div.s-user-menu-dropdown-header-close{transition:all .3s}

input[type=radio].sr-only:checked~div.s-user-menu-dropdown-header-close{border-color:#414042;border-color:var(--color-primary)}

.s-user-menu-dropdown-header-close:where([dir="rtl"], [dir="rtl"] *) {
    right: auto;
    right: initial;
    left: 1rem;
}

.s-user-menu-dropdown-header-close svg {
    height: 1.25rem;
    width: 1.25rem;
    fill: #ef4444;
}

.s-user-menu-dropdown-item-badge {
    position: absolute;
    right: 0.625rem;
    display: flex;
    height: 1.25rem;
    width: 1.25rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, 1);
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity, 1));
    font-size: 0.75rem;
    line-height: 1rem;
    line-height: inherit;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

input[type=radio].sr-only div.s-user-menu-dropdown-item-badge{transition:all .3s}

input[type=radio].sr-only:checked~div.s-user-menu-dropdown-item-badge{border-color:#414042;border-color:var(--color-primary)}

.s-user-menu-dropdown-item-badge:where([dir="rtl"], [dir="rtl"] *) {
    right: auto;
    right: initial;
    left: 0.625rem;
}

.s-user-menu-red-dot .s-user-menu-avatar-wrap {
    position: relative;
}

.s-user-menu-red-dot .s-user-menu-avatar-wrap:after {
    position: absolute;
    top: 0px;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, 1);
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity, 1));
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

input[type=radio].sr-only div.s-user-menu-red-dot .s-user-menu-avatar-wrap:after{transition:all .3s}

input[type=radio].sr-only:checked~div.s-user-menu-red-dot .s-user-menu-avatar-wrap:after{border-color:#414042;border-color:var(--color-primary)}

.s-user-menu-red-dot .s-user-menu-avatar-wrap:where([dir="ltr"], [dir="ltr"] *):after {
    left: 0px;
}

.s-user-menu-red-dot .s-user-menu-avatar-wrap:where([dir="rtl"], [dir="rtl"] *):after {
    right: 0px;
}

.header-is-dark .s-user-menu-red-dot .s-user-menu-avatar-wrap:after {
    --tw-border-opacity: 1;
    border-color: rgba(14, 15, 15, 1);
    border-color: rgba(14, 15, 15, var(--tw-border-opacity, 1));
}

.s-user-menu-login-btn {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.s-user-menu-login-btn:hover {
    opacity: 0.8;
}

.s-user-menu-login-btn svg {
    height: 1.25rem;
    width: 1.25rem;
    fill: #374151;
}

.s-user-profile-wrapper {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 1.5rem;
    gap: 1.5rem;
}

@media (min-width: 640px) {

    .s-user-profile-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
    }
}

.s-user-profile-field-label {
    margin-bottom: 0.5rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.s-user-profile-field-error {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, 1);
    color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.s-user-profile-submit {
    margin-top: 1.5rem;
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-user-profile-submit)>salla-button{width:100%}

.s-user-profile-filepond-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s-user-profile-filepond-placeholder-icon {
    margin-bottom: 0.25rem;
}

.s-user-profile-filepond-placeholder-icon svg {
    height: 1.5rem;
    width: 1.5rem;
    fill: #7c8082;
}

.s-user-profile-skeleton-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    grid-gap: 3rem;
    gap: 3rem;
}

.s-user-settings-section {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.s-user-settings-section:first-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.s-user-settings-section:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-width: 0px;
}

.s-user-settings-section .s-list-tile-item {
    align-items: flex-start;
    background-color: transparent;
    padding: 1.25rem;
}

@media (min-width: 768px) {

    .s-user-settings-section .s-list-tile-item {
        align-items: center;
    }
}

.s-user-settings-section .s-list-tile-item-action {
    margin-left: auto;
}

.s-user-settings-section .s-list-tile-item-action:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: auto;
    margin-left: 0px;
}

.s-user-settings-section .s-list-tile-item-action button {
    width: 100%;
    padding: 10px;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-user-settings-section .s-list-tile-item-action button)>salla-button{width:100%}

.s-user-settings-section-deactivate-user .s-list-tile-item {
    flex-wrap: wrap;
}

@media (min-width: 768px) {

    .s-user-settings-section-deactivate-user .s-list-tile-item {
        flex-wrap: nowrap;
    }
}

.s-user-settings-section-deactivate-user .s-list-tile-item-icon {
    position: relative;
    top: 5px;
}

@media (min-width: 768px) {

    .s-user-settings-section-deactivate-user .s-list-tile-item-icon {
        top: 0px;
    }
}

@media (max-width: 768px) {

    .s-user-settings-section-deactivate-user .s-list-tile-item-content {
        flex: 1 0 85%;
    }

    .s-user-settings-section-deactivate-user .s-list-tile-item-action {
        flex: 1 1 100%;
        margin-top: 1rem;
    }
}

.s-user-settings-section-title {
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.s-user-settings-section-subtitle {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-user-settings-section-icon svg {
    height: 1.25rem;
    width: 1.25rem;
}

.s-user-settings-confirmation {
    text-align: center;
}

.s-user-settings-confirmation svg {
    text-align: center;
}

.s-user-settings-confirmation-icon {
    display: inline-flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

i.sicon.sicon-rotate.s-user-settings-confirmation-icon.ltr\:mr-2 {
    position: relative;
    top: 0.25rem;
}

i.sicon.sicon-rotate.rtl\:ml-2.s-user-settings-confirmation-icon {
    position: relative;
    top: 0.25rem;
}

@media (min-width: 640px) {

    .s-user-settings-confirmation-icon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
        height: 5rem;
        width: 5rem;
    }
}

.s-user-settings-confirmation-icon:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.5rem;
}

@media (min-width: 640px) {

    .s-user-settings-confirmation-icon:where([dir="ltr"], [dir="ltr"] *) {
        margin-right: 0px;
    }
}

.s-user-settings-confirmation-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.5rem;
}

@media (min-width: 640px) {

    .s-user-settings-confirmation-icon:where([dir="rtl"], [dir="rtl"] *) {
        margin-left: 0px;
    }
}

.s-user-settings-confirmation-icon svg {
    height: 1.25rem;
    width: 1.25rem;
    flex-shrink: 0;
    fill: #9ca3af;
}

.s-user-settings-confirmation-warning {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, 1);
    color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.s-user-settings-confirmation-actions {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s-user-settings-confirmation-actions > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * 0);
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * (1 - 0));
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(1.25rem * calc(1 - 0));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.s-user-settings-confirmation-actions:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.s-verify-message {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-verify-label {
    margin-bottom: 1rem;
    display: block;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.s-verify-codes {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    margin-bottom: 1.25rem;
    display: flex;
    justify-content: space-between;
}

.s-verify-codes.has-error {
    margin-bottom: 0px;
}

.s-verify-input {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    height: 2.5rem;
    width: 100%;
    border-radius: 15px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-verify-input)>salla-button{width:100%}

.s-verify-input:focus {
    border-color: #414042;
    border-color: var(--color-primary);
}

.dark *.s-verify-input {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, 1);
    border-color: rgba(75, 85, 99, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, 1);
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity, 1));
}

.s-verify-footer {
    text-align: center;
}

.s-verify-submit {
    margin-bottom: 1.25rem;
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-verify-submit)>salla-button{width:100%}

.s-verify-header-icon {
    display: inline-flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
}

i.sicon.sicon-rotate.s-verify-header-icon.ltr\:mr-2 {
    position: relative;
    top: 0.25rem;
}

i.sicon.sicon-rotate.rtl\:ml-2.s-verify-header-icon {
    position: relative;
    top: 0.25rem;
}

@media (min-width: 640px) {

    .s-verify-header-icon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
        height: 5rem;
        width: 5rem;
    }
}

.s-verify-header-icon:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.5rem;
}

@media (min-width: 640px) {

    .s-verify-header-icon:where([dir="ltr"], [dir="ltr"] *) {
        margin-right: 0px;
    }
}

.s-verify-header-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.5rem;
}

@media (min-width: 640px) {

    .s-verify-header-icon:where([dir="rtl"], [dir="rtl"] *) {
        margin-left: 0px;
    }
}

.s-verify-resend-message {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-verify-error-message {
    margin-bottom: 1.25rem;
    display: block;
    height: 1.75rem;
    padding-top: 0.75rem;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, 1);
    border-color: rgba(248, 113, 113, var(--tw-border-opacity, 1));
}

.s-verify-error-message:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, 1);
    border-color: rgba(239, 68, 68, var(--tw-border-opacity, 1));
}

.s-verify-error-message {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, 1) !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity, 1)) !important;
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, 1) !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity, 1)) !important;
}

.s-verify-timer {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.s-verify-resend {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #414042;
    color: var(--color-primary);
}

.s-verify-back {
    position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

input[type=radio].sr-only div.s-verify-back{transition:all .3s}

input[type=radio].sr-only:checked~div.s-verify-back{border-color:#414042;border-color:var(--color-primary)}

.s-verify-back:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.s-verify-back:where([dir="rtl"], [dir="rtl"] *) {
    left: auto;
    left: initial;
    right: 10px;
}

.s-verify-back svg {
    height: 18px;
    width: 18px;
}

[dir='ltr'] .s-verify-back {
    transform: scale(-1);
}

.s-wallet-container > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * (1 - 0));
    margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(0.625rem * calc(1 - 0));
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * 0);
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

@media (min-width: 768px) {

    .s-wallet-container > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * (1 - 0));
        margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
        margin-top: calc(1.25rem * calc(1 - 0));
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * 0);
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }
}

.s-wallet-mobile-title {
    display: inline-block;
    width: 8rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

    .s-wallet-mobile-title {
        display: none;
    }
}

.s-wallet-reference-id {
    display: none;
}

@media (min-width: 768px) {

    .s-wallet-reference-id {
        display: inline-block;
    }
}

.s-wallet-buy-as-gift-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    display: inline-block;
    color: #414042;
    color: var(--color-primary);
}

.s-wallet-copy-to-clipboard-button {
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {

    .s-wallet-copy-to-clipboard-button {
        display: none;
    }
}

.s-wallet-copy-to-clipboard-button salla-button {
    position: relative;
}

.s-wallet-copy-to-clipboard-button-icon {
    pointer-events: none;
    font-size: 0.75rem;
    line-height: 1rem;
}

.s-wallet-copy-to-clipboard-button-icon:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.25rem;
}

.s-wallet-copy-to-clipboard-button-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.25rem;
}

@media (min-width: 768px) {

    .s-wallet-status-container {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.s-wallet-status-container:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: auto;
}

.s-wallet-status-container:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: auto;
}

.s-wallet-status-container i {
    margin-top: 0.25rem;
}

.s-wallet-status-container i:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.25rem;
}

.s-wallet-status-container i:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.25rem;
}

.s-wallet-rated-text {
    --tw-text-opacity: 1;
    color: rgba(251, 191, 36, 1);
    color: rgba(251, 191, 36, var(--tw-text-opacity, 1));
}

.s-wallet-unrated-text {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, 1);
    color: rgba(229, 231, 235, var(--tw-text-opacity, 1));
}

.s-wallet-no-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-wallet-no-content .icon {
    margin-bottom: 1rem;
    display: flex;
    height: 8rem;
    width: 8rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
    font-size: 3rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}

.s-wallet-no-content p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.s-wallet-table {
    min-width: 100%;
    border-collapse: separate;
}

@media (min-width: 768px) {

    .s-wallet-table {
        margin-bottom: -0.75rem;
        --tw-border-spacing-y: 1.25rem;
        border-spacing: var(--tw-border-spacing-x) 1.25rem;
        border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
    }
}

.s-wallet-table-head {
    margin-bottom: 1.25rem;
    display: none;
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {

    .s-wallet-table-head {
        display: table-header-group;
    }
}

.s-wallet-table-head-tr-th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: left;
}

[dir="ltr"] .s-wallet-table-head-tr-th {
    text-align: left;
}

[dir="rtl"] .s-wallet-table-head-tr-th {
    text-align: right;
}

.s-wallet-table-head-tr-th:where([dir="ltr"], [dir="ltr"] *) {
    text-align: left;
}

.s-wallet-table-head-tr-th:last-child:where([dir="ltr"], [dir="ltr"] *) {
    text-align: right;
}

.s-wallet-table-head-tr-th:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
}

.s-wallet-table-head-tr-th:last-child:where([dir="rtl"], [dir="rtl"] *) {
    text-align: left;
}

.s-wallet-table-tbody-tr {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 15px;
    border-bottom-width: 8px;
    border-top-width: 8px;
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, 1);
    border-color: rgba(249, 250, 251, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding: 0.5rem;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

@media (min-width: 768px) {

    .s-wallet-table-tbody-tr {
        display: table-row;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0px;
    }
}

.s-wallet-table-tbody-tr-td {
    width: 100%;
    white-space: nowrap;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-wallet-table-tbody-tr-td)>salla-button{width:100%}

.s-wallet-table-tbody-tr-td:first-child {
    font-weight: 700;
}

@media (min-width: 768px) {

    .s-wallet-table-tbody-tr-td {
        height: 5rem;
        width: auto;
    }

    .s-wallet-table-tbody-tr-td:last-child {
        text-align: right;
    }

    [dir="ltr"] .s-wallet-table-tbody-tr-td:last-child {
        text-align: right;
    }

    [dir="rtl"] .s-wallet-table-tbody-tr-td:last-child {
        text-align: left;
    }

    .s-wallet-table-tbody-tr-td:first-child:where([dir="ltr"], [dir="ltr"] *) {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .s-wallet-table-tbody-tr-td:first-child:where([dir="rtl"], [dir="rtl"] *) {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }
}

.s-wallet-table-tbody-tr-td:first-child {
    font-weight: 700;
}

.s-wallet-table-tbody-tr-td-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

@media (min-width: 768px) {

    .s-wallet-table-tbody-tr-td-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.s-wallet-table-tbody-tr-td-content:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 0.5rem;
}

.s-wallet-table-tbody-tr-td-content:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0.5rem;
}

.s-wallet-table-tbody-tr a {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
}

input[type=radio].sr-only div.s-wallet-table-tbody-tr a{transition:all .3s}

input[type=radio].sr-only:checked~div.s-wallet-table-tbody-tr a{border-color:#414042;border-color:var(--color-primary)}

#quickview-card-details-popup .s-add-product-button-main:not(.s-wallet-table-tbody-tr a)>salla-button{width:100%}

.s-wallet-table-tbody-tr a:where([dir="ltr"], [dir="ltr"] *) {
    left: 0px;
}

.s-wallet-table-tbody-tr a:where([dir="rtl"], [dir="rtl"] *) {
    right: 0px;
}

.\[-webkit-overflow-scrolling\:touch\] {
    -webkit-overflow-scrolling: touch;
}

.\[background\:var\(--footer-bg\)\] {
    background: var(--footer-bg);
}

.\!\[background\:var\(--header-bg\)\] {
    background: var(--header-bg) !important;
}

.\[background\:var\(--header-bg\)\] {
    background: var(--header-bg);
}

.\[background\:var\(--product-background\)\] {
    background: var(--product-background);
}

.\!\[background\:var\(--store-background-secondary\)\] {
    background: var(--store-background-secondary) !important;
}

.\[background\:var\(--store-background-secondary\)\] {
    background: var(--store-background-secondary);
}

:root{--infinte-color: #c9c9c9;--main-text-color: #231f1e;--main-text-color-dark: #2b2d34;--color-primary: #5cd5c4;--color-primary: #414042;--color-primary-d: #272628;--color-primary-l: #676668;--color-primary-reverse: #ff6767;--color-text: #7c8082;--bg-gray: rgba(198,199,206,0.10196);--color-grey: #f5f7f9;--color-light-grey: #eeeeee;--font-sm: 0.8685714286rem;--font-main: "DINNextLTArabic";--mm-ocd-width: calc(100% - 51px)}

html{touch-action:manipulation;scroll-behavior:smooth}

.swal2-popup {
    border-radius: 15px !important;
}

@media(min-width: 991px){.object-none{-o-object-fit:none !important;object-fit:none !important}}

.s-login-modal-header-icon svg,.s-product-availability-header-icon svg,s-offer-modal-header-icon svg {
    fill: #414042;
    fill: var(--color-primary);
}

html {
    overflow: hidden;
}

@media(max-width: 600px){body,html {
        overflow-x: hidden !important;
    }}

body::-webkit-scrollbar-track,#filters-menu::-webkit-scrollbar-track,.side-bar-data::-webkit-scrollbar-track,.main-menu.mm-spn--open::-webkit-scrollbar-track,.mm-ocd__content:has(#custom-testimonials--menu)::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius: 0px;--tw-bg-opacity: 1;background-color: rgba(255, 255, 255, 1);background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1))}

body::-webkit-scrollbar,#filters-menu::-webkit-scrollbar,.side-bar-data::-webkit-scrollbar,.main-menu.mm-spn--open::-webkit-scrollbar,.mm-ocd__content:has(#custom-testimonials--menu)::-webkit-scrollbar {
    width: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

body::-webkit-scrollbar-thumb,#filters-menu::-webkit-scrollbar-thumb,.side-bar-data::-webkit-scrollbar-thumb,.main-menu.mm-spn--open::-webkit-scrollbar-thumb,.mm-ocd__content:has(#custom-testimonials--menu)::-webkit-scrollbar-thumb{box-shadow:inset 0 0 6px rgba(0,0,0,.3);height: 100px;background-color: #414042;background-color: var(--color-primary)}

@media (min-width: 1024px) {

    body::-webkit-scrollbar-thumb,#filters-menu::-webkit-scrollbar-thumb,.side-bar-data::-webkit-scrollbar-thumb,.main-menu.mm-spn--open::-webkit-scrollbar-thumb,.mm-ocd__content:has(#custom-testimonials--menu)::-webkit-scrollbar-thumb {
        height: 200px;
    }
}

.s-count-down-md+.s-count-down-end-text {
    position: static;
    width: 100%;
    --tw-translate-x: 0px;
    --tw-translate-y: 0px;
    transform: translate(0px, 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-count-down-md+.s-count-down-end-text)>salla-button{width:100%}

.fslightbox-nav {
    display: flex;
    justify-content: space-between;
    background-color: rgba(35,35,35,0.65098);
    padding: 15px;
}

.fslightbox-nav .fslightbox-toolbar{position:static}

img:not([src]):not([srcset]){visibility:hidden}

.s-slider-container {
    height: 100%;
}

.fullscreen-grid,.our-branches,.square-slider-images {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.fullscreen-grid::after,.our-branches::after,.square-slider-images::after {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    height: 100%;
    width: 100%;
    --tw-content: "";
    content: "";
    content: var(--tw-content);
}

@media (min-width: 1024px) {

    .fullscreen-grid,.our-branches,.square-slider-images {
        background-attachment: fixed;
    }
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

#quickview-card-details-popup .s-add-product-button-main:not(.marquee)>salla-button{width:100%}

.marquee:hover .marquee__item ul{animation-play-state:paused !important}

.marquee__seperator{margin:0 2rem}

.marquee__item {
    display: inline-block;
    will-change: transform;
}

.marquee__item ul{animation:marquee 50s linear infinite;display: flex;font-size: 13px}

@media (min-width: 1024px) {

    .marquee__item ul {
        font-size: 15px;
    }
}

.marquee__item ul li {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 13px;
}

@media (min-width: 1024px) {

    .marquee__item ul li {
        font-size: 15px;
    }
}

.marquee__item ul li a {
    font-size: 13px;
}

@media (min-width: 1024px) {

    .marquee__item ul li a {
        font-size: 15px;
    }
}

[dir="rtl"] .marquee .marquee__item ul{animation:marquee2 50s linear infinite}

[dir="rtl"] .marquee:hover .marquee__item{animation-play-state:paused}

@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}

@keyframes marquee2{0%{transform:translateX(0)}100%{transform:translateX(100%)}}

.marquee{padding:10px 0 !important}

.s-count-down-ended{display:none}

.s-count-down-end-text {
    position: relative;
    top: 0px;
    left: auto;
    right: -50%;
    --tw-translate-x: -50%;
    --tw-translate-y: 0px;
    transform: translate(-50%, 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    padding-top: 1rem;
    text-align: center;
}

.saji_titles,.saji_titles-global {
    z-index: 1;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (min-width: 768px) {

    .saji_titles,.saji_titles-global {
        margin-bottom: 1.5rem;
    }
}

.saji_titles h1,.saji_titles h2,.saji_titles-global h1,.saji_titles-global h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: -0.025em;
}

@media (min-width: 768px) {

    .saji_titles h1,.saji_titles h2,.saji_titles-global h1,.saji_titles-global h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

.saji_titles p,.saji_titles-global p {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: normal;
}

.saji_titles span,.saji_titles-global span {
    position: relative;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 9999px;
    border-width: 2px;
    border-style: solid;
    border-color: #414042;
    border-color: var(--color-primary);
}

.saji_titles span::before,.saji_titles-global span::before {
    position: absolute;
    right: 251%;
    top: 50%;
    height: 1px;
    width: 6rem;
    background-color: #414042;
    background-color: var(--color-primary);
    --tw-content: "";
    content: "";
    content: var(--tw-content);
}

.saji_titles span::after,.saji_titles-global span::after {
    position: absolute;
    left: 251%;
    top: 50%;
    height: 1px;
    width: 6rem;
    background-color: #414042;
    background-color: var(--color-primary);
    --tw-content: "";
    content: "";
    content: var(--tw-content);
}

salla-modal custom-salla-product-card {
    visibility: visible !important;
}

salla-modal custom-salla-product-card .tooltip-content{transform:translate(82px, -120px) !important;visibility:visible !important;opacity:1 !important}

.index.animation_saji_on .saji_anime,.index.animation_saji_on .saji-anime-item {
    opacity: 0;
}

body {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #231f1e;
    color: var(--main-text-color);
}

html{text-rendering:optimizeLegibility;position: relative;height: 100%;width: 100%;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}

#quickview-card-details-popup .s-add-product-button-main:not(html)>salla-button{width:100%}

body {
    margin: 0px;
    border-width: 0px;
    padding: 0px;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
    margin-bottom: 0px;
    font-weight: 600;
}

a{-webkit-text-decoration:none;text-decoration:none;transition:color .2s}

img {
    max-width: 100%;
}

a:focus{outline:none;-webkit-text-decoration:none;text-decoration:none}

ul,li {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 38px;
}

.f-color{color:#ff6767}

h5.subtitle {
    font-size: 16px;
    font-weight: 400;
}

html{overflow-y:auto !important}

html{scroll-behavior:smooth}

.cursor-pointer *{pointer-events:none}

.flip-x{transform:scaleX(-1)}

input[type=file]{display:none}

body [type=text]:focus,body [type=email]:focus,body [type=url]:focus,body [type=password]:focus,body [type=number]:focus,body [type=date]:focus,body [type=datetime-local]:focus,body [type=month]:focus,body [type=search]:focus,body [type=tel]:focus,body [type=time]:focus,body [type=week]:focus,body [multiple]:focus,body textarea:focus,body select:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}

[type=submit]{-webkit-appearance:listitem}

input[type=number]{-moz-appearance:textfield}

.unicode{unicode-bidi:plaintext}

.spinner-loader{border-right-color:#414042 !important;border-right-color:var(--color-primary) !important}

.spinner-loader.reverse{border-right-color:#9f7171 !important;background-color:#f98181 !important}

.hide-scroll{-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll}

.hide-scroll::-webkit-scrollbar{display:none}

.hide-scroll .tab-trigger{overflow:hidden;cursor:pointer;background:rgba(0,0,0,0);border:1px solid #414042;border:1px solid var(--color-primary);transition:all .3s;border-radius:.5rem;padding:.5rem .75rem;position:relative;color:#414042;color:var(--color-primary)}

.hide-scroll .tab-trigger::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:0;z-index:-1;background-color:#414042;background-color:var(--color-primary);transition:all .3s}

.hide-scroll .tab-trigger:hover{color:#fff !important}

.hide-scroll .tab-trigger:hover{animation:pulse-link .4s}

.hide-scroll .tab-trigger:hover::after{height:100%}

.hide-scroll .tab-trigger.is-active{color:#fff}

.hide-scroll .tab-trigger.is-active::after{height:100%}

.remove-item-btn:after{font-family:"sallaicons" !important}

.remove-item-btn:after{content:"";font-style:normal;font-weight:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.cart-thumb {
    position: fixed;
    z-index: 30;
    transition-property: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.no-scrollbar::-webkit-scrollbar{display:none}

.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}

body.fslightbox-open #tidio-chat-iframe,body.fslightbox-open .fb_reset,body.fslightbox-open [id^=gb-widget],body.modal-open #tidio-chat-iframe,body.modal-open .fb_reset,body.modal-open [id^=gb-widget]{display:none !important}

.loader:before{width:20px !important;height:20px !important;border-radius:50% !important;opacity:1 !important}

.loader:before{content:"";display:inline-block;border:2px solid;border-top-color:#414042;border-top-color:var(--color-primary);border-left-color:#414042;border-left-color:var(--color-primary);border-right-color:#eee;border-bottom-color:#eee;animation:loader 1s ease-in-out infinite}

.btn--danger .loader:before{border-top-color:#ff6767 !important;border-left-color:#ff6767 !important}

.loader--small:before{width:16px !important;height:16px !important}

@keyframes loader{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}

.animated{animation-duration:var(--animate-duration);animation-fill-mode:both}

@keyframes pulse-mini{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.075, 1.075, 1) rotate(5deg)}to{transform:scale3d(1, 1, 1) rotate(0)}}

@keyframes pulse-large{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.15, 1.15, 1) rotate(5deg)}to{transform:scale3d(1, 1, 1) rotate(0)}}

@keyframes pulse-link{from{transform:scale(1, 1, 1)}50%{transform:scale3d(1.025, 1.025, 1.025)}to{transform:scale3d(1, 1, 1) rotate(0)}}

.pulse{animation-name:pulse-large;animation-timing-function:ease-in-out}

.content .content-entry img{margin:15px 0 25px}

.content .content-entry ul,.content .content-entry li{list-style:inherit !important}

.content .content-entry ol{list-style:auto !important}

salla-modal:not(.hydrated){display:none}

.videoWrapper {
    position: relative;
    height: 0px;
    padding-bottom: 56.25%;
}

.videoWrapper>* {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    max-width: none;
    max-width: initial;
}

input[type=radio].sr-only div.videoWrapper>*{transition:all .3s}

input[type=radio].sr-only:checked~div.videoWrapper>*{border-color:#414042;border-color:var(--color-primary)}

#quickview-card-details-popup .s-add-product-button-main:not(.videoWrapper>*)>salla-button{width:100%}

.grid-trigger {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.grid-trigger *{pointer-events:none}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grow-0{flex-grow:0 !important}

.basis-0{flex-basis:0}

.badge {
    display: inline-flex;
    height: 18px;
    min-width: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.badge--red {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, 1);
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.badge--hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, 1);
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity, 1));
}

.has-overlay,.has-overlay--before{position:relative}

.has-overlay--before:before,.has-overlay--after:after{content:"";height:100%;width:100%;background-color:rgba(0,0,0,.6);position:absolute;top:0;left:0;transition:background-color .3s}

.has-overlay--hovered:hover:before,.has-overlay--hovered:hover:after{background-color:rgba(0,0,0,.7)}

.blog-index .overlay-layer{display:none}

@keyframes fadeInDown{from{transform:translate3d(0, -15px, 0)}to{transform:translate3d(0, 0, 0);opacity:1}}

.animated{animation-duration:400ms;animation-fill-mode:both}

.animatedfadeInDown{opacity:0}

.fadeInDown{opacity:0;animation-name:fadeInDown}

@keyframes toRightFromLeft{49%{transform:translate(100%)}50%{opacity:0;transform:translate(-100%, -100%)}51%{opacity:1;transform:translate(0, 0)}}

@keyframes toTopFromBottom{0%{opacity:0;transform:translateX(50px)}100%{opacity:1;transform:translateX(0)}}

@keyframes delayKeyframe{0%{opacity:0}100%{opacity:0}}

@keyframes rubberBand{from{transform:scale3d(1, 1, 1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scale3d(1, 1, 1)}}

.rubberBand{animation-name:rubberBand;animation-duration:1s;animation-fill-mode:both;animation-iteration-count:1}

@keyframes pulse{10%{transform:scale(1.1)}}

.product-entry__image,.s-product-card-image,.full-image,.swiper-slide-inner {
    position: relative;
}

.product-entry__image::after,.s-product-card-image::after,.full-image::after,.itme-categories-image::after,.swiper-slide-inner::after,.instalink::before,.main-link-photo::after,.post_image::after,.special-banners-animations::after {
    position: absolute;
    top: 0px;
    left: -100%;
    z-index: 1;
    display: block;
    height: 100%;
    width: 50%;
}

input[type=radio].sr-only div.product-entry__image::after,input[type=radio].sr-only div.s-product-card-image::after,input[type=radio].sr-only div.full-image::after,input[type=radio].sr-only div.itme-categories-image::after,input[type=radio].sr-only div.swiper-slide-inner::after,input[type=radio].sr-only div.instalink::before,input[type=radio].sr-only div.main-link-photo::after,input[type=radio].sr-only div.post_image::after,input[type=radio].sr-only div.special-banners-animations::after{transition:all .3s}

input[type=radio].sr-only:checked~div.product-entry__image::after,input[type=radio].sr-only:checked~div.s-product-card-image::after,input[type=radio].sr-only:checked~div.full-image::after,input[type=radio].sr-only:checked~div.itme-categories-image::after,input[type=radio].sr-only:checked~div.swiper-slide-inner::after,input[type=radio].sr-only:checked~div.instalink::before,input[type=radio].sr-only:checked~div.main-link-photo::after,input[type=radio].sr-only:checked~div.post_image::after,input[type=radio].sr-only:checked~div.special-banners-animations::after{border-color:#414042;border-color:var(--color-primary)}

.product-entry__image::after,.s-product-card-image::after,.full-image::after,.itme-categories-image::after,.swiper-slide-inner::after,.instalink::before,.main-link-photo::after,.post_image::after,.special-banners-animations::after{content:"" !important}

.product-entry__image::after,.s-product-card-image::after,.full-image::after,.itme-categories-image::after,.swiper-slide-inner::after,.instalink::before,.main-link-photo::after,.post_image::after,.special-banners-animations::after{background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);transform:skewX(-25deg)}

.product-entry__image:hover,.s-product-card-image:hover,.full-image:hover,.itme-categories-image:hover,.swiper-slide-inner:hover {
    opacity: 1;
}

.product-entry__image:hover::after,.s-product-card-image:hover::after,.full-image:hover::after,.itme-categories-image:hover::after,.swiper-slide-inner:hover::after,.instalink:hover::before,.main_link:hover .main-link-photo::after,.post_container:hover .post_image::after,.special-banners-animations:hover::after{animation:shine 1s}

@keyframes shine{100%{left:125%}}

@keyframes scalePob{0%{opacity:.5;transform:scale(0.8)}100%{opacity:0;transform:scale(1.8)}}

.stock-icone:after{content:"";animation-name:scalePob;animation-duration:1.5s;animation-timing-function:ease-out;animation-iteration-count:infinite;position: absolute;top: 0px;left: 0px;display: inline-block;height: 100%;width: 100%;--tw-scale-x: 1;--tw-scale-y: 1;transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius: 9999px;opacity: 0.25}

input[type=radio].sr-only div.stock-icone:after{transition:all .3s}

input[type=radio].sr-only:checked~div.stock-icone:after{border-color:#414042;border-color:var(--color-primary)}

#quickview-card-details-popup .s-add-product-button-main:not(.stock-icone)>salla-button:after{width:100%}

.more-link--saji .arrow-icon--circle{transition:stroke-dashoffset .3s ease;stroke-dasharray:95;stroke-dashoffset:95}

.more-link--saji:hover .arrow-icon--circle{stroke-dashoffset:0}

.timerglass{stroke-dasharray:95;stroke-dashoffset:95;animation:timergLass 3s ease-out 0s alternate infinite none running}

@keyframes timergLass{0%{stroke-dasharray:95;stroke-dashoffset:95}100%{stroke-dashoffset:0}}

@keyframes fier-1{0%{transform:scale(0.7)}50%{transform:scale(1)}100%{transform:scale(0.65)}}

@keyframes fier-2{0%{transform:rotateY(60deg)}50%{transform:rotateY(-60deg)}100%{transform:rotateY(60deg)}}

.fier path:first-child{animation-name:fier-1;animation-duration:1.5s;animation-timing-function:ease-out;animation-iteration-count:infinite;transform-origin:bottom center;fill:var(--product-save-icone-color)}

.fier path:last-child{animation-name:fier-2;animation-duration:1.5s;animation-timing-function:ease-out;animation-iteration-count:infinite;transform-origin:bottom;fill:#fff}

@keyframes buzz-whatsapp{0%{transform:none}10%{transform:rotateZ(-20deg) scale(1.2)}13%{transform:rotateZ(25deg) scale(1.2)}15%{transform:rotateZ(-15deg) scale(1.2)}17%{transform:rotateZ(15deg) scale(1.2)}20%{transform:rotateZ(-12deg) scale(1.2)}22%{transform:rotateZ(0) scale(1.2)}100%,24%{transform:rotateZ(0) scale(1)}}

@keyframes scroll-x{0%{transform:translateX(0)}100%{transform:translateX(calc(-100% - clamp(10rem, 1rem + 40vmin, 30rem) / 14))}}

.lazy__bg {
    position: relative;
    height: 100%;
    width: 100%;
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

#quickview-card-details-popup .s-add-product-button-main:not(.lazy__bg)>salla-button{width:100%}

.lazy__bg.loaded {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
}

img.lazy,img.lazy-load {
    display: inline-block;
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

img.lazy.loaded,img.lazy-load.loaded {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
}

.lazy,.lazy-load {
    display: inline-block;
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.lazy.loaded,.lazy-load.loaded {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
}

.swiper-slide-active .lazy,.swiper-slide-visible .lazy,.swiper-slide .lazy {
    opacity: 1;
}

salla-slider {
    z-index: 1;
    opacity: 0;
}

salla-slider.s-slider-wrapper {
    opacity: 1;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(-50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

input[type=radio].sr-only div.loader{transition:all .3s}

input[type=radio].sr-only:checked~div.loader{border-color:#414042;border-color:var(--color-primary)}

.s-slider-block__title-nav .swiper-button-disabled{opacity:.6}

.rtl .rtl-range-slider,[dir=rtl] .rtl-range-slider{transform:rotateY(180deg)}

.rtl .rtl-range-numbers,[dir=rtl] .rtl-range-numbers{flex-direction:row-reverse}

.rtl .form-select,.rtl select,[dir=rtl] .form-select,[dir=rtl] select{background-position:left .5rem center;padding-right:12px}

.rtl .fix-align,[dir=rtl] .fix-align {
    display: inline-block;
    --tw-translate-y: -2px;
    transform: translate(var(--tw-translate-x), -2px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sf-dump{direction:ltr}

[dir=ltr] .sub-menu .has-children>a:after{content:""}

.tooltip-content{transform:translate(82px, -130px);visibility: hidden;position: absolute;--tw-bg-opacity: 1;background-color: rgba(255, 255, 255, 1);background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));padding: 15px;padding-right: 36px;text-align: right;opacity: 0;transition-property: all;transition-duration: 300ms;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)}

input[type=radio].sr-only div.tooltip-content{transition:all .3s}

input[type=radio].sr-only:checked~div.tooltip-content{border-color:#414042;border-color:var(--color-primary)}

.tooltip-content::after {
    position: absolute;
    left: 43%;
    bottom: -5px;
    z-index: 1;
    display: block;
    height: 10px;
    width: 10px;
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 2px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    --tw-content: "";
    content: "";
    content: var(--tw-content);
}

.visible .tooltip-content{transform:translate(82px, -120px);visibility:visible;opacity:1}

.close-tooltip {
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
}

input[type=radio].sr-only div.close-tooltip{transition:all .3s !important}

input[type=radio].sr-only:checked~div.close-tooltip{border-color:#414042 !important;border-color:var(--color-primary) !important}

input[type=radio].sr-only div.absolute{transition:all .3s}

input[type=radio].sr-only:checked~div.absolute{border-color:#414042;border-color:var(--color-primary)}

input[type=text]:disabled{color:#838383}

.form-label {
    margin-bottom: 0.625rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.form-input {
    height: 42px;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

#quickview-card-details-popup .s-add-product-button-main:not(.form-input)>salla-button{width:100%}

.form-input:focus {
    border-color: #414042;
    border-color: var(--color-primary);
    --tw-ring-color: transparent;
}

.dark *.form-input {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, 1);
    border-color: rgba(75, 85, 99, var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, 1);
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity, 1));
}

.dark .form-input:focus {
    border-color: #414042;
    border-color: var(--color-primary);
}

@media (min-width: 640px) {

    .form-input {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

textarea.form-input {
    height: 6rem;
}

.has-error {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, 1);
    border-color: rgba(248, 113, 113, var(--tw-border-opacity, 1));
}

.has-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, 1);
    border-color: rgba(239, 68, 68, var(--tw-border-opacity, 1));
}

.has-success {
    --tw-border-opacity: 1;
    border-color: rgba(34, 197, 94, 1);
    border-color: rgba(34, 197, 94, var(--tw-border-opacity, 1));
}

.has-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, 1);
    border-color: rgba(22, 163, 74, var(--tw-border-opacity, 1));
}

.index-cats-page .s-products-list-wrapper {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

@media(max-width: 1024px){.index-cats-page .s-products-list-wrapper{grid-template-columns:repeat(3, minmax(0, 1fr)) !important}}

@media(max-width: 768px){.index-cats-page .s-products-list-wrapper{grid-template-columns:repeat(2, minmax(0, 1fr)) !important}}

#filters-menu .s-filters-footer button,#filters-menu salla-filters-widget salla-button button {
    background-color: #414042;
    background-color: var(--color-primary);
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

#filters-menu salla-filters-widget {
    margin-bottom: 1rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

@media (min-width: 1024px) {

    #filters-menu salla-filters-widget {
        border-radius: .25rem !important;
    }
}

salla-button[width=wide] {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(salla-button[width=wide])>salla-button{width:100%}

salla-button .s-button-btn {
    border-radius: 0px;
}

salla-button.copied .s-button-text {
    --tw-text-opacity: 1;
    color: rgba(22, 163, 74, 1);
    color: rgba(22, 163, 74, var(--tw-text-opacity, 1));
}

salla-button.copied i:before{content:""}

.btn {
    display: inline-flex;
    flex: 1 1 0%;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 15px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.625rem;
    padding-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.btn:hover {
    opacity: 0.8;
}

.btn .loader {
    height: 1rem;
    width: 0px;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(0) scaleY(0);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.product-entry--minimal .btn--add-to-cart {
    max-width: none;
}

.btn--is-loading {
    pointer-events: none;
}

.btn--is-loading .loader {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0.375rem;
    margin-right: 0.375rem;
    width: 1rem;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
}

.btn--delete .loader {
    width: 1rem;
}

.btn--delete .loader::before {
    height: 0.75rem;
    width: 0.75rem;
    border-right-color: rgba(255, 255, 255, 1);
    border-right-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
    border-top-color: transparent;
    border-left-color: transparent;
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-bottom-color: rgba(255, 255, 255, 1);
    border-bottom-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}

.btn--delete.btn--is-loading .icon {
    opacity: 0;
}

.btn--quantity {
    width: 2.75rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.btn--quantity:hover {
    color: #414042;
    color: var(--color-primary);
}

.btn__text {
    pointer-events: none;
    display: inline-block;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.btn--wishlist {
    margin: 0px;
    height: 2rem;
    width: 2rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.btn--wishlist:hover {
    color: #414042;
    color: var(--color-primary);
}

.btn--wishlist .is-active {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, 1);
    color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

.btn--gray {
    display: inline-flex;
    min-height: 42px;
    flex-grow: 0;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 15px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.btn--share {
    margin: 0px;
}

.btn--close {
    position: absolute;
    top: 0px;
    z-index: 50;
    display: none;
    height: 3rem;
    width: 3.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, 1);
    color: rgba(239, 68, 68, var(--tw-text-opacity, 1));
}

input[type=radio].sr-only div.btn--close{transition:all .3s}

input[type=radio].sr-only:checked~div.btn--close{border-color:#414042;border-color:var(--color-primary)}

@media (min-width: 640px) {

    .btn--close {
        display: block;
    }
}

.btn--close:where([dir="ltr"], [dir="ltr"] *) {
    right: 0px;
}

.btn--close:where([dir="rtl"], [dir="rtl"] *) {
    left: 0px;
}

.btn--close-sm {
    position: fixed;
    top: 0.5rem;
    z-index: 50;
    height: 2.25rem;
    width: 2.25rem;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(0) scaleY(0);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, 1);
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity, 1));
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
    opacity: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.btn--close-sm:where([dir="ltr"], [dir="ltr"] *) {
    right: 0.5rem;
}

.btn--close-sm:where([dir="rtl"], [dir="rtl"] *) {
    left: 0.5rem;
}

.btn--collapse {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.btn--collapse *{pointer-events:none}

#quickview-card-details-popup .s-add-product-button-main:not(.btn--collapse)>salla-button{width:100%}

.btn--collapse:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {

    .btn--collapse:where([dir="ltr"], [dir="ltr"] *) {
        padding-left: 1.75rem;
        padding-right: 1.25rem;
    }

    .btn--collapse:where([dir="rtl"], [dir="rtl"] *) {
        padding-right: 1.75rem;
        padding-left: 1.25rem;
    }
}

.btn.btn:disabled {
    cursor: default;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.btn.btn:disabled:hover {
    background-color: transparent;
}

.btn:disabled .s-button-text {
    opacity: 0.7;
}

.btn--white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}

.btn--white:hover {
    opacity: 0.8;
}

.btn--danger {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, 1);
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.btn--danger:hover {
    opacity: 0.8;
}

.btn--primary {
    border-width: 1px;
    border-color: #414042;
    border-color: var(--color-primary);
    background-color: #414042;
    background-color: var(--color-primary);
    color: #ff6767;
    color: var(--color-primary-reverse);
}

.btn--outline-primary {
    border-width: 1px;
    border-color: #414042;
    border-color: var(--color-primary);
    color: #414042;
    color: var(--color-primary);
}

.btn--outline-primary:hover {
    background-color: #414042;
    background-color: var(--color-primary);
    color: #ff6767;
    color: var(--color-primary-reverse);
}

.btn--outline {
    position: relative;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, 1);
    border-color: rgba(107, 114, 128, var(--tw-border-opacity, 1));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.btn--outline::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    height: 0px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    --tw-content: "";
    content: "";
    content: var(--tw-content);
}

.btn--outline:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, 1);
    border-color: rgba(17, 24, 39, var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, 1);
    color: rgba(17, 24, 39, var(--tw-text-opacity, 1));
}

.btn--outline:hover::before {
    content: var(--tw-content);
    height: 100%;
}

.btn--outline.light {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.btn--rounded-full {
    border-radius: 9999px;
}

.rounded-icon {
    display: flex;
    height: 4rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    font-size: 1.875rem;
    line-height: 2.25rem;
}

button.btn--coupon {
    position: absolute;
    top: 0px;
    height: 42px;
    flex-shrink: 0;
}

input[type=radio].sr-only divbutton.btn--coupon{transition:all .3s}

input[type=radio].sr-only:checked~divbutton.btn--coupon{border-color:#414042;border-color:var(--color-primary)}

button.btn--coupon:where([dir="ltr"], [dir="ltr"] *) {
    right: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

button.btn--coupon:where([dir="rtl"], [dir="rtl"] *) {
    left: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

button.btn--coupon .s-button-text {
    display: flex !important;
}

salla-button.has-not-coupon button .icon,salla-button.has-coupon button .coupon-text {
    display: none;
}

salla-button.has-coupon .s-button-text {
    display: inline-flex !important;
}

salla-button.has-coupon button {
    width: 3rem;
    border-style: none;
    padding-left: 0px;
    padding-right: 0px;
}

.offer-slider .s-button-primary-link{color:#414042}

.link--primary {
    color: #414042;
    color: var(--color-primary);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.link--primary:hover {
    color: var(--color-primary-dark);
}

#btn-show-more {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

#btn-show-more.is-expanded {
    pointer-events: none;
    opacity: 0;
}

salla-add-product-button button {
    position: relative;
}

.s-button-loader:before{border-top-color: #414042 !important;border-top-color: var(--color-primary) !important;border-left-color: #414042 !important;border-left-color: var(--color-primary) !important;border-right-color: rgba(238, 238, 238, 1) !important;border-right-color: rgba(238, 238, 238, var(--tw-border-opacity, 1)) !important;--tw-border-opacity: 1 !important;border-bottom-color: rgba(238, 238, 238, 1) !important;border-bottom-color: rgba(238, 238, 238, var(--tw-border-opacity, 1)) !important}

.s-button-loader:before{animation:loader 1s ease-in-out infinite}

.cart-submit-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cart-submit-wrap salla-button {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    width: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

#quickview-card-details-popup .s-add-product-button-main:not(.cart-submit-wrap salla-button)>salla-button{width:100%}

.cart-submit-wrap salla-button button {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.cart-submit-wrap salla-button button)>salla-button{width:100%}

i.sicon.sicon-rotate.rtl\:ml-2.ltr\:mr-2 {
    position: relative;
    top: 0.25rem;
}

.s-quick-buy-apple-pay {
    width: 85% !important;
}

.btn-epic {
    position: relative !important;
    margin-bottom: 0.75rem !important;
    overflow: hidden !important;
    border-radius: 15px !important;
    border-color: #414042 !important;
    border-color: var(--color-primary) !important;
    background-color: transparent !important;
    color: #414042 !important;
    color: var(--color-primary) !important;
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}

.btn-epic::after {
    position: absolute !important;
    left: 0px !important;
    bottom: 0px !important;
    z-index: -1 !important;
    height: 0px !important;
    width: 100% !important;
    background-color: #414042 !important;
    background-color: var(--color-primary) !important;
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
    --tw-content: "" !important;
    content: "" !important;
    content: var(--tw-content) !important;
}

.btn-epic:hover {
    color: #ff6767 !important;
    color: var(--color-primary-reverse) !important;
}

.btn-epic:hover::after {
    content: var(--tw-content) !important;
    height: 100% !important;
}

.btn-epic i:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.25rem;
}

.btn-epic i:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.25rem;
}

.btn-epic:hover{box-shadow:8px 8px 8px rgba(0,0,0,.03);animation:pulse-link .4s}

button.s-button-disabled {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, 1) !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity, 1)) !important;
}

#blog-like.liked i{width:18px;height:16px;background-color:#414042;background-color:var(--color-primary);-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='16'%20viewBox='0%200%2018%2016'%20fill='none'%3E%3Cpath%20d='M1.5%206.74998H3.75V15.75H1.5C1.08579%2015.75%200.75%2015.4142%200.75%2015V7.49998C0.75%207.08577%201.08579%206.74998%201.5%206.74998ZM5.46967%205.78031L10.2701%200.979957C10.402%200.847994%2010.6109%200.833152%2010.7602%200.945119L11.3996%201.4247C11.7632%201.69734%2011.927%202.1619%2011.8148%202.60224L10.9499%205.99998H15.75C16.5784%205.99998%2017.25%206.67155%2017.25%207.49998V9.07822C17.25%209.2742%2017.2116%209.46822%2017.137%209.64935L14.8162%2015.2855C14.7005%2015.5665%2014.4266%2015.75%2014.1227%2015.75H6C5.58579%2015.75%205.25%2015.4142%205.25%2015V6.31064C5.25%206.11173%205.32902%205.92096%205.46967%205.78031Z'%20fill='%23236E4C'/%3E%3C/svg%3E");-webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='16'%20viewBox='0%200%2018%2016'%20fill='none'%3E%3Cpath%20d='M1.5%206.74998H3.75V15.75H1.5C1.08579%2015.75%200.75%2015.4142%200.75%2015V7.49998C0.75%207.08577%201.08579%206.74998%201.5%206.74998ZM5.46967%205.78031L10.2701%200.979957C10.402%200.847994%2010.6109%200.833152%2010.7602%200.945119L11.3996%201.4247C11.7632%201.69734%2011.927%202.1619%2011.8148%202.60224L10.9499%205.99998H15.75C16.5784%205.99998%2017.25%206.67155%2017.25%207.49998V9.07822C17.25%209.2742%2017.2116%209.46822%2017.137%209.64935L14.8162%2015.2855C14.7005%2015.5665%2014.4266%2015.75%2014.1227%2015.75H6C5.58579%2015.75%205.25%2015.4142%205.25%2015V6.31064C5.25%206.11173%205.32902%205.92096%205.46967%205.78031Z'%20fill='%23236E4C'/%3E%3C/svg%3E");mask:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='16'%20viewBox='0%200%2018%2016'%20fill='none'%3E%3Cpath%20d='M1.5%206.74998H3.75V15.75H1.5C1.08579%2015.75%200.75%2015.4142%200.75%2015V7.49998C0.75%207.08577%201.08579%206.74998%201.5%206.74998ZM5.46967%205.78031L10.2701%200.979957C10.402%200.847994%2010.6109%200.833152%2010.7602%200.945119L11.3996%201.4247C11.7632%201.69734%2011.927%202.1619%2011.8148%202.60224L10.9499%205.99998H15.75C16.5784%205.99998%2017.25%206.67155%2017.25%207.49998V9.07822C17.25%209.2742%2017.2116%209.46822%2017.137%209.64935L14.8162%2015.2855C14.7005%2015.5665%2014.4266%2015.75%2014.1227%2015.75H6C5.58579%2015.75%205.25%2015.4142%205.25%2015V6.31064C5.25%206.11173%205.32902%205.92096%205.46967%205.78031Z'%20fill='%23236E4C'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;display:inline-block;position:relative;top:-2px}

#salla-modal .s-modal-close {
    background-color: transparent;
}

#salla-modal svg,#salla-modal .s-login-modal-header-icon svg {
    fill: #414042;
    fill: var(--color-primary);
}

#salla-modal .s-modal-body{background:var(--store-background-secondary)}

#salla-modal .s-modal-body label {
    color: var(--store-title);
}

#salla-modal .s-modal-body label small {
    color: var(--store-title);
}

#salla-modal .s-modal-body .s-modal-title {
    color: var(--store-title);
}

#salla-modal .s-modal-body .s-modal-sub-title {
    color: var(--store-description);
}

#salla-modal .s-offer-modal-footer p {
    color: var(--store-title);
}

.main-menu .sub-menu .sub-menu {
    top: -1px;
}

.main-menu .sub-menu .sub-menu:where([dir="ltr"], [dir="ltr"] *) {
    left: 100%;
    right: auto;
}

.main-menu .sub-menu .sub-menu:where([dir="rtl"], [dir="rtl"] *) {
    right: 100%;
}

.main-menu li:hover>.sub-menu {
    visibility: visible;
    z-index: 20;
    height: auto;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    overflow: visible;
    opacity: 1;
}

.main-menu li:hover>.sub-menu .tooltip-content{transform:translate(82px, -120px);visibility:visible;opacity:1}

.main-menu .has-children>a:after {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
    display: inline-block;
    align-self: flex-end;
    font-family: sallaicons;
    font-size: 1.125rem;
    line-height: 1rem;
    opacity: 0.5;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    --tw-content: "";
    content: "";
    content: var(--tw-content);
}

.main-menu .has-children>a:where([dir="rtl"], [dir="rtl"] *):after {
    --tw-rotate: -180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.main-menu>.has-children>a:after {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    font-family: sallaicons;
    --tw-content: "";
    content: "";
    content: var(--tw-content);
}

.main-menu>.has-children:hover>a:after {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.main-menu .sub-menu ul>li:not(:first-child)>.sub-menu {
    border-top-right-radius: 0.375rem;
    border-top-left-radius: 0.375rem;
    border-style: none;
}

.mm-ocd__content{overflow-y:auto}

[dir=rtl] .mm-spn.mm-spn--navbar:before{transform:rotate(135deg) translateY(77%);right:20px;right:var(--mm-spn-item-indent);left:auto}

.mm-spn li::after {
    width: 100%;
    content: var(--tw-content);
    border-color: #c9c9c9;
    border-color: var(--infinte-color);
}

[dir=rtl] .mm-spn li:before{left:calc(50px/2);left:calc(var(--mm-spn-item-height)/2);top: 50%;right: auto;height: 6px;width: 6px;border-bottom-width: 1px;border-left-width: 1px;border-top-width: 0px;border-right-width: 0px;border-style: solid}

salla-search input {
    background-color: transparent !important;
}

.s-user-menu-trigger {
    border-radius: 9999px;
    padding: 0px;
}

salla-cart-summary .s-cart-summary-wrapper{color:var(--header-text)}

.dark salla-cart-summary .s-cart-summary-wrapper{color:var(--header-text-dark)}

.header-above-slider .header-cart-summary .s-cart-summary-wrapper,.header-above-slider .header_menu,.header-above-slider .header-components,.header-above-slider .header-components .left-side,.header-above-slider .top-navbar,.header-above-slider .top-navbar .user-contacts a,.header-above-slider #big--menunavbig a{color:var(--header-transparent)}

.header-above-slider #big--menunavbig .sub-menu{background:var(--header-bg-transparent)}

.header-above-slider .header-components-inner .theme-mode-btn svg{stroke:var(--header-transparent) !important}

.top-navbar salla-social {
    gap: 0px;
}

.top-navbar salla-social a {
    height: 1.5rem;
    width: 1.5rem;
    border-width: 0px;
}

.theme-mode-btn {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.theme-mode-btn:hover {
    --tw-rotate: 12deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(12deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.theme-mode-btn svg {
    transition-property: stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 400ms;stroke:var(--header-text);
}

.dark .theme-mode-btn svg{stroke:var(--header-text-dark)}

.theme-mode-btn .moon-icon{stroke-dasharray:1px 1px;opacity:1;transition:stroke-dasharray .5s ease-in, opacity 200ms ease-in}

.dark .theme-mode-btn .moon-icon{stroke-dasharray:0px 1px;opacity:0}

.dark .theme-mode-btn .moon-icon svg{stroke:var(--header-text-dark)}

.theme-mode-btn .sun-icon{stroke-dasharray:0px 1px;opacity:0;transition:stroke-dasharray .5s ease-in, opacity 200ms ease-in}

.dark .theme-mode-btn .sun-icon{stroke-dasharray:1px 1px;opacity:1}

.theme-mode-btn .sun-rays-icon{opacity:0;transform:scale(0.5);transform-origin:50%}

.dark .theme-mode-btn .sun-rays-icon{transition:opacity 200ms ease-in 1s, transform 200ms ease-in 400ms;transform:scale(1);opacity:1}

.mm-ocd__content {
    background-color: transparent;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mm-ocd--open #big--menu {
    display: block;
}

.mm-ocd--open {
    --tw-backdrop-blur: blur(12px);
    backdrop-filter: blur(12px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media(max-width: 1024px){.dropdown-toggler {
        height: 4rem !important;
        width: 4rem !important;
    }}

.dropdown-toggler .dropdown__trigger {
    overflow: hidden;
    font-weight: 500;
}

.dropdown-toggler .dropdown__trigger:focus {
    --tw-ring-offset-color: transparent;
}

@media (min-width: 1024px) {

    .dropdown-toggler .dropdown__trigger {
        height: 50px;
    }
}

@media(max-width: 1024px){.dropdown-toggler .dropdown__trigger {
        margin-left: auto !important;
        margin-right: auto !important;
        height: 2.25rem !important;
        width: 2.25rem !important;
        border-radius: 9999px !important;
        background-color: transparent !important;
        padding: 0px !important;
    }.dropdown-toggler .dropdown__trigger img {
        height: 100%;
        width: 100%;
    }

#quickview-card-details-popup .s-add-product-button-main:not(.dropdown-toggler .dropdown__trigger img)>salla-button{width:100%}}

.dropdown-toggler .dropdown__trigger.filter {
    height: auto;
    width: auto;
    overflow: visible;
    border-radius: 0px;
}

.dropdown__menu {
    visibility: hidden;
    position: absolute;
    top: calc(100% + 5px);
    z-index: 30;
    width: 20rem;
    transform-origin: top right;
    --tw-translate-y: -1rem;
    --tw-scale-y: .9;
    transform: translate(var(--tw-translate-x), -1rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(.9);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 15px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    opacity: 0;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

input[type=radio].sr-only div.dropdown__menu{transition:all .3s}

input[type=radio].sr-only:checked~div.dropdown__menu{border-color:#414042;border-color:var(--color-primary)}

@media (min-width: 1024px) {

    .dropdown__menu {
        width: 14rem;
    }
}

.dropdown__menu:where([dir="ltr"], [dir="ltr"] *) {
    right: 0px;
}

.dropdown__menu:where([dir="rtl"], [dir="rtl"] *) {
    left: 0px;
}

.dropdown__menu{outline:none}

.dropdown__menu li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media(max-width: 639px){.dropdown__menu li .menu-item {
        font-size: 1rem;
        line-height: 1.5rem;
    }}

.dropdown__menu li:last-child>a {
    border-bottom-width: 0px;
}

.dropdown-toggler {
    display: inline-flex;
    align-items: center;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

    .dropdown-toggler {
        position: relative;
        margin-left: 0px;
        margin-right: 0px;
        height: 100%;
    }
}

.dropdown-toggler:where([dir="ltr"], [dir="ltr"] *) {
    right: 0px;
    margin-left: 0.625rem;
}

.dropdown-toggler:where([dir="rtl"], [dir="rtl"] *) {
    left: 0px;
    margin-right: 0.625rem;
}

.dropdown-toggler.cat-filter {
    position: static;
    width: auto;
}

.dropdown-toggler.cat-filter:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.75rem;
}

.dropdown-toggler.cat-filter:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.75rem;
}

.dropdown-toggler.cat-filter .dropdown__trigger {
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
    border-radius: 9999px !important;
}

.dropdown-toggler.is-opened .dropdown__menu {
    visibility: visible;
    --tw-translate-y: 0px;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
}

.dropdown-toggler.is-opened .dropdown__menu .tooltip-content{transform:translate(82px, -120px);visibility:visible;opacity:1}

@media(max-width: 1024px){.dropdown-toggler .dropdown__menu{left:-10px !important;transform:none !important}.dropdown-toggler .dropdown__menu{top: 70px;width: calc(100% + 20px);opacity: 0;transition-duration: 300ms}.dropdown-toggler .dropdown__menu:before {
        position: absolute;
        top: 0px;
        height: 0px;
        width: 0px;
        --tw-translate-y: -100%;
        transform: translate(var(--tw-translate-x), -100%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        border-width: 8px;
        border-top-width: 0px;
        border-color: transparent;
        --tw-border-opacity: 1;
        border-bottom-color: rgba(243, 244, 246, 1);
        border-bottom-color: rgba(243, 244, 246, var(--tw-border-opacity, 1));
        --tw-content: "";
        content: "";
        content: var(--tw-content);
    }

input[type=radio].sr-only div.dropdown-toggler .dropdown__menu:before{transition:all .3s}

input[type=radio].sr-only:checked~div.dropdown-toggler .dropdown__menu:before{border-color:#414042;border-color:var(--color-primary)}.dropdown-toggler .dropdown__menu:where([dir="ltr"], [dir="ltr"] *):before {
        right: 1.25rem;
    }.dropdown-toggler .dropdown__menu:where([dir="rtl"], [dir="rtl"] *):before {
        left: 1.25rem;
    }.header-is-dark .dropdown-toggler .dropdown__menu:before {
        --tw-border-opacity: 1;
        border-bottom-color: rgba(255, 255, 255, 1);
        border-bottom-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
    }.dropdown-toggler.is-opened .dropdown__menu {
        top: 59px;
        opacity: 1;
    }.dropdown-toggler.is-opened.cat-filter .dropdown__menu {
        top: 144px;
    }.dropdown--is-opened .header-components {
        z-index: 30;
    }.dropdown--is-opened .header-components:not(.fixed-pinned) {
        position: relative;
    }.dropdown--is-opened .app-inner>.overlay-layer {
        opacity: 1;
    }}

.s-table {
    margin-bottom: -1.25rem;
    min-width: 100%;
    border-collapse: separate;border-spacing:0 16px;
}

.s-table thead {
    margin-bottom: 1.25rem;
    display: none;
}

@media (min-width: 768px) {

    .s-table thead {
        display: table-header-group;
    }
}

.s-table thead th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: left;
}

[dir="ltr"] .s-table thead th {
    text-align: left;
}

[dir="rtl"] .s-table thead th {
    text-align: right;
}

.s-table thead th:last-child {
    text-align: right;
}

[dir="ltr"] .s-table thead th:last-child {
    text-align: right;
}

[dir="rtl"] .s-table thead th:last-child {
    text-align: left;
}

.s-table tbody tr {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 15px;
    border-top-width: 4px;
    border-bottom-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
    padding: 0.5rem;
    --tw-shadow: 0 0 0 1px #eee;
    --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 0 1px #eee;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.s-table tbody tr:hover {
    --tw-shadow: 0 0 0 1px #ddd;
    --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 0 1px #ddd;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

@media (min-width: 768px) {

    .s-table tbody tr {
        display: table-row;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0px;
    }
}

.s-table tbody tr td {
    width: 100%;
    white-space: nowrap;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-table tbody tr td)>salla-button{width:100%}

.s-table tbody tr td:first-child {
    font-weight: 700;
}

@media (min-width: 768px) {

    .s-table tbody tr td {
        height: 5rem;
        width: auto;
    }

    .s-table tbody tr td:last-child {
        text-align: right;
    }

    [dir="ltr"] .s-table tbody tr td:last-child {
        text-align: right;
    }

    [dir="rtl"] .s-table tbody tr td:last-child {
        text-align: left;
    }
}

.s-table tbody tr td>div {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 768px) {

    .s-table tbody tr td>div {
        display: block;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.s-table tbody tr .mobile-title {
    display: inline-block;
    width: 8rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

    .s-table tbody tr .mobile-title {
        display: none;
    }
}

.s-table tbody tr a {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
}

input[type=radio].sr-only div.s-table tbody tr a{transition:all .3s}

input[type=radio].sr-only:checked~div.s-table tbody tr a{border-color:#414042;border-color:var(--color-primary)}

#quickview-card-details-popup .s-add-product-button-main:not(.s-table tbody tr a)>salla-button{width:100%}

.s-table tbody tr a:where([dir="ltr"], [dir="ltr"] *) {
    right: 0px;
}

.s-table tbody tr a:where([dir="rtl"], [dir="rtl"] *) {
    right: 0px;
}

.single-order-header-item salla-button {
    height: auto;
}

@media(max-width: 768px){.single-order-header-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }}

.tag {
    display: inline-flex;
    align-items: center;
    border-radius: 1rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.125rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.tag--primary {
    border-color: #414042;
    border-color: var(--color-primary);
    color: #414042;
    color: var(--color-primary);
}

.rating-header {
    position: relative;
    border-radius: 15px;
    --tw-gradient-from: var(--color-primary) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: var(--color-primary-dark) var(--tw-gradient-to-position);
    padding: 1.25rem;
    color: #ff6767;
    color: var(--color-primary-reverse);
}

.avatar-wrap .filepond--root {
    min-height: 80px !important;
}

.thankyou-block.sent {
    text-align: center;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, 1);
    color: rgba(34, 197, 94, var(--tw-text-opacity, 1));
}

.thankyou-block.sent::before {
    margin-bottom: 0.5rem;
    display: flex;
    height: 4rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, 1);
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity, 1));
    font-family: "sallaicons";
    font-size: 1.5rem;
    line-height: 2rem;
    --tw-text-opacity: 1;
    color: rgba(34, 197, 94, 1);
    color: rgba(34, 197, 94, var(--tw-text-opacity, 1));
    --tw-content: "";
    content: "";
    content: var(--tw-content);
}

.s-file-upload-profile-image .filepond--item {
    height: 5rem !important;
}

.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status:where([dir="ltr"], [dir="ltr"] *) {
    left: -50%;
}

.s-file-upload-profile-image .s-file-upload-has-error .filepond--file-status:where([dir="rtl"], [dir="rtl"] *) {
    right: 50%;
}

.form--user-profile .s-file-upload-wrapper{min-height:120px}

.form--user-profile .s-file-upload-wrapper .filepond--list-scroller{overflow-y:inherit !important}

.form--user-profile .s-file-upload-wrapper .filepond--drop-label{min-height:120px !important}

.form--user-profile .s-file-upload-wrapper .filepond--drop-label{cursor: pointer;border-radius: 0.375rem;border-width: 1px;border-style: dashed;--tw-border-opacity: 1;border-color: rgba(229, 231, 235, 1);border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color: rgba(255, 255, 255, 1);background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1))}

.form--user-profile .s-file-upload-wrapper .filepond--drop-label *{pointer-events:none}

.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder-icon {
    margin-bottom: 0.25rem;
}

.form--user-profile .s-file-upload-wrapper .profile-filepond-placholder-icon i{color:#7c8082;font-size: 1.25rem;line-height: 1.75rem}

.s-block__display-all {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    border-radius: 15px;
    border-width: 1px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    line-height: 44px;
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, 1);
    color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.s-block__display-all:hover {
    color: #414042;
    color: var(--color-primary);
}

.s-block__display-all i {
    display: inline-block;
}

.s-block__display-all i:where([dir="ltr"], [dir="ltr"] *) {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.s-block--full-bg+footer,.s-block--full-bg+.s-block--full-bg,.s-block--full-bg:first-of-type {
    margin-top: 0px;
}

.s-block--best-offers .s-block__title,.s-block--slider-with-bg .s-block__title,.s-block .optimized-products .s-block__title {
    display: flex !important;
    justify-content: center !important;
    padding: 0px !important;
}

.s-block--best-offers .product-entry__content,.s-block--slider-with-bg .product-entry__content,.s-block .optimized-products .product-entry__content {
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

.s-block--best-offers .product-entry__content .product-entry__title,.s-block--slider-with-bg .product-entry__content .product-entry__title,.s-block .optimized-products .product-entry__content .product-entry__title {
    align-items: center !important;
}

.features_title_all .tabs salla-button::after {
    content: var(--tw-content);
    display: none;
}

.features_title_all .tabs salla-button {
    margin: 0px !important;
    border-width: 0px !important;
    padding: 0px !important;
}

.features_title_all .tabs salla-button::after {
    content: var(--tw-content) !important;
    display: none !important;
}

.features_title_all .tabs salla-button button {
    background-color: transparent !important;
    padding: 5px !important;
    font-size: 14px !important;
}

.features_title_all .tabs salla-button.is-active {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.features_title_all .tabs salla-button.is-active button {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.features_title_all .tabs salla-button.is-active button::after {
    content: var(--tw-content);
    height: 100%;
}

@media screen and (min-width: 768px){.banner:hover .banner__title{animation:toTopFromBottom .9s}.banner:hover .banner__description{animation:delayKeyframe .3s,toTopFromBottom .9s .3s}}

.tabs-wrapper .tabs__item.is-active {
    display: grid !important;
    width: 100% !important;
}

#quickview-card-details-popup .s-add-product-button-main:not(.tabs-wrapper .tabs__item.is-active)>salla-button{width:100% !important}

.s-block--tabs-produtcs:not(.tabs-initialized) .tabs-wrapper>div:not(:first-child),.s-block--special-products:not(.tabs-initialized) .tabs-wrapper>div:not(:first-child) {
    display: none;
}

.itme-categories .itme-cat-entry.slide--cat-entry:hover i{animation:pulse-large .4s}

@keyframes waves{0%{transform:scale(0.2, 0.2);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}50%{opacity:.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"}100%{transform:scale(0.9, 0.9);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}}

@media(max-width: 991px){.square-static-images-itmes .square-static-item {
        width: 49.5% !important;
    }}

@media(max-width: 800px){.square-static-images-itmes .square-static-item {
        width: 100% !important;
    }

#quickview-card-details-popup .s-add-product-button-main:not(.square-static-images-itmes .square-static-item)>salla-button{width:100% !important}}

.tabs-items salla-products-list .s-products-list-horizontal-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 5px;
    gap: 5px;
}

@media (min-width: 768px) {

    .tabs-items salla-products-list .s-products-list-horizontal-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (min-width: 1280px) {

    .tabs-items salla-products-list .s-products-list-horizontal-cards {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

salla-products-slider {
    overflow: hidden;
}

.s-products-slider-card{padding-left:0px !important;padding-right:0px !important;max-width:none !important}

.Content.EmbedFrame{padding-bottom:60% !important}

.mm-ocd__backdrop{z-index:0 !important;width:100% !important}

@media (min-width: 1280px) {

    .mm-ocd--right:has(#quickview-card-details-popup) {
        opacity: 0;
    }

    .mm-ocd--right.mm-ocd--open:has(#quickview-card-details-popup) {
        opacity: 1;
    }
}

.mm-ocd--right.mm-ocd--open:has(#quickview-card-details-popup) #quickview-card-details-popup .s-add-product-button-mini-checkout {
    display: none !important;
}

#quickview-card-details-popup .s-add-product-button-main:not(.w-full)>salla-button{width:100% !important}

.body-Quickview .mm-ocd__content:has(#quickview-card-details-popup) {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important;
    padding: 0px !important;
}

@media (min-width: 1280px) {

    .body-Quickview .mm-ocd__content:has(#quickview-card-details-popup) {
        z-index: 1 !important;
        min-height: 550px !important;
        background-color: transparent !important;
        transition-property: all !important;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
        transition-duration: 300ms !important;
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
    }
}

.body-Quickview .mm-ocd--open:has(#quickview-card-details-popup) {
    z-index: 100 !important;
}

.body-Quickview .mm-ocd--open:has(#quickview-card-details-popup) .mm-ocd__content:has(#quickview-card-details-popup) {
    padding: 0px !important;
}

@media (min-width: 1280px) {

    .body-Quickview .mm-ocd--open:has(#quickview-card-details-popup) .mm-ocd__content:has(#quickview-card-details-popup) {
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        height: -moz-fit-content !important;
        height: fit-content !important;
        min-height: -moz-min-content !important;
        min-height: min-content !important;
        width: 1200px !important;
        max-width: none !important;
        --tw-translate-x: -50% !important;
        --tw-translate-y: -50% !important;
        transform: translate(-50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
        overflow: hidden !important;
        background-color: transparent !important;
        transition-duration: 0s !important;
    }
}

.body-Quickview .mm-ocd--open:has(#quickview-card-details-popup) .mm-ocd__content:has(#quickview-card-details-popup) .close-details-popup {
    position: fixed !important;
    top: 0.5rem !important;
    z-index: 20 !important;
    display: block !important;
}

.body-Quickview .mm-ocd--open:has(#quickview-card-details-popup) .mm-ocd__backdrop {
    z-index: 0 !important;
}

.mm-ocd__content::-webkit-scrollbar,.main-content::-webkit-scrollbar,ul.mm-spn--open::-webkit-scrollbar {
    width: 4px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.mm-ocd__content::-webkit-scrollbar-thumb,.main-content::-webkit-scrollbar-thumb,ul.mm-spn--open::-webkit-scrollbar-thumb {
    height: 200px !important;
    background-color: #414042 !important;
    background-color: var(--color-primary) !important;
}

.square-static-images-itmes .swiper-pagination{backdrop-filter:blur(100px)}

.square-static-images-itmes .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #414042;
    background-color: var(--color-primary);
}

.square-static-images-itmes .swiper-pagination .swiper-pagination-progressbar-fill-active {
    width: 100px;
    background-color: #414042;
    background-color: var(--color-primary);
}

.tabs__item.inactive {
    display: none;
    height: 0px;
    opacity: 0;
}

salla-slider {
    display: block;
}

salla-slider .s-slider-container {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0px !important;
}

salla-slider .video-entry,salla-slider .model-entry {
    position: relative;
}

salla-slider .video-entry::before,salla-slider .model-entry::before {
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 50;
    display: flex;
    height: 4rem;
    width: 4rem;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(-50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(0, 0, 0, 0.3);
    font-family: "sallaicons";
    font-size: 3rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.8);
    --tw-content: "";
    content: "";
    content: var(--tw-content);
}

salla-slider .model-entry::before {
    --tw-content: "";
    content: "";
    content: var(--tw-content);
}

salla-slider .model-entry .s-toggle-switcher{pointer-events:auto}

salla-slider .swiper-slide{-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden}

salla-slider div[slot=thumbs] {
    margin-top: 0.625rem;
    opacity: 0;
}

salla-products-slider {
    margin-bottom: 0px !important;
}

.blog-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 1.5rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: left;
}

[dir="ltr"] .blog-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: left;
}

[dir="rtl"] .blog-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: right;
}

@media (min-width: 1024px) {

    .blog-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

.blog-slider .swiper-slide img {
    max-height: 680px;
    min-height: 380px;
}

body .s-slider-nav-arrow {
    height: 2.25rem;
    width: 2.25rem;
    border-radius: 15px;
}

@media (min-width: 768px) {

    body .s-slider-nav-arrow {
        height: 2.75rem;
        width: 2.75rem;
    }
}

body .s-slider-nav-arrow svg {
    transition-property: fill;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

button.swiper-button-lock,.swiper-button-lock {
    position: absolute;
    opacity: 0;
}

input[type=radio].sr-only divbutton.swiper-button-lock,input[type=radio].sr-only div.swiper-button-lock{transition:all .3s}

input[type=radio].sr-only:checked~divbutton.swiper-button-lock,input[type=radio].sr-only:checked~div.swiper-button-lock{border-color:#414042;border-color:var(--color-primary)}

.swiper:not(.swiper-initialized) .swiper-button{opacity:0}

@media screen and (min-width: 768px){.best-products-slider .swiper-wrapper{height:510px}.best-products-slider .swiper-wrapper .swiper-slide{height:calc((100% - 30px)/2)}}

.swiper-button-disabled{opacity:.5}

.s-slider-has-notitle .s-slider-block__title {
    margin-bottom: 0px;
}

.s-slider-has-notitle .s-slider-block__title:where([dir="ltr"], [dir="ltr"] *) {
    justify-content: flex-start;
}

.s-slider-has-notitle .s-slider-block__title:where([dir="rtl"], [dir="rtl"] *) {
    justify-content: flex-end;
}

.carousel-slider .s-slider-block__title-nav {
    display: flex;
}

.loyalty-slider .s-slider-block__title-left {
    display: none;
}

@media (min-width: 1024px) {

    .loyalty-slider .s-slider-block__title-left {
        display: flex;
    }
}

.swiper_itmes .product-entry {
    width: 100% !important;
}

#quickview-card-details-popup .s-add-product-button-main:not(.swiper_itmes .product-entry)>salla-button{width:100% !important}

.s-slider-block__title {
    margin: 0px;
    max-width: 1440px;
}

.s-slider-block__title .s-slider-block__title-nav {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: transparent;
}

input[type=radio].sr-only div.s-slider-block__title .s-slider-block__title-nav{transition:all .3s}

input[type=radio].sr-only:checked~div.s-slider-block__title .s-slider-block__title-nav{border-color:#414042;border-color:var(--color-primary)}

#quickview-card-details-popup .s-add-product-button-main:not(.s-slider-block__title .s-slider-block__title-nav)>salla-button{width:100%}

.s-slider-block__title .s-slider-block__title-nav .s-slider-nav-arrow {
    height: 2rem !important;
    width: 2rem !important;
    border-radius: 0.5rem !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #414042 !important;
    border-color: var(--color-primary) !important;
    background-color: transparent !important;
    color: #414042 !important;
    color: var(--color-primary) !important;
    --tw-shadow: 0 0 rgba(0,0,0,0) !important;
    --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.s-slider-block__title .s-slider-block__title-nav .s-slider-nav-arrow svg {
    fill: #414042 !important;
    fill: var(--color-primary) !important;
}

.s-slider-block__title .s-slider-block__title-nav .s-slider-nav-arrow:hover {
    background-color: #414042 !important;
    background-color: var(--color-primary) !important;
}

.s-slider-block__title .s-slider-block__title-nav .s-slider-nav-arrow:hover svg {
    fill: #fff !important;
}

.s-block--default-home-slider .s-slider-block__title-nav {
    width: 91.666667%;
}

.s-block--default-home-slider .s-slider-block__title-nav button {
    position: static !important;
    border-style: none !important;
    background-color: transparent !important;
    --tw-shadow: 0 0 rgba(0,0,0,0) !important;
    --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.slider-title-center {
    display: flex;
    flex-wrap: wrap;
}

.slider-title-center salla-slider {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

#quickview-card-details-popup .s-add-product-button-main:not(.slider-title-center salla-slider)>salla-button{width:100%}

.slider-title-center salla-slider .swiper {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.slider-title-center salla-slider .swiper)>salla-button{width:100%}

.slider-title-center salla-slider .swiper .s-products-slider-card.swiper-slide {
    margin-bottom: 0.75rem;
}

.slider-title-center salla-slider .s-slider-container {
    height: auto !important;
}

.slider-title-center .s-slider-block__title {
    position: relative;
    order: 2;
    margin-top: 1rem;
    width: 100%;
    flex-direction: column;
    gap: 0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

#quickview-card-details-popup .s-add-product-button-main:not(.slider-title-center .s-slider-block__title)>salla-button{width:100%}

@media (min-width: 768px) {

    .slider-title-center .s-slider-block__title {
        margin-top: 2rem;
    }
}

.slider-title-center .s-slider-block__title .s-slider-block__title-left {
    width: 100%;
    justify-content: space-between;
}

#quickview-card-details-popup .s-add-product-button-main:not(.slider-title-center .s-slider-block__title .s-slider-block__title-left)>salla-button{width:100%}

.slider-title-center .s-slider-block__title .s-slider-block__title-left::after {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    height: 1px;
    width: 41.666667%;
    --tw-translate-y: -50%;
    --tw-translate-x: -50%;
    transform: translate(-50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-color: #414042;
    background-color: var(--color-primary);
    content: var(--tw-content);
    opacity: 0.3;
}

@media (min-width: 768px) {

    .slider-title-center .s-slider-block__title .s-slider-block__title-left::after {
        content: var(--tw-content);
        width: 80%;
    }
}

.slider-title-center .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav {
    position: static;
    margin: 0px;
    display: flex;
    width: auto;
    --tw-translate-x: 0px;
    --tw-translate-y: 0px;
    transform: translate(0px, 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    align-items: center;
}

.slider-title-center .s-slider-block__title .s-slider-block__title-left .s-slider-block__display-all {
    display: flex;
    height: 2rem;
    align-items: center;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: #414042;
    border-color: var(--color-primary);
    background-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #414042;
    color: var(--color-primary);
}

.slider-title-center .s-slider-block__title .s-slider-block__title-left .s-slider-block__display-all:hover {
    background-color: #414042 !important;
    background-color: var(--color-primary) !important;
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

#offer-slider .s-slider-block__title {
    margin-bottom: 1.5rem;
}

#offer-slider .s-slider-block__title .s-slider-block__title-nav {
    width: auto;
}

.slider-controls .s-slider-block__title {
    display: none;
}

.features-slider2.as-features-slider .s-slider-block__title-left {
    justify-content: center;
}

.features-slider2.as-features-slider .s-slider-block__title-left::after {
    content: var(--tw-content);
    display: none;
}

.switch-display-card .swiper-wrapper,.switch-display-card .s-slider-container{padding:0 !important}

@media (min-width: 768px) {

    .details-slider-style_one .s-slider-block__title-nav {
        left: 0px;
        width: calc(100% - 12rem);
        --tw-translate-x: 1.5rem;
        transform: translate(1.5rem, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

.side-bar .s-products-list-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

.side-bar .s-products-list-wrapper salla-quick-buy {
    display: none;
}

.product-options .s-add-product-button-main salla-mini-checkout-widget{--salla-fast-checkout-button-border-radius: 0;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 150ms}

.product-options .s-add-product-button-main salla-mini-checkout-widget:hover {
    background-color: #414042;
    background-color: var(--color-primary);
}

.product-options .s-add-product-button-main salla-mini-checkout-widget:hover .s-add-product-button-mini-checkout-content {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

#product-details-tab li,#product-details-tab ul,#product-details-tab ol,.product-form-data li,.product-form-data ul,.product-form-data ol,#more-content li,#more-content ul,#more-content ol {
    list-style-type: revert;
}

#product-details-tab ul,#product-details-tab ol,.product-form-data ul,.product-form-data ol,#more-content ul,#more-content ol {
    padding: revert;
}

.sticky-bar-vite {
    position: fixed;
    z-index: 10;
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.sticky-bar-vite)>salla-button{width:100%}

@media (min-width: 1024px) {

    .sticky-bar-vite {
        min-width: 340px;
        max-width: 470px;
    }
}

.sticky-bar-vite:where([dir="ltr"], [dir="ltr"] *) {
    left: 0px;
}

@media (min-width: 1024px) {

    .sticky-bar-vite:where([dir="ltr"], [dir="ltr"] *) {
        left: 100px;
    }
}

.sticky-bar-vite:where([dir="rtl"], [dir="rtl"] *) {
    right: 0px;
}

@media (min-width: 1024px) {

    .sticky-bar-vite:where([dir="rtl"], [dir="rtl"] *) {
        right: 100px;
    }
}

.sticky-bar-vite{animation:pulse 1s}

html{height:100%}

.product-entry .s-quick-buy-button.s-button-element {
    position: relative;
}

.product-entry .s-quick-buy-button.s-button-element::after {
    font-family: "sallaicons";
    --tw-content: "";
    content: "";
    content: var(--tw-content);
}

.product-entry .s-quick-buy-button.s-button-element .s-button-text {
    display: none;
}

.product-entry salla-add-product-button button {
    padding-left: 0px;
    padding-right: 0px;
}

.product-entry .product_addCart_mini,.product-entry .btn--wishlist-product button,.product-entry .product-popup-trigger{box-shadow:0 0 10px 2px rgba(0,0,0,.039);position: relative;transition-property: all;transition-duration: 300ms;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)}

.product-entry .product_addCart_mini::before,.product-entry .btn--wishlist-product button::before,.product-entry .product-popup-trigger::before {
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    bottom: 125%;
    left: 50%;
    z-index: 10;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(-50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    white-space: nowrap;
    background-color: #414042;
    background-color: var(--color-primary);
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25rem;
    color: #ff6767;
    color: var(--color-primary-reverse);
    opacity: 0;
    --tw-content: attr(data-title);
    content: attr(data-title);
    content: var(--tw-content);
}

.product-entry .product_addCart_mini::after,.product-entry .btn--wishlist-product button::after,.product-entry .product-popup-trigger::after {
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    bottom: 125%;
    left: calc(50% - 5px);
    border-width: 5px;
    border-color: #414042;
    border-color: var(--color-primary);
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    opacity: 0;
    --tw-content: "";
    content: "";
    content: var(--tw-content);
}

.product-entry .product_addCart_mini:hover::before,.product-entry .btn--wishlist-product button:hover::before,.product-entry .product-popup-trigger:hover::before {
    visibility: visible;
    content: var(--tw-content);
    opacity: 1;
}

.product-entry .product_addCart_mini:hover::after,.product-entry .btn--wishlist-product button:hover::after,.product-entry .product-popup-trigger:hover::after {
    visibility: visible;
    content: var(--tw-content);
    opacity: 1;
}

.product-entry-btns_hover .product-entry__image .product_buttons {
    position: absolute;
    bottom: 0.25rem;
    left: 0px;
    z-index: 10;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 0.75rem;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

input[type=radio].sr-only div.product-entry-btns_hover .product-entry__image .product_buttons{transition:all .3s}

input[type=radio].sr-only:checked~div.product-entry-btns_hover .product-entry__image .product_buttons{border-color:#414042;border-color:var(--color-primary)}

#quickview-card-details-popup .s-add-product-button-main:not(.product-entry-btns_hover .product-entry__image .product_buttons)>salla-button{width:100%}

@media (min-width: 1024px) {

    .product-entry-btns_hover .product-entry__image .product_buttons {
        bottom: 3rem;
        --tw-translate-y: 100%;
        transform: translate(var(--tw-translate-x), 100%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        opacity: 0;
    }

    .product-entry-btns_hover .product-entry__image .product_buttons .btn--wishlist button {
        --tw-translate-y: 3.5rem;
        transform: translate(var(--tw-translate-x), 3.5rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .product-entry-btns_hover .product-entry__image .product_buttons .product-popup-trigger {
        --tw-translate-y: 3.5rem;
        transform: translate(var(--tw-translate-x), 3.5rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .product-entry-btns_hover:hover .product-entry__image .product_buttons,.product-entry-btns_hover:hover .product-entry__image .product-popup-trigger,.product-entry-btns_hover:hover .product-entry__image .btn--wishlist button {
        --tw-translate-y: 0px;
        transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        opacity: 1;
    }

    .product-entry-btns_hover.out-of-stock:hover .product-entry__image .product_buttons .btn--wishlist button,.product-entry-btns_hover.out-of-stock:hover .product-entry__image .product_buttons .product-popup-trigger {
        --tw-translate-y: 35px !important;
        transform: translate(var(--tw-translate-x), 35px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    }
}

.pie-wrapper{backdrop-filter:blur(10px);position: absolute;bottom: 0.25rem;z-index: 2;display: block;height: 60px;width: 60px;overflow: hidden;border-radius: 9999px;color: #414042;color: var(--color-primary)}

input[type=radio].sr-only div.pie-wrapper{transition:all .3s}

input[type=radio].sr-only:checked~div.pie-wrapper{border-color:#414042;border-color:var(--color-primary)}

.pie-wrapper:where([dir="ltr"], [dir="ltr"] *) {
    left: auto;
    right: 0.25rem;
}

.pie-wrapper:where([dir="rtl"], [dir="rtl"] *) {
    left: 0.25rem;
    right: auto;
}

@media(max-width: 1200px){.pie-wrapper {
        height: 45px;
        width: 45px;
    }}

.pie-wrapper .pie-svg circle{transition:stroke-dashoffset 1s linear;stroke:#414042;stroke:var(--color-primary);stroke-width:2px;stroke-linecap:round;fill:none;opacity:.2}

.pie-wrapper .pie-svg circle.circle_bar{stroke:#414042;stroke:var(--color-primary);stroke-dasharray:100 100;stroke-dashoffset:100;opacity:1}

.pie-wrapper small {
    position: absolute;
    top: 47%;
    left: 50%;
    display: block;
    --tw-translate-y: -50%;
    --tw-translate-x: -50%;
    transform: translate(-50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    text-align: center;
    font-size: 10px;
    line-height: 1;
    color: #414042;
    color: var(--color-primary);
}

input[type=radio].sr-only div.pie-wrapper small{transition:all .3s}

input[type=radio].sr-only:checked~div.pie-wrapper small{border-color:#414042;border-color:var(--color-primary)}

@media(max-width: 1200px){.pie-wrapper small {
        font-size: 8px;
    }}

.pie-wrapper small samp {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #414042;
    color: var(--color-primary);
}

.horizontal-products-list-sleder .s-products-list-horizontal-cards {
    margin: 0px;
    height: -moz-fit-content;
    height: fit-content;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.75rem;
}

.main-product-list .s-products-list-vertical-cards{grid-template-columns:repeat(1, minmax(0, 1fr)) !important}

@media (min-width: 768px) {

    .featured_product_none .s-products-list-horizontal-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 1280px) {

    .featured_product_none .s-products-list-horizontal-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

.s-product-options-grid-mode input:checked+div {
    background-color: #414042 !important;
    background-color: var(--color-primary) !important;
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.brands-nav__item.is-selected {
    background-color: #414042 !important;
    background-color: var(--color-primary) !important;
    color: #ff6767 !important;
    color: var(--color-primary-reverse) !important;
}

.brands-nav.is-sticky {
    position: fixed;
    top: 2.25rem;
    z-index: 10;
    height: 100%;
    flex-direction: column;
    flex-wrap: wrap;
}

.brands-nav.is-sticky > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * (1 - 0));
    margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse)));
    margin-top: calc(0.125rem * calc(1 - 0));
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * 0);
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.brands-nav.is-sticky {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
}

.brands-nav.is-sticky:where([dir="ltr"], [dir="ltr"] *) {
    right: 0.5rem;
}

.brands-nav.is-sticky:where([dir="rtl"], [dir="rtl"] *) {
    right: 0.5rem;
}

@media(max-width: 1280px){.brands-nav.is-sticky .brands-nav__item {
        height: 1.5rem;
        width: 1.5rem;
    }}

.marquee__group{animation:scroll-x 60s linear infinite}

.s-block--animated-brands--marquee:hover .marquee__group{animation-play-state:paused}

.marquee--reverse .marquee__group{animation-direction:reverse;animation-delay:-3s}

.no-content-placeholder {
    display: flex;
    height: auto;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

#quickview-card-details-popup .s-add-product-button-main:not(.no-content-placeholder)>salla-button{width:100%}

.no-content-placeholder .icon {
    margin-bottom: 1rem;
    display: flex;
    height: 8rem;
    width: 8rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
    font-size: 3rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(209, 213, 219, var(--tw-text-opacity, 1));
}

.no-content-placeholder p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #414042;
    color: var(--color-primary);
}

.no-content-placeholder--comments {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}

.s-gifting-modal .s-checkbox{background-color:#fff !important;border:1px solid #ccc !important}

.s-gifting-modal .s-checkbox:focus{--tw-ring-color:transparent !important}

.s-gifting-modal .s-gifting-filepond-placeholder-icon svg{fill:#ccc !important}

.s-gifting-widget .s-list-tile-item {
    flex-wrap: wrap;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-style: none;
}

.s-gifting-widget .s-list-tile-item .s-list-tile-item-action {
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.s-gifting-widget .s-list-tile-item .s-list-tile-item-action)>salla-button{width:100%}

.store-loyalty-program .breadcrumbs {
    padding-bottom: 0px;
    padding-top: 4rem;
}

.store-loyalty-program .breadcrumbs ol {
    justify-content: center;
}

@media (min-width: 1024px) {

    .store-loyalty-program .breadcrumbs ol {
        justify-content: flex-start;
    }
}

.store-loyalty-program .breadcrumbs a,.store-loyalty-program .breadcrumbs span,.store-loyalty-program .breadcrumbs .arrow {
    color: rgba(255, 255, 255, 0.9);
}

.loyalty__banner .loyalty-points {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgba(107, 114, 128, var(--tw-text-opacity, 1));
}

.loyalty__banner .loyalty-points .count-number {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #414042;
    color: var(--color-primary);
}

.loyalty__banner .loyalty-points .count-number:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.625rem;
}

.loyalty__banner .loyalty-points .count-number:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.625rem;
}

.bg-inherit .s-user-menu-trigger {
    margin: 0px !important;
    min-width: auto !important;
    border-style: none !important;
}

.landing-page>header .header-content-inner-offer p {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    opacity: 0.75;
}

.landing-page>header .header-content .s-count-down-item,.landing-page>header .header-content .s-count-down-item-label {
    color: inherit;
}

.landing-page .buy-all-btn button {
    line-height: 1.75rem;
}

@media (min-width: 1024px) {

    .landing-page .center-products .swiper-wrapper {
        justify-content: center;
    }
}

.landing-page .center-products .s-slider-block__title {
    justify-content: center !important;
}

.landing-page .center-products .box-container.landing-products {
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 768px) {

    .landing-page .center-products .box-container.landing-products {
        display: flex;
    }
}

.landing-page .center-products .box-container.landing-products .product-entry {
    height: auto;
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.landing-page .center-products .box-container.landing-products .product-entry)>salla-button{width:100%}

@media (min-width: 640px) {

    .landing-page .center-products .box-container.landing-products .product-entry {
        width: 270px;
    }
}

.landing-page .swiper-wrapper {
    padding-bottom: 1.25rem;
}

.landing-page .s-block__title {
    justify-content: center !important;
}

.landing-page .s-block .box-container {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 2rem;
    gap: 2rem;
}

@media(min-width: 1024px){.landing-page .s-block .box-container.has-main-product{grid-template-columns:33% 1fr}}

.landing-page .s-block--fixed-products .box-container {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 0.625rem;
    gap: 0.625rem;
}

@media (min-width: 640px) {

    .landing-page .s-block--fixed-products .box-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {

    .landing-page .s-block--fixed-products .box-container {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 2rem;
    }
}

body.modal-is-open #tidio-chat,body.modal-is-open [id^=gb-widget],body.modal-is-open [class$=__feedback],body.modal-is-open #fb-root,body.modal-is-open .fb_reset,body.modal-is-open #chat-widget-container,body.modal-is-open button.needsclick,body.fancybox-open #tidio-chat,body.fancybox-open [id^=gb-widget],body.fancybox-open [class$=__feedback],body.fancybox-open #fb-root,body.fancybox-open .fb_reset,body.fancybox-open #chat-widget-container,body.fancybox-open button.needsclick,body.panel-is-open #tidio-chat,body.panel-is-open [id^=gb-widget],body.panel-is-open [class$=__feedback],body.panel-is-open #fb-root,body.panel-is-open .fb_reset,body.panel-is-open #chat-widget-container,body.panel-is-open button.needsclick {
    display: none !important;
}

@supports(-webkit-touch-callout: none){@media screen and (max-width: 767px){.mobile #button {
            margin-left: 0.375rem;
            --tw-translate-y: -58px;
            transform: translate(var(--tw-translate-x), -58px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        }}}

@media(max-width: 1024px){body.dropdown--is-opened {
        overflow: hidden;
    }body.dropdown--is-opened #tidio-chat,body.dropdown--is-opened [id^=gb-widget],body.dropdown--is-opened [class$=__feedback],body.dropdown--is-opened #fb-root,body.dropdown--is-opened .fb_reset,body.dropdown--is-opened #chat-widget-container,body.dropdown--is-opened button.needsclick {
        display: none !important;
    }#tidio-chat {
        pointer-events: none;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        z-index: 9999;
    }

input[type=radio].sr-only div#tidio-chat{transition:all .3s}

input[type=radio].sr-only:checked~div#tidio-chat{border-color:#414042;border-color:var(--color-primary)}#tidio-chat #tidio-chat-iframe {
        pointer-events: auto !important;
        bottom: 0px !important;
    }[id^=gb-widget] {
        bottom: 1.25rem !important;
        z-index: 9999 !important;
    }#fb-root .fb_dialog iframe[data-testid=bubble_iframe] {
        bottom: 1.25rem !important;
    }iframe.tawk-widget {
        bottom: 1.25rem !important;
    }#chat-widget-container {
        bottom: 0px !important;
        height: 100% !important;
    }}

iframe.tawk-widget {
    bottom: 1.25rem;
    display: block;
}

#app.product-single button.needsclick {
    bottom: 3rem !important;
    margin: 0.625rem !important;
}

@media (min-width: 1024px) {

    #app.product-single button.needsclick {
        bottom: 6rem !important;
        margin: 1.25rem !important;
    }
}

.model-viewer {
    height: 100%;
    width: 100%;
}

#quickview-card-details-popup .s-add-product-button-main:not(.model-viewer)>salla-button{width:100%}

.model-viewer__poster {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

input[type=radio].sr-only div.model-viewer__poster{transition:all .3s}

input[type=radio].sr-only:checked~div.model-viewer__poster{border-color:#414042;border-color:var(--color-primary)}

#model_viewer_wrapper {
    overflow: hidden;
    border-radius: 15px;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

#model_viewer_wrapper .switcher-3d-view {
    position: absolute;
    top: 20px;
}

input[type=radio].sr-only div#model_viewer_wrapper .switcher-3d-view{transition:all .3s}

input[type=radio].sr-only:checked~div#model_viewer_wrapper .switcher-3d-view{border-color:#414042;border-color:var(--color-primary)}

#model_viewer_wrapper .switcher-3d-view:where([dir="ltr"], [dir="ltr"] *) {
    right: 15px;
}

#model_viewer_wrapper .switcher-3d-view:where([dir="rtl"], [dir="rtl"] *) {
    left: 15px;
}

@media(max-width: 767px){#model_viewer_wrapper {
        position: relative;
        top: auto;
        margin: 0px;
        margin-bottom: 1rem;
    }}

@media not all and (min-resolution: 0.001dpcm){@supports(-webkit-appearance: none){.full-banner-entry{background-attachment:scroll;background-attachment:initial}}}

@media(max-width: 639px){.swal2-container{width:100% !important}}

.swal2-container .swal2-popup.swal2-toast{box-shadow:0 1px 3px 1px rgba(0,0,0,.0705882353);max-width: 100%;padding-left: 10px;padding-right: 10px;padding-bottom: 5px}

@media (min-width: 768px) {

    .swal2-container .swal2-popup.swal2-toast {
        max-width: 300px;
    }
}

@media(max-width: 640px){.swal2-container .swal2-popup.swal2-toast{top:68px}}

.swal2-container .swal2-popup.swal2-toast .swal2-icon {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.5) scaleY(.5);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    animation: none;
}

.swal2-container .swal2-popup.swal2-toast .swal2-icon:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.25rem;
    margin-left: -0.375rem;
}

.swal2-container .swal2-popup.swal2-toast .swal2-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.25rem;
    margin-right: -0.375rem;
}

.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}

.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-tip,.swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-line-long {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.swal2-container .swal2-popup.swal2-toast .swal2-title {
    margin: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.swal2-container .swal2-popup.swal2-toast .swal2-close {
    flex-shrink: 0;
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.75) scaleY(.75);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.swal2-container .swal2-popup.swal2-toast .swal2-close:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.5rem;
}

.swal2-container .swal2-popup.swal2-toast .swal2-close:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.5rem;
}

.swal2-container .swal2-popup.swal2-toast .swal2-timer-progress-bar-container{height:2px}

.swal2-container .swal2-popup.swal2-toast .swal2-timer-progress-bar{background:#ddd}

.swal2-container .swal2-popup.swal2-toast.swal2-icon-error {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, 1);
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity, 1));
}

.swal2-container .swal2-popup.swal2-toast.swal2-icon-error * {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-error {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}

.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-right,.swal2-container .swal2-popup.swal2-toast.swal2-icon-error .swal2-x-mark-line-left {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.swal2-container .swal2-popup.swal2-toast.swal2-icon-success {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, 1);
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity, 1));
}

.swal2-container .swal2-popup.swal2-toast.swal2-icon-success * {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.placeholder\:text-sm::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.placeholder\:text-sm::placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.placeholder\:\!text-\[var\(--footer-color\)\]::-moz-placeholder {
    color: var(--footer-color) !important;
}

.placeholder\:\!text-\[var\(--footer-color\)\]::placeholder {
    color: var(--footer-color) !important;
}

.placeholder\:text-\[var\(--store-description\)\]::-moz-placeholder {
    color: var(--store-description);
}

.placeholder\:text-\[var\(--store-description\)\]::placeholder {
    color: var(--store-description);
}

.before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
}

.before\:inset-0::before {
    content: var(--tw-content);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.before\:bottom-0::before {
    content: var(--tw-content);
    bottom: 0px;
}

.before\:left-0::before {
    content: var(--tw-content);
    left: 0px;
}

.before\:right-0::before {
    content: var(--tw-content);
    right: 0px;
}

.before\:top-0::before {
    content: var(--tw-content);
    top: 0px;
}

.before\:-z-1::before {
    content: var(--tw-content);
    z-index: -1;
}

.before\:z-1::before {
    content: var(--tw-content);
    z-index: 1;
}

.before\:mx-1::before {
    content: var(--tw-content);
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.before\:hidden::before {
    content: var(--tw-content);
    display: none;
}

.before\:h-20::before {
    content: var(--tw-content);
    height: 5rem;
}

.before\:h-\[1px\]::before {
    content: var(--tw-content);
    height: 1px;
}

.before\:h-full::before {
    content: var(--tw-content);
    height: 100%;
}

.before\:w-20::before {
    content: var(--tw-content);
    width: 5rem;
}

.before\:w-full::before {
    content: var(--tw-content);
    width: 100%;
}

.before\:scale-x-150::before {
    content: var(--tw-content);
    --tw-scale-x: 1.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.5) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:rounded::before {
    content: var(--tw-content);
    border-radius: 15px;
}

.before\:rounded-full::before {
    content: var(--tw-content);
    border-radius: 9999px;
}

.before\:border-l-2::before {
    content: var(--tw-content);
    border-left-width: 2px;
}

.before\:border-r-2::before {
    content: var(--tw-content);
    border-right-width: 2px;
}

.before\:border-t-2::before {
    content: var(--tw-content);
    border-top-width: 2px;
}

.before\:\!border-\[var\(--header-text\)\]::before {
    border-color: var(--header-text) !important;
}

.before\:\!border-\[var\(--header-text\)\]::before {
    content: var(--tw-content);
}

.before\:border-inherit::before {
    content: var(--tw-content);
    border-color: inherit;
}

.before\:\!bg-black\/30::before {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.before\:\!bg-black\/30::before {
    content: var(--tw-content);
}

.before\:bg-\[\#F5F7F9\]::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgba(245, 247, 249, 1);
    background-color: rgba(245, 247, 249, var(--tw-bg-opacity, 1));
}

.before\:bg-\[var\(--data-overlay\)\]::before {
    content: var(--tw-content);
    background-color: var(--data-overlay);
}

.before\:bg-\[var\(--header-text\)\]::before {
    content: var(--tw-content);
    background-color: var(--header-text);
}

.before\:bg-black\/80::before {
    content: var(--tw-content);
    background-color: rgba(0, 0, 0, 0.8);
}

.before\:bg-darker::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgba(14, 15, 15, 1);
    background-color: rgba(14, 15, 15, var(--tw-bg-opacity, 1));
}

.before\:bg-primary::before {
    content: var(--tw-content);
    background-color: #414042;
    background-color: var(--color-primary);
}

.before\:bg-gradient-to-b::before {
    content: var(--tw-content);
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.before\:bg-gradient-to-r::before {
    content: var(--tw-content);
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.before\:from-black::before {
    content: var(--tw-content);
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-transparent::before {
    content: var(--tw-content);
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:to-\[var\(--data-be-bg\)\]::before {
    content: var(--tw-content);
    --tw-gradient-to: var(--data-be-bg) var(--tw-gradient-to-position);
}

.before\:to-black\/50::before {
    content: var(--tw-content);
    --tw-gradient-to: rgba(0, 0, 0, 0.5) var(--tw-gradient-to-position);
}

.before\:font-\[\'sallaicons\'\]::before {
    content: var(--tw-content);
    font-family: 'sallaicons';
}

.before\:text-\[var\(--store-description\)\]::before {
    content: var(--tw-content);
    color: var(--store-description);
}

.before\:text-primary::before {
    content: var(--tw-content);
    color: #414042;
    color: var(--color-primary);
}

.before\:opacity-100::before {
    content: var(--tw-content);
    opacity: 1;
}

.before\:opacity-30::before {
    content: var(--tw-content);
    opacity: 0.3;
}

.before\:opacity-5::before {
    content: var(--tw-content);
    opacity: 0.05;
}

.before\:opacity-60::before {
    content: var(--tw-content);
    opacity: 0.6;
}

.before\:opacity-75::before {
    content: var(--tw-content);
    opacity: 0.75;
}

.before\:opacity-80::before {
    content: var(--tw-content);
    opacity: 0.8;
}

.before\:opacity-\[var\(--data-overlay-opacity\)\]::before {
    content: var(--tw-content);
    opacity: var(--data-overlay-opacity);
}

.before\:transition::before {
    content: var(--tw-content);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.before\:transition-all::before {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.before\:duration-300::before {
    content: var(--tw-content);
    transition-duration: 300ms;
}

.before\:content-\[\'\'\]::before {
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.before\:content-\[\'\/\'\]::before {
    --tw-content: '/';
    content: '/';
    content: var(--tw-content);
}

.before\:content-\[\'\\ed3b\'\]::before {
    --tw-content: '\ed3b';
    content: '\ed3b';
    content: var(--tw-content);
}

.after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
}

.after\:inset-0::after {
    content: var(--tw-content);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.after\:-left-16::after {
    content: var(--tw-content);
    left: -4rem;
}

.after\:-right-4::after {
    content: var(--tw-content);
    right: -1rem;
}

.after\:bottom-0::after {
    content: var(--tw-content);
    bottom: 0px;
}

.after\:left-0::after {
    content: var(--tw-content);
    left: 0px;
}

.after\:right-0::after {
    content: var(--tw-content);
    right: 0px;
}

.after\:top-0::after {
    content: var(--tw-content);
    top: 0px;
}

.after\:top-1\/2::after {
    content: var(--tw-content);
    top: 50%;
}

.after\:-z-1::after {
    content: var(--tw-content);
    z-index: -1;
}

.after\:z-0::after {
    content: var(--tw-content);
    z-index: 0;
}

.after\:z-1::after {
    content: var(--tw-content);
    z-index: 1;
}

.after\:z-10::after {
    content: var(--tw-content);
    z-index: 10;
}

.after\:block::after {
    content: var(--tw-content);
    display: block;
}

.after\:\!hidden::after {
    display: none !important;
}

.after\:\!hidden::after {
    content: var(--tw-content);
}

.after\:hidden::after {
    content: var(--tw-content);
    display: none;
}

.after\:h-0::after {
    content: var(--tw-content);
    height: 0px;
}

.after\:h-20::after {
    content: var(--tw-content);
    height: 5rem;
}

.after\:h-\[1px\]::after {
    content: var(--tw-content);
    height: 1px;
}

.after\:h-\[3px\]::after {
    content: var(--tw-content);
    height: 3px;
}

.after\:h-full::after {
    content: var(--tw-content);
    height: 100%;
}

.after\:w-0::after {
    content: var(--tw-content);
    width: 0px;
}

.after\:w-20::after {
    content: var(--tw-content);
    width: 5rem;
}

.after\:w-4\/5::after {
    content: var(--tw-content);
    width: 80%;
}

.after\:w-full::after {
    content: var(--tw-content);
    width: 100%;
}

.after\:-translate-y-1\/2::after {
    content: var(--tw-content);
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:translate-x-full::after {
    content: var(--tw-content);
    --tw-translate-x: 100%;
    transform: translate(100%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:-skew-x-\[25deg\]::after {
    content: var(--tw-content);
    --tw-skew-x: -25deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(-25deg) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:rounded::after {
    content: var(--tw-content);
    border-radius: 15px;
}

.after\:border-b::after {
    content: var(--tw-content);
    border-bottom-width: 1px;
}

.after\:border-b-2::after {
    content: var(--tw-content);
    border-bottom-width: 2px;
}

.after\:border-l-2::after {
    content: var(--tw-content);
    border-left-width: 2px;
}

.after\:border-l-4::after {
    content: var(--tw-content);
    border-left-width: 4px;
}

.after\:border-r-2::after {
    content: var(--tw-content);
    border-right-width: 2px;
}

.after\:border-t::after {
    content: var(--tw-content);
    border-top-width: 1px;
}

.after\:border-dashed::after {
    content: var(--tw-content);
    border-style: dashed;
}

.after\:\!border-\[var\(--header-text\)\]::after {
    border-color: var(--header-text) !important;
}

.after\:\!border-\[var\(--header-text\)\]::after {
    content: var(--tw-content);
}

.after\:border-\[var\(--footer-color\)\]::after {
    content: var(--tw-content);
    border-color: var(--footer-color);
}

.after\:border-inherit::after {
    content: var(--tw-content);
    border-color: inherit;
}

.after\:border-primary::after {
    content: var(--tw-content);
    border-color: #414042;
    border-color: var(--color-primary);
}

.after\:\!bg-black\/30::after {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.after\:\!bg-black\/30::after {
    content: var(--tw-content);
}

.after\:bg-\[var\(--data-available\)\]::after {
    content: var(--tw-content);
    background-color: var(--data-available);
}

.after\:bg-\[var\(--data-overlay\)\]::after {
    content: var(--tw-content);
    background-color: var(--data-overlay);
}

.after\:bg-\[var\(--data-unavailable\)\]::after {
    content: var(--tw-content);
    background-color: var(--data-unavailable);
}

.after\:bg-\[var\(--header-text\)\]::after {
    content: var(--tw-content);
    background-color: var(--header-text);
}

.after\:bg-\[var\(--product-available-color\)\]::after {
    content: var(--tw-content);
    background-color: var(--product-available-color);
}

.after\:bg-\[var\(--product-unavailable-color\)\]::after {
    content: var(--tw-content);
    background-color: var(--product-unavailable-color);
}

.after\:bg-black::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
}

.after\:bg-darker\/50::after {
    content: var(--tw-content);
    background-color: rgba(14, 15, 15, 0.5);
}

.after\:bg-gray-500\/75::after {
    content: var(--tw-content);
    background-color: rgba(107, 114, 128, 0.75);
}

.after\:bg-primary::after {
    content: var(--tw-content);
    background-color: #414042;
    background-color: var(--color-primary);
}

.after\:bg-red-600::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, 1);
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity, 1));
}

.after\:bg-gradient-to-b::after {
    content: var(--tw-content);
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.after\:from-transparent::after {
    content: var(--tw-content);
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:to-black::after {
    content: var(--tw-content);
    --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.after\:\!text-center::after {
    text-align: center !important;
}

.after\:\!text-center::after {
    content: var(--tw-content);
}

.after\:font-\[\'sallaicons\'\]::after {
    content: var(--tw-content);
    font-family: 'sallaicons';
}

.after\:text-lg::after {
    content: var(--tw-content);
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.after\:\!font-bold::after {
    font-weight: 700 !important;
}

.after\:\!font-bold::after {
    content: var(--tw-content);
}

.after\:font-semibold::after {
    content: var(--tw-content);
    font-weight: 600;
}

.after\:text-\[var\(--data-menu-color\)\]::after {
    content: var(--tw-content);
    color: var(--data-menu-color);
}

.after\:text-\[var\(--header-text\)\]::after {
    content: var(--tw-content);
    color: var(--header-text);
}

.after\:text-primary::after {
    content: var(--tw-content);
    color: #414042;
    color: var(--color-primary);
}

.after\:\!opacity-90::after {
    opacity: 0.9 !important;
}

.after\:\!opacity-90::after {
    content: var(--tw-content);
}

.after\:opacity-0::after {
    content: var(--tw-content);
    opacity: 0;
}

.after\:opacity-30::after {
    content: var(--tw-content);
    opacity: 0.3;
}

.after\:opacity-80::after {
    content: var(--tw-content);
    opacity: 0.8;
}

.after\:opacity-\[var\(--data-overlay-op\)\]::after {
    content: var(--tw-content);
    opacity: var(--data-overlay-op);
}

.after\:backdrop-blur-md::after {
    content: var(--tw-content);
    --tw-backdrop-blur: blur(12px);
    backdrop-filter: blur(12px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.after\:transition-all::after {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.after\:\!duration-300::after {
    transition-duration: 300ms !important;
}

.after\:\!duration-300::after {
    content: var(--tw-content);
}

.after\:duration-500::after {
    content: var(--tw-content);
    transition-duration: 500ms;
}

.after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.after\:content-\[\'\\e983\'\]::after {
    --tw-content: '\e983';
    content: '\e983';
    content: var(--tw-content);
}

.after\:content-\[\'\\ed7f\'\]::after {
    --tw-content: '\ed7f';
    content: '\ed7f';
    content: var(--tw-content);
}

.after\:content-\[\'\\eead\'\]::after {
    --tw-content: '\eead';
    content: '\eead';
    content: var(--tw-content);
}

.after\:content-\[\'\\ef09\'\]::after {
    --tw-content: '\ef09';
    content: '\ef09';
    content: var(--tw-content);
}

.after\:content-\[\'\\f078\'\]::after {
    --tw-content: '\f078';
    content: '\f078';
    content: var(--tw-content);
}

.after\:\[background\:var\(--store-background-secondary\)\]::after {
    content: var(--tw-content);
    background: var(--store-background-secondary);
}

.first\:pt-16:first-child {
    padding-top: 4rem;
}

.first\:pt-5:first-child {
    padding-top: 1.25rem;
}

.last\:mb-0:last-child {
    margin-bottom: 0px;
}

.last\:border-0:last-child {
    border-width: 0px;
}

.last\:pb-0:last-child {
    padding-bottom: 0px;
}

.odd\:bg-white:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.even\:bg-gray-50:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
}

.hover\:border-dashed:hover {
    border-style: dashed;
}

.hover\:border-primary:hover {
    border-color: #414042;
    border-color: var(--color-primary);
}

.hover\:bg-\[var\(--data-btn-bghover\)\]:hover {
    background-color: var(--data-btn-bghover);
}

.hover\:bg-\[var\(--data-btn-color\)\]:hover {
    background-color: var(--data-btn-color);
}

.hover\:text-\[var\(--data-btn-bg\)\]:hover {
    color: var(--data-btn-bg);
}

.hover\:text-\[var\(--data-btn-colorhover\)\]:hover {
    color: var(--data-btn-colorhover);
}

.hover\:text-\[var\(--store-title\)\]:hover {
    color: var(--store-title);
}

.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.hover\:text-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 31, 31, 1);
    color: rgba(29, 31, 31, var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
    color: #414042;
    color: var(--color-primary);
}

.hover\:underline:hover {
    text-decoration-line: underline;
}

.hover\:opacity-100:hover {
    opacity: 1;
}

.hover\:opacity-80:hover {
    opacity: 0.8;
}

.hover\:opacity-90:hover {
    opacity: 0.9;
}

.hover\:opacity-95:hover {
    opacity: 0.95;
}

.hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.hover\:shadow-default:hover {
    --tw-shadow: 5px 10px 30px #2B2D340D;;
    --tw-shadow-colored: 5px 10px 30px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 5px 10px 30px #2B2D340D;;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.hover\:before\:hidden:hover::before {
    content: var(--tw-content);
    display: none;
}

.hover\:before\:opacity-100:hover::before {
    content: var(--tw-content);
    opacity: 1;
}

.hover\:after\:w-full:hover::after {
    content: var(--tw-content);
    width: 100%;
}

.hover\:after\:translate-x-0:hover::after {
    content: var(--tw-content);
    --tw-translate-x: 0px;
    transform: translate(0px, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:after\:opacity-100:hover::after {
    content: var(--tw-content);
    opacity: 1;
}

.focus\:border-primary:focus {
    border-color: #414042;
    border-color: var(--color-primary);
}

.focus\:\!shadow-none:focus {
    --tw-shadow: 0 0 rgba(0,0,0,0) !important;
    --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.focus\:\!ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, var(--tw-ring-shadow), 0 0 rgba(0,0,0,0) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0)) !important;
}

.group:hover .group-hover\:h-3 {
    height: 0.75rem;
}

.group:hover .group-hover\:w-3 {
    width: 0.75rem;
}

.group:hover .group-hover\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/edit:hover .group-hover\/edit\:rotate-2 {
    --tw-rotate: 2deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(2deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:rotate-2 {
    --tw-rotate: 2deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(2deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/edit:hover .group-hover\/edit\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.25) scaleY(1.25);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:bg-primary {
    background-color: #414042;
    background-color: var(--color-primary);
}

.group:hover .group-hover\:bg-white\/100 {
    background-color: rgba(255, 255, 255, 1);
}

.group:hover .group-hover\:text-primary {
    color: #414042;
    color: var(--color-primary);
}

.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}

.group:hover .group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.group.swiper-slide-active .group-\[\.swiper-slide-active\]\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.dark *.dark\:\!border-\[var\(--footer-color-dark\)\] {
    border-color: var(--footer-color-dark) !important;
}

.dark *.dark\:border-\[var\(--footer-color-dark\)\] {
    border-color: var(--footer-color-dark);
}

.dark *.dark\:border-\[var\(--store-description-dark\)\] {
    border-color: var(--store-description-dark);
}

.dark *.dark\:bg-\[var\(--data-background-dark\)\] {
    background-color: var(--data-background-dark);
}

.dark *.dark\:bg-\[var\(--data-bg-barrier-dark\)\] {
    background-color: var(--data-bg-barrier-dark);
}

.dark *.dark\:bg-\[var\(--data-section-bg-dark\)\] {
    background-color: var(--data-section-bg-dark);
}

.dark *.dark\:bg-\[var\(--data-shape-bg-dark\)\] {
    background-color: var(--data-shape-bg-dark);
}

.dark *.dark\:bg-\[var\(--header-text-dark\)\] {
    background-color: var(--header-text-dark);
}

.dark *.dark\:bg-\[var\(--store-background-dark\)\] {
    background-color: var(--store-background-dark);
}

.dark *.dark\:\!text-\[var\(--footer-color-dark\)\] {
    color: var(--footer-color-dark) !important;
}

.dark *.dark\:\!text-\[var\(--header-text-dark\)\] {
    color: var(--header-text-dark) !important;
}

.dark *.dark\:text-\[var\(--data-color-dark\)\] {
    color: var(--data-color-dark);
}

.dark *.dark\:text-\[var\(--data-subtitle-dark\)\] {
    color: var(--data-subtitle-dark);
}

.dark *.dark\:text-\[var\(--data-title-color-dark\)\] {
    color: var(--data-title-color-dark);
}

.dark *.dark\:text-\[var\(--data-title-dark\)\] {
    color: var(--data-title-dark);
}

.dark *.dark\:text-\[var\(--footer-color-dark\)\] {
    color: var(--footer-color-dark);
}

.dark *.dark\:text-\[var\(--header-bg-dark\)\] {
    color: var(--header-bg-dark);
}

.dark *.dark\:text-\[var\(--header-text-dark\)\] {
    color: var(--header-text-dark);
}

.dark .placeholder\:dark\:\!text-\[var\(--footer-color-dark\)\]::-moz-placeholder {
    color: var(--footer-color-dark) !important;
}

.dark .placeholder\:dark\:\!text-\[var\(--footer-color-dark\)\]::placeholder {
    color: var(--footer-color-dark) !important;
}

.dark .dark\:before\:\!border-\[var\(--header-text-dark\)\]::before {
    border-color: var(--header-text-dark) !important;
}

.dark .dark\:before\:\!border-\[var\(--header-text-dark\)\]::before {
    content: var(--tw-content);
}

.dark .before\:dark\:bg-darker::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgba(14, 15, 15, 1);
    background-color: rgba(14, 15, 15, var(--tw-bg-opacity, 1));
}

.dark .dark\:before\:bg-\[var\(--header-text-dark\)\]::before {
    content: var(--tw-content);
    background-color: var(--header-text-dark);
}

.dark .dark\:after\:\!border-\[var\(--header-text-dark\)\]::after {
    border-color: var(--header-text-dark) !important;
}

.dark .dark\:after\:\!border-\[var\(--header-text-dark\)\]::after {
    content: var(--tw-content);
}

.dark .dark\:after\:border-\[var\(--footer-color-dark\)\]::after {
    content: var(--tw-content);
    border-color: var(--footer-color-dark);
}

.dark .dark\:after\:bg-\[var\(--header-text-dark\)\]::after {
    content: var(--tw-content);
    background-color: var(--header-text-dark);
}

.dark .dark\:after\:text-\[var\(--header-text-dark\)\]::after {
    content: var(--tw-content);
    color: var(--header-text-dark);
}

@media (min-width: 640px) {

    .sm\:top-5 {
        top: 1.25rem;
    }

    .sm\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .sm\:row-span-2 {
        grid-row: span 2 / span 2;
    }

    .sm\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .sm\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .sm\:mb-0 {
        margin-bottom: 0px;
    }

    .sm\:mb-12 {
        margin-bottom: 3rem;
    }

    .sm\:mb-3 {
        margin-bottom: 0.75rem;
    }

    .sm\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .sm\:mt-0 {
        margin-top: 0px;
    }

    .sm\:mt-5 {
        margin-top: 1.25rem;
    }

    .sm\:mt-6 {
        margin-top: 1.5rem;
    }

    .sm\:block {
        display: block;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:grid {
        display: grid;
    }

    .sm\:h-full {
        height: 100%;
    }

    .sm\:\!w-2\/6 {
        width: 33.333333% !important;
    }

    .sm\:\!w-\[220px\] {
        width: 220px !important;
    }

    .sm\:\!w-\[calc\(100\%\/4\.5\)\] {
        width: calc(100% / 4.5) !important;
    }

    .sm\:w-1\/3 {
        width: 33.333333%;
    }

    .sm\:w-auto {
        width: auto;
    }

    .sm\:max-w-\[380px\] {
        max-width: 380px;
    }

    .sm\:grow-0 {
        flex-grow: 0;
    }

    .sm\:translate-y-0 {
        --tw-translate-y: 0px;
        transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .sm\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .sm\:scale-95 {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.95) scaleY(.95);
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sm\:items-start {
        align-items: flex-start;
    }

    .sm\:gap-4 {
        gap: 1rem;
    }

    .sm\:gap-6 {
        gap: 1.5rem;
    }

    .sm\:gap-8 {
        gap: 2rem;
    }

    .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3rem * 0);
        margin-right: calc(3rem * var(--tw-space-x-reverse));
        margin-left: calc(3rem * (1 - 0));
        margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)));
        margin-left: calc(3rem * calc(1 - 0));
        margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * (1 - 0));
        margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
        margin-top: calc(1.25rem * calc(1 - 0));
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * 0);
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }

    .sm\:p-11 {
        padding: 2.75rem;
    }

    .sm\:p-5 {
        padding: 1.25rem;
    }

    .sm\:p-6 {
        padding: 1.5rem;
    }

    .sm\:p-7 {
        padding: 1.75rem;
    }

    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .sm\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .sm\:pt-4 {
        padding-top: 1rem;
    }

    .sm\:pt-5 {
        padding-top: 1.25rem;
    }

    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .before\:sm\:block::before {
        content: var(--tw-content);
        display: block;
    }
}

@media (min-width: 768px) {

    .md\:static {
        position: static;
    }

    .md\:absolute {
        position: absolute;
    }

    .md\:sticky {
        position: sticky;
    }

    .md\:-top-10 {
        top: -2.5rem;
    }

    .md\:-top-\[4\.25rem\] {
        top: -4.25rem;
    }

    .md\:bottom-0 {
        bottom: 0px;
    }

    .md\:bottom-4 {
        bottom: 1rem;
    }

    .md\:left-0 {
        left: 0px;
    }

    .md\:top-14 {
        top: 3.5rem;
    }

    .md\:top-32 {
        top: 8rem;
    }

    .md\:top-5 {
        top: 1.25rem;
    }

    .md\:top-\[55px\] {
        top: 55px;
    }

    .md\:top-\[60px\] {
        top: 60px;
    }

    .md\:z-10 {
        z-index: 10;
    }

    .md\:order-1 {
        order: 1;
    }

    .md\:order-2 {
        order: 2;
    }

    .md\:order-3 {
        order: 3;
    }

    .md\:order-4 {
        order: 4;
    }

    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .md\:m-4 {
        margin: 1rem;
    }

    .md\:m-6 {
        margin: 1.5rem;
    }

    .md\:\!my-8 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .md\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .md\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .md\:-mt-14 {
        margin-top: -3.5rem;
    }

    .md\:-mt-24 {
        margin-top: -6rem;
    }

    .md\:-mt-28 {
        margin-top: -7rem;
    }

    .md\:mb-0 {
        margin-bottom: 0px;
    }

    .md\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .md\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }

    .md\:mb-20 {
        margin-bottom: 5rem;
    }

    .md\:mb-4 {
        margin-bottom: 1rem;
    }

    .md\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .md\:mb-8 {
        margin-bottom: 2rem;
    }

    .md\:mb-9 {
        margin-bottom: 2.25rem;
    }

    .md\:mt-0 {
        margin-top: 0px;
    }

    .md\:mt-4 {
        margin-top: 1rem;
    }

    .md\:mt-8 {
        margin-top: 2rem;
    }

    .md\:\!inline-block {
        display: inline-block !important;
    }

    .md\:flex {
        display: flex;
    }

    .md\:table-row {
        display: table-row;
    }

    .md\:grid {
        display: grid;
    }

    .md\:\!hidden {
        display: none !important;
    }

    .md\:hidden {
        display: none;
    }

    .md\:aspect-video {
        aspect-ratio: 16 / 9;
    }

    .md\:\!h-full {
        height: 100% !important;
    }

    .md\:h-0 {
        height: 0px;
    }

    .md\:h-10 {
        height: 2.5rem;
    }

    .md\:h-12 {
        height: 3rem;
    }

    .md\:h-20 {
        height: 5rem;
    }

    .md\:h-28 {
        height: 7rem;
    }

    .md\:h-40 {
        height: 10rem;
    }

    .md\:h-64 {
        height: 16rem;
    }

    .md\:h-\[100vh\] {
        height: 100vh;
    }

    .md\:h-\[24px\] {
        height: 24px;
    }

    .md\:h-\[60vh\] {
        height: 60vh;
    }

    .md\:h-fit {
        height: -moz-fit-content;
        height: fit-content;
    }

    .md\:min-h-\[400px\] {
        min-height: 400px;
    }

    .md\:\!w-1\/3 {
        width: 33.333333% !important;
    }

    .md\:\!w-1\/4 {
        width: 25% !important;
    }

    .md\:\!w-4\/5 {
        width: 80% !important;
    }

    .md\:\!w-\[90\%\] {
        width: 90% !important;
    }

    .md\:\!w-\[calc\(100\%\/5\.5\)\] {
        width: calc(100% / 5.5) !important;
    }

    .md\:\!w-\[var\(--data-num\)\] {
        width: var(--data-num) !important;
    }

    .md\:w-1\/2 {
        width: 50%;
    }

    .md\:w-1\/3 {
        width: 33.333333%;
    }

    .md\:w-1\/4 {
        width: 25%;
    }

    .md\:w-12 {
        width: 3rem;
    }

    .md\:w-16 {
        width: 4rem;
    }

    .md\:w-2\/3 {
        width: 66.666667%;
    }

    .md\:w-2\/4 {
        width: 50%;
    }

    .md\:w-2\/5 {
        width: 40%;
    }

    .md\:w-20 {
        width: 5rem;
    }

    .md\:w-28 {
        width: 7rem;
    }

    .md\:w-4 {
        width: 1rem;
    }

    .md\:w-80 {
        width: 20rem;
    }

    .md\:w-\[560px\] {
        width: 560px;
    }

    .md\:w-auto {
        width: auto;
    }

    .md\:w-full {
        width: 100%;
    }

    .md\:max-w-\[300px\] {
        max-width: 300px;
    }

    .md\:max-w-\[500px\] {
        max-width: 500px;
    }

    .md\:max-w-\[60\%\] {
        max-width: 60%;
    }

    .md\:max-w-\[61\.8\%\] {
        max-width: 61.8%;
    }

    .md\:flex-\[0_0_61\.8\%\] {
        flex: 0 0 61.8%;
    }

    .md\:translate-y-0 {
        --tw-translate-y: 0px;
        transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .md\:translate-y-14 {
        --tw-translate-y: 3.5rem;
        transform: translate(var(--tw-translate-x), 3.5rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .md\:translate-y-5 {
        --tw-translate-y: 1.25rem;
        transform: translate(var(--tw-translate-x), 1.25rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .md\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.5) scaleY(1.5);
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .md\:scale-x-100 {
        --tw-scale-x: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .md\:scale-y-\[2\] {
        --tw-scale-y: 2;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(2);
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .md\:\!transform-none {
        transform: none !important;
    }

    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md\:grid-cols-\[var\(--data-num\)\] {
        grid-template-columns: var(--data-num);
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .md\:items-start {
        align-items: flex-start;
    }

    .md\:items-center {
        align-items: center;
    }

    .md\:justify-start {
        justify-content: flex-start;
    }

    .md\:justify-center {
        justify-content: center;
    }

    .md\:justify-between {
        justify-content: space-between;
    }

    .md\:gap-0 {
        gap: 0px;
    }

    .md\:gap-2 {
        gap: 0.5rem;
    }

    .md\:gap-3 {
        gap: 0.75rem;
    }

    .md\:gap-4 {
        gap: 1rem;
    }

    .md\:gap-5 {
        gap: 1.25rem;
    }

    .md\:gap-8 {
        gap: 2rem;
    }

    .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * 0);
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * (1 - 0));
        margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse)));
        margin-left: calc(2.5rem * calc(1 - 0));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4rem * (1 - 0));
        margin-top: calc(4rem * (1 - var(--tw-space-y-reverse)));
        margin-top: calc(4rem * calc(1 - 0));
        margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4rem * 0);
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
    }

    .md\:overflow-y-scroll {
        overflow-y: scroll;
    }

    .md\:border-none {
        border-style: none;
    }

    .md\:bg-black\/50 {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .md\:bg-fixed {
        background-attachment: fixed;
    }

    .md\:p-0 {
        padding: 0px;
    }

    .md\:p-2 {
        padding: 0.5rem;
    }

    .md\:p-3 {
        padding: 0.75rem;
    }

    .md\:p-4 {
        padding: 1rem;
    }

    .md\:p-5 {
        padding: 1.25rem;
    }

    .md\:p-8 {
        padding: 2rem;
    }

    .md\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }

    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .md\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .md\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .md\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .md\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .md\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .md\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .md\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .md\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .md\:pb-0 {
        padding-bottom: 0px;
    }

    .md\:pt-10 {
        padding-top: 2.5rem;
    }

    .md\:pt-14 {
        padding-top: 3.5rem;
    }

    .md\:pt-32 {
        padding-top: 8rem;
    }

    .md\:text-start {
        text-align: left;
    }

    .md\:text-end {
        text-align: right;
    }

    .md\:\!text-5xl {
        font-size: 3rem !important;
        line-height: 1 !important;
    }

    .md\:\!text-lg {
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .md\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .md\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .md\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .md\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .md\:opacity-0 {
        opacity: 0;
    }

    .md\:text-start {
        text-align: left;
    }

    .md\:text-end {
        text-align: right;
    }

    [dir="ltr"] .md\:text-start {
        text-align: left;
    }

    [dir="ltr"] .md\:text-end {
        text-align: right;
    }

    [dir="rtl"] .md\:text-start {
        text-align: right;
    }

    [dir="rtl"] .md\:text-end {
        text-align: left;
    }

    .md\:before\:mx-3::before {
        content: var(--tw-content);
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .md\:before\:opacity-0::before {
        content: var(--tw-content);
        opacity: 0;
    }

    .md\:after\:absolute::after {
        content: var(--tw-content);
        position: absolute;
    }

    .md\:after\:right-0::after {
        content: var(--tw-content);
        right: 0px;
    }

    .md\:after\:top-0::after {
        content: var(--tw-content);
        top: 0px;
    }

    .md\:after\:h-full::after {
        content: var(--tw-content);
        height: 100%;
    }

    .md\:after\:w-full::after {
        content: var(--tw-content);
        width: 100%;
    }

    .md\:after\:bg-primary::after {
        content: var(--tw-content);
        background-color: #414042;
        background-color: var(--color-primary);
    }

    .md\:after\:transition-all::after {
        content: var(--tw-content);
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .md\:after\:duration-300::after {
        content: var(--tw-content);
        transition-duration: 300ms;
    }

    .md\:after\:ease-in-out::after {
        content: var(--tw-content);
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    .md\:after\:content-\[\'\'\]::after {
        --tw-content: '';
        content: '';
        content: var(--tw-content);
    }

    .md\:first\:pt-24:first-child {
        padding-top: 6rem;
    }

    .md\:hover\:\!bg-transparent:hover {
        background-color: transparent !important;
    }

    .md\:hover\:after\:w-full:hover::after {
        content: var(--tw-content);
        width: 100%;
    }

    .group:hover .group-hover\:md\:bottom-0 {
        bottom: 0px;
    }

    .group:hover .group-hover\:md\:h-3 {
        height: 0.75rem;
    }

    .group:hover .group-hover\:md\:h-fit {
        height: -moz-fit-content;
        height: fit-content;
    }

    .group:hover .group-hover\:md\:w-3 {
        width: 0.75rem;
    }

    .group:hover .group-hover\:md\:translate-y-0 {
        --tw-translate-y: 0px;
        transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .group:hover .group-hover\:md\:translate-y-full {
        --tw-translate-y: 100%;
        transform: translate(var(--tw-translate-x), 100%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .group:hover .group-hover\:md\:opacity-100 {
        opacity: 1;
    }
}

@media (min-width: 1024px) {

    .lg\:absolute {
        position: absolute;
    }

    .lg\:sticky {
        position: sticky;
    }

    .lg\:-top-\[65px\] {
        top: -65px;
    }

    .lg\:bottom-4 {
        bottom: 1rem;
    }

    .lg\:bottom-6 {
        bottom: 1.5rem;
    }

    .lg\:left-6 {
        left: 1.5rem;
    }

    .lg\:right-6 {
        right: 1.5rem;
    }

    .lg\:top-1\/2 {
        top: 50%;
    }

    .lg\:top-14 {
        top: 3.5rem;
    }

    .lg\:top-24 {
        top: 6rem;
    }

    .lg\:top-\[55px\] {
        top: 55px;
    }

    .lg\:top-\[60px\] {
        top: 60px;
    }

    .lg\:top-\[70px\] {
        top: 70px;
    }

    .lg\:top-\[75px\] {
        top: 75px;
    }

    .lg\:order-1 {
        order: 1;
    }

    .lg\:order-2 {
        order: 2;
    }

    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .lg\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .lg\:row-span-2 {
        grid-row: span 2 / span 2;
    }

    .lg\:m-0 {
        margin: 0px;
    }

    .lg\:m-8 {
        margin: 2rem;
    }

    .lg\:\!my-\[var\(--data-margin-lg\)\] {
        margin-top: var(--data-margin-lg) !important;
        margin-bottom: var(--data-margin-lg) !important;
    }

    .lg\:\!my-\[var\(--fixed-margin\)\] {
        margin-top: var(--fixed-margin) !important;
        margin-bottom: var(--fixed-margin) !important;
    }

    .lg\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .lg\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .lg\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .lg\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .lg\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .lg\:my-\[var\(--data-margin-lg\)\] {
        margin-top: var(--data-margin-lg);
        margin-bottom: var(--data-margin-lg);
    }

    .lg\:mb-0 {
        margin-bottom: 0px;
    }

    .lg\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .lg\:mb-3 {
        margin-bottom: 0.75rem;
    }

    .lg\:mb-4 {
        margin-bottom: 1rem;
    }

    .lg\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .lg\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .lg\:mb-7 {
        margin-bottom: 1.75rem;
    }

    .lg\:mb-8 {
        margin-bottom: 2rem;
    }

    .lg\:mt-12 {
        margin-top: 3rem;
    }

    .lg\:mt-2 {
        margin-top: 0.5rem;
    }

    .lg\:mt-5 {
        margin-top: 1.25rem;
    }

    .lg\:mt-8 {
        margin-top: 2rem;
    }

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:aspect-\[16\/4\] {
        aspect-ratio: 16/4;
    }

    .lg\:aspect-\[16\/6\] {
        aspect-ratio: 16/6;
    }

    .lg\:aspect-\[3\/2\] {
        aspect-ratio: 3/2;
    }

    .lg\:aspect-\[3\/4\] {
        aspect-ratio: 3/4;
    }

    .lg\:\!h-10 {
        height: 2.5rem !important;
    }

    .lg\:\!h-9 {
        height: 2.25rem !important;
    }

    .lg\:\!h-\[var\(--data-height-lg\)\] {
        height: var(--data-height-lg) !important;
    }

    .lg\:\!h-\[var\(--header-h-logo\)\] {
        height: var(--header-h-logo) !important;
    }

    .lg\:h-12 {
        height: 3rem;
    }

    .lg\:h-24 {
        height: 6rem;
    }

    .lg\:h-4\/5 {
        height: 80%;
    }

    .lg\:h-\[250px\] {
        height: 250px;
    }

    .lg\:h-\[540px\] {
        height: 540px;
    }

    .lg\:h-\[550px\] {
        height: 550px;
    }

    .lg\:h-\[55vh\] {
        height: 55vh;
    }

    .lg\:h-\[650px\] {
        height: 650px;
    }

    .lg\:h-\[70vh\] {
        height: 70vh;
    }

    .lg\:h-\[80\%\] {
        height: 80%;
    }

    .lg\:h-\[var\(--footer-h-logo\)\] {
        height: var(--footer-h-logo);
    }

    .lg\:h-\[var\(--header-h-logo\)\] {
        height: var(--header-h-logo);
    }

    .lg\:h-fit {
        height: -moz-fit-content;
        height: fit-content;
    }

    .lg\:max-h-\[500px\] {
        max-height: 500px;
    }

    .lg\:max-h-\[512px\] {
        max-height: 512px;
    }

    .lg\:max-h-\[85vh\] {
        max-height: 85vh;
    }

    .lg\:min-h-\[500px\] {
        min-height: 500px;
    }

    .lg\:\!w-1\/3 {
        width: 33.333333% !important;
    }

    .lg\:\!w-1\/4 {
        width: 25% !important;
    }

    .lg\:\!w-1\/6 {
        width: 16.666667% !important;
    }

    .lg\:\!w-10 {
        width: 2.5rem !important;
    }

    .lg\:\!w-9 {
        width: 2.25rem !important;
    }

    .lg\:\!w-\[65\%\] {
        width: 65% !important;
    }

    .lg\:\!w-\[calc\(100\%\/8\)\] {
        width: calc(100% / 8) !important;
    }

    .lg\:\!w-\[calc\(var\(--data-width-lg\)\+\.5\%\)\] {
        width: calc(var(--data-width-lg) + .5%) !important;
    }

    .lg\:\!w-\[calc\(var\(--data-width-lg\)-15px\)\] {
        width: calc(var(--data-width-lg) - 15px) !important;
    }

    .lg\:\!w-\[var\(--header-w-logo\)\] {
        width: var(--header-w-logo) !important;
    }

    .lg\:w-1\/2 {
        width: 50%;
    }

    .lg\:w-1\/3 {
        width: 33.333333%;
    }

    .lg\:w-1\/4 {
        width: 25%;
    }

    .lg\:w-10\/12 {
        width: 83.333333%;
    }

    .lg\:w-12 {
        width: 3rem;
    }

    .lg\:w-2\/3 {
        width: 66.666667%;
    }

    .lg\:w-24 {
        width: 6rem;
    }

    .lg\:w-3\/4 {
        width: 75%;
    }

    .lg\:w-4\/5 {
        width: 80%;
    }

    .lg\:w-56 {
        width: 14rem;
    }

    .lg\:w-72 {
        width: 18rem;
    }

    .lg\:w-96 {
        width: 24rem;
    }

    .lg\:w-\[33\%\] {
        width: 33%;
    }

    .lg\:w-\[35\%\] {
        width: 35%;
    }

    .lg\:w-\[60\%\] {
        width: 60%;
    }

    .lg\:w-\[65\%\] {
        width: 65%;
    }

    .lg\:w-\[80\%\] {
        width: 80%;
    }

    .lg\:w-\[85\%\] {
        width: 85%;
    }

    .lg\:w-\[var\(--footer-w-logo\)\] {
        width: var(--footer-w-logo);
    }

    .lg\:w-\[var\(--header-w-logo\)\] {
        width: var(--header-w-logo);
    }

    .lg\:w-auto {
        width: auto;
    }

    .lg\:w-full {
        width: 100%;
    }

    .lg\:min-w-\[300px\] {
        min-width: 300px;
    }

    .lg\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .lg\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .lg\:grid-cols-\[var\(--data-num\)\] {
        grid-template-columns: var(--data-num);
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .lg\:justify-start {
        justify-content: flex-start;
    }

    .lg\:justify-center {
        justify-content: center;
    }

    .lg\:justify-between {
        justify-content: space-between;
    }

    .lg\:justify-around {
        justify-content: space-around;
    }

    .lg\:gap-10 {
        gap: 2.5rem;
    }

    .lg\:gap-16 {
        gap: 4rem;
    }

    .lg\:gap-4 {
        gap: 1rem;
    }

    .lg\:gap-5 {
        gap: 1.25rem;
    }

    .lg\:gap-6 {
        gap: 1.5rem;
    }

    .lg\:gap-8 {
        gap: 2rem;
    }

    .lg\:gap-x-2 {
        -moz-column-gap: 0.5rem;
             column-gap: 0.5rem;
    }

    .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * 0);
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * (1 - 0));
        margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)));
        margin-left: calc(2rem * calc(1 - 0));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:overflow-hidden {
        overflow: hidden;
    }

    .lg\:\!bg-fixed {
        background-attachment: fixed !important;
    }

    .lg\:p-3 {
        padding: 0.75rem;
    }

    .lg\:p-4 {
        padding: 1rem;
    }

    .lg\:p-5 {
        padding: 1.25rem;
    }

    .lg\:p-6 {
        padding: 1.5rem;
    }

    .lg\:p-8 {
        padding: 2rem;
    }

    .lg\:p-\[40px\] {
        padding: 40px;
    }

    .lg\:\!py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .lg\:\!py-\[var\(--data-padding-lg\)\] {
        padding-top: var(--data-padding-lg) !important;
        padding-bottom: var(--data-padding-lg) !important;
    }

    .lg\:\!py-\[var\(--fixed-padding\)\] {
        padding-top: var(--fixed-padding) !important;
        padding-bottom: var(--fixed-padding) !important;
    }

    .lg\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .lg\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .lg\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .lg\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .lg\:py-\[var\(--data-padding-lg\)\] {
        padding-top: var(--data-padding-lg);
        padding-bottom: var(--data-padding-lg);
    }

    .lg\:pb-11 {
        padding-bottom: 2.75rem;
    }

    .lg\:pb-2 {
        padding-bottom: 0.5rem;
    }

    .lg\:pb-20 {
        padding-bottom: 5rem;
    }

    .lg\:pb-28 {
        padding-bottom: 7rem;
    }

    .lg\:pb-4 {
        padding-bottom: 1rem;
    }

    .lg\:pb-5 {
        padding-bottom: 1.25rem;
    }

    .lg\:pt-12 {
        padding-top: 3rem;
    }

    .lg\:pt-20 {
        padding-top: 5rem;
    }

    .lg\:pt-4 {
        padding-top: 1rem;
    }

    .lg\:pt-6 {
        padding-top: 1.5rem;
    }

    .lg\:pt-8 {
        padding-top: 2rem;
    }

    .lg\:\!text-center {
        text-align: center !important;
    }

    .lg\:text-start {
        text-align: left;
    }

    .lg\:\!text-lg {
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .lg\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .lg\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .lg\:leading-6 {
        line-height: 1.5rem;
    }

    .lg\:leading-tight {
        line-height: 1.25;
    }

    .lg\:text-start {
        text-align: left;
    }

    [dir="ltr"] .lg\:text-start {
        text-align: left;
    }

    [dir="rtl"] .lg\:text-start {
        text-align: right;
    }

    .group:hover .group-hover\:lg\:h-6 {
        height: 1.5rem;
    }

    .group:hover .group-hover\:lg\:w-6 {
        width: 1.5rem;
    }

    .group:hover .group-hover\:lg\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
        transform: translate(var(--tw-translate-x), -0.25rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

@media (min-width: 1280px) {

    .xl\:static {
        position: static;
    }

    .xl\:absolute {
        position: absolute;
    }

    .xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .xl\:-mt-32 {
        margin-top: -8rem;
    }

    .xl\:inline-block {
        display: inline-block;
    }

    .xl\:flex {
        display: flex;
    }

    .xl\:grid {
        display: grid;
    }

    .xl\:hidden {
        display: none;
    }

    .xl\:aspect-\[3\/4\] {
        aspect-ratio: 3/4;
    }

    .xl\:h-\[99\.9\%\] {
        height: 99.9%;
    }

    .xl\:h-fit {
        height: -moz-fit-content;
        height: fit-content;
    }

    .xl\:h-full {
        height: 100%;
    }

    .xl\:max-h-\[550px\] {
        max-height: 550px;
    }

    .xl\:max-h-\[675px\] {
        max-height: 675px;
    }

    .xl\:min-h-\[550px\] {
        min-height: 550px;
    }

    .xl\:\!w-\[calc\(100\%\/8\)\] {
        width: calc(100% / 8) !important;
    }

    .xl\:w-1\/3 {
        width: 33.333333%;
    }

    .xl\:w-2\/5 {
        width: 40%;
    }

    .xl\:w-3\/4 {
        width: 75%;
    }

    .xl\:w-3\/5 {
        width: 60%;
    }

    .xl\:w-auto {
        width: auto;
    }

    .xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .xl\:grid-cols-\[repeat\(8\2c minmax\(0\2c 1fr\)\)\] {
        grid-template-columns: repeat(8,minmax(0,1fr));
    }

    .xl\:flex-row {
        flex-direction: row;
    }

    .xl\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .xl\:items-center {
        align-items: center;
    }

    .xl\:gap-3 {
        gap: 0.75rem;
    }

    .xl\:gap-8 {
        gap: 2rem;
    }

    .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * 0);
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * (1 - 0));
        margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)));
        margin-left: calc(2rem * calc(1 - 0));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:overflow-y-scroll {
        overflow-y: scroll;
    }

    .xl\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .xl\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1536px) {

    .\32xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .\32xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .\32xl\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
}

@media (min-width: 480px) {

    .xs\:p-2 {
        padding: 0.5rem;
    }
}

.ltr\:left-0:where([dir="ltr"], [dir="ltr"] *) {
    left: 0px;
}

.ltr\:left-1:where([dir="ltr"], [dir="ltr"] *) {
    left: 0.25rem;
}

.ltr\:left-2:where([dir="ltr"], [dir="ltr"] *) {
    left: 0.5rem;
}

.ltr\:left-6:where([dir="ltr"], [dir="ltr"] *) {
    left: 1.5rem;
}

.ltr\:right-0:where([dir="ltr"], [dir="ltr"] *) {
    right: 0px;
}

.ltr\:right-1:where([dir="ltr"], [dir="ltr"] *) {
    right: 0.25rem;
}

.ltr\:right-1\.5:where([dir="ltr"], [dir="ltr"] *) {
    right: 0.375rem;
}

.ltr\:right-2:where([dir="ltr"], [dir="ltr"] *) {
    right: 0.5rem;
}

.ltr\:right-6:where([dir="ltr"], [dir="ltr"] *) {
    right: 1.5rem;
}

.ltr\:right-auto:where([dir="ltr"], [dir="ltr"] *) {
    right: auto;
}

.ltr\:ml-1:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.25rem;
}

.ltr\:ml-2:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.5rem;
}

.ltr\:ml-2\.5:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.625rem;
}

.ltr\:ml-3:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0.75rem;
}

.ltr\:ml-auto:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: auto;
}

.ltr\:mr-1:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.25rem;
}

.ltr\:mr-1\.5:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.375rem;
}

.ltr\:mr-2:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.5rem;
}

.ltr\:mr-3:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 0.75rem;
}

.ltr\:mr-4:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 1rem;
}

.ltr\:mr-5:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: 1.25rem;
}

.ltr\:mr-auto:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: auto;
}

.ltr\:\!-scale-x-\[1\]:where([dir="ltr"], [dir="ltr"] *) {
    --tw-scale-x: -1 !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(-1) scaleY(var(--tw-scale-y)) !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.ltr\:-scale-x-100:where([dir="ltr"], [dir="ltr"] *) {
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(-1) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ltr\:flex-row:where([dir="ltr"], [dir="ltr"] *) {
    flex-direction: row;
}

.ltr\:rounded-l-none:where([dir="ltr"], [dir="ltr"] *) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.ltr\:rounded-r-none:where([dir="ltr"], [dir="ltr"] *) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ltr\:border-l-\[3px\]:where([dir="ltr"], [dir="ltr"] *) {
    border-left-width: 3px;
}

.ltr\:border-r:where([dir="ltr"], [dir="ltr"] *) {
    border-right-width: 1px;
}

.ltr\:border-r-0:where([dir="ltr"], [dir="ltr"] *) {
    border-right-width: 0px;
}

.ltr\:border-r-2:where([dir="ltr"], [dir="ltr"] *) {
    border-right-width: 2px;
}

.ltr\:border-r-\[3px\]:where([dir="ltr"], [dir="ltr"] *) {
    border-right-width: 3px;
}

.ltr\:pl-16:where([dir="ltr"], [dir="ltr"] *) {
    padding-left: 4rem;
}

.ltr\:pr-1:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 0.25rem;
}

.ltr\:pr-10:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 2.5rem;
}

.ltr\:pr-2:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 0.5rem;
}

.ltr\:pr-24:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 6rem;
}

.ltr\:pr-4:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 1rem;
}

.ltr\:pr-px:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 1px;
}

.ltr\:text-left:where([dir="ltr"], [dir="ltr"] *) {
    text-align: left;
}

.after\:ltr\:\!pl-12:where([dir="ltr"], [dir="ltr"] *)::after {
    padding-left: 3rem !important;
}

.after\:ltr\:\!pl-12:where([dir="ltr"], [dir="ltr"] *)::after {
    content: var(--tw-content);
}

.group:hover .ltr\:group-hover\:translate-x-2:where([dir="ltr"], [dir="ltr"] *) {
    --tw-translate-x: 0.5rem;
    transform: translate(0.5rem, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px) {

    .ltr\:sm\:right-5:where([dir="ltr"], [dir="ltr"] *) {
        right: 1.25rem;
    }
}

@media (min-width: 768px) {

    .ltr\:md\:mr-12:where([dir="ltr"], [dir="ltr"] *) {
        margin-right: 3rem;
    }

    .ltr\:md\:pr-10:where([dir="ltr"], [dir="ltr"] *) {
        padding-right: 2.5rem;
    }

    .md\:ltr\:text-left:where([dir="ltr"], [dir="ltr"] *) {
        text-align: left;
    }
}

@media (min-width: 1024px) {

    .ltr\:lg\:ml-8:where([dir="ltr"], [dir="ltr"] *) {
        margin-left: 2rem;
    }

    .ltr\:lg\:mr-0:where([dir="ltr"], [dir="ltr"] *) {
        margin-right: 0px;
    }

    .ltr\:lg\:mr-8:where([dir="ltr"], [dir="ltr"] *) {
        margin-right: 2rem;
    }

    .ltr\:lg\:border-r:where([dir="ltr"], [dir="ltr"] *) {
        border-right-width: 1px;
    }

    .lg\:ltr\:bg-left:where([dir="ltr"], [dir="ltr"] *) {
        background-position: left;
    }

    .ltr\:lg\:pr-2\.5:where([dir="ltr"], [dir="ltr"] *) {
        padding-right: 0.625rem;
    }

    .lg\:ltr\:text-left:where([dir="ltr"], [dir="ltr"] *) {
        text-align: left;
    }

    .ltr\:lg\:text-left:where([dir="ltr"], [dir="ltr"] *) {
        text-align: left;
    }
}

@media (min-width: 1280px) {

    .ltr\:xl\:-right-0:where([dir="ltr"], [dir="ltr"] *) {
        right: -0px;
    }

    .ltr\:xl\:left-auto:where([dir="ltr"], [dir="ltr"] *) {
        left: auto;
    }

    .ltr\:xl\:right-1:where([dir="ltr"], [dir="ltr"] *) {
        right: 0.25rem;
    }

    .xl\:ltr\:left-2:where([dir="ltr"], [dir="ltr"] *) {
        left: 0.5rem;
    }

    .ltr\:xl\:pr-12:where([dir="ltr"], [dir="ltr"] *) {
        padding-right: 3rem;
    }
}

.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) {
    left: 0px;
}

.rtl\:left-1:where([dir="rtl"], [dir="rtl"] *) {
    left: 0.25rem;
}

.rtl\:left-1\.5:where([dir="rtl"], [dir="rtl"] *) {
    left: 0.375rem;
}

.rtl\:left-2:where([dir="rtl"], [dir="rtl"] *) {
    left: 0.5rem;
}

.rtl\:left-6:where([dir="rtl"], [dir="rtl"] *) {
    left: 1.5rem;
}

.rtl\:left-auto:where([dir="rtl"], [dir="rtl"] *) {
    left: auto;
}

.rtl\:right-0:where([dir="rtl"], [dir="rtl"] *) {
    right: 0px;
}

.rtl\:right-1:where([dir="rtl"], [dir="rtl"] *) {
    right: 0.25rem;
}

.rtl\:right-2:where([dir="rtl"], [dir="rtl"] *) {
    right: 0.5rem;
}

.rtl\:right-6:where([dir="rtl"], [dir="rtl"] *) {
    right: 1.5rem;
}

.rtl\:ml-1:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.25rem;
}

.rtl\:ml-1\.5:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.375rem;
}

.rtl\:ml-2:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.5rem;
}

.rtl\:ml-3:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.75rem;
}

.rtl\:ml-4:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 1rem;
}

.rtl\:ml-5:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 1.25rem;
}

.rtl\:ml-auto:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: auto;
}

.rtl\:mr-1:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.25rem;
}

.rtl\:mr-2:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.5rem;
}

.rtl\:mr-2\.5:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.625rem;
}

.rtl\:mr-3:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0.75rem;
}

.rtl\:mr-auto:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: auto;
}

.rtl\:-scale-x-100:where([dir="rtl"], [dir="rtl"] *) {
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(-1) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.rtl\:rounded-l-none:where([dir="rtl"], [dir="rtl"] *) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.rtl\:rounded-r-none:where([dir="rtl"], [dir="rtl"] *) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.rtl\:border-l:where([dir="rtl"], [dir="rtl"] *) {
    border-left-width: 1px;
}

.rtl\:border-l-0:where([dir="rtl"], [dir="rtl"] *) {
    border-left-width: 0px;
}

.rtl\:border-l-2:where([dir="rtl"], [dir="rtl"] *) {
    border-left-width: 2px;
}

.rtl\:border-l-\[3px\]:where([dir="rtl"], [dir="rtl"] *) {
    border-left-width: 3px;
}

.rtl\:border-r-\[3px\]:where([dir="rtl"], [dir="rtl"] *) {
    border-right-width: 3px;
}

.rtl\:pl-1:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0.25rem;
}

.rtl\:pl-10:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 2.5rem;
}

.rtl\:pl-2:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0.5rem;
}

.rtl\:pl-24:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 6rem;
}

.rtl\:pl-4:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 1rem;
}

.rtl\:pl-px:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 1px;
}

.rtl\:pr-16:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 4rem;
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
}

.after\:rtl\:\!pr-12:where([dir="rtl"], [dir="rtl"] *)::after {
    padding-right: 3rem !important;
}

.after\:rtl\:\!pr-12:where([dir="rtl"], [dir="rtl"] *)::after {
    content: var(--tw-content);
}

.group:hover .rtl\:group-hover\:-translate-x-2:where([dir="rtl"], [dir="rtl"] *) {
    --tw-translate-x: -0.5rem;
    transform: translate(-0.5rem, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px) {

    .rtl\:sm\:left-5:where([dir="rtl"], [dir="rtl"] *) {
        left: 1.25rem;
    }
}

@media (min-width: 768px) {

    .rtl\:md\:ml-12:where([dir="rtl"], [dir="rtl"] *) {
        margin-left: 3rem;
    }

    .md\:rtl\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *) {
        flex-direction: row-reverse;
    }

    .rtl\:md\:pl-10:where([dir="rtl"], [dir="rtl"] *) {
        padding-left: 2.5rem;
    }

    .md\:rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
        text-align: right;
    }
}

@media (min-width: 1024px) {

    .rtl\:lg\:ml-0:where([dir="rtl"], [dir="rtl"] *) {
        margin-left: 0px;
    }

    .rtl\:lg\:ml-8:where([dir="rtl"], [dir="rtl"] *) {
        margin-left: 2rem;
    }

    .rtl\:lg\:mr-8:where([dir="rtl"], [dir="rtl"] *) {
        margin-right: 2rem;
    }

    .rtl\:lg\:border-l:where([dir="rtl"], [dir="rtl"] *) {
        border-left-width: 1px;
    }

    .lg\:rtl\:bg-right:where([dir="rtl"], [dir="rtl"] *) {
        background-position: right;
    }

    .rtl\:lg\:pl-2\.5:where([dir="rtl"], [dir="rtl"] *) {
        padding-left: 0.625rem;
    }

    .lg\:rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
        text-align: right;
    }

    .rtl\:lg\:text-right:where([dir="rtl"], [dir="rtl"] *) {
        text-align: right;
    }
}

@media (min-width: 1280px) {

    .rtl\:xl\:-left-0:where([dir="rtl"], [dir="rtl"] *) {
        left: -0px;
    }

    .rtl\:xl\:left-1:where([dir="rtl"], [dir="rtl"] *) {
        left: 0.25rem;
    }

    .rtl\:xl\:right-auto:where([dir="rtl"], [dir="rtl"] *) {
        right: auto;
    }

    .xl\:rtl\:right-2:where([dir="rtl"], [dir="rtl"] *) {
        right: 0.5rem;
    }

    .rtl\:xl\:pl-12:where([dir="rtl"], [dir="rtl"] *) {
        padding-left: 3rem;
    }
}

.\[\&\.animated\]\:translate-y-0.animated {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\.header-add\]\:top-\[47px\].header-add {
    top: 47px;
}

@media (min-width: 1024px) {

    .\[\&\.header-add\]\:lg\:top-\[46px\].header-add {
        top: 46px;
    }
}

.\[\&\.is-active\&_button\]\:border-red-800.is-active.\[\&\.is-active\&_button\]\:border-red-800 button {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, 1);
    border-color: rgba(153, 27, 27, var(--tw-border-opacity, 1));
}

.\[\&\.is-active\&_button\]\:\!bg-red-800.is-active.\[\&\.is-active\&_button\]\:\!bg-red-800 button {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, 1) !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity, 1)) !important;
}

.\[\&\.lyt-activated\>\*\]\:absolute.lyt-activated>* {
    position: absolute;
}

.\[\&\.lyt-activated\>\*\]\:left-0.lyt-activated>* {
    left: 0px;
}

.\[\&\.lyt-activated\>\*\]\:top-0.lyt-activated>* {
    top: 0px;
}

.\[\&\.lyt-activated\>\*\]\:h-full.lyt-activated>* {
    height: 100%;
}

.\[\&\.lyt-activated\>\*\]\:w-full.lyt-activated>* {
    width: 100%;
}

.\[\&\.lyt-activated\>\*\]\:max-w-\[initial\].lyt-activated>* {
    max-width: none;
    max-width: initial;
}

.\[\&\.lyt-activated\]\:relative.lyt-activated {
    position: relative;
}

@media (min-width: 1024px) {

    .\[\&\.lyt-activated\]\:lg\:max-h-\[500px\].lyt-activated {
        max-height: 500px;
    }

    .\[\&\.lyt-activated\]\:lg\:min-h-\[500px\].lyt-activated {
        min-height: 500px;
    }
}

.\[\&\:not\(\.lyt-activated\)\]\:max-h-\[500px\]:not(.lyt-activated) {
    max-height: 500px;
}

.\[\&\>\.swiper-wrapper\]\:\!py-3>.swiper-wrapper {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.\[\&\>_\.s-slider-container\]\:\!pb-10> .s-slider-container {
    padding-bottom: 2.5rem !important;
}

@media (min-width: 768px) {

    .\[\&\>_\.s-slider-container\]\:md\:\!pb-7> .s-slider-container {
        padding-bottom: 1.75rem !important;
    }
}

.\[\&_\*\]\:\!bg-transparent * {
    background-color: transparent !important;
}

.\[\&_\*\]\:\!text-\[var\(--store-description\)\] * {
    color: var(--store-description) !important;
}

.\[\&_\*\]\:text-\[var\(--store-description\)\] * {
    color: var(--store-description);
}

.\[\&_\.active\]\:\!h-auto .active {
    height: auto !important;
}

.\[\&_\.active\]\:\!border-t .active {
    border-top-width: 1px !important;
}

.\[\&_\.active\]\:border-dashed .active {
    border-style: dashed;
}

.\[\&_\.active\]\:border-primary .active {
    border-color: #414042;
    border-color: var(--color-primary);
}

.\[\&_\.active\]\:px-5 .active {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.\[\&_\.active\]\:py-3 .active {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.\[\&_\.active\]\:opacity-100 .active {
    opacity: 1;
}

.\[\&_\.available-card\]\:ltr\:left-1:where([dir="ltr"], [dir="ltr"] *) .available-card {
    left: 0.25rem;
}

.\[\&_\.available-card\]\:ltr\:right-auto:where([dir="ltr"], [dir="ltr"] *) .available-card {
    right: auto;
}

@media (min-width: 1280px) {

    .\[\&_\.available-card\]\:ltr\:xl\:left-auto:where([dir="ltr"], [dir="ltr"] *) .available-card {
        left: auto;
    }

    .\[\&_\.available-card\]\:ltr\:xl\:right-1:where([dir="ltr"], [dir="ltr"] *) .available-card {
        right: 0.25rem;
    }
}

.\[\&_\.available-card\]\:rtl\:left-auto:where([dir="rtl"], [dir="rtl"] *) .available-card {
    left: auto;
}

.\[\&_\.available-card\]\:rtl\:right-1:where([dir="rtl"], [dir="rtl"] *) .available-card {
    right: 0.25rem;
}

@media (min-width: 1280px) {

    .\[\&_\.available-card\]\:rtl\:xl\:left-1:where([dir="rtl"], [dir="rtl"] *) .available-card {
        left: 0.25rem;
    }

    .\[\&_\.available-card\]\:rtl\:xl\:right-auto:where([dir="rtl"], [dir="rtl"] *) .available-card {
        right: auto;
    }
}

.\[\&_\.avatar-demo\]\:\!flex-col-reverse .avatar-demo {
    flex-direction: column-reverse !important;
}

.\[\&_\.filepond--drop-label\]\:\!border-\[var\(--store-description\)\] .filepond--drop-label {
    border-color: var(--store-description) !important;
}

.\[\&_\.filepond--drop-label\]\:\!\[background\:var\(--store-background-secondary\)\] .filepond--drop-label {
    background: var(--store-background-secondary) !important;
}

.\[\&_\.filepond--panel-root\]\:\!\[background\:var\(--store-background-secondary\)\] .filepond--panel-root {
    background: var(--store-background-secondary) !important;
}

.\[\&_\.is-active\]\:\!bg-primary .is-active {
    background-color: #414042 !important;
    background-color: var(--color-primary) !important;
}

.\[\&_\.is-active\]\:\!text-primary-reverse .is-active {
    color: #ff6767 !important;
    color: var(--color-primary-reverse) !important;
}

.\[\&_\.lty-playbtn\:after\]\:absolute .lty-playbtn:after {
    position: absolute;
}

.\[\&_\.lty-playbtn\:after\]\:-left-10 .lty-playbtn:after {
    left: -2.5rem;
}

.\[\&_\.lty-playbtn\:after\]\:-top-10 .lty-playbtn:after {
    top: -2.5rem;
}

.\[\&_\.lty-playbtn\:after\]\:-z-1 .lty-playbtn:after {
    z-index: -1;
}

.\[\&_\.lty-playbtn\:after\]\:h-\[150px\] .lty-playbtn:after {
    height: 150px;
}

.\[\&_\.lty-playbtn\:after\]\:w-\[150px\] .lty-playbtn:after {
    width: 150px;
}

.\[\&_\.lty-playbtn\:after\]\:animate-\[waves_3s_ease-in-out_infinite\] .lty-playbtn:after {
    animation: waves 3s ease-in-out infinite;
}

.\[\&_\.lty-playbtn\:after\]\:rounded-full .lty-playbtn:after {
    border-radius: 9999px;
}

.\[\&_\.lty-playbtn\:after\]\:bg-white\/30 .lty-playbtn:after {
    background-color: rgba(255, 255, 255, 0.3);
}

.\[\&_\.lty-playbtn\:after\]\:opacity-0 .lty-playbtn:after {
    opacity: 0;
}

.\[\&_\.lty-playbtn\:after\]\:content-\[\'\'\] .lty-playbtn:after {
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.\[\&_\.lty-playbtn\:after\]\:\[animation-delay\:1s\] .lty-playbtn:after {
    animation-delay: 1s;
}

.\[\&_\.lty-playbtn\:before\]\:absolute .lty-playbtn:before {
    position: absolute;
}

.\[\&_\.lty-playbtn\:before\]\:-left-10 .lty-playbtn:before {
    left: -2.5rem;
}

.\[\&_\.lty-playbtn\:before\]\:-top-10 .lty-playbtn:before {
    top: -2.5rem;
}

.\[\&_\.lty-playbtn\:before\]\:-z-1 .lty-playbtn:before {
    z-index: -1;
}

.\[\&_\.lty-playbtn\:before\]\:h-\[150px\] .lty-playbtn:before {
    height: 150px;
}

.\[\&_\.lty-playbtn\:before\]\:w-\[150px\] .lty-playbtn:before {
    width: 150px;
}

.\[\&_\.lty-playbtn\:before\]\:animate-\[waves_3s_ease-in-out_infinite\] .lty-playbtn:before {
    animation: waves 3s ease-in-out infinite;
}

.\[\&_\.lty-playbtn\:before\]\:rounded-full .lty-playbtn:before {
    border-radius: 9999px;
}

.\[\&_\.lty-playbtn\:before\]\:bg-white\/30 .lty-playbtn:before {
    background-color: rgba(255, 255, 255, 0.3);
}

.\[\&_\.lty-playbtn\:before\]\:opacity-0 .lty-playbtn:before {
    opacity: 0;
}

.\[\&_\.lty-playbtn\:before\]\:content-\[\'\'\] .lty-playbtn:before {
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.\[\&_\.lty-playbtn\]\:h-\[72px\] .lty-playbtn {
    height: 72px;
}

.\[\&_\.lty-playbtn\]\:w-\[72px\] .lty-playbtn {
    width: 72px;
}

.\[\&_\.lty-playbtn\]\:bg-none .lty-playbtn {
    background-image: none;
}

.\[\&_\.lty-playbtn\]\:filter-none .lty-playbtn {
    filter: none;
}

.\[\&_\.lty-playbtn_span\:after\]\:absolute .lty-playbtn span:after {
    position: absolute;
}

.\[\&_\.lty-playbtn_span\:after\]\:-left-10 .lty-playbtn span:after {
    left: -2.5rem;
}

.\[\&_\.lty-playbtn_span\:after\]\:-top-10 .lty-playbtn span:after {
    top: -2.5rem;
}

.\[\&_\.lty-playbtn_span\:after\]\:-z-1 .lty-playbtn span:after {
    z-index: -1;
}

.\[\&_\.lty-playbtn_span\:after\]\:h-\[150px\] .lty-playbtn span:after {
    height: 150px;
}

.\[\&_\.lty-playbtn_span\:after\]\:w-\[150px\] .lty-playbtn span:after {
    width: 150px;
}

.\[\&_\.lty-playbtn_span\:after\]\:animate-\[waves_3s_ease-in-out_infinite\] .lty-playbtn span:after {
    animation: waves 3s ease-in-out infinite;
}

.\[\&_\.lty-playbtn_span\:after\]\:rounded-full .lty-playbtn span:after {
    border-radius: 9999px;
}

.\[\&_\.lty-playbtn_span\:after\]\:bg-white\/30 .lty-playbtn span:after {
    background-color: rgba(255, 255, 255, 0.3);
}

.\[\&_\.lty-playbtn_span\:after\]\:opacity-0 .lty-playbtn span:after {
    opacity: 0;
}

.\[\&_\.lty-playbtn_span\:after\]\:content-\[\'\'\] .lty-playbtn span:after {
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.\[\&_\.lty-playbtn_span\:after\]\:\[animation-delay\:2s\] .lty-playbtn span:after {
    animation-delay: 2s;
}

.\[\&_\.lty-playbtn_span\]\:static .lty-playbtn span {
    position: static;
}

.\[\&_\.lty-playbtn_span\]\:flex .lty-playbtn span {
    display: flex;
}

.\[\&_\.lty-playbtn_span\]\:h-\[72px\] .lty-playbtn span {
    height: 72px;
}

.\[\&_\.lty-playbtn_span\]\:w-\[72px\] .lty-playbtn span {
    width: 72px;
}

.\[\&_\.lty-playbtn_span\]\:items-center .lty-playbtn span {
    align-items: center;
}

.\[\&_\.lty-playbtn_span\]\:justify-center .lty-playbtn span {
    justify-content: center;
}

.\[\&_\.lty-playbtn_span\]\:rounded-full .lty-playbtn span {
    border-radius: 9999px;
}

.\[\&_\.lty-playbtn_span\]\:bg-primary .lty-playbtn span {
    background-color: #414042;
    background-color: var(--color-primary);
}

.\[\&_\.lty-playbtn_span\]\:text-\[0\] .lty-playbtn span {
    font-size: 0;
}

.\[\&_\.lty-playbtn_span\]\:leading-none .lty-playbtn span {
    line-height: 1;
}

.\[\&_\.lty-playbtn_span\]\:text-white .lty-playbtn span {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.\[\&_\.lty-playbtn_span\]\:\!\[clip-path\:none\] .lty-playbtn span {
    clip-path: none !important;
}

.\[\&_\.lty-playbtn_span\]\:before\:\!font-\[\'sallaicons\'\] .lty-playbtn span::before {
    font-family: 'sallaicons' !important;
}

.\[\&_\.lty-playbtn_span\]\:before\:\!font-\[\'sallaicons\'\] .lty-playbtn span::before {
    content: var(--tw-content);
}

.\[\&_\.lty-playbtn_span\]\:before\:\!text-3xl .lty-playbtn span::before {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
}

.\[\&_\.lty-playbtn_span\]\:before\:\!text-3xl .lty-playbtn span::before {
    content: var(--tw-content);
}

.\[\&_\.lty-playbtn_span\]\:before\:content-\[\'\\ee63\'\] .lty-playbtn span::before {
    --tw-content: '\ee63';
    content: '\ee63';
    content: var(--tw-content);
}

.\[\&_\.offer-slider\]\:\[background\:var\(--store-background-secondary\)\] .offer-slider {
    background: var(--store-background-secondary);
}

.\[\&_\.product-entry\]\:\!border-none .product-entry {
    border-style: none !important;
}

.\[\&_\.s-button-text\]\:flex .s-button-text {
    display: flex;
}

.\[\&_\.s-button-text\]\:items-center .s-button-text {
    align-items: center;
}

.\[\&_\.s-button-text\]\:gap-1 .s-button-text {
    gap: 0.25rem;
}

.\[\&_\.s-button-text\]\:text-xs .s-button-text {
    font-size: 0.75rem;
    line-height: 1rem;
}

@media (min-width: 768px) {

    .\[\&_\.s-button-text\]\:md\:text-sm .s-button-text {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.\[\&_\.s-cart-summary-content\]\:hidden .s-cart-summary-content {
    display: none;
}

.\[\&_\.s-cart-summary-wrapper\]\:\!text-\[var\(--data-menu-color\)\] .s-cart-summary-wrapper {
    color: var(--data-menu-color) !important;
}

.\[\&_\.s-comments-count-label\]\:text-primary .s-comments-count-label {
    color: #414042;
    color: var(--color-primary);
}

.\[\&_\.s-comments-item-has-order-check-text\]\:text-\[var\(--store-description\)\] .s-comments-item-has-order-check-text {
    color: var(--store-description);
}

.\[\&_\.s-comments-item-rated-widget\]\:text-primary .s-comments-item-rated-widget {
    color: #414042;
    color: var(--color-primary);
}

.\[\&_\.s-comments-item-user-info-name\]\:text-primary .s-comments-item-user-info-name {
    color: #414042;
    color: var(--color-primary);
}

.\[\&_\.s-conditional-offer-checkpoint-label\]\:\!text-\[var\(--store-title\)\] .s-conditional-offer-checkpoint-label {
    color: var(--store-title) !important;
}

.\[\&_\.s-conditional-offer-checkpoint\]\:\!border-\[var\(--store-title\)\] .s-conditional-offer-checkpoint {
    border-color: var(--store-title) !important;
}

.\[\&_\.s-conditional-offer-item-avatar-content\]\:\!text-\[var\(--store-title\)\] .s-conditional-offer-item-avatar-content {
    color: var(--store-title) !important;
}

.\[\&_\.s-conditional-offer-progress-line-active\]\:\!bg-\[var\(--store-title\)\] .s-conditional-offer-progress-line-active {
    background-color: var(--store-title) !important;
}

.\[\&_\.s-conditional-offer-title\]\:\!text-\[var\(--store-title\)\] .s-conditional-offer-title {
    color: var(--store-title) !important;
}

.\[\&_\.s-contacts-icon\]\:\!m-0 .s-contacts-icon {
    margin: 0px !important;
}

.\[\&_\.s-contacts-list\]\:justify-center .s-contacts-list {
    justify-content: center;
}

.\[\&_\.s-count-down-end-text\]\:absolute .s-count-down-end-text {
    position: absolute;
}

.\[\&_\.s-count-down-end-text\]\:left-0 .s-count-down-end-text {
    left: 0px;
}

.\[\&_\.s-count-down-end-text\]\:top-0 .s-count-down-end-text {
    top: 0px;
}

.\[\&_\.s-count-down-end-text\]\:flex .s-count-down-end-text {
    display: flex;
}

.\[\&_\.s-count-down-end-text\]\:h-full .s-count-down-end-text {
    height: 100%;
}

.\[\&_\.s-count-down-end-text\]\:w-full .s-count-down-end-text {
    width: 100%;
}

.\[\&_\.s-count-down-end-text\]\:items-center .s-count-down-end-text {
    align-items: center;
}

.\[\&_\.s-count-down-end-text\]\:justify-center .s-count-down-end-text {
    justify-content: center;
}

.\[\&_\.s-count-down-end-text\]\:text-sm .s-count-down-end-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.\[\&_\.s-count-down-end-text\]\:text-white .s-count-down-end-text {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.\[\&_\.s-count-down-item-label\]\:mt-3 .s-count-down-item-label {
    margin-top: 0.75rem;
}

.\[\&_\.s-count-down-item-label\]\:text-\[14px\] .s-count-down-item-label {
    font-size: 14px;
}

.\[\&_\.s-count-down-item-label\]\:text-sm .s-count-down-item-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.\[\&_\.s-count-down-item-label\]\:\!text-\[var\(--data-color\)\] .s-count-down-item-label {
    color: var(--data-color) !important;
}

.\[\&_\.s-count-down-item-label\]\:\!text-\[var\(--data-color-block\)\] .s-count-down-item-label {
    color: var(--data-color-block) !important;
}

.\[\&_\.s-count-down-item-label\]\:\!text-\[var\(--store-description\)\] .s-count-down-item-label {
    color: var(--store-description) !important;
}

.\[\&_\.s-count-down-item-label\]\:opacity-100 .s-count-down-item-label {
    opacity: 1;
}

.\[\&_\.s-count-down-item-value\]\:\!text-xs .s-count-down-item-value {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}

.\[\&_\.s-count-down-item-value\]\:text-sm .s-count-down-item-value {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.\[\&_\.s-count-down-item-value\]\:text-\[var\(--store-description\)\] .s-count-down-item-value {
    color: var(--store-description);
}

@media (min-width: 768px) {

    .\[\&_\.s-count-down-item-value\]\:md\:text-lg .s-count-down-item-value {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.\[\&_\.s-count-down-item\]\:mx-0 .s-count-down-item {
    margin-left: 0px;
    margin-right: 0px;
}

.\[\&_\.s-count-down-item\]\:h-14 .s-count-down-item {
    height: 3.5rem;
}

.\[\&_\.s-count-down-item\]\:h-auto .s-count-down-item {
    height: auto;
}

.\[\&_\.s-count-down-item\]\:w-14 .s-count-down-item {
    width: 3.5rem;
}

.\[\&_\.s-count-down-item\]\:w-auto .s-count-down-item {
    width: auto;
}

.\[\&_\.s-count-down-item\]\:flex-initial .s-count-down-item {
    flex: 0 1 auto;
}

.\[\&_\.s-count-down-item\]\:flex-row .s-count-down-item {
    flex-direction: row;
}

.\[\&_\.s-count-down-item\]\:gap-2 .s-count-down-item {
    gap: 0.5rem;
}

.\[\&_\.s-count-down-item\]\:\!border-\[var\(--data-color\)\] .s-count-down-item {
    border-color: var(--data-color) !important;
}

.\[\&_\.s-count-down-item\]\:\!border-\[var\(--data-color-block\)\] .s-count-down-item {
    border-color: var(--data-color-block) !important;
}

.\[\&_\.s-count-down-item\]\:\!bg-transparent .s-count-down-item {
    background-color: transparent !important;
}

.\[\&_\.s-count-down-item\]\:p-2 .s-count-down-item {
    padding: 0.5rem;
}

.\[\&_\.s-count-down-item\]\:p-3 .s-count-down-item {
    padding: 0.75rem;
}

.\[\&_\.s-count-down-item\]\:px-4 .s-count-down-item {
    padding-left: 1rem;
    padding-right: 1rem;
}

.\[\&_\.s-count-down-item\]\:font-black .s-count-down-item {
    font-weight: 900;
}

.\[\&_\.s-count-down-item\]\:\!text-\[var\(--data-color\)\] .s-count-down-item {
    color: var(--data-color) !important;
}

.\[\&_\.s-count-down-item\]\:\!text-\[var\(--data-color-block\)\] .s-count-down-item {
    color: var(--data-color-block) !important;
}

.\[\&_\.s-count-down-item\]\:\!text-\[var\(--store-description\)\] .s-count-down-item {
    color: var(--store-description) !important;
}

.\[\&_\.s-count-down-item\]\:text-white .s-count-down-item {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.\[\&_\.s-count-down-item\]\:after\:\!text-\[var\(--data-color\)\] .s-count-down-item::after {
    color: var(--data-color) !important;
}

.\[\&_\.s-count-down-item\]\:after\:\!text-\[var\(--data-color\)\] .s-count-down-item::after {
    content: var(--tw-content);
}

.\[\&_\.s-count-down-item\]\:after\:\!text-\[var\(--data-color-block\)\] .s-count-down-item::after {
    color: var(--data-color-block) !important;
}

.\[\&_\.s-count-down-item\]\:after\:\!text-\[var\(--data-color-block\)\] .s-count-down-item::after {
    content: var(--tw-content);
}

.\[\&_\.s-count-down-item\]\:after\:text-white .s-count-down-item::after {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

    .\[\&_\.s-count-down-item\]\:lg\:h-16 .s-count-down-item {
        height: 4rem;
    }

    .\[\&_\.s-count-down-item\]\:lg\:h-20 .s-count-down-item {
        height: 5rem;
    }

    .\[\&_\.s-count-down-item\]\:lg\:w-16 .s-count-down-item {
        width: 4rem;
    }

    .\[\&_\.s-count-down-item\]\:lg\:w-20 .s-count-down-item {
        width: 5rem;
    }
}

.\[\&_\.s-count-down-list\]\:m-0 .s-count-down-list {
    margin: 0px;
}

.\[\&_\.s-count-down-list\]\:mx-2 .s-count-down-list {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.\[\&_\.s-count-down-list\]\:flex .s-count-down-list {
    display: flex;
}

.\[\&_\.s-count-down-list\]\:justify-start .s-count-down-list {
    justify-content: flex-start;
}

.\[\&_\.s-count-down-list\]\:justify-center .s-count-down-list {
    justify-content: center;
}

.\[\&_\.s-count-down-list\]\:gap-2 .s-count-down-list {
    gap: 0.5rem;
}

.\[\&_\.s-count-down-list\]\:gap-4 .s-count-down-list {
    gap: 1rem;
}

.\[\&_\.s-count-down-list\]\:p-0 .s-count-down-list {
    padding: 0px;
}

.\[\&_\.s-count-down-list\]\:px-0 .s-count-down-list {
    padding-left: 0px;
    padding-right: 0px;
}

.\[\&_\.s-filters-option-name\]\:\!text-\[var\(--store-description\)\] .s-filters-option-name {
    color: var(--store-description) !important;
}

.\[\&_\.s-filters-widget-container\]\:\!\[background\:var\(--store-background-secondary\)\] .s-filters-widget-container {
    background: var(--store-background-secondary) !important;
}

.\[\&_\.s-filters-widget-title\]\:\!text-\[var\(--store-title\)\] .s-filters-widget-title {
    color: var(--store-title) !important;
}

.\[\&_\.s-infinite-scroll-btn\]\:\!bg-primary .s-infinite-scroll-btn {
    background-color: #414042 !important;
    background-color: var(--color-primary) !important;
}

.\[\&_\.s-infinite-scroll-btn\]\:\!text-primary-reverse .s-infinite-scroll-btn {
    color: #ff6767 !important;
    color: var(--color-primary-reverse) !important;
}

.\[\&_\.s-installment-mispay-wrapper\]\:\!p-0 .s-installment-mispay-wrapper {
    padding: 0px !important;
}

.\[\&_\.s-list-tile-item-action\]\:mt-3 .s-list-tile-item-action {
    margin-top: 0.75rem;
}

.\[\&_\.s-list-tile-item-action\]\:\!w-auto .s-list-tile-item-action {
    width: auto !important;
}

.\[\&_\.s-list-tile-item-subtitle\]\:\!text-\[var\(--store-description\)\] .s-list-tile-item-subtitle {
    color: var(--store-description) !important;
}

.\[\&_\.s-list-tile-item-subtitle\]\:text-\[var\(--store-description\)\] .s-list-tile-item-subtitle {
    color: var(--store-description);
}

.\[\&_\.s-list-tile-item-title\]\:\!text-\[var\(--store-title\)\] .s-list-tile-item-title {
    color: var(--store-title) !important;
}

.\[\&_\.s-list-tile-item-title\]\:text-\[var\(--store-title\)\] .s-list-tile-item-title {
    color: var(--store-title);
}

.\[\&_\.s-list-tile-item\]\:bg-transparent .s-list-tile-item {
    background-color: transparent;
}

.\[\&_\.s-list-tile-item\]\:\!\[background\:var\(--store-background-secondary\)\] .s-list-tile-item {
    background: var(--store-background-secondary) !important;
}

.\[\&_\.s-metadata-box\]\:px-0 .s-metadata-box {
    padding-left: 0px;
    padding-right: 0px;
}

.\[\&_\.s-offer-slide-one-fourth\]\:\!h-auto .s-offer-slide-one-fourth {
    height: auto !important;
}

.\[\&_\.s-offer-wrapper\]\:\[background\:var\(--store-background-secondary\)\] .s-offer-wrapper {
    background: var(--store-background-secondary);
}

.\[\&_\.s-offer-wrapper_h2\]\:text-primary .s-offer-wrapper h2 {
    color: #414042;
    color: var(--color-primary);
}

.\[\&_\.s-offer-wrapper_h2\]\:before\:text-primary .s-offer-wrapper h2::before {
    content: var(--tw-content);
    color: #414042;
    color: var(--color-primary);
}

.\[\&_\.s-offer-wrapper_h2\]\:before\:opacity-30 .s-offer-wrapper h2::before {
    content: var(--tw-content);
    opacity: 0.3;
}

.\[\&_\.s-offer-wrapper_p\]\:text-\[var\(--store-description\)\] .s-offer-wrapper p {
    color: var(--store-description);
}

.\[\&_\.s-offer-wrapper_p\]\:opacity-100 .s-offer-wrapper p {
    opacity: 1;
}

.\[\&_\.s-payments-list-item\:has\(img\.s-payments-sbc-image\)\]\:\!hidden .s-payments-list-item:has(img.s-payments-sbc-image) {
    display: none !important;
}

.\[\&_\.s-payments-list-item\]\:h-10 .s-payments-list-item {
    height: 2.5rem;
}

.\[\&_\.s-payments-list-item\]\:w-10 .s-payments-list-item {
    width: 2.5rem;
}

.\[\&_\.s-payments-list-item\]\:p-0 .s-payments-list-item {
    padding: 0px;
}

.\[\&_\.s-payments-list\]\:shadow-sm .s-payments-list {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.\[\&_\.s-product-options-colors-item\]\:m-0 .s-product-options-colors-item {
    margin: 0px;
}

.\[\&_\.s-product-options-colors-item_div\]\:\!hidden .s-product-options-colors-item div {
    display: none !important;
}

.\[\&_\.s-product-options-colors-wrapper\]\:flex .s-product-options-colors-wrapper {
    display: flex;
}

.\[\&_\.s-product-options-colors-wrapper\]\:flex-wrap .s-product-options-colors-wrapper {
    flex-wrap: wrap;
}

.\[\&_\.s-product-options-colors-wrapper\]\:items-center .s-product-options-colors-wrapper {
    align-items: center;
}

.\[\&_\.s-product-options-colors-wrapper\]\:justify-center .s-product-options-colors-wrapper {
    justify-content: center;
}

.\[\&_\.s-product-options-colors-wrapper\]\:gap-2 .s-product-options-colors-wrapper {
    gap: 0.5rem;
}

.\[\&_\.s-product-options-grid-mode-span\]\:\!border-primary .s-product-options-grid-mode-span {
    border-color: #414042 !important;
    border-color: var(--color-primary) !important;
}

.\[\&_\.s-product-options-grid-mode-span\]\:\!bg-primary .s-product-options-grid-mode-span {
    background-color: #414042 !important;
    background-color: var(--color-primary) !important;
}

.\[\&_\.s-product-options-grid-mode-span\]\:\!bg-transparent .s-product-options-grid-mode-span {
    background-color: transparent !important;
}

.\[\&_\.s-product-options-grid-mode-span\]\:\!text-primary .s-product-options-grid-mode-span {
    color: #414042 !important;
    color: var(--color-primary) !important;
}

.\[\&_\.s-product-options-grid-mode-span\]\:\!text-primary-reverse .s-product-options-grid-mode-span {
    color: #ff6767 !important;
    color: var(--color-primary-reverse) !important;
}

.\[\&_\.s-product-options-grid-mode\]\:items-center .s-product-options-grid-mode {
    align-items: center;
}

.\[\&_\.s-product-options-grid-mode\]\:justify-center .s-product-options-grid-mode {
    justify-content: center;
}

.\[\&_\.s-product-options-option-content\]\:w-full .s-product-options-option-content {
    width: 100%;
}

.\[\&_\.s-product-options-option-label\]\:hidden .s-product-options-option-label {
    display: none;
}

.\[\&_\.s-product-options-option-label\]\:\!text-primary .s-product-options-option-label {
    color: #414042 !important;
    color: var(--color-primary) !important;
}

.\[\&_\.s-product-options-option\]\:flex .s-product-options-option {
    display: flex;
}

.\[\&_\.s-product-options-thumbnails-wrapper\]\:flex .s-product-options-thumbnails-wrapper {
    display: flex;
}

.\[\&_\.s-product-options-thumbnails-wrapper\]\:flex-wrap .s-product-options-thumbnails-wrapper {
    flex-wrap: wrap;
}

.\[\&_\.s-product-options-thumbnails-wrapper\]\:items-center .s-product-options-thumbnails-wrapper {
    align-items: center;
}

.\[\&_\.s-product-options-thumbnails-wrapper\]\:justify-start .s-product-options-thumbnails-wrapper {
    justify-content: flex-start;
}

.\[\&_\.s-product-options-thumbnails-wrapper\]\:justify-center .s-product-options-thumbnails-wrapper {
    justify-content: center;
}

.\[\&_\.s-product-options-thumbnails-wrapper\]\:gap-4 .s-product-options-thumbnails-wrapper {
    gap: 1rem;
}

.\[\&_\.s-product-options-thumbnails-wrapper_div\]\:\!w-12 .s-product-options-thumbnails-wrapper div {
    width: 3rem !important;
}

.\[\&_\.s-product-options-thumbnails-wrapper_div\]\:w-16 .s-product-options-thumbnails-wrapper div {
    width: 4rem;
}

.\[\&_\.s-product-options-thumbnails-wrapper_label\]\:\!aspect-square .s-product-options-thumbnails-wrapper label {
    aspect-ratio: 1 / 1 !important;
}

.\[\&_\.s-product-options-thumbnails-wrapper_label\]\:\!h-12 .s-product-options-thumbnails-wrapper label {
    height: 3rem !important;
}

.\[\&_\.s-product-options-thumbnails-wrapper_label\]\:\!h-auto .s-product-options-thumbnails-wrapper label {
    height: auto !important;
}

.\[\&_\.s-product-options-thumbnails-wrapper_label\]\:\!w-16 .s-product-options-thumbnails-wrapper label {
    width: 4rem !important;
}

.\[\&_\.s-product-options-thumbnails-wrapper_p\]\:hidden .s-product-options-thumbnails-wrapper p {
    display: none;
}

.\[\&_\.s-product-options-wrapper\]\:bg-transparent .s-product-options-wrapper {
    background-color: transparent;
}

.\[\&_\.s-product-options-wrapper\]\:p-0 .s-product-options-wrapper {
    padding: 0px;
}

.\[\&_\.s-products-list-horizontal-cards\]\:gap-4 .s-products-list-horizontal-cards {
    gap: 1rem;
}

.\[\&_\.s-products-list-vertical-cards\]\:\!m-0 .s-products-list-vertical-cards {
    margin: 0px !important;
}

.\[\&_\.s-products-list-vertical-cards\]\:\!grid-cols-1 .s-products-list-vertical-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

@media (min-width: 1024px) {

    .\[\&_\.s-products-list-vertical-cards\]\:lg\:\!grid-cols-3 .s-products-list-vertical-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .\[\&_\.s-products-list-vertical-cards\]\:lg\:\!grid-cols-4 .s-products-list-vertical-cards {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

.\[\&_\.s-products-list-wrapper\]\:gap-2 .s-products-list-wrapper {
    gap: 0.5rem;
}

.\[\&_\.s-products-slider-card\]\:\!max-w-full .s-products-slider-card {
    max-width: 100% !important;
}

.\[\&_\.s-products-slider-card\]\:\!p-0 .s-products-slider-card {
    padding: 0px !important;
}

.\[\&_\.s-progress-bar-progress\]\:\!bg-primary .s-progress-bar-progress {
    background-color: #414042 !important;
    background-color: var(--color-primary) !important;
}

.\[\&_\.s-quantity-input-input\]\:bg-transparent .s-quantity-input-input {
    background-color: transparent;
}

.\[\&_\.s-quantity-input-input\]\:text-\[var\(--store-title\)\] .s-quantity-input-input {
    color: var(--store-title);
}

.\[\&_\.s-quantity-input-input\]\:placeholder\:text-\[var\(--store-title\)\] .s-quantity-input-input::-moz-placeholder {
    color: var(--store-title);
}

.\[\&_\.s-quantity-input-input\]\:placeholder\:text-\[var\(--store-title\)\] .s-quantity-input-input::placeholder {
    color: var(--store-title);
}

.\[\&_\.s-quick-order-container\]\:border .s-quick-order-container {
    border-width: 1px;
}

.\[\&_\.s-quick-order-container\]\:border-primary .s-quick-order-container {
    border-color: #414042;
    border-color: var(--color-primary);
}

.\[\&_\.s-quick-order-container\]\:\!bg-transparent .s-quick-order-container {
    background-color: transparent !important;
}

.\[\&_\.s-rating-stars-reviews\]\:\!text-\[var\(--store-description\)\] .s-rating-stars-reviews {
    color: var(--store-description) !important;
}

.\[\&_\.s-rating-stars-reviews\]\:text-\[var\(--store-description\)\] .s-rating-stars-reviews {
    color: var(--store-description);
}

.\[\&_\.s-reviews-summary-average\]\:text-primary .s-reviews-summary-average {
    color: #414042;
    color: var(--color-primary);
}

.\[\&_\.s-reviews-summary-percentage\]\:text-\[var\(--store-description\)\] .s-reviews-summary-percentage {
    color: var(--store-description);
}

.\[\&_\.s-reviews-summary-recommendation-percentage\]\:text-primary .s-reviews-summary-recommendation-percentage {
    color: #414042;
    color: var(--color-primary);
}

.\[\&_\.s-slider-button-icon\]\:text-\[var\(--data-color-stock\)\] .s-slider-button-icon {
    color: var(--data-color-stock);
}

.\[\&_\.s-slider-container\]\:\!mb-12 .s-slider-container {
    margin-bottom: 3rem !important;
}

.\[\&_\.s-slider-container\]\:\!mt-3 .s-slider-container {
    margin-top: 0.75rem !important;
}

.\[\&_\.s-slider-container\]\:mb-3 .s-slider-container {
    margin-bottom: 0.75rem;
}

.\[\&_\.s-slider-container\]\:mt-10 .s-slider-container {
    margin-top: 2.5rem;
}

.\[\&_\.s-slider-container\]\:\!w-full .s-slider-container {
    width: 100% !important;
}

.\[\&_\.s-slider-container\]\:w-full .s-slider-container {
    width: 100%;
}

.\[\&_\.s-slider-container\]\:\!overflow-visible .s-slider-container {
    overflow: visible !important;
}

.\[\&_\.s-slider-container\]\:overflow-visible .s-slider-container {
    overflow: visible;
}

.\[\&_\.s-slider-container_\.s-slider-swiper-wrapper\]\:overflow-hidden .s-slider-container .s-slider-swiper-wrapper {
    overflow: hidden;
}

.\[\&_\.s-slider-swiper-wrapper\]\:\!h-auto .s-slider-swiper-wrapper {
    height: auto !important;
}

.\[\&_\.s-slider-thumbs-container\]\:\!m-0 .s-slider-thumbs-container {
    margin: 0px !important;
}

.\[\&_\.s-slider-thumbs-container\]\:\!my-3 .s-slider-thumbs-container {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

.\[\&_\.s-slider-thumbs-container\]\:w-full .s-slider-thumbs-container {
    width: 100%;
}

.\[\&_\.s-slider-thumbs-container\]\:min-w-20 .s-slider-thumbs-container {
    min-width: 5rem;
}

@media (min-width: 1024px) {

    .\[\&_\.s-slider-thumbs-container\]\:lg\:\!m-0 .s-slider-thumbs-container {
        margin: 0px !important;
    }

    .\[\&_\.s-slider-thumbs-container\]\:lg\:w-24 .s-slider-thumbs-container {
        width: 6rem;
    }
}

.\[\&_\.s-slider-thumbs\]\:\!m-0 .s-slider-thumbs {
    margin: 0px !important;
}

.\[\&_\.s-slider-thumbs\]\:hidden .s-slider-thumbs {
    display: none;
}

.\[\&_\.s-slider-thumbs\]\:\!w-auto .s-slider-thumbs {
    width: auto !important;
}

@media (min-width: 768px) {

    .\[\&_\.s-slider-thumbs\]\:md\:aspect-\[1\/6\] .s-slider-thumbs {
        aspect-ratio: 1/6;
    }
}

.\[\&_\.s-social-link\]\:\!inline-flex .s-social-link {
    display: inline-flex !important;
}

.\[\&_\.s-social-link\]\:before\:\!hidden .s-social-link::before {
    display: none !important;
}

.\[\&_\.s-social-link\]\:before\:\!hidden .s-social-link::before {
    content: var(--tw-content);
}

.\[\&_\.s-social-link\]\:after\:\!hidden .s-social-link::after {
    display: none !important;
}

.\[\&_\.s-social-link\]\:after\:\!hidden .s-social-link::after {
    content: var(--tw-content);
}

.\[\&_\.s-social-list\]\:\!static .s-social-list {
    position: static !important;
}

.\[\&_\.s-social-list\]\:flex .s-social-list {
    display: flex;
}

.\[\&_\.s-social-list\]\:\!w-full .s-social-list {
    width: 100% !important;
}

.\[\&_\.s-social-list\]\:flex-wrap .s-social-list {
    flex-wrap: wrap;
}

.\[\&_\.s-social-list\]\:items-center .s-social-list {
    align-items: center;
}

.\[\&_\.s-social-list\]\:justify-center .s-social-list {
    justify-content: center;
}

.\[\&_\.s-social-list\]\:gap-3 .s-social-list {
    gap: 0.75rem;
}

.\[\&_\.s-social-list\]\:p-0 .s-social-list {
    padding: 0px;
}

.\[\&_\.s-social-share-list\]\:bg-primary .s-social-share-list {
    background-color: #414042;
    background-color: var(--color-primary);
}

.\[\&_\.s-social-share-list_svg\]\:\!fill-primary-reverse .s-social-share-list svg {
    fill: #ff6767 !important;
    fill: var(--color-primary-reverse) !important;
}

.\[\&_\.s-user-menu-avatar-wrap\]\:\!overflow-hidden .s-user-menu-avatar-wrap {
    overflow: hidden !important;
}

.\[\&_\.s-user-menu-avatar-wrap\]\:\!rounded-full .s-user-menu-avatar-wrap {
    border-radius: 9999px !important;
}

.\[\&_\.s-user-menu-dropdown\]\:\!-bottom-\[89vh\] .s-user-menu-dropdown {
    bottom: -89vh !important;
}

.\[\&_\.s-user-menu-dropdown\]\:h-fit .s-user-menu-dropdown {
    height: -moz-fit-content;
    height: fit-content;
}

.\[\&_\.s-user-menu-dropdown\]\:\!\[background\:var\(--header-bg\)\] .s-user-menu-dropdown {
    background: var(--header-bg) !important;
}

@media (min-width: 768px) {

    .\[\&_\.s-user-menu-dropdown\]\:md\:\!bottom-0 .s-user-menu-dropdown {
        bottom: 0px !important;
    }

    .\[\&_\.s-user-menu-dropdown\]\:md\:\!bottom-full .s-user-menu-dropdown {
        bottom: 100% !important;
    }

    .\[\&_\.s-user-menu-dropdown\]\:md\:\!top-auto .s-user-menu-dropdown {
        top: auto !important;
    }
}

@media (min-width: 1024px) {

    .\[\&_\.s-user-menu-dropdown\]\:lg\:left-\[10\%\] .s-user-menu-dropdown {
        left: 10%;
    }
}

.\[\&_\.s-user-menu-inline\]\:flex .s-user-menu-inline {
    display: flex;
}

.\[\&_\.s-user-menu-inline\]\:flex-wrap .s-user-menu-inline {
    flex-wrap: wrap;
}

.\[\&_\.s-user-menu-inline\]\:items-center .s-user-menu-inline {
    align-items: center;
}

.\[\&_\.s-user-menu-inline\]\:justify-center .s-user-menu-inline {
    justify-content: center;
}

.\[\&_\.s-user-menu-inline\]\:gap-3 .s-user-menu-inline {
    gap: 0.75rem;
}

.\[\&_\.s-user-menu-trigger-avatar\]\:h-8 .s-user-menu-trigger-avatar {
    height: 2rem;
}

.\[\&_\.s-user-menu-trigger-avatar\]\:w-8 .s-user-menu-trigger-avatar {
    width: 2rem;
}

.\[\&_\.s-user-settings-section-subtitle\]\:text-\[var\(--store-description\)\] .s-user-settings-section-subtitle {
    color: var(--store-description);
}

.\[\&_\.s-user-settings-section-title\]\:text-\[var\(--store-title\)\] .s-user-settings-section-title {
    color: var(--store-title);
}

.\[\&_\.s-user-settings-section\]\:\[background\:var\(--store-background-secondary\)\] .s-user-settings-section {
    background: var(--store-background-secondary);
}

.\[\&_\.swiper-pagination-bullet-active\]\:\!w-10 .swiper-pagination-bullet-active {
    width: 2.5rem !important;
}

.\[\&_\.swiper-pagination-bullet\]\:h-1 .swiper-pagination-bullet {
    height: 0.25rem;
}

.\[\&_\.swiper-pagination-bullet\]\:w-6 .swiper-pagination-bullet {
    width: 1.5rem;
}

.\[\&_\.swiper-pagination-bullet\]\:rounded-md .swiper-pagination-bullet {
    border-radius: 0.375rem;
}

.\[\&_\.swiper-pagination-bullet\]\:\!bg-\[var\(--data-scrollbar-color\)\] .swiper-pagination-bullet {
    background-color: var(--data-scrollbar-color) !important;
}

.\[\&_\.swiper-pagination-bullet\]\:\!bg-primary .swiper-pagination-bullet {
    background-color: #414042 !important;
    background-color: var(--color-primary) !important;
}

.\[\&_\.swiper-pagination-bullet\]\:transition-all .swiper-pagination-bullet {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.\[\&_\.swiper-pagination-bullet\]\:duration-300 .swiper-pagination-bullet {
    transition-duration: 300ms;
}

.\[\&_\.swiper-pagination-bullet\]\:\!\[background\:var\(--store-background-secondary\)\] .swiper-pagination-bullet {
    background: var(--store-background-secondary) !important;
}

.\[\&_\.swiper-pagination-bullet\]\:hover\:\!bg-primary:hover .swiper-pagination-bullet {
    background-color: #414042 !important;
    background-color: var(--color-primary) !important;
}

.\[\&_\.swiper-pagination-bullets\]\:\!relative .swiper-pagination-bullets {
    position: relative !important;
}

.\[\&_\.swiper-pagination-bullets\]\:\!bottom-0 .swiper-pagination-bullets {
    bottom: 0px !important;
}

.\[\&_\.swiper-pagination-bullets\]\:\!bottom-2 .swiper-pagination-bullets {
    bottom: 0.5rem !important;
}

.\[\&_\.swiper-pagination-bullets\]\:-bottom-1 .swiper-pagination-bullets {
    bottom: -0.25rem;
}

@media (min-width: 768px) {

    .\[\&_\.swiper-pagination-bullets\]\:md\:bottom-0 .swiper-pagination-bullets {
        bottom: 0px;
    }
}

.\[\&_\.swiper-pagination\]\:\!-bottom-12 .swiper-pagination {
    bottom: -3rem !important;
}

.\[\&_\.swiper-scrollbar-drag\]\:bg-primary .swiper-scrollbar-drag {
    background-color: #414042;
    background-color: var(--color-primary);
}

.\[\&_\.swiper-slide-active\]\:\!opacity-100 .swiper-slide-active {
    opacity: 1 !important;
}

.\[\&_\.swiper-slide\]\:\!h-\[50vh\] .swiper-slide {
    height: 50vh !important;
}

.\[\&_\.swiper-slide\]\:\!transform-none .swiper-slide {
    transform: none !important;
}

@media (min-width: 1024px) {

    .\[\&_\.swiper-slide\]\:lg\:\!h-auto .swiper-slide {
        height: auto !important;
    }
}

.\[\&_\.swiper-wrapper\]\:grid .swiper-wrapper {
    display: grid;
}

.\[\&_\.swiper-wrapper\]\:\!h-\[95\%\] .swiper-wrapper {
    height: 95% !important;
}

.\[\&_\.swiper-wrapper\]\:\!h-full .swiper-wrapper {
    height: 100% !important;
}

.\[\&_\.swiper-wrapper\]\:h-auto .swiper-wrapper {
    height: auto;
}

.\[\&_\.swiper-wrapper\]\:\!transform-none .swiper-wrapper {
    transform: none !important;
}

.\[\&_\.swiper-wrapper\]\:grid-cols-2 .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.\[\&_\.swiper-wrapper\]\:justify-center .swiper-wrapper {
    justify-content: center;
}

.\[\&_\.swiper-wrapper\]\:gap-5 .swiper-wrapper {
    gap: 1.25rem;
}

.\[\&_\.swiper-wrapper\]\:pb-12 .swiper-wrapper {
    padding-bottom: 3rem;
}

@media (min-width: 640px) {

    .\[\&_\.swiper-wrapper\]\:sm\:justify-center .swiper-wrapper {
        justify-content: center;
    }
}

@media (min-width: 768px) {

    .\[\&_\.swiper-wrapper\]\:md\:\!h-full .swiper-wrapper {
        height: 100% !important;
    }

    .\[\&_\.swiper-wrapper\]\:md\:grid-cols-1 .swiper-wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .\[\&_\.swiper-wrapper\]\:md\:justify-center .swiper-wrapper {
        justify-content: center;
    }
}

@media (min-width: 1024px) {

    .\[\&_\.swiper-wrapper\]\:lg\:justify-center .swiper-wrapper {
        justify-content: center;
    }
}

@media (min-width: 1280px) {

    .\[\&_\.swiper-wrapper\]\:xl\:justify-center .swiper-wrapper {
        justify-content: center;
    }
}

.\[\&_\.theme-mode-btn_svg\]\:\!stroke-\[var\(--data-menu-color\)\] .theme-mode-btn svg {
    stroke: var(--data-menu-color) !important;
}

.\[\&_\.theme-mode-btn_svg\]\:stroke-\[var\(--header-text\)\] .theme-mode-btn svg {
    stroke: var(--header-text);
}

.dark .\[\&_\.theme-mode-btn_svg\]\:dark\:stroke-\[var\(--header-text-dark\)\] .theme-mode-btn svg {
    stroke: var(--header-text-dark);
}

.\[\&_\.unicode\]\:\!hidden .unicode {
    display: none !important;
}

.\[\&_a\]\:h-10 a {
    height: 2.5rem;
}

.\[\&_a\]\:border-\[var\(--store-description\)\] a {
    border-color: var(--store-description);
}

.\[\&_a\]\:\!bg-transparent a {
    background-color: transparent !important;
}

.\[\&_a\]\:\!p-0 a {
    padding: 0px !important;
}

.\[\&_a\]\:px-3 a {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.\[\&_a\]\:py-2 a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.\[\&_a\]\:\!text-xs a {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}

.\[\&_a\]\:text-sm a {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.\[\&_a\]\:\!text-\[var\(--footer-color\)\] a {
    color: var(--footer-color) !important;
}

.\[\&_a\]\:\!text-primary a {
    color: #414042 !important;
    color: var(--color-primary) !important;
}

.\[\&_a\]\:text-\[var\(--header-text\)\] a {
    color: var(--header-text);
}

.dark .\[\&_a\]\:dark\:text-\[var\(--header-text-dark\)\] a {
    color: var(--header-text-dark);
}

@media (min-width: 1024px) {

    .\[\&_a\]\:lg\:\!text-sm a {
        font-size: 0.875rem !important;
        line-height: 1.25rem !important;
    }
}

.\[\&_button\]\:\!m-0 button {
    margin: 0px !important;
}

.\[\&_button\]\:\!h-8 button {
    height: 2rem !important;
}

.\[\&_button\]\:\!h-full button {
    height: 100% !important;
}

.\[\&_button\]\:h-7 button {
    height: 1.75rem;
}

.\[\&_button\]\:h-full button {
    height: 100%;
}

.\[\&_button\]\:\!w-8 button {
    width: 2rem !important;
}

.\[\&_button\]\:\!w-full button {
    width: 100% !important;
}

.\[\&_button\]\:w-7 button {
    width: 1.75rem;
}

.\[\&_button\]\:\!rounded-none button {
    border-radius: 0px !important;
}

.\[\&_button\]\:rounded button {
    border-radius: 15px;
}

.\[\&_button\]\:rounded-md button {
    border-radius: 0.375rem;
}

.\[\&_button\]\:\!border-none button {
    border-style: none !important;
}

.\[\&_button\]\:\!bg-primary button {
    background-color: #414042 !important;
    background-color: var(--color-primary) !important;
}

.\[\&_button\]\:\!bg-transparent button {
    background-color: transparent !important;
}

.\[\&_button\]\:bg-primary button {
    background-color: #414042;
    background-color: var(--color-primary);
}

.\[\&_button\]\:\!p-0 button {
    padding: 0px !important;
}

.\[\&_button\]\:\!p-1 button {
    padding: 0.25rem !important;
}

.\[\&_button\]\:\!p-3 button {
    padding: 0.75rem !important;
}

.\[\&_button\]\:\!px-1 button {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.\[\&_button\]\:\!px-6 button {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.\[\&_button\]\:\!py-1 button {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.\[\&_button\]\:\!py-3 button {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.\[\&_button\]\:\!text-xs button {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}

.\[\&_button\]\:\!text-primary-reverse button {
    color: #ff6767 !important;
    color: var(--color-primary-reverse) !important;
}

.\[\&_button\]\:\!text-white button {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.\[\&_button\]\:text-primary-reverse button {
    color: #ff6767;
    color: var(--color-primary-reverse);
}

.\[\&_button\]\:hover\:\!border-none:hover button {
    border-style: none !important;
}

.\[\&_button\]\:hover\:\!bg-primary:hover button {
    background-color: #414042 !important;
    background-color: var(--color-primary) !important;
}

@media (min-width: 768px) {

    .\[\&_button\]\:md\:border-none button {
        border-style: none;
    }

    .\[\&_button\]\:md\:\!bg-transparent button {
        background-color: transparent !important;
    }

    .\[\&_button\]\:md\:\!py-2 button {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}

@media (min-width: 1024px) {

    .\[\&_button\]\:lg\:\!h-10 button {
        height: 2.5rem !important;
    }

    .\[\&_button\]\:lg\:\!w-10 button {
        width: 2.5rem !important;
    }
}

.\[\&_div\]\:relative div {
    position: relative;
}

.\[\&_div\]\:h-full div {
    height: 100%;
}

.\[\&_div\]\:w-full div {
    width: 100%;
}

.\[\&_div\]\:flex-wrap div {
    flex-wrap: wrap;
}

.\[\&_div\]\:border-primary div {
    border-color: #414042;
    border-color: var(--color-primary);
}

.\[\&_div\]\:border-y-transparent div {
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.\[\&_div\]\:p-2 div {
    padding: 0.5rem;
}

.\[\&_div\]\:before\:absolute div::before {
    content: var(--tw-content);
    position: absolute;
}

.\[\&_div\]\:before\:top-1\/2 div::before {
    content: var(--tw-content);
    top: 50%;
}

.\[\&_div\]\:before\:h-1\/2 div::before {
    content: var(--tw-content);
    height: 50%;
}

.\[\&_div\]\:before\:w-\[1px\] div::before {
    content: var(--tw-content);
    width: 1px;
}

.\[\&_div\]\:before\:-translate-y-1\/2 div::before {
    content: var(--tw-content);
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&_div\]\:before\:bg-gray-200 div::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, 1);
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.\[\&_div\]\:before\:content-\[\'\'\] div::before {
    --tw-content: '';
    content: '';
    content: var(--tw-content);
}

.\[\&_div\]\:last\:before\:hidden:last-child div::before {
    content: var(--tw-content);
    display: none;
}

.\[\&_div\]\:before\:ltr\:right-0:where([dir="ltr"], [dir="ltr"] *) div::before {
    content: var(--tw-content);
    right: 0px;
}

.\[\&_div\]\:first\:ltr\:pl-0:where([dir="ltr"], [dir="ltr"] *):first-child div {
    padding-left: 0px;
}

.\[\&_div\]\:before\:rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) div::before {
    content: var(--tw-content);
    left: 0px;
}

.\[\&_div\]\:first\:rtl\:pr-0:where([dir="rtl"], [dir="rtl"] *):first-child div {
    padding-right: 0px;
}

.\[\&_h1\]\:text-\[var\(--store-title\)\] h1 {
    color: var(--store-title);
}

.\[\&_h2\]\:text-\[var\(--store-title\)\] h2 {
    color: var(--store-title);
}

.\[\&_h3\]\:text-\[var\(--store-title\)\] h3 {
    color: var(--store-title);
}

.\[\&_i\]\:hidden i {
    display: none;
}

.\[\&_iframe\]\:\!min-w-\[auto\] iframe {
    min-width: auto !important;
}

.\[\&_img\]\:brightness-50 img {
    --tw-brightness: brightness(.5);
    filter: var(--tw-blur) brightness(.5) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\[\&_input\]\:\!border-\[var\(--store-description\)\] input {
    border-color: var(--store-description) !important;
}

.\[\&_input\]\:text-\[var\(--store-description\)\] input {
    color: var(--store-description);
}

.\[\&_input\]\:\[background\:var\(--store-background-secondary\)\] input {
    background: var(--store-background-secondary);
}

.\[\&_input\]\:placeholder\:text-\[var\(--store-description\)\] input::-moz-placeholder {
    color: var(--store-description);
}

.\[\&_input\]\:placeholder\:text-\[var\(--store-description\)\] input::placeholder {
    color: var(--store-description);
}

.\[\&_label\]\:text-\[var\(--store-description\)\] label {
    color: var(--store-description);
}

.\[\&_p\]\:\!text-\[var\(--store-description\)\] p {
    color: var(--store-description) !important;
}

.\[\&_p\]\:\!text-primary p {
    color: #414042 !important;
    color: var(--color-primary) !important;
}

.\[\&_p\]\:text-\[var\(--store-description\)\] p {
    color: var(--store-description);
}

.\[\&_salla-count-down\]\:\!w-full salla-count-down {
    width: 100% !important;
}

.\[\&_salla-tel-input\]\:\!border-\[var\(--store-description\)\] salla-tel-input {
    border-color: var(--store-description) !important;
}

.\[\&_salla-tel-input\]\:text-\[var\(--store-description\)\] salla-tel-input {
    color: var(--store-description);
}

.\[\&_salla-tel-input\]\:\[background\:var\(--store-background-secondary\)\] salla-tel-input {
    background: var(--store-background-secondary);
}

.\[\&_salla-tel-input\]\:placeholder\:text-\[var\(--store-description\)\] salla-tel-input::-moz-placeholder {
    color: var(--store-description);
}

.\[\&_salla-tel-input\]\:placeholder\:text-\[var\(--store-description\)\] salla-tel-input::placeholder {
    color: var(--store-description);
}

.\[\&_select\]\:\!border-\[var\(--store-description\)\] select {
    border-color: var(--store-description) !important;
}

.\[\&_select\]\:text-\[var\(--store-description\)\] select {
    color: var(--store-description);
}

.\[\&_select\]\:\[background\:var\(--store-background-secondary\)\] select {
    background: var(--store-background-secondary);
}

.\[\&_select\]\:placeholder\:text-\[var\(--store-description\)\] select::-moz-placeholder {
    color: var(--store-description);
}

.\[\&_select\]\:placeholder\:text-\[var\(--store-description\)\] select::placeholder {
    color: var(--store-description);
}

.\[\&_small\]\:\!text-\[var\(--store-description\)\] small {
    color: var(--store-description) !important;
}

.\[\&_span\]\:\!border-\[var\(--store-description\)\] span {
    border-color: var(--store-description) !important;
}

.\[\&_span\]\:\!border-white span {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, 1) !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1)) !important;
}

.\[\&_span\]\:before\:\!bg-white span::before {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important;
}

.\[\&_span\]\:before\:\!bg-white span::before {
    content: var(--tw-content);
}

.\[\&_span\]\:after\:\!bg-white span::after {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important;
}

.\[\&_span\]\:after\:\!bg-white span::after {
    content: var(--tw-content);
}

.\[\&_strong\]\:\!text-\[var\(--store-description\)\] strong {
    color: var(--store-description) !important;
}

.\[\&_svg\]\:\!fill-\[var\(--header-text\)\] svg {
    fill: var(--header-text) !important;
}

.\[\&_svg\]\:\!fill-primary svg {
    fill: #414042 !important;
    fill: var(--color-primary) !important;
}

.dark .\[\&_svg\]\:dark\:\!fill-\[var\(--header-text-dark\)\] svg {
    fill: var(--header-text-dark) !important;
}

.\[\&_textarea\]\:\!border-\[var\(--store-description\)\] textarea {
    border-color: var(--store-description) !important;
}

.\[\&_textarea\]\:\!bg-white textarea {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important;
}

.\[\&_textarea\]\:text-\[var\(--store-description\)\] textarea {
    color: var(--store-description);
}

.\[\&_textarea\]\:\!\[background\:var\(--store-background-secondary\)\] textarea {
    background: var(--store-background-secondary) !important;
}

.\[\&_textarea\]\:placeholder\:text-\[var\(--store-description\)\] textarea::-moz-placeholder {
    color: var(--store-description);
}

.\[\&_textarea\]\:placeholder\:text-\[var\(--store-description\)\] textarea::placeholder {
    color: var(--store-description);
}

.\[\&_video\]\:\!relative video {
    position: relative !important;
}
