html,body{scroll-behavior:smooth;max-width:3000px;margin:0 auto}html::-webkit-scrollbar,body::-webkit-scrollbar{width:10px;background-color:#dededf}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{background-color:#232627;border-radius:8px}html::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover{background-color:#232627e7}html:has(.mobile.open),body:has(.mobile.open){overflow:hidden}.body{position:relative;background-color:#000;min-height:100vh}.body:has(#checkout) .cart_trigger{display:none}.content ul{list-style:disc;padding-left:2rem}.content ol{list-style:decimal;padding-left:2rem}.loading{background:#eee;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);border-radius:5px;background-size:200% 100%;animation:1.5s shine linear infinite}::-moz-selection{background-color:rgb(var(--color-primary-500) / .3)}::selection{background-color:rgb(var(--color-primary-500) / .3)}html{-webkit-tap-highlight-color:rgba(128,128,128,.5)}hr:not(.divider){display:block;border-top-width:1px;border-style:solid;border-color:rgb(var(--color-surface-300))}.dark hr:not(.divider){border-color:rgb(var(--color-surface-600))}.divider-vertical{margin-left:auto;margin-right:auto;display:inline-block;min-height:10px;border-left-width:1px;border-style:solid;border-color:rgb(var(--color-surface-300))}.dark .divider-vertical{border-color:rgb(var(--color-surface-600))}.content-grid{display:grid;max-width:100vw;grid-template-columns:[full-start] 5% [container-start] 1fr [container-end] 5% [full-end]}@media only screen and (min-width: 1024px){.content-grid{grid-template-columns:[full-start] 7% [container-start] 1fr [container-end] 7% [full-end]}}.middle{width:90%;margin:0 auto}@media only screen and (min-width: 1024px){.middle{margin:auto;width:auto}}.body>*,.content-grid>*{grid-column-start:container-start;grid-column-end:container-end}.body>.content,.content-grid>.content{grid-column-start:container-start;grid-column-end:container-end}.body>.full,.content-grid>.full{grid-column-start:full-start;grid-column-end:full-end}.body>.r-full,.content-grid>.r-full{grid-column-start:container-start;grid-column-end:full-end}@media only screen and (min-width: 1024px){.blocks{grid-template-columns:[block-start] 50% [center-start] 1fr [center-end] 50% [block-end];grid-template-rows:[block-start] 50% [center-start] 1fr [center-end] 50% [block-end]}}.swiper-slide-thumb-active{border:1px solid rgba(0,0,0,.182)}button.next:disabled svg path,button.prev:disabled svg path{stroke:#6c7275!important}.svg-dark path{fill:#6c7275!important}.mobile{left:100%}.mobile.open{left:0}.mobile-full-screen{height:100dvh!important;height:100vh}.sw-slide.swiper-slide-active img,.sw-slide.swiper-slide-active picture,.sw-slide.swiper-slide-active .info{opacity:1}@keyframes shine{to{background-position-x:-200%}}