.QuantitySelector_container__wPC7I{display:flex;align-items:center;gap:.5rem}@media (min-width:640px){.QuantitySelector_container__wPC7I{gap:1.3rem}}.QuantitySelector_button__fChub{width:3rem;height:3rem;border-radius:33%;border:none;background-color:var(--sohoLights);color:var(--ice,#f0ffff);font-size:1.75rem;font-weight:700;cursor:pointer;transition:opacity .2s;display:flex;align-items:center;justify-content:center}@media (min-width:640px){.QuantitySelector_button__fChub{width:4.2rem;height:4.2rem;font-size:2.5rem}}.QuantitySelector_button__fChub:hover:not(:disabled){opacity:.8}.QuantitySelector_button__fChub:disabled{opacity:.5;cursor:not-allowed}.QuantitySelector_incrementButton__lPKzH{color:var(--siphon)}.QuantitySelector_value__V9U_a{min-width:1.5rem;font-size:2rem;font-weight:500;text-align:center;color:var(--ice,#f0ffff)}@media (min-width:640px){.QuantitySelector_value__V9U_a{min-width:2.5rem;font-size:3.4rem}}.ProductCard_card__3OV_h{background-color:white;border-radius:1.5rem;padding:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}.ProductSpecs_container__GQ_lp{margin-top:.7rem}.ProductSpecs_title__FYkQ3{font-size:2rem;font-weight:500;margin-bottom:0;color:var(--ice)}@media (min-width:640px){.ProductSpecs_title__FYkQ3{font-size:3.2rem}}.ProductSpecs_table__H8Inm{margin-top:1.5rem;width:100%;border-collapse:collapse;font-size:.9rem;font-weight:100;color:var(--ice)}@media (min-width:640px){.ProductSpecs_table__H8Inm{margin-top:3.3rem;font-size:1.9rem}}.ProductSpecs_label__OscGO{padding:0 0 1rem;width:50%;vertical-align:top}@media (min-width:640px){.ProductSpecs_label__OscGO{padding:0 0 3.7rem}}.ProductSpecs_value__v0HE1{padding:0 0 1rem;text-align:left;vertical-align:top}@media (min-width:640px){.ProductSpecs_value__v0HE1{padding:0 0 3.7rem}}.Button_button__jGhAB{padding:1.6rem 2.5rem;border:none;border-radius:1.2rem;font-size:2.1rem;font-weight:500;cursor:pointer;transition:opacity .2s;width:100%}@media (min-width:768px){.Button_button__jGhAB{padding:2.6rem}}@media (min-width:1200px){.Button_button__jGhAB{padding:2.4rem 1.6rem}}.Button_button__jGhAB:hover:not(:disabled){color:rgb(16,0,48);background-color:rgb(250,152,255)}.Button_button__jGhAB:disabled{opacity:.5;cursor:not-allowed}.Button_primary__iP_U2{background-color:var(--sohoLights,#f050f8);color:var(--siphon)}.Button_secondary__Clbzc{background-color:transparent;color:var(--sohoLights,#f050f8);border:2px solid var(--sohoLights,#f050f8)}.LoadingSpinner_container__isSPl{display:flex;justify-content:center;align-items:center;min-height:50vh}.LoadingSpinner_spinner__s9kIz{width:3rem;height:3rem;border:4px solid var(--purpleHaze,#a49fc8);border-top-color:var(--sohoLights,#f050f8);border-radius:50%;animation:LoadingSpinner_spin__DrUqJ 1s linear infinite}@keyframes LoadingSpinner_spin__DrUqJ{to{transform:rotate(1turn)}}.CartPopover_overlay__zT349{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:999}.CartPopover_popover__MOMVR{position:fixed;top:80px;right:1rem;width:90%;max-width:400px;background-color:var(--siphon);border:2px solid var(--plum);border-radius:var(--radius-md);box-shadow:0 8px 24px rgba(0,0,0,.4);z-index:1000;display:flex;flex-direction:column;max-height:calc(100vh - 100px)}@media (min-width:640px){.CartPopover_popover__MOMVR{right:2rem}}.CartPopover_header__0TP8D{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--plum)}.CartPopover_header__0TP8D h2{font-size:1.8rem;font-weight:500;color:var(--ice);margin:0}.CartPopover_closeButton__5MSW_{background:none;border:none;color:var(--ice);font-size:2.5rem;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;line-height:1;transition:color .2s}.CartPopover_closeButton__5MSW_:hover{color:var(--sohoLights)}.CartPopover_emptyCart__Rg9Kn{padding:3rem 1.5rem;text-align:center}.CartPopover_emptyCart__Rg9Kn p{color:var(--purpleHaze);font-size:1.5rem}.CartPopover_items__nHgOf{flex:1 1;overflow-y:auto;overflow-x:hidden;padding:1rem}.CartPopover_item__qbzx7{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background-color:var(--hemocyanin);border-radius:var(--radius-sm);margin-bottom:1rem}.CartPopover_itemTop___WwJk{display:flex;gap:.75rem;align-items:flex-start}.CartPopover_itemImage__1zuO5{width:50px;height:50px;object-fit:cover;border-radius:var(--radius-sm);background-color:var(--ice);flex-shrink:0}.CartPopover_itemDetails__udVCL{flex:1 1;min-width:0}.CartPopover_itemName__oSkvs{font-size:1.2rem;font-weight:500;color:var(--ice);margin:0 0 .25rem;word-wrap:break-word}.CartPopover_itemPrice__svop1{font-size:1.1rem;color:var(--sohoLights);margin:0}.CartPopover_itemActions___UtfH{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.CartPopover_removeButton__XrqjY{background:none;border:none;color:var(--purpleHaze);font-size:1rem;cursor:pointer;padding:.25rem .5rem;text-decoration:underline;transition:color .2s}.CartPopover_removeButton__XrqjY:hover{color:var(--sohoLights)}.CartPopover_footer__uzGb_{padding:1.5rem;border-top:1px solid var(--plum)}.CartPopover_total__woPun{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.6rem;color:var(--ice)}.CartPopover_totalPrice__rBtty{font-weight:500;font-size:2rem;color:var(--sohoLights)}.CartPopover_popover__MOMVR .CartPopover_checkoutButton__jm6uV{padding:1.2rem 1.5rem!important;font-size:1.6rem!important}.product_container__2EOE1{min-height:100vh;display:flex;flex-direction:column}.product_header__U0sI0{background-color:var(--siphon);padding:1rem;width:100%}.product_headerContent__IzaEr{max-width:48rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 1rem}@media (min-width:640px){.product_header__U0sI0{padding:1.5rem 0}}@media (min-width:768px){.product_headerContent__IzaEr{max-width:52rem;padding:0 2rem}}@media (min-width:1024px){.product_headerContent__IzaEr{max-width:60rem}}.product_logo__84cXq{width:auto;height:32px;image-rendering:-webkit-optimize-contrast;image-rendering:smooth}@media (min-width:640px){.product_logo__84cXq{height:44.66px}}.product_basket__3DXym{position:relative;display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:0;transition:opacity .2s}.product_basket__3DXym:hover{opacity:.8}.product_basketIcon__2_upN{width:3rem;height:3rem}.product_basketCount__C9L4v{position:absolute;top:-.5rem;right:-.5rem;background-color:var(--sohoLights);color:var(--ice);border-radius:50%;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700}.product_main__x5cf9{flex:1 1;padding:1rem 0;width:100%}@media (min-width:640px){.product_main__x5cf9{padding:2rem 0}}@media (min-width:1024px){.product_main__x5cf9{padding:3rem 0}}.product_contentWrapper__GVoHx{max-width:48rem;margin:0 auto;width:100%;padding:0 1rem}@media (min-width:768px){.product_contentWrapper__GVoHx{max-width:52rem;padding:0 2rem}}@media (min-width:1024px){.product_contentWrapper__GVoHx{max-width:60rem;padding:0 2rem}}.product_productImage__Gc7zV{display:flex;justify-content:center;align-items:center;padding:0}.product_productImage__Gc7zV img{max-width:100%;height:auto;object-fit:contain}@media (min-width:1024px){.product_productImage__Gc7zV{padding:1rem}}.product_productInfo__V7ccU{margin-top:2.4rem}.product_title__qCB6c{font-size:2rem;font-weight:500;color:var(--ice);margin-bottom:1.5rem;line-height:1.6}@media (min-width:640px){.product_title__qCB6c{font-size:4.5rem;margin-bottom:.8rem}}.product_subtitle__vJSBl{font-size:1.125rem;font-weight:500;color:var(--purpleHaze);margin-bottom:2rem}@media (min-width:640px){.product_subtitle__vJSBl{font-size:2.2rem;margin-bottom:2.8rem}}.product_priceSection__npKzN{background-color:var(--siphon);display:flex;flex-direction:row;gap:.5rem;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem}@media (min-width:640px){.product_priceSection__npKzN{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:2rem}}.product_price__gL1T_{font-size:2.5rem;font-weight:500;color:var(--ice)}@media (min-width:640px){.product_price__gL1T_{font-size:3.5rem}}.product_quantitySection__vZhVQ{background-color:var(--siphon);display:flex;flex-direction:column;align-items:center;gap:1rem}.product_qtyLabel__PqwhO{color:var(--ice);font-weight:100;font-size:1.125rem}@media (min-width:640px){.product_qtyLabel__PqwhO{font-size:1.4rem}}.product_descriptionSection__Ol_z9{background-color:var(--hemocyanin);padding:2rem 0 1rem;width:100%}@media (min-width:640px){.product_descriptionSection__Ol_z9{padding:3rem 0 2rem}}@media (min-width:1024px){.product_descriptionSection__Ol_z9{padding:4rem 0 3rem}}.product_descriptionSection__Ol_z9 h2{font-size:2rem;font-weight:500;color:var(--ice);margin-bottom:2rem}@media (min-width:640px){.product_descriptionSection__Ol_z9 h2{font-size:3.2rem;margin-bottom:3.2rem}}.product_descriptionSection__Ol_z9 p{color:var(--ice);font-size:1rem;line-height:1.6}@media (min-width:640px){.product_descriptionSection__Ol_z9 p{font-size:1.9rem;line-height:1.9}}.product_specsSection__qW9W3{background-color:var(--siphon);padding:2rem 0;width:100%}@media (min-width:640px){.product_specsSection__qW9W3{padding:3rem 0}}@media (min-width:1024px){.product_specsSection__qW9W3{padding:4rem 0}}.product_footer__OKutA{padding:1.5rem 0;text-align:left;font-size:.65rem;font-weight:100;line-height:1.7;color:var(--purpleHaze);background-color:var(--hemocyanin);width:100%}.product_footer__OKutA p{margin:0}@media (min-width:640px){.product_footer__OKutA{padding:2rem 0;font-size:1.3rem}}.product_error__R8Mtl{display:flex;justify-content:center;align-items:center;min-height:50vh;color:var(--sohoLights);font-size:1.25rem}