@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";
.BottomNav-module__ymrK1W__container{z-index:1000000;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-family:inherit;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.BottomNav-module__ymrK1W__mainBar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#5c6e64ab;border-radius:0;align-items:stretch;height:2.6rem;display:flex;position:relative;overflow:visible}.BottomNav-module__ymrK1W__mainBar:before{content:"";opacity:.04;pointer-events:none;z-index:0;background-image:url(/gifs/noise.gif);background-repeat:repeat;position:absolute;inset:0}.BottomNav-module__ymrK1W__menuWrapper{z-index:1;height:100%;position:relative}.BottomNav-module__ymrK1W__menuButton{color:#2b332f;cursor:pointer;background-color:#f0ede8;justify-content:center;align-items:center;height:100%;padding:0 1.5rem;font-size:.9rem;font-weight:500;transition:background-color .2s;display:flex}.BottomNav-module__ymrK1W__menuButton:hover{background-color:#e5e2db}.BottomNav-module__ymrK1W__dropdown{z-index:1001;width:100%;min-width:180px;box-shadow:none;opacity:1;clip-path:inset(100% 0 0);visibility:hidden;pointer-events:none;background-color:#f0ede8;border-radius:0;margin:0;padding:0 0;list-style:none;transition:clip-path .6s cubic-bezier(.77,0,.175,1),opacity .6s cubic-bezier(.77,0,.175,1),visibility .6s linear;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.BottomNav-module__ymrK1W__dropdownOpen{opacity:1;clip-path:inset(0);visibility:visible;pointer-events:auto;transition:clip-path .6s cubic-bezier(.77,0,.175,1),opacity .6s cubic-bezier(.77,0,.175,1),visibility linear}.BottomNav-module__ymrK1W__dropdownItem{display:block;overflow:hidden}.BottomNav-module__ymrK1W__dropdownLink{color:#2b332f;text-align:center;padding:1rem 1.4rem;font-size:.85rem;font-weight:500;transition:background-color .2s,color .2s,transform .6s cubic-bezier(.77,0,.175,1);display:block;transform:translateY(100%)}.BottomNav-module__ymrK1W__dropdownOpen .BottomNav-module__ymrK1W__dropdownLink{transition:background-color .2s,color .2s,transform 1.1s cubic-bezier(.77,0,.175,1);transform:translate(0,0)}.BottomNav-module__ymrK1W__dropdownLink:hover{color:#000;background-color:#e5e2db}.BottomNav-module__ymrK1W__dropdownItem:not(:last-child) .BottomNav-module__ymrK1W__dropdownLink{border-bottom:1px solid #2b332f14}.BottomNav-module__ymrK1W__dropdownOpen .BottomNav-module__ymrK1W__dropdownItem:first-child .BottomNav-module__ymrK1W__dropdownLink{transition-delay:0s,0s,50ms}.BottomNav-module__ymrK1W__dropdownOpen .BottomNav-module__ymrK1W__dropdownItem:nth-child(2) .BottomNav-module__ymrK1W__dropdownLink{transition-delay:0s,0s,.1s}.BottomNav-module__ymrK1W__dropdownOpen .BottomNav-module__ymrK1W__dropdownItem:nth-child(3) .BottomNav-module__ymrK1W__dropdownLink{transition-delay:0s,0s,.15s}.BottomNav-module__ymrK1W__dropdownOpen .BottomNav-module__ymrK1W__dropdownItem:nth-child(4) .BottomNav-module__ymrK1W__dropdownLink{transition-delay:0s,0s,.2s}.BottomNav-module__ymrK1W__dropdownOpen .BottomNav-module__ymrK1W__dropdownItem:nth-child(5) .BottomNav-module__ymrK1W__dropdownLink{transition-delay:0s,0s,.25s}.BottomNav-module__ymrK1W__dropdownOpen .BottomNav-module__ymrK1W__dropdownItem:nth-child(6) .BottomNav-module__ymrK1W__dropdownLink{transition-delay:0s,0s,.3s}.BottomNav-module__ymrK1W__dropdownItem:nth-child(6) .BottomNav-module__ymrK1W__dropdownLink{transition-delay:0s,0s,0s}.BottomNav-module__ymrK1W__dropdownItem:nth-child(5) .BottomNav-module__ymrK1W__dropdownLink{transition-delay:0s,0s,50ms}.BottomNav-module__ymrK1W__dropdownItem:nth-child(4) .BottomNav-module__ymrK1W__dropdownLink{transition-delay:0s,0s,.1s}.BottomNav-module__ymrK1W__dropdownItem:nth-child(3) .BottomNav-module__ymrK1W__dropdownLink{transition-delay:0s,0s,.15s}.BottomNav-module__ymrK1W__dropdownItem:nth-child(2) .BottomNav-module__ymrK1W__dropdownLink{transition-delay:0s,0s,.2s}.BottomNav-module__ymrK1W__dropdownItem:first-child .BottomNav-module__ymrK1W__dropdownLink{transition-delay:0s,0s,.25s}.BottomNav-module__ymrK1W__actionButton{color:#fff;cursor:pointer;z-index:1;background:0 0;justify-content:center;align-items:center;height:100%;padding:0 .75rem;font-size:.9rem;font-weight:500;transition:background-color .2s,opacity .2s;display:flex;position:relative}.BottomNav-module__ymrK1W__searchButton{cursor:pointer;background-color:#6c8074;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;transition:background-color .2s,transform .2s;display:flex}.BottomNav-module__ymrK1W__searchButton:hover{background-color:#768b7e}.BottomNav-module__ymrK1W__searchButton:active{transform:scale(.95)}.BottomNav-module__ymrK1W__searchIcon{color:#fff;transition:transform .3s}.BottomNav-module__ymrK1W__searchButton:hover .BottomNav-module__ymrK1W__searchIcon{transform:scale(1.15)}.BottomNav-module__ymrK1W__menuWrapper+.BottomNav-module__ymrK1W__actionButton{padding-left:1.5rem}.BottomNav-module__ymrK1W__actionButton:last-child{padding-right:1.5rem}.BottomNav-module__ymrK1W__actionButton:hover{background-color:#ffffff0f}.BottomNav-module__ymrK1W__actionButton:active{opacity:.8}.BottomNav-module__ymrK1W__filterButton{cursor:pointer;background-color:#4d5e55;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;transition:background-color .2s,transform .2s;display:flex}.BottomNav-module__ymrK1W__filterButton:hover{background-color:#4f5f56}.BottomNav-module__ymrK1W__filterButton:active{transform:scale(.95)}.BottomNav-module__ymrK1W__filterButtonActive{background-color:#3b4b42!important}.BottomNav-module__ymrK1W__filterIcon{color:#fff;transition:transform .3s}.BottomNav-module__ymrK1W__filterButton:hover .BottomNav-module__ymrK1W__filterIcon{transform:rotate(15deg)}.BottomNav-module__ymrK1W__cartButton{cursor:pointer;background-color:#4d5e55;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;transition:background-color .2s,transform .2s;display:flex}.BottomNav-module__ymrK1W__cartButton:hover{background-color:#4f5f56}.BottomNav-module__ymrK1W__cartButton:active{transform:scale(.95)}.BottomNav-module__ymrK1W__cartButtonActive{background-color:#3b4b42!important}.BottomNav-module__ymrK1W__cartIcon{color:#fff;transition:transform .3s}.BottomNav-module__ymrK1W__cartButton:hover .BottomNav-module__ymrK1W__cartIcon{transform:scale(1.15)}.BottomNav-module__ymrK1W__soundButton{cursor:pointer;background-color:#4d5e55;border-radius:0;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;transition:background-color .2s,transform .2s;display:flex}.BottomNav-module__ymrK1W__soundButton:hover{background-color:#4f5f56}.BottomNav-module__ymrK1W__soundButton:active{transform:scale(.95)}.BottomNav-module__ymrK1W__soundButtonActive{background-color:#3b4b42!important}.BottomNav-module__ymrK1W__soundIcon{color:#fff;transition:transform .3s}.BottomNav-module__ymrK1W__soundButton:hover .BottomNav-module__ymrK1W__soundIcon{transform:scale(1.15)}.BottomNav-module__ymrK1W__soundButtonActive .BottomNav-module__ymrK1W__soundIcon{animation:2s ease-in-out infinite BottomNav-module__ymrK1W__soundPulse}@keyframes BottomNav-module__ymrK1W__soundPulse{0%,to{opacity:1}50%{opacity:.7}}.BottomNav-module__ymrK1W__dropdownFilter{z-index:1001;width:100%;box-shadow:none;box-sizing:border-box;opacity:1;clip-path:inset(100% 0 0);visibility:hidden;pointer-events:none;background-color:#3b4b42;border-radius:0;margin:0;padding:1.5rem;transition:clip-path .6s cubic-bezier(.77,0,.175,1),opacity .6s cubic-bezier(.77,0,.175,1),visibility .6s linear;position:absolute;bottom:100%;left:0}.BottomNav-module__ymrK1W__dropdownFilterOpen{opacity:1;clip-path:inset(0);visibility:visible;pointer-events:auto;transition:clip-path .6s cubic-bezier(.77,0,.175,1),opacity .6s cubic-bezier(.77,0,.175,1),visibility linear}.BottomNav-module__ymrK1W__dropdownCart{z-index:1001;width:100%;box-shadow:none;box-sizing:border-box;opacity:1;clip-path:inset(100% 0 0);visibility:hidden;pointer-events:none;background-color:#3b4b42;border-radius:0;margin:0;padding:1.5rem;transition:clip-path .6s cubic-bezier(.77,0,.175,1),opacity .6s cubic-bezier(.77,0,.175,1),visibility .6s linear;position:absolute;bottom:100%;left:0}.BottomNav-module__ymrK1W__dropdownCartOpen{opacity:1;clip-path:inset(0);visibility:visible;pointer-events:auto;transition:clip-path .6s cubic-bezier(.77,0,.175,1),opacity .6s cubic-bezier(.77,0,.175,1),visibility linear}.BottomNav-module__ymrK1W__cartMenuInner{color:#f0ede8;flex-direction:column;gap:1.25rem;width:100%;display:flex}.BottomNav-module__ymrK1W__cartTitle{text-transform:uppercase;letter-spacing:.08em;color:#f0ede899;font-size:.75rem;font-weight:600}.BottomNav-module__ymrK1W__cartItems{flex-direction:column;gap:.75rem;width:100%;display:flex}.BottomNav-module__ymrK1W__cartItem{justify-content:space-between;align-items:center;width:100%;font-size:.85rem;display:flex}.BottomNav-module__ymrK1W__cartItemDetails{flex-direction:column;gap:.15rem;display:flex}.BottomNav-module__ymrK1W__cartItemName{color:#f0ede8;font-weight:500}.BottomNav-module__ymrK1W__cartItemMeta{color:#f0ede899;font-size:.7rem}.BottomNav-module__ymrK1W__cartItemPrice{color:#f0ede8;font-size:.85rem;font-weight:600}.BottomNav-module__ymrK1W__cartDivider{background-color:#f0ede826;width:100%;height:1px;margin:.25rem 0}.BottomNav-module__ymrK1W__cartTotalRow{color:#f0ede8cc;justify-content:space-between;align-items:center;width:100%;font-size:.85rem;font-weight:500;display:flex}.BottomNav-module__ymrK1W__cartTotalPrice{color:#f0ede8;font-size:.95rem;font-weight:600}.BottomNav-module__ymrK1W__checkoutButton{color:#2b332f;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;text-align:center;background-color:#f0ede8;border:none;border-radius:0;width:100%;padding:.75rem 1rem;font-size:.85rem;font-weight:600;transition:background-color .2s,transform .2s}.BottomNav-module__ymrK1W__checkoutButton:hover{background-color:#e5e2db}.BottomNav-module__ymrK1W__checkoutButton:active{transform:scale(.98)}.BottomNav-module__ymrK1W__filterMenuInner{color:#f0ede8;flex-direction:column;gap:1.25rem;width:100%;display:flex}.BottomNav-module__ymrK1W__filterSection{flex-direction:column;gap:.5rem;width:100%;display:flex}.BottomNav-module__ymrK1W__filterTitle{text-transform:uppercase;letter-spacing:.08em;color:#f0ede899;font-size:.75rem;font-weight:600}.BottomNav-module__ymrK1W__filterRow{gap:1.5rem;width:100%;display:flex}.BottomNav-module__ymrK1W__filterRow .BottomNav-module__ymrK1W__filterSection{flex:1}.BottomNav-module__ymrK1W__priceBubbleContainer{width:100%;height:1.2rem;position:relative}.BottomNav-module__ymrK1W__priceBubble{color:#4d5e55;white-space:nowrap;pointer-events:none;background-color:#f0ede8;border-radius:2px;padding:.15rem .4rem;font-size:.65rem;font-weight:600;position:absolute;bottom:0;transform:translate(-50%)}.BottomNav-module__ymrK1W__priceBubble:after{content:"";border:4px solid #0000;border-top-color:#f0ede8;border-bottom-width:0;position:absolute;top:100%;left:50%;transform:translate(-50%)}.BottomNav-module__ymrK1W__rangeWrapper{flex-direction:column;gap:.25rem;width:100%;display:flex}.BottomNav-module__ymrK1W__rangeInput{appearance:none;background:#f0ede833;outline:none;width:100%;height:2px;margin:.75rem 0}.BottomNav-module__ymrK1W__rangeInput::-webkit-slider-thumb{appearance:none;cursor:pointer;background-color:#f0ede8;border-radius:50%;width:12px;height:12px;transition:transform .1s}.BottomNav-module__ymrK1W__rangeInput::-webkit-slider-thumb:hover{transform:scale(1.2)}.BottomNav-module__ymrK1W__rangeInput::-moz-range-thumb{cursor:pointer;background-color:#f0ede8;border:none;border-radius:50%;width:12px;height:12px;transition:transform .1s}.BottomNav-module__ymrK1W__rangeInput::-moz-range-thumb:hover{transform:scale(1.2)}.BottomNav-module__ymrK1W__rangeLabels{color:#f0ede8cc;justify-content:space-between;font-size:.7rem;font-weight:500;display:flex}.BottomNav-module__ymrK1W__colorCircles{align-items:center;gap:.5rem;display:flex}.BottomNav-module__ymrK1W__colorCircle{cursor:pointer;border:1px solid #f0ede84d;border-radius:50%;width:1.5rem;height:1.5rem;padding:0;transition:border-color .2s,transform .2s;position:relative}.BottomNav-module__ymrK1W__colorCircle:hover{border-color:#f0ede8cc;transform:scale(1.1)}.BottomNav-module__ymrK1W__colorGreen{background-color:#5c6e64}.BottomNav-module__ymrK1W__colorBlue{background-color:#4b5c68}.BottomNav-module__ymrK1W__colorBlack{background-color:#1a1a1a}.BottomNav-module__ymrK1W__colorBeige{background-color:#d9d4c7}.BottomNav-module__ymrK1W__colorCircleActive{border:2px solid #f0ede8!important}.BottomNav-module__ymrK1W__sizeBoxes{gap:.4rem;display:flex}.BottomNav-module__ymrK1W__sizeBox{color:#f0ede8;cursor:pointer;background-color:#0000;border:1px solid #f0ede84d;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;padding:0;font-size:.75rem;font-weight:500;transition:background-color .2s,border-color .2s,color .2s;display:flex}.BottomNav-module__ymrK1W__sizeBox:hover{background-color:#f0ede81a;border-color:#f0ede8}.BottomNav-module__ymrK1W__sizeBoxActive{color:#4d5e55!important;background-color:#f0ede8!important;border-color:#f0ede8!important}.BottomNav-module__ymrK1W__categoryButtons{scrollbar-width:none;-ms-overflow-style:none;cursor:grab;gap:.5rem;width:100%;padding-bottom:.2rem;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 0% 88%,#0000 100%);mask-image:linear-gradient(90deg,#000 0% 88%,#0000 100%)}.BottomNav-module__ymrK1W__categoryButtons:active{cursor:grabbing}.BottomNav-module__ymrK1W__categoryButtons::-webkit-scrollbar{display:none}.BottomNav-module__ymrK1W__categoryButton{color:#f0ede8;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background-color:#0000;border:1px solid #f0ede84d;flex:none;padding:.4rem 1.2rem;font-size:.8rem;font-weight:500;transition:background-color .2s,border-color .2s,color .2s}.BottomNav-module__ymrK1W__categoryButton:hover{background-color:#f0ede81a;border-color:#f0ede8}.BottomNav-module__ymrK1W__categoryButtonActive{color:#4d5e55!important;background-color:#f0ede8!important;border-color:#f0ede8!important}@media (max-width:768px){.BottomNav-module__ymrK1W__container{bottom:1.5rem}.BottomNav-module__ymrK1W__mainBar{height:2.5rem}.BottomNav-module__ymrK1W__filterButton,.BottomNav-module__ymrK1W__cartButton,.BottomNav-module__ymrK1W__soundButton,.BottomNav-module__ymrK1W__searchButton{width:2.5rem;height:2.5rem}.BottomNav-module__ymrK1W__menuButton{padding:0 1.5rem 0 1rem;font-size:.8rem}.BottomNav-module__ymrK1W__actionButton{padding:0 .5rem;font-size:.8rem}.BottomNav-module__ymrK1W__menuWrapper+.BottomNav-module__ymrK1W__actionButton{padding-left:1rem}.BottomNav-module__ymrK1W__actionButton:last-child{padding-right:1rem}.BottomNav-module__ymrK1W__rangeInput::-webkit-slider-thumb{background-clip:content-box!important;border:12px solid #0000!important;border-radius:50%!important;width:36px!important;height:36px!important}.BottomNav-module__ymrK1W__rangeInput::-moz-range-thumb{background-clip:content-box!important;border:12px solid #0000!important;border-radius:50%!important;width:36px!important;height:36px!important}}.BottomNav-module__ymrK1W__cartButton{position:relative}.BottomNav-module__ymrK1W__cartBadge{color:#fff;background-color:#6c8074;border:1.5px solid #4d5e55;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px;box-shadow:0 2px 4px #00000026}.BottomNav-module__ymrK1W__emptyCart{color:#f0ede899;text-align:center;padding:2rem 0;font-size:.85rem;font-style:italic}.BottomNav-module__ymrK1W__removeItemBtn{cursor:pointer;text-align:left;margin-top:.35rem;transition:color .2s;display:block;color:#f0ede880!important;background:0 0!important;border:none!important;width:fit-content!important;padding:0!important;font-size:.7rem!important;text-decoration:underline!important}.BottomNav-module__ymrK1W__removeItemBtn:hover{color:#fff!important}.BottomNav-module__ymrK1W__checkoutButton:disabled{color:#f0ede84d!important;cursor:not-allowed!important;background-color:#f0ede81a!important;border-color:#0000!important}.BottomNav-module__ymrK1W__buttonWrapper{opacity:1;justify-content:center;align-items:center;max-width:80px;margin-left:0;transition:max-width .45s cubic-bezier(.25,1,.5,1),margin-left .45s cubic-bezier(.25,1,.5,1),opacity .3s;display:flex;overflow:hidden}.BottomNav-module__ymrK1W__cartWrapper{overflow:visible}.BottomNav-module__ymrK1W__buttonWrapperHidden{opacity:0;pointer-events:none;max-width:0;margin-left:-.5rem!important}.BottomNav-module__ymrK1W__filterWrapper{transition-delay:0s}.BottomNav-module__ymrK1W__searchWrapper{transition-delay:.1s}.BottomNav-module__ymrK1W__cartWrapper{transition-delay:.2s}.BottomNav-module__ymrK1W__buttonWrapperHidden.BottomNav-module__ymrK1W__cartWrapper{transition-delay:0s}.BottomNav-module__ymrK1W__buttonWrapperHidden.BottomNav-module__ymrK1W__searchWrapper{transition-delay:.15s}.BottomNav-module__ymrK1W__buttonWrapperHidden.BottomNav-module__ymrK1W__filterWrapper{transition-delay:.3s}.BottomNav-module__ymrK1W__filterActions{gap:.5rem;margin-top:.25rem;display:flex}.BottomNav-module__ymrK1W__filterApplyBtn{color:#f0ede8;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;background-color:#f0ede826;border:1px solid #f0ede84d;flex:1;padding:.6rem 1rem;font-size:.75rem;font-weight:600;transition:background-color .2s,border-color .2s}.BottomNav-module__ymrK1W__filterApplyBtn:hover{background-color:#f0ede838;border-color:#f0ede899}.BottomNav-module__ymrK1W__filterApplyBtnActive{color:#2b332f!important;background-color:#f0ede8!important;border-color:#f0ede8!important}.BottomNav-module__ymrK1W__filterClearBtn{color:#f0ede88c;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;background-color:#0000;border:1px solid #f0ede833;padding:.6rem .9rem;font-size:.75rem;font-weight:500;transition:color .2s,border-color .2s}.BottomNav-module__ymrK1W__filterClearBtn:hover{color:#f0ede8;border-color:#f0ede880}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-text:#f0ede8;--color-bg:#fff;--color-link:#f0ede8;--color-link-hover:#fff;--page-padding:1.5rem;--overlay-opacity:0}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-bg);max-width:100vw;height:100%;color:var(--color-text);font-family:Inter,ui-sans-serif,system-ui,sans-serif;overflow:hidden}body{width:100%;height:100%;margin:0;position:fixed;top:0;left:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font:inherit;color:inherit;background:0 0;border:none}.main-wrapper{width:100vw;height:100vh;position:relative}.line,.char{will-change:transform;display:inline-block;transform:translateY(100%)}.cross{z-index:99999;pointer-events:none;transform-origin:50%;color:#2b332f;white-space:nowrap;background-color:#f0ede8;border-radius:0;justify-content:center;align-items:center;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;display:flex;position:fixed;top:0;left:0;transform:scale(0)}@media (max-width:768px){.cross{display:none!important}}.logo-container{z-index:4;cursor:pointer;transition:transform .3s cubic-bezier(.25,1,.5,1),opacity .2s;position:fixed;top:2rem;left:50%;transform:translate(-50%)}.logo-container:hover{opacity:.8;transform:translate(-50%)scale(1.05)}.logo-container:active{transform:translate(-50%)scale(.95)}.logo{width:auto;height:2.8rem;display:block}@media (max-width:768px){.logo-container{top:1.2rem}.logo{height:2.2rem}}.main-wrapper:after{content:"";opacity:.22;pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:inset 0 0 220px #28342de6,inset 0 0 80px #323e3799}[data-product-card]{opacity:0;transform-origin:50%;transform:scale(.5)}.transition-overlay{background-color:var(--color-bg);z-index:999999;transform-origin:0;will-change:transform;width:100vw;height:100vh;position:fixed;top:0;left:0}.transition-overlay.initial-hidden{pointer-events:none;transform:scaleX(0)}.transition-overlay.initial-visible{pointer-events:auto;transform:scaleX(1)}.transition-overlay:after{content:"";opacity:.22;pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:inset 0 0 220px #28342de6,inset 0 0 80px #323e3799}
