*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100vh;background:rgb(var(--color-base-background));z-index:2000;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-drawer__overlay.is-visible{opacity:1;visibility:visible}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:1px solid rgba(0,0,0,.1)}.cart-drawer__title{font-size:2rem;font-weight:600;margin:0}.cart-drawer__close{width:40px;height:40px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.cart-drawer__close svg{width:24px;height:24px;stroke:currentColor;stroke-width:2}.cart-drawer__content{flex:1;overflow-y:auto;padding:2rem}.cart-drawer__empty{text-align:center;padding:4rem 2rem}.cart-drawer__empty-icon{width:60px;height:60px;margin:0 auto 1.5rem;opacity:.5}.cart-drawer__empty-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.5}.cart-drawer__items{display:flex;flex-direction:column;gap:1.5rem}.cart-drawer__item{display:grid;grid-template-columns:80px 1fr;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.1)}.cart-drawer__item-image{width:80px;height:80px;object-fit:cover;border-radius:8px}.cart-drawer__item-details{display:flex;flex-direction:column;gap:.5rem}.cart-drawer__item-title{font-size:1.4rem;font-weight:600;color:inherit;text-decoration:none}.cart-drawer__item-price{font-size:1.4rem;font-weight:600;color:rgb(var(--color-base-accent))}.cart-drawer__item-quantity{display:flex;align-items:center;gap:.5rem;margin-top:auto}.cart-drawer__item-quantity button{width:28px;height:28px;background:#f0f0f0;border:none;border-radius:4px;cursor:pointer;font-size:1.4rem;display:flex;align-items:center;justify-content:center}.cart-drawer__item-quantity span{min-width:30px;text-align:center;font-size:1.4rem}.cart-drawer__footer{padding:2rem;border-top:1px solid rgba(0,0,0,.1)}.cart-drawer__total{display:flex;justify-content:space-between;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem}.cart-drawer__checkout{width:100%;padding:1.5rem;font-size:1.6rem}.cart-drawer__continue{display:block;text-align:center;margin-top:1rem;font-size:1.4rem;color:inherit;opacity:.8}.loading{display:inline-block;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast{position:fixed;bottom:2rem;right:2rem;padding:1.5rem 2rem;background:rgb(var(--color-base-text));color:rgb(var(--color-base-background));border-radius:8px;font-size:1.4rem;z-index:3000;transform:translateY(100px);opacity:0;transition:transform .3s ease,opacity .3s ease}.toast.is-visible{transform:translateY(0);opacity:1}.product-form{margin-top:2rem}.product-form__variants{margin-bottom:2rem}.product-form__label{display:block;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.product-form__options{display:flex;flex-wrap:wrap;gap:1rem}.product-form__option{position:relative}.product-form__option input{position:absolute;opacity:0;pointer-events:none}.product-form__option label{display:inline-flex;align-items:center;justify-content:center;min-width:50px;padding:.8rem 1.5rem;border:2px solid rgba(0,0,0,.2);border-radius:4px;font-size:1.4rem;cursor:pointer;transition:all .2s ease}.product-form__option input:checked+label{border-color:rgb(var(--color-base-text));background:rgb(var(--color-base-text));color:rgb(var(--color-base-background))}.product-form__quantity{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.product-form__quantity-label{font-size:1.4rem;font-weight:600}.product-form__quantity-selector{display:flex;align-items:center;border:1px solid rgba(0,0,0,.2);border-radius:4px}.product-form__quantity-selector button{width:44px;height:44px;background:none;border:none;cursor:pointer;font-size:1.8rem}.product-form__quantity-selector input{width:60px;height:44px;border:none;text-align:center;font-size:1.6rem;-moz-appearance:textfield}.product-form__quantity-selector input::-webkit-outer-spin-button,.product-form__quantity-selector input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-form__submit{width:100%;padding:1.8rem;font-size:1.8rem}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgb(var(--color-base-background));z-index:1500;transform:translate(-100%);transition:transform .3s ease;padding:2rem}.mobile-menu.is-open{transform:translate(0)}.mobile-menu__header{display:flex;justify-content:flex-end;margin-bottom:3rem}.mobile-menu__close{width:44px;height:44px;background:none;border:none;cursor:pointer}.mobile-menu__close svg{width:24px;height:24px;stroke:currentColor;stroke-width:2}.mobile-menu__nav{list-style:none;padding:0;margin:0}.mobile-menu__nav li{border-bottom:1px solid rgba(0,0,0,.1)}.mobile-menu__nav a{display:block;padding:1.5rem 0;font-size:1.8rem;font-weight:500;color:inherit;text-decoration:none}@media(max-width:768px){.cart-drawer{max-width:100%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .5s ease forwards}.animate-slide-up{animation:slideUp .5s ease forwards}
/*# sourceMappingURL=/cdn/shop/t/3/assets/base.css.map */
