html,body,#root,.app{width:100%;min-height:100vh;margin:0;padding:0!important;display:flex;flex-direction:column;align-items:center;overflow-x:hidden}body{overflow-y:hidden}@font-face{font-family:Futura;src:url(/fonts/Futura-PT-Light.woff2) format("woff2"),url(/fonts/Futura-PT-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Futura;src:url(/fonts/Futura-PT-Light-Obl.woff2) format("woff2"),url(/fonts/Futura-PT-Light-Obl.woff) format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Futura;src:url(/fonts/Futura-PT-Medium.woff2) format("woff2"),url(/fonts/Futura-PT-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Futura;src:url(/fonts/Futura-PT-Medium-Obl.woff2) format("woff2"),url(/fonts/Futura-PT-Medium-Obl.woff) format("woff");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Futura;src:url(/fonts/Futura-PT-Bold.woff2) format("woff2"),url(/fonts/Futura-PT-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}*{font-family:Futura,system-ui,sans-serif;font-weight:400;font-style:normal}strong{font-weight:700}body{position:relative;font-size:18px}.hero-bg{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;pointer-events:none}@media (max-width: 768px){body{font-size:14px}h1{font-size:28px}}@media (min-width: 769px) and (max-width: 992px){body{font-size:15px}h1{font-size:32px}}*>img{width:100%;height:100%;object-fit:contain}#header{display:flex;flex-direction:column;align-items:center;width:100%;height:15vh;min-height:100px;border-bottom:1px solid rgba(0,0,0,.1)}#header-top{width:100%;height:70%;min-height:70px;display:flex;justify-content:space-between;align-items:center}#header-top-wrapper{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center}#header-logo{width:15em;aspect-ratio:2.5/1;cursor:pointer;background-position:center center;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center}#header-logo>img{height:90%;width:90%}#header-search-wrapper{width:30%;height:40%;position:relative}#account-bttn{position:relative}#header-bttns-container{height:100%;width:15%;gap:.5vw;display:flex;flex-direction:row;justify-content:center;align-items:center}.header-bttn{height:50%;aspect-ratio:1;border-radius:100%;transition:all .3s ease-in-out;background-color:#3a0e1b}.header-bttn-icon{width:100%;height:100%;background-repeat:no-repeat;background-position:center center;cursor:pointer;transition:all .3s ease-in-out;display:flex;justify-content:center;align-items:center}.header-bttn-icon>img{width:50%;height:50%}.header-bttn:hover{background-color:#3a0e1bd9}#header-bottom{width:100%;height:30%;min-height:30px;display:flex;justify-content:center;align-items:center}@media (max-width:768px){#header{padding:1vh;height:15vh}#header-top{flex-direction:column;gap:1em;height:100%}#header-top-wrapper{display:flex;flex-direction:row;box-sizing:border-box;padding:0 2em 0 1em}#header-search-wrapper{width:80%;height:40%}#header-logo{height:100%;width:30%;cursor:pointer;background-size:contain;background-position:center;background-repeat:no-repeat}#header-bttns-container{height:40%;justify-content:center;align-items:center;gap:.5em}.header-bttn{height:100%}#header-search-wrapper{display:flex;flex-direction:row;gap:1em}#header-hamburger-bttn{display:block;height:100%;aspect-ratio:1;background-image:url(/images/hamburger-icon.webp);background-size:contain;background-repeat:no-repeat;background-position:center center;cursor:pointer}#header-bottom{display:none}}#user-widget{position:absolute;right:0;top:130%;width:25vh;height:35vh;min-height:15em;min-width:15em;background-color:#fff;z-index:1003;border-radius:10px;animation:fade-in .3s forwards;-webkit-user-select:none;user-select:none}@media (max-width: 768px){#user-widget{width:30vh;height:40vh}}@keyframes fade-in{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}#unlogged-user{width:100%;height:100%}#unlogged-user-widget-nav{width:100%;height:15%;display:flex;flex-direction:row;border-radius:10px;border-bottom:1px solid rgba(0,0,0,.1)}.unlogged-user-widget-nav-bttn--active,.unlogged-user-widget-nav-bttn--inactive{border-radius:10px;width:50%;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease}.unlogged-user-widget-nav-bttn--active{background-color:#000;color:#fff}.unlogged-user-widget-nav-bttn--inactive{background-color:#fff;color:#000}#unlogged-user-widget-bottom{width:100%;height:85%;box-sizing:border-box;padding:10px}#login-widget{width:100%;height:100%;border-radius:5px;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.login-widget-input{width:100%;box-sizing:border-box;border-radius:5px;border:1px solid rgba(0,0,0,.1);outline:none;padding:1em}.login-input-wrapper{width:100%}.login-widget-input:focus{outline:none}#login-widget-login-bttn{width:100%;height:15%;box-sizing:border-box;padding:5px;border-radius:5px;display:flex;justify-content:center;color:#fff;align-items:center;background-color:#3a0e1b;transition:all .3s ease-in-out;cursor:pointer}#login-widget-login-bttn:hover{filter:brightness(1.05)}#login-widget-register-now-bttn{width:100%;height:15%;font-size:.8em;text-align:center;cursor:pointer;display:flex;justify-content:center;align-items:center}#login-widget-register-now-bttn:hover{text-decoration:underline}#password-input-wrapper,#password-eye-wrapper{position:relative;width:100%;height:100%}#eye-bttn{position:absolute;height:60%;aspect-ratio:1;background-size:contain;background-repeat:no-repeat;background-position:center center;right:5%;top:20%;cursor:pointer}.information-widget{min-height:2em;width:100%;right:0;top:0;background-size:50%;background-repeat:no-repeat;background-position:center center;position:relative;padding:.1em;font-size:.9em;display:flex;justify-content:center;align-items:center}.information-widget>img{width:50%;height:50%}.information-widget-icon{height:100%;min-height:1.5em;aspect-ratio:1;background-image:url(/images/error-icon.webp);background-size:70%;background-position:center center;background-repeat:no-repeat;right:0}.information-widget-message-box{right:15%;top:120%;box-sizing:border-box;z-index:10000;text-wrap:wrap;padding:.1em;display:flex;align-items:center;color:red}#register-widget{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.register-widget-input{width:100%;box-sizing:border-box;border-radius:5px;border:1px solid rgba(0,0,0,.1);outline:none;padding:.5em}#register-widget-input:focus{outline:none}#register-widget-register-bttn{width:100%;height:15%;box-sizing:border-box;padding:5px;border-radius:5px;display:flex;color:#fff;justify-content:center;align-items:center;background-color:#3a0e1b;transition:all .3s ease-in-out;cursor:pointer}#register-widget-register-bttn:hover{filter:brightness(1.05)}#register-widget-login-now-bttn{width:100%;height:15%;font-size:.8em;text-align:center;cursor:pointer;display:flex;justify-content:center;align-items:center}#register-widget-login-now-bttn:hover{text-decoration:underline}.register-input-wrapper,.register-eye-wrapper{width:100%;position:relative}#logged-user{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;padding:.5em;box-sizing:border-box;gap:1em}#logged-user-label-1{width:100%;height:15%;display:flex;justify-content:center;align-items:center;font-size:1em;font-weight:700;border-bottom:1px solid rgba(0,0,0,.1)}.logged-user-bttn{width:100%;height:10%;display:flex;flex-direction:row;gap:1em;align-items:center;cursor:pointer;border-radius:5px;transition:all .1s ease-in-out}.logged-user-bttn:hover{background-color:#0000001a}.logged-user-bttn-icon{height:100%;aspect-ratio:1;display:flex;justify-content:center;align-items:center}.logged-user-bttn-icon>img{width:75%;height:75%}#logged-user-logout-bttn{border-top:1px solid rgba(0,0,0,.1);margin-bottom:0;margin-top:auto;width:100%;height:10%;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:5px}#logged-user-logout-bttn:hover{background-color:#0000001a}#header-navbar{height:100%;display:flex;flex-direction:row;gap:2em;position:relative}.navbar-item-content{position:absolute;background-color:#fff;display:flex;flex-direction:column;top:100%;gap:.2em;left:0;border-radius:5px;box-shadow:0 4px 8px #00000029,0 0 2px 1px #00000014}.navbar-item{height:100%;display:inline-flex;justify-content:center;align-items:center;position:relative;cursor:pointer}.navbar-item:before{content:"";position:absolute;width:0;background-color:#000;height:2px;bottom:10%;transition:width .2s ease-in-out}.navbar-item:hover:before{width:100%}.navbar-item-content{z-index:10000;width:max-content;white-space:nowrap;flex-shrink:0}.navbar-item-content{visibility:hidden}.navbar-item:hover .navbar-item-content{visibility:visible}.navbar-category{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1em;position:relative;padding:.5em 1em}.navbar-category:hover{background-color:#00000014}.navbar-category-arrow{height:100%;aspect-ratio:1;background-image:url(/images/arrow-icon.webp);background-size:80%;background-repeat:no-repeat;min-height:1em;background-position:center}.navbar-category-content{position:absolute;left:100%;background-color:#fff;top:0;visibility:hidden;border-radius:5px;box-shadow:0 4px 8px #00000029,0 0 2px 1px #00000014}.navbar-category:hover .navbar-category-content{visibility:visible}.navbar-category-item{padding:.5em 1em;box-sizing:border-box;white-space:nowrap;width:100%}.navbar-category-item:hover{background-color:#00000014}#hamburger-menu-wrapper{width:100%;height:100%;position:fixed;left:0;top:0;z-index:10001;background-color:transparent;transition:visibility .4s ease-in-out,background-color .4s ease-in-out;display:flex;flex-direction:row}.hamburger-menu-wrapper--inactive{visibility:hidden}.hamburger-menu-wrapper--active{background-color:#00000080!important;visibility:visible}#hamburger-menu{height:100%;width:25em;background-color:#fff;display:flex;flex-direction:column;box-sizing:border-box;transition:transform .4s ease-in-out}.hamburger-menu--inactive{transform:translate(-100%)}.hamburger-menu--active{transform:translate(0)}#hamburger-menu-nav{width:100%;height:5vh;display:flex;flex-direction:row;background-color:#0000001a;align-items:center;font-size:1.5em;box-sizing:border-box;border-bottom:1px solid rgba(0,0,0,.2)}#hamburger-menu-close-bttn{height:100%;aspect-ratio:1;background-image:url(/images/close-icon.webp);background-size:30%;background-repeat:no-repeat;background-position:center center}#hamburger-menu-bottom{height:95vh;width:100%;display:flex;flex-direction:column;box-sizing:border-box;padding:1em;gap:1em}.menu-item{width:100%}.menu-item-name{font-size:1.1em}.menu-item-bttn{display:flex;flex-direction:row;width:100%;height:1.1em;justify-content:space-between;align-items:center}.menu-item-arrow-bttn{height:1.1em;aspect-ratio:1;background-image:url(/images/arrow-icon.webp);background-size:60%;background-repeat:no-repeat;background-position:center center}.menu-item-content{position:fixed;height:100vh;width:100%;background-color:#fff;left:0;top:0;z-index:9999;display:flex;flex-direction:column;transition:transform .4s ease-in-out;pointer-events:none;visibility:hidden}.menu-item-content--inactive{transform:translate(-101%)}.menu-item-content--active{transform:translate(0);pointer-events:auto;visibility:visible}.menu-item-content-nav{width:100%;height:5vh;display:flex;flex-direction:row;align-items:center;background-color:#0000001a;border-bottom:1px solid rgba(0,0,0,.2);font-size:1.5em;box-sizing:border-box}.menu-item-content-nav-arrow-bttn{height:100%;aspect-ratio:1;background-image:url(/images/arrow-icon.webp);background-size:40%;background-repeat:no-repeat;background-position:center center;transform:rotate(180deg)}.menu-item-content-bottom{height:95vh;width:100%;display:flex;flex-direction:column;box-sizing:border-box;padding:1em;gap:1em}@keyframes slide-in{0%{transform:translate(-100%)}to{transform:translate(0)}}.menu-category{font-size:1.1em;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.menu-category-arrow-bttn{height:100%;aspect-ratio:1;background-image:url(/images/arrow-icon.webp);background-size:60%;background-repeat:no-repeat;background-position:center}.menu-category-items{position:fixed;height:100vh;display:flex;background-color:#fff;box-sizing:border-box;flex-direction:column;left:0;top:0;transition:transform .4s ease-in-out;gap:1em;width:22em}.menu-category-items--inactive{transform:translate(-150%)}.menu-category-items--active{transform:translate(0)}.menu-category-bttn{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:1.1em}.menu-category-nav{width:100%;height:5vh;display:flex;flex-direction:row;align-items:center;background-color:#0000001a;border-bottom:1px solid rgba(0,0,0,.2);font-size:1.5em;box-sizing:border-box}.menu-category-nav-arrow-bttn{height:100%;aspect-ratio:1;background-image:url(/images/arrow-icon.webp);background-size:40%;background-repeat:no-repeat;background-position:center center;transform:rotate(180deg)}@keyframes slide-in{0%{transform:translate(-150%)}to{transform:translate(0)}}.menu-category-item{width:100%;box-sizing:border-box;height:1.1em;padding:0 1em}#header-search{width:100%;height:100%;position:relative}#header-search-input{width:100%;height:100%;border:none;outline:none;border-radius:10px;padding-left:1vw;box-sizing:border-box;font-size:1em;background-color:#0000001a}#header-search-bttn{position:absolute;content:"";height:100%;aspect-ratio:1;background-image:url(/images/magnifier-icon.webp);background-repeat:no-repeat;background-size:70%;background-position:center center;right:0;top:0;cursor:pointer}#header-search-result-container{position:absolute;display:flex;gap:1em;flex-direction:column;width:100%;height:auto;max-height:13em;overflow-y:scroll;background-color:#fff;top:130%;z-index:1000;box-shadow:0 2px 8px #00000026;animation:height-grow .3s linear forwards}#header-search-result-container--invisible{display:none}.end-indicator{width:100%;text-align:center;font-size:1.5em}@keyframes height-grow{0%{max-height:1em}to{max-height:13em}}@media (max-width: 768px){#header-search-result-container{width:120%;left:-20%}}.header-search-result{width:100%;min-height:6em;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-left:1em;padding-right:1em;box-sizing:border-box;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.1);transition:all .3s ease-in-out}.header-search-result:hover{box-shadow:0 2px 8px #00000026}.header-search-result-image{height:3em;aspect-ratio:1;background-position:center center;background-repeat:no-repeat;background-size:cover}.header-search-result-name{width:60%;text-wrap:wrap}.header-search-result-price{width:20%;text-align:right}.loading-indicator-container{width:100%;height:10em;display:flex;justify-content:center;align-items:center}.loading-indicator{aspect-ratio:1;background-repeat:no-repeat;background-size:cover;background-position:center center;animation:spin .7s infinite linear}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#footer{width:100%;height:20vh;background-color:#0000001a;align-self:flex-end;display:flex;flex-direction:column;margin-bottom:0;margin-top:auto}#footer-top{height:100%;width:100%;display:flex;padding-left:2vw;padding-top:1vw;padding-bottom:1vw;box-sizing:border-box}.footer-section{display:flex;flex-direction:column;width:15%;height:100%;gap:.5vw}.footer-section>span{font-size:.7em}#footer-section-about{width:40%!important}.footer-section-label{font-size:1em!important;color:#0006;margin-bottom:.7vw;cursor:pointer!important}.footer-section>span{cursor:pointer}#footer-section-about-label{width:100%;text-align:left}#footer-section-about{display:flex;flex-direction:column;width:30%!important;justify-content:flex-start;align-items:flex-start}#footer-section-about-bottom{flex-direction:row;display:flex;height:90%;gap:1em;width:100%}#footer-section-about-left,#footer-section-about-right{display:flex;flex-direction:column;height:100%;width:50%;gap:.5em}.footer-about-section{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;gap:1em;font-size:.7em}.footer-about-section>img{height:1.5em;width:1.5em}@media (max-width: 992px){#footer{height:auto;box-sizing:border-box;padding:2em}#footer-top{flex-direction:row;gap:1em;align-items:flex-start}#footer-section-about{align-items:flex-start;width:60%!important}}@media (max-width: 768px){#footer-section-info{width:40%}#footer-top{align-items:flex-start}#footer-section-about{width:60%!important}}@media (min-width: 993px) and (max-width: 1600px){#footer-section-about{width:40%!important}#footer-top{align-items:flex-start;flex-direction:row}}#main{width:100%;display:flex;flex-direction:column;min-height:65vh;align-items:center;height:auto;flex:1;gap:5vw}#new-collection-container{width:90%;height:60vh;min-height:30em;display:flex;flex-direction:row;gap:1em}#new-collection-container>*{-webkit-user-select:none;user-select:none}#new-collection-left{height:100%;width:30%;position:relative;z-index:100;min-width:20em}#new-collection-right{height:100%;width:70%;position:relative;z-index:1}#slider-container{height:100%;width:100%;display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;align-items:center;gap:1vw;scrollbar-width:none;-ms-overflow-style:none}#slider-container::-webkit-scrollbar{display:none}.collection-image{height:100%;aspect-ratio:1 / 1;flex:0 0 auto;background-size:contain;background-repeat:no-repeat;background-position:center;transition:all .3s ease-in-out;cursor:grab}#new-collection-labels-container{height:90%;width:100%;box-sizing:border-box;padding:1vw}#new-collection-label-1{font-size:3em}#new-collection-navigation-container{width:100%;height:10%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1em;box-sizing:border-box}#new-collection-order-now-bttn{width:70%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#3a0e1b;color:#fff;cursor:pointer;transition:all .3s ease-in-out;text-wrap:wrap}#new-collection-order-now-bttn:hover{background-color:#3a0e1bd9}#arrow-img{transition:all .3s ease-in-out;width:40%;height:80%;display:flex;justify-content:center;align-items:center}#arrow-img>img{width:40%;height:40%}#new-collection-order-now-bttn:hover #arrow-img{transform:scale(1.1)}#new-collection-order-now-bttn>span{height:80%;width:60%;display:flex;align-items:center;box-sizing:border-box;padding-left:1vw;font-size:1.2em}#new-collection-navigation-bttns-container{height:80%;width:30%;display:flex;flex-direction:row;justify-content:center;gap:1vw;align-items:center}.new-collection-navigation-bttn{height:100%;aspect-ratio:1;border:1px solid black;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .1s ease-in-out}.new-collection-navigation-bttn>img{width:30%;height:30%}.new-collection-navigation-bttn:hover{background-color:#ffffff80;background-size:40%}.new-collection-navigation-bttn:hover>img{width:40%;height:40%}#new-collection-navigation-left{transform:rotate(180deg)}@media (max-width: 992px){#new-collection-order-now-bttn{min-height:3em}#new-collection-container{flex-direction:column;height:auto;gap:1em}#new-collection-left{width:100%;display:flex;flex-direction:column;gap:1em}#new-collection-navigation-container{flex-direction:column;height:10vh;gap:1em}#new-collection-navigation-bttns-container{width:100%;gap:1em}#new-collection-right{width:100%}#slider-container{width:100%;height:40vh;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-padding-inline:1rem;gap:1rem;padding-inline:1rem;overscroll-behavior-x:contain;cursor:default!important;touch-action:pan-x!important}.collection-image{height:100%;aspect-ratio:1 / 1;transform:none!important;cursor:default!important;scroll-snap-align:start;scroll-snap-stop:always}.collection-image img{width:100%;height:100%;object-fit:contain;pointer-events:none}#new-collection-navigation-bttns-container{height:50%}#new-collection-navigation-container{margin-bottom:1em}.new-collection-navigation-bttn{min-width:3rem;min-height:3rem}}#bestsellers{width:90%;display:flex;flex-direction:column;height:auto!important}#bestsellers>*{-webkit-user-select:none;user-select:none}#bestsellers-label{font-size:3em;height:20%}#bestsellers-slider{width:100%;height:70%;display:flex;flex-direction:row;overflow:hidden;cursor:grab}#bestsellers-slider-bttns{width:100%;height:5em;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1vw}.bestsellers-navigation-bttn{height:50%;aspect-ratio:1;border:1px solid black;background-size:30%;background-repeat:no-repeat;background-position:center center;cursor:pointer;transition:all .1s ease-in-out;display:flex;justify-content:center;align-items:center}.bestsellers-navigation-bttn>img{width:30%;height:30%}.bestsellers-navigation-bttn:hover{background-color:#ffffff80;background-size:40%}.bestsellers-navigation-bttn:hover>img{width:40%;height:40%}#bestsellers-slider-bttn-left{transform:rotate(180deg)}@media (max-width: 992px){#bestsellers{flex-direction:column;gap:2em;height:auto}#bestsellers-slider-bttns{height:5em}#bestsellers-label,#bestsellers-slider{height:auto}}.slider-element{min-width:25%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5vh;transition:all .3s ease-in-out}.slider-element-image{width:80%;aspect-ratio:1;background-size:100%;background-position:center center;background-repeat:no-repeat}.slider-element-image>img{width:100%;aspect-ratio:1}.slider-element-category{width:80%;height:5%;color:#00000080;font-size:.9em}.slider-element-details-container{width:80%;height:5%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media (max-width: 992px){.slider-element{min-width:60%}.slider-element-category,.slider-element-details-container{height:auto}}#banner{width:100%;aspect-ratio:3.84 / 1}@media (max-width: 768px){#banner{aspect-ratio:1.2 / 1}}@media (min-width: 1921px){#banner{aspect-ratio:5.12/1}}#banner .hero-banner{width:100%;height:100%;object-fit:contain;display:block}#partners{width:100%;height:auto;display:flex;flex-direction:column}#partners-label-1{height:10vh;width:100%;display:flex;justify-content:center;align-items:center;font-size:3em;text-transform:uppercase}#partners-container{width:100%;display:flex;flex-direction:row;gap:2em;margin-bottom:5vw;box-sizing:border-box;padding:15px;overflow-y:hidden;scroll-behavior:auto;cursor:grab;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;touch-action:pan-x;-webkit-overflow-scrolling:touch}#partners-container.dragging{cursor:grabbing;scroll-behavior:auto}.scrollbar-hidden{scrollbar-width:none;-ms-overflow-style:none}.scrollbar-hidden::-webkit-scrollbar{display:none}#partners-container.is-scrollable{justify-content:flex-start;overflow-x:auto;scroll-padding-left:15px;scroll-padding-right:15px}#partners-container.no-overflow{overflow-x:hidden;cursor:default;justify-content:center}.partners-inner{display:flex;flex-direction:row;gap:2em;width:max-content;margin:0 auto}.partner-image img{display:block;width:180px;height:80px;object-fit:contain}@media (max-width: 992px){#partners,#partners-container{height:auto}}.partner-block{flex:0 0 20%;display:flex;flex-direction:column;align-items:center;-webkit-user-select:none;user-select:none;min-width:200px;background-color:#0000001a;border-radius:15px}.partner-image{width:100%;aspect-ratio:1;display:flex;justify-content:center;align-items:center}.partner-image>img{width:90%;height:90%;-webkit-user-select:none;user-select:none;pointer-events:none;-webkit-user-drag:none}.partner-label{width:100%;text-align:center;font-size:1.5em;margin-top:10px;font-weight:700}@media (max-width: 992px){.partner-block{flex:0 0 40%}.partner-label{font-size:1em}}#icon-banner{width:100%;height:20em;background-color:#3a0e1b;display:flex;justify-content:center;gap:1em;align-items:center}.icon-banner-block{height:50%;width:20%;color:#fff;gap:1em;display:flex;flex-direction:column;justify-content:center;align-items:center}.icon-banner-image{height:70%;aspect-ratio:1;background-size:contain;background-repeat:no-repeat;background-position:center center}.icon-banner-text{text-wrap:wrap}@media (max-width: 768px){.icon-banner-block{height:40%}.icon-banner-image{height:50%;background-size:contain;background-position:bottom}}#products{width:90%;min-height:65vh;height:auto;background-color:#fff;padding:2em;box-sizing:border-box;display:flex;flex-direction:row}html{overflow-x:hidden}#products-left{width:15%;height:100%;min-width:13em;border:1px solid rgba(0,0,0,.1);border-radius:15px;display:flex;flex-direction:column;padding:10px;box-sizing:border-box;gap:10px}#products-right{width:85%;height:100%;display:flex;flex-direction:column;align-items:center}#products-right-top{width:95%;height:150px;display:flex;flex-direction:column;align-items:center;border-bottom:1px solid rgba(0,0,0,.1)}#products-right-top-label-1{width:100%;font-size:2em;font-weight:700;padding:0;margin:0}#products-managment-wrapper{height:70%;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}#products-display-manager{width:10%;height:100%;display:flex;flex-direction:row;align-items:center;gap:10px}.products-display-bttn{width:30%;aspect-ratio:1;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease}.products-display-bttn>img{width:50%;height:50%}.products-display-bttn:hover,.products-display-bttn--active{background-color:#0000001a;border-radius:5px}.products-display-bttn--active:hover{cursor:not-allowed}#products-sort{height:100%;width:30%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}#product-sort-label-1{color:#000000b3}#products-right-bottom{width:90%;display:flex;flex-direction:row;flex-wrap:wrap;gap:5%;padding-top:30px;box-sizing:border-box}@media (max-width: 992px){#products-display-manager{width:50%}#products-left{display:none}#products-right{width:100%}#products{justify-content:center;width:100%;padding:1em!important}.product-add-to-cart-bttn--list{right:1em;bottom:1em;width:3em;height:3em;opacity:1;visibility:visible}#products-display-manager{width:20%}.products-display-bttn{width:100%}#products-mobile-filter{width:30%;font-weight:600;font-size:1.5em;text-align:center}#products-sort{width:50%;flex-direction:column;align-items:center;justify-content:center;gap:1em}#products-right-bottom{gap:2em}}@media (max-width: 1600px){#products-right-bottom{gap:1em}}#filters-container{width:100%;height:100%;display:flex;flex-direction:column;gap:1em}#products-label-1{font-weight:700;font-size:1.2em;width:100%;text-align:center;padding-bottom:.5em;border-bottom:1px solid rgba(0,0,0,.3)}.product-filters{display:flex;flex-direction:column;padding:10px;box-sizing:border-box;gap:1em;border-bottom:2px solid rgba(0,0,0,.1);overflow:visible}.product-filters::-webkit-scrollbar{width:10px}.product-filters::-webkit-scrollbar-track{background:#f1f1f1}.product-filters::-webkit-scrollbar-thumb{background:#000}.product-filters::-webkit-scrollbar-thumb:hover{background:#555}#filter-price{height:12vh;width:100%;gap:.3vw}#price-label-1{font-weight:600}#price-label-2{color:#0009}#price-slider-container{display:flex;justify-content:center;align-items:center;width:100%}#filter-offers{border-bottom:none!important}#filters-apply-bar{display:none}@media (max-width: 992px){#filters-container{height:auto;overflow:visible;max-height:none;padding-bottom:68px}.product-filters{overflow:visible;max-height:none}#filters-apply-bar{position:sticky;bottom:0;display:flex;gap:10px;padding:12px;background:#fff;border-top:1px solid rgba(0,0,0,.1);z-index:2}#filters-apply-bar .filters-apply-btn,#filters-apply-bar .filters-reset-btn{flex:1 1 auto;height:42px;border-radius:8px;border:1px solid rgba(0,0,0,.12);background:#f8f8f8;font-weight:600;letter-spacing:.2px;cursor:pointer}#filters-apply-bar .filters-apply-btn{background:#3a0e1b;color:#fff;border:none}#filters-apply-bar .filters-apply-btn:active,#filters-apply-bar .filters-reset-btn:active{transform:translateY(1px)}}@media (min-width: 993px){.product-filters{max-height:250px;overflow-y:auto}}.checkbox-filter-label-1{margin-bottom:10px;font-weight:600}.checkbox-selector{width:100%;height:25px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.checkbox-selector-label{height:100%;display:flex;justify-content:center;align-items:center}:root{--brand: #3A0E1B;--ink: #111;--muted: #8a8a8a;--card-shadow: 0 6px 18px rgba(0, 0, 0, .08), 0 2px 8px rgba(0, 0, 0, .04);--radius: 14px;--pad: 10px}.product-container--grid{width:28%;aspect-ratio:1/1.1;display:flex;flex-direction:column;align-items:center;gap:6px;padding:6px;border-radius:var(--radius);transition:box-shadow .25s ease,transform .2s ease}.product-container--grid:hover{box-shadow:var(--card-shadow);transform:translateY(-2px)}.product-image--grid{width:80%;aspect-ratio:1;background:center/contain no-repeat}.product-image--grid>img{aspect-ratio:1;object-fit:contain;width:100%;height:auto}.product-name--grid,.product-price--grid{width:80%;padding:2px;display:flex;align-items:center;gap:.5rem}.product-name--grid{font-size:1.05rem;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-wrap:wrap}.product-price--grid{font-size:1.25rem;margin-top:auto;margin-bottom:5%;align-items:baseline;gap:.5em}.product-price{display:inline-flex;align-items:baseline;gap:.35em;white-space:nowrap;font-variant-numeric:tabular-nums}.now-price{font-weight:700;color:#3a0e1b!important}.now-price-no-discount{font-weight:700;color:#000}.was-price{color:var(--muted);text-decoration:line-through;text-decoration-thickness:2px;text-decoration-color:var(--ink)}.product-add-to-cart-quick--grid{height:2.5em;aspect-ratio:1;margin-left:auto;margin-right:.75rem;background:var(--brand) url(/images/basket-icon.webp) center/70% no-repeat;border-radius:16px;transition:transform .2s ease,opacity .2s ease,filter .2s ease}.product-add-to-cart-quick--grid:hover{transform:scale(1.07)}.product-add-to-cart-quick-unavailable--grid{cursor:not-allowed;filter:grayscale(1) brightness(.8)}.product-add-to-cart-quick-unavailable--grid:hover{transform:none}.product-add-to-cart-quick-snippet--grid{position:fixed;top:120%;right:-50%;width:11rem;display:flex;flex-direction:column;gap:.2rem;color:#fff;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:.5rem;opacity:0;z-index:99999;transition:.2s ease}.product-add-to-cart-quick--grid:hover>.product-add-to-cart-quick-snippet--grid{opacity:1;top:110%}#last-month-price--grid{font-size:.95rem;color:var(--muted);height:3em;width:100%;display:flex;align-items:center;justify-content:center;gap:.75em;padding-left:1em}.no-discount-add-quick-container{width:100%;height:3em;position:relative;font-size:.95rem}.product-container--list{width:100%;height:140px;display:flex;align-items:center;gap:18px;padding:6px var(--pad);border-bottom:1px solid rgba(0,0,0,.08);transition:box-shadow .25s ease,transform .2s ease}.product-container--list:hover{box-shadow:var(--card-shadow);transform:translateY(-1px)}.product-image--list{height:95%;aspect-ratio:1;background:center/contain no-repeat}.product-image--list>img{width:100%;height:100%;object-fit:contain}.product-list-wrapper{height:100%;width:30%;display:flex;flex-direction:column;padding:4px}.product-name--list{font-size:1.05rem;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:wrap}.product-price--list{width:25%;height:100%;margin-left:auto;margin-right:.5rem;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:.35em;font-size:1.6rem}.last-moth-price-inline{align-self:flex-end;font-size:.65rem;line-height:1.15;color:var(--muted);margin-bottom:.15rem}.product-discount--list{color:var(--brand)}.product-add-to-cart-quick--list{height:46%;aspect-ratio:1;background:var(--brand) url(/images/basket-icon.webp) center/70% no-repeat;border-radius:14px;cursor:pointer;transition:transform .2s ease,filter .2s ease}.product-add-to-cart-quick--list:hover{transform:scale(1.06)}.product-add-to-cart-quick-snippet--list{display:flex;flex-direction:column;gap:4px}.variant-container--list{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5em}.product-variant-color{width:2em;height:1em;box-shadow:0 0 10px 1px #42445a42;border-radius:5px}#last-moth-price--list{font-size:.6rem;color:var(--muted)}.product-container--grid,.product-container--list,a.product-container--grid,a.product-container--list{text-decoration:none;color:inherit}@media (max-width: 1600px){.product-container--grid{width:45%;aspect-ratio:1/1.2;gap:12px}.product-price--grid{width:80%;gap:.6em}.product-container--list{height:120px;gap:12px}.product-image--list{width:25%}.product-list-wrapper{width:60%}.product-price--list{width:30%;align-items:flex-end}}@media (max-width: 768px){.product-container--grid{width:100%}.product-container--list{height:auto;padding:10px;gap:10px;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:var(--card-shadow);border-radius:var(--radius);display:grid;grid-template-columns:96px 1fr auto;grid-template-rows:auto auto auto;grid-template-areas:"image name  button" "image price button" "image last  button";align-items:center}.product-image--list{grid-area:image;width:96px;height:96px;aspect-ratio:1}.product-list-wrapper{grid-area:name;width:auto;padding:0}.product-name--list{white-space:normal;font-size:1rem}.product-price--list{grid-area:price;width:auto;height:auto;margin:0;padding:0;flex-direction:row;align-items:baseline;justify-content:flex-start;gap:.6em;font-size:clamp(1rem,4.5vw,1.15rem)}#last-moth-price--list{grid-area:last;width:auto;font-size:.8rem;line-height:1.2;color:var(--muted);margin-top:4px;white-space:normal}.product-add-to-cart-quick--list{grid-area:button;width:44px;height:44px;aspect-ratio:auto;margin:0;border-radius:12px;background-size:62%}.product-add-to-cart-quick-snippet--list{grid-column:1 / -1;grid-row:4;margin-top:6px;font-size:.9rem;color:#333;background:#0000000a;border-radius:10px;padding:6px 8px}.product-price,.now-price,.was-price{white-space:nowrap}}@media (min-width: 993px) and (max-width: 1017px){.product-price--grid{font-size:1.45rem}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;padding:16px;overflow:auto;background-color:#0009;z-index:9999;animation:reduce-brightness .3s forwards}.modal-box{background:#fff;border-radius:10px;box-shadow:0 0 30px #0006;width:min(90vw,400px);max-height:calc(100dvh - 32px);overflow:auto;padding:2rem;text-align:center;animation:move-up .3s forwards}.modal-actions{margin-top:1.5rem;display:flex;justify-content:space-between;gap:1rem}.modal-actions button{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer}.modal-actions .danger{background-color:#ff6b6b;color:#fff}@keyframes reduce-brightness{0%{background-color:#0000001a}to{background-color:#0009}}@keyframes move-up{0%{transform:translateY(3rem);opacity:0}to{transform:translateY(0);opacity:1}}#product-details-container{width:90%;min-height:100vh;height:100%;display:flex;flex-direction:column;background-color:#fff;gap:1vh}#product-details-top{display:flex;flex-direction:row;min-height:40vh;height:75%;width:100%}#product-details-top-left{width:50%;height:100%;display:flex;justify-content:center;align-items:center}#product-details-top-right{width:50%;height:100%;display:flex;flex-direction:column;box-sizing:border-box;padding:30px;gap:30px}#product-details-name{font-size:2em;font-weight:700}#product-details-price{display:flex;flex-direction:column}#product-details-price-label-1{font-size:2em;font-weight:700;display:flex;flex-direction:row;gap:1em}#product-details-price-label-2{font-size:.9em;color:#000000b3}#product-details-variants-container{width:100%;height:60%;display:flex;flex-direction:column;gap:20px;max-height:20em}#product-details-management-container{width:100%;min-height:100px;height:8vh;display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:5px;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}#product-details-amount-container{height:80%;display:flex;flex-direction:row;align-items:center;justify-content:center}.product-details-amount-bttn{width:20%;height:100%;display:flex;justify-content:center;align-items:center;font-size:2em;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1);cursor:pointer;box-sizing:border-box;transition:all .3s ease-in-out;color:#00000080;font-weight:700;-webkit-user-select:none;user-select:none}.product-details-amount-bttn:hover{background-color:#0000001a}#product-details-amount-substract-bttn{border-left:1px solid rgba(0,0,0,.1)}#product-details-amount-add-bttn{border-right:1px solid rgba(0,0,0,.1)}#product-details-amount-input{width:30%;height:100%;border:none;outline:none;box-sizing:border-box;border-bottom:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1);display:flex;text-align:center;font-size:1.3em}#product-details-amount-input::-webkit-outer-spin-button,#product-details-amount-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#product-details-amount-input[type=number]{-moz-appearance:textfield}#product-details-add-to-cart-bttn{height:80%;width:30%;background-color:#3a0e1b;display:flex;justify-content:center;align-items:center;font-size:1.1em;color:#fff;cursor:pointer;transition:all .3s ease-in-out}#product-details-add-to-cart-bttn:hover{background-color:#3a0e1bcc}#product-details-bottom{width:100%;display:flex;flex-direction:column;box-sizing:border-box;padding:12px 0;gap:.75em;min-height:0;height:auto}#recommended-items-label{width:100%;font-size:1.6em;line-height:1.25;padding:8px 0;height:auto;text-align:center;display:flex;justify-content:center;align-items:center}@keyframes expand{0%{width:0px}to{width:7px}}@keyframes expand-horizontal{0%{height:0px}to{height:7px}}#product-details-nav{width:20%;min-height:100%;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.1)}.product-details-nav-item,.product-details-nav-item--active{width:100%;min-height:5vh;box-sizing:border-box;padding:10px 15px;display:flex;align-items:center;text-transform:uppercase;color:#000000b3;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer;position:relative}.product-details-nav-item--active:before{animation:expand .3s forwards;content:"";height:100%;position:absolute;left:0;background-color:#000c}#product-details-right{width:80%;min-height:100%;border:1px solid rgba(0,0,0,.1);box-sizing:border-box;padding:15px}#product-details-price--discounted{position:relative;color:#888}#product-details-price--discounted:after{content:"";width:100%;height:3px;border-radius:10px;background-color:#000;position:absolute;z-index:100;left:0;top:50%}#product-details-price--discount{position:relative;top:0;font-weight:bolder;color:#3a0e1b}.add-to-cart-disabled{background-color:#ccc!important;color:#666!important;cursor:not-allowed!important;text-align:center}#product-lack-in-store{color:red;font-size:1.2em;font-weight:700}@media (max-width: 768px){#product-details-variants-container{height:auto;max-height:none;overflow:visible}#product-details-top-right,#product-details-top{min-height:0}#product-details-top{flex-direction:column;height:auto}#product-details-management-container{width:100%}#product-details-top-right,#product-details-top-left{width:100%;height:auto}#product-details-amount-container{width:40%;height:50%}#product-details-add-to-cart-bttn{height:50%;width:60%}#product-details-nav{width:30%}#product-details-right{width:70%}#product-details-bottom{flex-direction:column;height:auto;min-height:0!important;padding:10px 0}#product-details-nav{width:100%;flex-direction:row}#product-details-right{width:100%}.product-details-nav-item--active:before{animation:expand-horizontal .3s forwards;width:100%;height:0;top:0;left:0}#recommended-items-label{font-size:1.3em;padding:6px 0}#product-details-variants-container{height:auto}}.variant-selector-container{width:90%;box-sizing:border-box;padding:5px;display:flex;flex-direction:row;align-items:center;gap:10px;flex-wrap:wrap}.variant-selector-label{height:100%;display:flex;width:100px;justify-content:flex-start;align-items:center;box-sizing:border-box;padding:5px;text-transform:uppercase}.variant-selector-option{height:100%;min-width:50px;min-height:1.5em;display:flex;box-sizing:border-box;padding:5px;justify-content:center;align-items:center;background-color:#fff;-webkit-box-shadow:0px 0px 10px 1px rgba(66,68,90,.26);-moz-box-shadow:0px 0px 10px 1px rgba(66,68,90,.26);box-shadow:0 0 10px 1px #42445a42;cursor:pointer;border-radius:5px;-webkit-user-select:none;user-select:none}.variant-disabled{background-color:#ccc;color:#666;border:1px solid #aaa;cursor:not-allowed;opacity:.7}.variant-selector-option:hover{border:1px solid rgba(0,0,0,.4)}.selected-option{border:2px solid rgba(0,0,0)}@media (max-width:768px){.variant-selector-container{flex-direction:column}.variant-selector-option{min-height:3em}.variant-selector-wrapper{width:100%;display:flex;gap:1em;flex-wrap:wrap;flex-direction:row}}#image-gallery-container{padding-top:1em;width:70%;height:80%;display:flex;flex-direction:column;gap:1em;-webkit-user-select:none;user-select:none}#image-gallery-top{width:100%;height:80%;display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative}#image-gallery-main-container{height:90%;width:100%;display:flex;flex-direction:row;align-items:center;overflow:hidden}.image-gallery-main-image{height:100%;min-width:100%;display:flex;justify-content:center;align-items:center;transition:transform .3s ease}.image-gallery-main-image>img{max-width:90%;max-height:100%;object-fit:contain;pointer-events:none}.image-gallery-top-bttn{position:absolute;width:10%;height:100%;z-index:-3;display:flex;justify-content:center;align-items:center;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,transform .3s ease-in-out,visibility .3s ease-out;background:transparent;border:0;padding:0}.image-gallery-top-bttn>img{width:80%;height:80%}#image-gallery-top-bttn-prev{left:0;transform:rotate(180deg) translate(30px)}#image-gallery-top-bttn-next{right:0;transform:translate(30px)}#image-gallery-top:hover .image-gallery-top-bttn{opacity:1!important;visibility:visible!important;z-index:100}#image-gallery-top:hover #image-gallery-top-bttn-prev{transform:rotate(180deg) translate(0)}#image-gallery-top:hover #image-gallery-top-bttn-next{transform:translate(0)}#image-gallery-bottom-wrap{width:100%;height:20%;position:relative;overflow:hidden}#image-gallery-bottom{height:100%;display:flex;align-items:center;gap:1em;width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;padding-inline:12px;scroll-snap-type:x proximity;scroll-padding-inline:12px}#image-gallery-bottom::-webkit-scrollbar{display:none}#image-gallery-bottom{scrollbar-width:none}@media (max-width: 767px){#image-gallery-container{height:30em;width:100%;padding-top:1em}#image-gallery-bottom-wrap:before,#image-gallery-bottom-wrap:after{content:"";position:absolute;top:0;bottom:0;width:12px;pointer-events:none;z-index:2;background:linear-gradient(to right,#fff,#fff0)}#image-gallery-bottom-wrap:before{left:0}#image-gallery-bottom-wrap:after{right:0;transform:scaleX(-1)}.image-gallery-main-image>img{max-width:100%}}@media (min-width: 768px) and (max-width: 992px){#image-gallery-container{height:32em;width:100%}}.image-square{height:100%;flex:0 0 auto;width:18%;min-width:80px;display:flex;justify-content:center;align-items:center;transition:filter .2s ease-in-out,transform .2s ease-in-out;scroll-snap-align:center;cursor:pointer}.image-square-main{height:90%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.image-square-main img{max-width:100%;max-height:100%;object-fit:contain;pointer-events:none;-webkit-user-drag:none}.image-square--active{filter:brightness(120%);outline:2px solid rgba(0,0,0,.15);border-radius:8px}@media (max-width: 767px){.image-square{min-width:72px}}.basket-item{width:100%;height:10vh;min-width:25em;min-height:5em;background-color:#0000001a;display:flex;flex-direction:row;box-sizing:border-box;padding:5px;gap:10px;border-radius:10px;font-size:1.2em;justify-content:center;align-items:center}.basket-item-img{height:100%;aspect-ratio:1;background-size:contain;background-position:center center;background-repeat:no-repeat}.basket-item-img>img{width:100%;aspect-ratio:1}.basket-item-name{width:25%;height:100%;display:flex;flex-direction:column;justify-content:center;font-size:.75em}.basket-item-options{height:100%;width:15%;display:flex;flex-direction:column;justify-content:center;gap:.1em;font-size:.8em}.basket-item-option{font-size:.9em;color:#434343;display:flex;flex-direction:row;gap:.5em;align-items:center}.basket-item-price{height:100%;width:15%;display:flex;justify-content:center;align-items:center}.basket-item-total-price{height:100%;width:10%;display:flex;justify-content:center;align-items:center}.basket-item-quantity{height:100%;width:10%;min-width:5em;display:flex;flex-direction:row;justify-content:center;align-items:center}.basket-item-quantity>*{font-size:1.2em;font-weight:700;-webkit-user-select:none;user-select:none}.basket-item-amount-bttn{width:20%;height:50%;display:flex;justify-content:center;align-items:center;border:1px solid rgba(0,0,0,.3);box-sizing:border-box;cursor:pointer;transition:all .3s ease-in-out}.basket-item-amount-bttn:hover{background-color:#0000001a}#basket-item-amount-substract-bttn{border-right:none}#baskt-item-amount-add-bttn{border-left:none}#basket-item-amount-input{width:60%;height:50%;background-color:transparent;border:1px solid rgba(0,0,0,.3);box-sizing:border-box;text-align:center}#basket-item-amount-input:focus{outline:none}#basket-item-amount-input::-webkit-outer-spin-button,#basket-item-amount-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.basket-item-remove-bttn{height:70%;aspect-ratio:1;background-position:center center;background-repeat:no-repeat;cursor:pointer;border-radius:10px;transition:all .3s ease-in-out;display:flex;justify-content:center;align-items:center}.basket-item-remove-bttn>img{width:50%;height:50%}.basket-item-remove-bttn:hover{background-color:#0000001a}.basket-item-top{width:100%;height:60%;display:flex;flex-direction:row;justify-content:space-between}.basket-item-bottom{width:100%;height:40%;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.basket-item-labels{width:100%;height:30%;display:flex;flex-direction:row;justify-content:space-around;align-items:center}.basket-item-values{height:70%;width:100%;display:flex;flex-direction:row;justify-content:space-around;align-items:center}.basket-item-variants{width:100%;display:flex;flex-direction:column}.basket-item-variant{font-size:.7em;color:#434343}.basket-item-color{width:2em;height:1em;box-shadow:0 0 10px 1px #42445a73;border-radius:5px}@media (min-width:1280px) and (max-width:1600px){.basket-item{height:15vh}}@media (min-width: 769px) and (max-width:1279px){.basket-item{font-size:13px}.basket-item-remove-bttn{height:40%}.basket-item-quantity{min-width:3em;height:70%}}@media (max-width:768px){.basket-item-total-price{width:25%!important}.basket-item{flex-direction:column;align-items:center;justify-content:flex-start;height:40vh;min-width:10em;min-height:10em;width:100%}.basket-item-price{width:10%}.basket-item-total-price{width:20%}.basket-item-quantity{height:100%;font-size:.9em}.basket-item-img{border-radius:10px;width:40%}.basket-item{gap:.5em}.basket-item-name-container{width:45%;font-size:1em;height:100%;display:flex;padding:.5em;flex-direction:column}.basket-item-name{font-size:1em;width:100%;height:60%}.basket-item-price{width:20%}.basket-item-remove-bttn{height:30%}}#recommended-items-bar{width:100%;display:flex;flex-direction:row;align-items:center;padding:4px 0}#recommended-items-mover{display:block;width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-x pinch-zoom;overscroll-behavior-inline:contain;cursor:grab;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;scrollbar-width:none}#recommended-items-mover::-webkit-scrollbar{display:none}#recommended-items-mover.dragging{cursor:grabbing}.recommended-items-track{display:flex;flex-direction:row;gap:1rem;padding:2px}#recommended-items-mover img{pointer-events:none;display:block}@media (max-width: 992px){#recommended-items-bar{padding:2px 0!important}}.recommended-item{flex:0 0 auto;width:clamp(140px,42vw,220px);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:8px}.recommended-item-image-container{width:100%;aspect-ratio:1}.recommended-item-image-container>img{width:100%;height:100%;aspect-ratio:1;object-fit:contain}.recommended-item-name{font-size:.95rem;text-align:center;line-height:1.25;max-height:2.5em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.recommended-item-discount-price{position:relative;color:#888}.recommended-item-discount-price:after{position:absolute;content:"";width:100%;height:2px;border-radius:10px;left:0;top:50%;background-color:#000;z-index:1}.recommended-item-price-container{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.75em;font-size:1rem}@media (max-width: 992px){.recommended-item{width:clamp(135px,52vw,200px)}}.basket-widget-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background-color:#0000004d;visibility:hidden;overflow:hidden}.basket-widget-shadow{position:absolute;top:0;right:0;bottom:0;left:0;z-index:600;background-color:#0000004d}.basket-widget-visible{visibility:visible!important;animation:shadow .3s linear forwards}.basket-widget-visible .basket-widget-container{transform:translate(0)}.basket-widget-container{position:absolute;top:0;right:0;width:20%;min-width:25em;height:100%;max-height:100dvh;background-color:#fff;box-sizing:border-box;padding:15px;display:flex;flex-direction:column;gap:10px;transform:translate(100%);transition:transform .3s ease-in-out;z-index:1001;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:calc(15px + env(safe-area-inset-bottom))}.basket-widget-header{flex:0 0 auto;display:flex;justify-content:space-between;align-items:center;padding:15px;border-bottom:1px solid rgba(0,0,0,.1)}.basket-widget-header>span{font-size:1.2em;font-weight:700}.close-basket-button{height:3em;min-height:3em;aspect-ratio:1;background-repeat:no-repeat;background-position:center;cursor:pointer;transition:transform .3s ease-in-out;display:flex;justify-content:center;align-items:center}.close-basket-button>img{width:30%;height:30%}.close-basket-button:hover{transform:scale(1.2)}.basket-widget-items{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:5px;padding:15px;border-bottom:1px solid rgba(0,0,0,.1);overflow:auto}.basket-widget-container::-webkit-scrollbar{width:3px}.basket-widget-container::-webkit-scrollbar-track{background:#f1f1f1}.basket-widget-container::-webkit-scrollbar-thumb{background:#000}.basket-widget-container::-webkit-scrollbar-thumb:hover{background:#555}.basket-widget-summary{flex:0 0 auto;display:flex;justify-content:space-between;align-items:center;padding:15px;font-size:1.2em;border-bottom:1px solid rgba(0,0,0,.1)}.basket-widget-summary .label{font-weight:700}.basket-widget-actions{flex:0 0 auto;min-height:10em;padding:15px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;box-sizing:border-box}.basket-button{width:90%;height:40%;border-radius:10px;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:1.1em;cursor:pointer;transition:transform .1s ease-in-out}.basket-button.see-basket,.basket-button.place-order{background-color:#3a0e1b;color:#fff}.place-order-disabled{background-color:#888;cursor:not-allowed;color:#fff}.basket-button:hover{transform:scale(1.05)}@keyframes shadow{0%{background-color:transparent}to{background-color:#0000004d}}@media (max-width: 992px){.basket-widget-container{width:90vw}}.basket-widget-item{height:auto;width:100%;border-bottom:1px solid rgba(0,0,0,.1);display:flex;flex-direction:row;align-items:flex-start;gap:.5em;box-sizing:border-box;padding:5px;position:relative}.basket-widget-item-image{height:3em;aspect-ratio:1;background-size:contain;background-position:center center;background-repeat:no-repeat;align-self:flex-start}.basket-widget-item-data-wrapper{width:50%;box-sizing:border-box;padding:5px;gap:.5em;display:flex;flex-direction:column;justify-content:flex-start}.basket-widget-item-name{font-size:1em;font-weight:700;word-wrap:break-word;white-space:normal}.basket-widget-item-price{display:flex;align-items:center;color:#0009}.basket-widget-item-price-total{height:100%;width:30%;display:flex;align-items:center;justify-content:center}.basket-widget-item-remove-bttn{height:1em;aspect-ratio:1;position:absolute;right:5px;top:5px;background-size:contain;background-position:center center;background-repeat:no-repeat;cursor:pointer;transition:all .3s ease-in-out}.basket-widget-item-remove-bttn:hover{transform:scale(1.1)}.basket-widget-item-details{border-top:1px solid rgba(0,0,0,.3);padding-top:.3em;display:flex;flex-direction:column;color:#0009}.basket-widget-item-detail{display:flex;flex-direction:row;gap:.5em;justify-content:flex-start;align-items:center}.basket-widget-item--color{width:2em;height:1em;box-shadow:0 0 10px 1px #42445a73;border-radius:5px}#basket{width:95%;min-height:60vh;display:flex;flex-direction:row;justify-content:space-around;padding:10px;box-sizing:border-box}#basket-left{height:90%;width:55%}#basket-right{max-height:10em;width:25%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;margin-top:5vh;background-color:#0000001a;padding:5px;box-sizing:border-box;border-radius:10px}#basket-left-top{height:75px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;box-sizing:border-box;padding:15px}#basket-labels-container{width:25%;display:flex;flex-direction:row;align-items:center;gap:10px}#basket-label-1{font-size:1.5em;font-weight:700}#clear-basket-bttn{height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;border-radius:10px;box-sizing:border-box;padding:5px}#clear-basket-bttn:hover{background-color:#0000001a}#clear-basket-image{height:100%;aspect-ratio:1;background-repeat:no-repeat;background-position:center center;display:flex;justify-content:center;align-items:center}#clear-basket-image>img{width:50%;height:50%}#basket-left-items{width:100%;display:flex;flex-direction:column;gap:10px}#basket-sum{height:5vh;width:60%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}#basket-sum-label-2{font-size:1.2em;font-weight:700}#basket-order-bttn,#basket-order-bttn-disabled{width:60%;height:5vh;display:flex;justify-content:center;align-items:center;background-color:#3a0e1b;color:#fff;border-radius:10px;cursor:pointer;font-size:1.1em;text-transform:uppercase;transition:all .3s ease-in-out}#basket-order-bttn:hover{background-color:#812142}#basket-order-bttn-disabled{background-color:#888;color:#fff;cursor:not-allowed}#basket-discount{width:100%;padding:10px;box-sizing:border-box}#basket-discount-label{width:100%;height:5vh;display:flex;justify-content:center;align-items:center;font-size:1.1em;font-weight:700}#basket-discount-input-container{width:100%;display:flex;justify-content:center;align-items:center;gap:15px;flex-direction:row}#basket-discount-input{width:100%;height:2em;border-radius:10px;border:1px solid rgba(0,0,0,.3);background-color:transparent;padding:.5em;box-sizing:border-box;font-size:1.2em}#basket-discount-input-wrapper{width:65%;height:2em;position:relative}#basket-discount-input:focus{outline:none}#basket-activate-discount-bttn{width:30%;height:75%;display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:#000;color:#fff;padding:.5em;box-sizing:border-box;border-radius:10px;transition:all .3s ease-in-out}#basket-activate-discount-bttn:hover{background-color:#000000b3}@media (max-width:768px){#basket{flex-direction:column;width:100%}#basket-left{order:2}#basket-right{order:1}#basket-left,#basket-right{width:100%}#basket-labels-container{width:60%}#basket-order-bttn{margin-bottom:1em}}#account{width:60%;min-height:60vh;height:auto;display:flex;padding:1em}#account-nav{width:25%;min-width:10em;height:auto;border-right:1px solid rgba(0,0,0,.1);box-sizing:border-box;padding:.5em;display:flex;flex-direction:column;gap:1em}#account-nav-labels-container{width:100%;height:7vh;display:flex;flex-direction:column;justify-content:center}#account-nav-label-2{font-size:1.4em;font-weight:700}#account-nav-bttns-wrapper{display:flex;flex-direction:column;gap:1em}.account-nav-bttn,.account-nav-bttn--active{width:100%;height:5vh;display:flex;align-items:center;gap:1em;cursor:pointer;border-radius:5px;transition:all .2s ease-in-out}.account-nav-bttn:hover,.account-nav-bttn--active{background-color:#0000001a}.account-nav-icon{height:100%;aspect-ratio:1;background-repeat:no-repeat;background-position:center center;display:flex;justify-content:center;align-items:center}.account-nav-icon>img{width:75%;height:75%}#account-main{width:75%;height:auto}@media (max-width: 992px){#account{flex-direction:column;width:90%}#account-nav-labels-container{width:100%;border-bottom:1px solid rgba(0,0,0,.1)}#account-nav{flex-direction:column;width:100%;border-right:none;min-height:0}#account-nav-bttns-wrapper{flex-direction:row}.account-nav-bttn,.account-nav-bttn--active{flex-direction:column;height:auto;justify-content:center;align-items:center}.account-nav-label{text-align:center}.account-nav-icon{height:4em}#account-main{width:100%}}#orders{width:100%;min-height:60vh;height:auto;box-sizing:border-box;padding:1em;display:flex;flex-direction:column;gap:2em}#orders-top{width:100%;height:6vh;display:flex;flex-direction:row;align-items:center;gap:1em}#orders-bottom{width:100%;height:auto;display:flex;flex-direction:column;gap:1em}.order-bar{width:100%;height:15vh;display:flex;flex-direction:row;border-radius:15px;box-sizing:border-box;box-shadow:0 0 6px #00000040;cursor:pointer;transition:all .1s ease-in-out}.order-bar:hover{box-shadow:0 0 6px #0006}.order-bar-wrapper{display:flex;flex-direction:column}.order-bar-left{border-radius:15px 0 0 15px;width:40%;height:100%;box-sizing:border-box;padding:1em;background-color:#d8d8d8;display:flex;flex-direction:column;justify-content:space-around}.order-bar-status,.order-bar-price{font-size:1.1em;font-weight:700}.order-bar-id{color:#00000080}.order-bar-right{height:100%;width:70%;background-color:#fff;border-radius:0 15px 15px 0;display:flex;flex-direction:row;align-items:center;gap:4%;padding-left:7.2%;box-sizing:border-box}.order-bar-image-square{width:16%;aspect-ratio:1;background-size:contain;background-position:center center;background-repeat:no-repeat}.order-bar-item-extend{width:16%;aspect-ratio:1;display:flex;justify-content:center;align-items:center;font-size:2em;border:1px solid rgba(0,0,0,.1);border-radius:5px}@media (max-width: 768px){.order-bar-image-square{width:30%}.order-bar-right{gap:3%}.order-bar-item-extend{width:30%}}.order-details{width:100%;height:auto;min-height:60vh;display:flex;flex-direction:column;box-sizing:border-box;padding:1em;gap:1em}.order-details-header{width:100%;height:10vh;display:flex;flex-direction:column}.order-details-id{font-size:1.7em}.order-details-id b{font-size:1.1em;font-weight:700}.order-details-date{font-size:1.2em;color:#00000080}.order-details-section{width:100%;min-height:10vh;height:auto;display:flex;flex-direction:column;gap:1em}.order-details-section-label{font-weight:600;font-size:1.3em}.order-details-box{width:100%;min-height:7vh;display:flex;flex-direction:row;box-sizing:border-box;border:1px solid rgba(0,0,0,.3);border-radius:10px;padding:1em;align-items:center;gap:1em}.order-details-icon{height:7vh;aspect-ratio:1;background-size:contain;background-repeat:no-repeat;background-position:center center}#order-details-payment-box{display:flex;flex-direction:row;min-height:7vh;box-sizing:border-box;padding:1em}#order-details-payment-img{height:7vh;width:7vh;background-size:contain;background-position:center center;background-repeat:no-repeat}#order-details-invoice-box,#order-details-shipping-box{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}#order-details-invoice-box b,#order-details-shipping-box b{font-weight:800}.order-products{width:100%;min-height:25vh}.order-products-label{width:100%;display:flex;box-sizing:border-box;padding-bottom:1em;font-size:1.3em;font-weight:700;border-bottom:1px solid rgba(0,0,0,.2)}.order-products-sumup{width:100%;min-height:10vh;display:flex;flex-direction:column;box-sizing:border-box;padding:1em;justify-content:center;align-items:flex-end}.order-products-sumup-top,.order-products-sumup-bottom{width:40%;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;box-sizing:border-box;padding:1em}.order-products-sumup-top{gap:.5em}.order-products-sumup-bottom{border-top:1px solid rgba(0,0,0,.2)}.order-products-sumup-row{width:100%;display:flex}.order-products-sumup-left,.order-products-sumup-right{width:100%;display:flex;flex-direction:row}.order-products-sumup-left{justify-content:flex-start}.order-products-sumup-right{justify-content:flex-end}.bold{font-weight:600}@media (max-width: 992px){.order-products-sumup-top,.order-products-sumup-bottom{width:80%}.order-products-sumup-row{width:100%}}.product-item{width:100%;min-height:7vh;border-bottom:1px solid rgba(0,0,0,.2);display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:1em;gap:1em}.product-item-img{height:7vh;aspect-ratio:1;background-size:contain;background-repeat:no-repeat;background-position:center center}.product-item-name{width:40%}.product-item-amount{width:15%;margin-right:0;margin-left:auto}.product-item-price{width:20%;margin-right:0}.product-item-name,.product-item-amount,.product-item-price{height:100%;display:flex;align-items:center}.product-item-amount,.product-item-price{justify-content:center}#shipment-details{width:100%;height:100%;min-height:60vh;box-sizing:border-box;padding:1em;display:flex;flex-direction:column;gap:2em}#shipment-details-label-1{width:100%;height:10vh;font-size:2em;font-weight:700}.data-section{width:100%;min-height:25vh;height:auto;display:flex;flex-direction:column;gap:2em}.data-section-top{width:100%}.data-section-label{font-size:1.5em}.data-section-bottom{width:100%;min-height:25vh;height:auto;display:flex;flex-direction:row;flex-wrap:wrap;gap:2em;box-sizing:border-box;padding:.5em}.data-section-add-btn{width:30%;height:20vh;border-radius:5px;border:1px solid rgba(0,0,0,.3);box-sizing:border-box;flex-direction:column;padding:1em;gap:.7em;font-size:.9em;cursor:pointer;transition:all .3s ease-in-out;display:flex;justify-content:center;align-items:center}.data-section-add-btn>img{width:30%;height:30%}.data-section-add-btn:hover>img{width:35%;height:35%}@media (max-width:768px){.data-section-add-btn{width:45%}}.form-container{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;background-color:#fff;gap:1.5em;box-sizing:border-box}.form-top{width:100%;display:flex;justify-content:space-between;align-items:center}.form-label{font-size:1.5em;font-weight:700}.form-close-btn{width:32px;height:32px;background-position:center;background-repeat:no-repeat;cursor:pointer;transition:transform .3s ease-in-out;display:flex;justify-content:center;align-items:center}.form-close-btn>img{width:75%;height:75%}.form-close-btn:hover{transform:scale(1.1)}.form-bottom{width:100%;display:flex;flex-direction:column;gap:1em}.form-input-wrapper{width:100%;position:relative}.form-input{padding:.5em;width:100%;font-size:1em;border-radius:5px;border:1px solid rgba(0,0,0,.3);box-sizing:border-box}.form-input:focus{outline:none;border-color:#999}.form-save-btn{margin-top:1em;width:100%;height:45px;background-color:#3a0e1b;color:#fff;border-radius:5px;display:flex;justify-content:center;align-items:center;font-weight:700;cursor:pointer;transition:background-color .3s ease}.form-save-btn:hover{background-color:#ffc2cd}.data-block{width:30%;min-width:10em;height:20vh;border-radius:5px;border:1px solid rgba(0,0,0,.3);box-sizing:border-box;display:flex;flex-direction:column;padding:1em;gap:.7em;font-size:.9em}.data-block-name{font-weight:700}.data-block-managment{display:flex;flex-direction:row;width:100%;margin-top:auto;height:3vh;align-items:center;justify-content:space-around}.data-block-edit-btn,.data-block-delete-btn{width:40%;display:flex;justify-content:center;align-items:center;border-radius:5px;height:100%;cursor:pointer;font-size:1.1em;padding:.2em;box-sizing:border-box;transition:all .3s ease-in-out}.data-block-edit-btn:hover,.data-block-delete-btn:hover{background-color:#0000001a}.data-block-delete-btn{color:red}@media (max-width: 992px){.data-block{width:45%}}.settings{width:100%;height:auto;padding:1em;box-sizing:border-box;display:flex;flex-direction:column;gap:1em}.settings-title{font-size:2em}.settings-subtitle{font-size:1.5em}.settings-section{display:flex;flex-direction:column;gap:1em}.settings-input{width:100%;height:100%;padding:.5em;font-size:1em;background-color:transparent;border:1px solid rgba(0,0,0,.1);border-radius:5px;box-sizing:border-box}.settings-input-wrapper{width:60%;position:relative}.settings-input:focus{outline:none}.settings-save-button,#newsletter-bttn{width:30%;height:4vh;background-color:#3a0e1b;color:#fff;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out}.settings-save-button:hover,#newsletter-bttn{filter:brightness(1.05)}.settings-box{width:60%;padding:1em;border:1px solid rgba(0,0,0,.1);border-radius:5px;display:flex;flex-direction:column;gap:.5em}.settings-box-top{display:flex;justify-content:space-between;align-items:center;height:4vh;width:100%}.settings-edit-button{width:6vh;height:100%;display:flex;align-items:center;justify-content:center;border-radius:5px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .3s ease-in-out}.settings-edit-button:hover{background-color:#0000001a}.settings-box-bottom{width:100%;display:flex;flex-direction:column;gap:.5em}.settings-email-input,.settings-password-input{width:100%;height:100%;padding:.5em;font-size:1em;border:1px solid rgba(0,0,0,.1);border-radius:5px;box-sizing:border-box}.settings-email-wrapper,.settings-password-wrapper{width:80%;height:4vh;position:relative}.settings-email-input:focus,.settings-password-input:focus{outline:none}.settings-submit-button{width:30%;height:3vh;display:flex;align-items:center;justify-content:center;background-color:#0000001a;border-radius:5px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .3s ease-in-out}.settings-submit-button:hover{background-color:#0003}.newsletter-wrapper{width:100%;height:5vh;display:flex;flex-direction:row;align-items:center;gap:.5em;padding-left:1em}#delete-account-label-1{width:80%;font-size:1em;line-height:1.6}#delete-account-label-1 b{font-weight:700}#delete-account-bttn{width:20%;height:5vh;display:flex;justify-content:center;align-items:center;border-radius:5px;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#0000001a;transition:all .3s ease-in-out}#delete-account-bttn:hover{background-color:#ff4d4d;color:#fff}@media (max-width:768px){.settings-input-wrapper,.settings-box{width:85%}#delete-account-label-1{width:100%}#delete-account-bttn{width:40%}}#page-404{width:100vw;height:100vh;background:linear-gradient(180deg,#d9bfd4,#f1c7d0);display:flex;justify-content:center;align-items:center}#page-404-image-container{background-image:url(/images/404-image.webp);background-size:contain;background-repeat:no-repeat;background-position:center center;width:50%;aspect-ratio:1}@media (max-width:768px){#page-404-image-container{width:100%;height:100%;background-size:90%}}#rules{width:70%;background-color:#fff;box-sizing:border-box;padding:2em;margin:1em;border-radius:15px;overflow-wrap:anywhere;word-break:normal;-webkit-hyphens:auto;hyphens:auto}#rules p,#rules li,#rules a,#rules h1,#rules h2,#rules h3,#rules h4,#rules h5,#rules h6{overflow-wrap:anywhere;word-break:break-word}#rules ul,#rules ol{padding-left:1.25rem}#download-buttons-rules{display:flex;flex-wrap:wrap;gap:1em}#rules .rules-download{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;background-color:#3a0e1b;color:#fff;padding:1em 1.25em;border-radius:15px;cursor:pointer;margin-top:3em}#rules .rules-download:link,#rules .rules-download:visited,#rules .rules-download:hover,#rules .rules-download:active{text-decoration:none;border-bottom:none!important}#rules .rules-download:hover{filter:brightness(1.05)}@media (max-width: 768px){#rules{width:90%;padding:1.25em}#download-buttons-rules{gap:.75em}#rules .rules-download{font-size:.9em;inline-size:100%;justify-content:center}}#rules img,#rules table,#rules pre,#rules code{max-width:100%;overflow-x:auto}#rules a{word-break:break-all}#privacy-policy{width:70%;background-color:#fff;height:auto;box-sizing:border-box;padding:2em;min-height:60vh;margin:1em;border-radius:15px}@media (max-width: 768px){#privacy-policy{width:90%}}#cookies-policy{width:70%;background-color:#fff;height:auto;min-height:60vh;box-sizing:border-box;padding:2em;margin:1em;border-radius:15px}@media (max-width: 768px){#cookies-policy{width:90%}}#notification-container{position:fixed;padding:1em;border-radius:15px;z-index:10000;display:flex;justify-content:center;align-items:center;gap:2em}.notification-on-render{animation:slide-in 2s ease-in-out forwards}.notification-off-render{animation:slide-out 2s ease-in-out forwards}.notification-message{background-color:#28a745;color:#fff}.notification-error{background-color:#dc3545;color:#fff}#notification-icon{height:2em;aspect-ratio:1;background-size:contain;background-repeat:no-repeat;background-position:center center}.notification-icon-message{background-image:url(./public/images/checkmark-icon.webp)}.notification-icon-error{background-image:url(./public/images/close-icon.webp)}@keyframes slide-in{0%{top:-100%;opacity:0}80%{top:0}to{top:1em}}@keyframes slide-out{0%{top:1em}30%{top:1em}to{top:-100%;opacity:0}}#cookie-banner-overlay{width:100%;height:100%;position:fixed;z-index:99999;background-color:#00000080;display:flex;justify-content:center;align-items:center}#cookie-banner{background-color:#fff;z-index:99999;box-shadow:0 2px 6px #00000014,0 6px 16px #3a0e1b40;border-radius:15px;padding:1em;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;overflow-y:auto;position:relative}#cookie-banner-top{height:25%;background-color:#3a0e1b;border-radius:15px 15px 0 0;width:100%;position:absolute;left:0;top:0}#cookie-banner-image{position:absolute;top:.5em;height:150%;aspect-ratio:1!important}#cookie-banner-mid{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}#cookie-banner-bottom{display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:1em}.cookie-banner-bttn{font-size:1em;border-radius:15px;border:1px solid #3A0E1B;padding:.5em 1em;cursor:pointer;transition:all .3s ease-in-out;font-weight:700;box-sizing:border-box}#accept-bttn,#cookies-banner-settings-accept-all-bttn{background-color:#3a0e1b;color:#fff}#accept-bttn:hover,#cookies-banner-settings-accept-all-bttn:hover{background-color:#3a0e1bd9}#configure-bttn,#cookies-banner-settings-save-bttn{color:#3a0e1b}#configure-bttn:hover,#cookies-banner-settings-save-bttn:hover{background-color:#0000000d}#cookies-banner-settings-bttns-container{width:100%;display:flex;flex-direction:row;justify-content:space-around;align-items:center}#cookies-banner-settings>h1{text-align:center}#cookies-banner-settings{gap:1em;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}#cookies-banner-settings::-webkit-scrollbar{width:3px}#cookies-banner-settings::-webkit-scrollbar-track{background:#f1f1f1}#cookies-banner-settings::-webkit-scrollbar-thumb{background:#000}#cookies-banner-settings::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width: 768px){#cookie-banner-image{height:130%;top:1em}.cookie-banner-bttn{display:flex;justify-content:center;align-items:center;text-align:center}#cookie-banner{max-height:90vh;overflow-y:auto;min-height:20em}#cookie-banner-overlay{align-items:center;overflow:hidden}}.cookie-option{width:100%;display:flex;flex-direction:row;gap:1em}.cookie-option-left,.cookie-option-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.cookie-option-text{font-size:.9em}.switch{position:relative;display:inline-block;width:48px;height:26px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#ccc;border-radius:50px;transition:background .3s ease}.slider:before{content:"";position:absolute;height:22px;width:22px;left:3px;background:#fff;border-radius:50%;border:2px solid #3A0E1B;transition:transform .3s ease}.switch input:checked+.slider{background:linear-gradient(90deg,#3a0e1b,#000)}.switch input:checked+.slider:before{transform:translate(22px)}.switch--blocked{cursor:not-allowed}.slider--blocked{background:#e0e0e0!important;opacity:.6}.slider--blocked:before{background:#f5f5f5;border:2px solid #999}.switch--blocked input:checked+.slider--blocked{background:#3a0e1b!important}
