.cart{padding:2rem 0 4rem}.cart__title{font-size:2rem;font-weight:700;margin-bottom:2rem}.cart__empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 0;text-align:center}.cart__empty-icon{opacity:.5}.cart__empty-text{font-size:1.1rem;color:#777}.cart__continue-btn{display:inline-block;padding:.8rem 2rem;background-color:var(--color-foreground);color:var(--color-background);border-radius:999px;text-decoration:none;font-weight:600;font-size:.95rem;transition:opacity .2s}.cart__continue-btn:hover{opacity:.85}.cart__header{display:grid;grid-template-columns:1fr 140px 100px;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid #ddd;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#999}.cart__header-quantity{text-align:center}.cart__header-total{text-align:right}.cart__items{display:flex;flex-direction:column}.cart__item{display:grid;grid-template-columns:100px 1fr 140px 100px;gap:1rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid #eee}.cart__item-image{width:100px;height:100px;border-radius:10px;overflow:hidden;background:#eeede8;display:block;flex-shrink:0}.cart__item-image img{width:100%;height:100%;object-fit:cover;display:block}.cart__item-details{display:flex;flex-direction:column;gap:.2rem}.cart__item-title{font-weight:600;font-size:.95rem;text-decoration:none;color:var(--color-foreground)}.cart__item-title:hover{text-decoration:underline}.cart__item-variant{font-size:.85rem;color:#888}.cart__item-price{font-size:.9rem;color:#555}.cart__item-remove{font-size:.8rem;color:#999;text-decoration:underline;margin-top:.25rem}.cart__item-remove:hover{color:#c44}.cart__item-quantity{display:flex;justify-content:center}.cart__quantity-controls{display:inline-flex;align-items:center;border:1.5px solid #ddd;border-radius:999px;overflow:hidden}.cart__quantity-btn{width:36px;height:40px;border:none;background:transparent;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;color:var(--color-foreground);transition:background .15s}.cart__quantity-btn:hover{background:#f0f0ea}.cart__quantity-input{width:32px;height:40px;text-align:center;border:none;font-size:.9rem;font-weight:600;background:transparent;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;font-family:inherit}.cart__quantity-input::-webkit-inner-spin-button,.cart__quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart__item-line-total{text-align:right;font-weight:600;font-size:.95rem}.cart__footer{display:flex;justify-content:space-between;align-items:flex-start;padding-top:2rem;gap:2rem}.cart__footer-left{padding-top:.25rem}.cart__continue-link{font-size:.9rem;color:var(--color-foreground);text-decoration:underline;text-underline-offset:3px}.cart__continue-link:hover{opacity:.7}.cart__footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cart__subtotal{display:flex;align-items:center;gap:1rem;font-size:1.1rem}.cart__subtotal-label{font-weight:400;color:#555}.cart__subtotal-price{font-weight:700;font-size:1.25rem}.cart__taxes-note{font-size:.8rem;color:#999;text-align:right}.cart__footer-actions{display:flex;gap:.75rem;margin-top:.5rem}.cart__update-btn{padding:.75rem 1.75rem;border:1.5px solid #ddd;border-radius:999px;background:transparent;font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit;color:var(--color-foreground);transition:border-color .2s}.cart__update-btn:hover{border-color:var(--color-foreground)}.cart__checkout-btn{padding:.75rem 2.5rem;background-color:var(--color-foreground);color:var(--color-background);border:none;border-radius:999px;font-size:.95rem;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .2s}.cart__checkout-btn:hover{opacity:.85}@media(max-width:768px){.cart__header{display:none}.cart__item{grid-template-columns:80px 1fr;grid-template-rows:auto auto;gap:.75rem}.cart__item-image{width:80px;height:80px;grid-row:1 / 3}.cart__item-quantity{justify-content:flex-start}.cart__item-line-total{text-align:left}.cart__footer{flex-direction:column;align-items:stretch}.cart__footer-right{align-items:stretch}.cart__subtotal{justify-content:space-between}.cart__taxes-note{text-align:left}.cart__footer-actions{flex-direction:column}.cart__checkout-btn,.cart__update-btn{width:100%;text-align:center}}.collection-wrapper{width:100%}.collection-header{text-align:center;padding:3rem 0 2rem;max-width:600px;margin:0 auto}.collection-header__title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.collection-header__description{font-size:1rem;line-height:1.6;color:#555}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;background-color:#f0f0ee;border-radius:8px;margin-bottom:1.5rem}.collection-toolbar__filter-toggle{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;font-size:.9rem;font-weight:600;color:var(--color-foreground);padding:.5rem 0;font-family:inherit}.collection-toolbar__filter-count{background:var(--color-foreground);color:var(--color-background);font-size:.75rem;font-weight:600;width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.collection-toolbar__product-count{font-size:.85rem;color:#777}.collection-toolbar__sort{display:flex;align-items:center;gap:.5rem}.collection-toolbar__sort-label{display:none}.collection-toolbar__sort-select{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #ddd;border-radius:20px;padding:.5rem 2rem .5rem 1rem;font-size:.85rem;font-weight:500;cursor:pointer;font-family:inherit;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.collection-filter-panel{display:none;background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:2rem;margin-bottom:1.5rem}.collection-filter-panel[data-open=true]{display:block}.collection-filters{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem}.collection-filter__title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.collection-filter__options{display:flex;flex-direction:column;gap:.5rem}.collection-filter__option{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem}.collection-filter__option input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.collection-filter__checkbox{width:18px;height:18px;border:1.5px solid #ccc;border-radius:3px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background-color .15s,border-color .15s}.collection-filter__option input:checked+.collection-filter__checkbox{background-color:var(--color-foreground);border-color:var(--color-foreground)}.collection-filter__option input:checked+.collection-filter__checkbox:after{content:"";width:10px;height:6px;border-left:2px solid var(--color-background);border-bottom:2px solid var(--color-background);transform:rotate(-45deg) translateY(-1px)}.collection-filter__option input:disabled~.collection-filter__label,.collection-filter__option input:disabled~.collection-filter__count{opacity:.4}.collection-filter__label{flex:1}.collection-filter__count{color:#999;font-size:.8rem}.collection-filter__price-range{display:flex;align-items:center;gap:.5rem}.collection-filter__price-input{display:flex;align-items:center;border:1px solid #ddd;border-radius:6px;padding:.4rem .6rem;flex:1}.collection-filter__price-currency{font-size:.85rem;color:#999;margin-right:.25rem}.collection-filter__price-input input{border:none;outline:none;width:100%;font-size:.85rem;font-family:inherit;background:transparent;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.collection-filter__price-input input::-webkit-inner-spin-button,.collection-filter__price-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.collection-filter__price-separator{color:#999}.collection-filter__actions{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e5e5}.collection-filter__apply{padding:.6rem 1.5rem;background:var(--color-foreground);color:var(--color-background);border:none;border-radius:999px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .2s}.collection-filter__apply:hover{opacity:.85}.collection-filter__clear{font-size:.9rem;color:#777;text-decoration:underline}.collection-filter__clear:hover{color:var(--color-foreground)}.collection-products{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.collection-products__empty{grid-column:1 / -1;text-align:center;padding:3rem;color:#777;font-size:1rem}.collection-product{text-decoration:none;color:var(--color-foreground);display:block;border-radius:8px;overflow:hidden}.collection-product__image-wrapper{overflow:hidden;background-color:#e8e8e8}.collection-product__image{width:100%;height:auto;transition:transform .3s}.collection-product:hover .collection-product__image{transform:scale(1.03)}.collection-product__info{background-color:#fff;padding:.75rem .75rem 1rem}.collection-product__title{font-size:.95rem;font-weight:500;margin-bottom:.125rem}.collection-product__variant{font-size:.85rem;color:#777;margin-bottom:.5rem}.collection-product__bottom{display:flex;justify-content:space-between;align-items:center}.collection-product__swatches{display:flex;gap:.35rem}.collection-product__swatch{width:14px;height:14px;border-radius:50%;border:1px solid #ccc;background-color:#ddd;display:inline-block}.collection-product__price{font-size:.95rem;font-weight:600;margin-left:auto}@media(max-width:768px){.collection-toolbar__product-count{display:none}.collection-filters{grid-template-columns:1fr 1fr}.collection-products{grid-template-columns:repeat(2,1fr);gap:1rem}.collection-header__title{font-size:1.75rem}}@media(max-width:480px){.collection-filters{grid-template-columns:1fr}}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.coming-soon{background-color:var(--coming-soon-bg, #F8F7F5);color:var(--coming-soon-text, #2C2C2C);padding:5rem 1.25rem;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:80vh}.coming-soon__header{max-width:700px;margin-bottom:2rem}.coming-soon__headline{font-size:clamp(2rem,5vw,3.5rem);line-height:1.1;margin-bottom:1.25rem}.coming-soon__subhead{font-size:1.25rem;opacity:.9;line-height:1.6}.coming-soon__subhead strong{color:var(--coming-soon-accent, #000)}.coming-soon__launch-text{max-width:600px;font-size:1.05rem;line-height:1.7;color:#555;margin-bottom:3rem}.coming-soon__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1100px;width:100%;margin-bottom:3.5rem}@media(min-width:750px){.coming-soon__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.coming-soon__card{display:flex;flex-direction:column;align-items:center}.coming-soon__card-image{background:#fff;border-radius:1.25rem;padding:.5rem;width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0000000a;overflow:hidden;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.coming-soon__card:hover .coming-soon__card-image{transform:translateY(-8px) rotate(2deg)}.coming-soon__card-image img,.coming-soon__card-image svg{max-width:100%;height:auto;object-fit:contain;border-radius:.75rem}.coming-soon__card-name{margin-top:1rem;font-weight:600;font-size:1rem;letter-spacing:.02em}.coming-soon__card-color{margin-top:.25rem;font-size:.85rem;color:#232323;letter-spacing:.03em}.coming-soon__newsletter{background:#fff;padding:2.5rem;border-radius:2rem;box-shadow:0 12px 40px #0000000f;max-width:550px;width:100%}.coming-soon__newsletter-heading{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.coming-soon__newsletter-text{font-size:.95rem;color:#666;line-height:1.5}.coming-soon__form-row{display:flex;gap:.75rem;margin-top:1.5rem}.coming-soon__input{flex:1;padding:.9rem 1.5rem;border:2px solid #f0f0f0;border-radius:999px;font-size:1rem;font-family:inherit;outline:none;transition:border-color .3s}.coming-soon__input:focus{border-color:var(--coming-soon-accent, #000)}.coming-soon__submit{padding:.9rem 2rem;background-color:var(--coming-soon-accent, #000);color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;white-space:nowrap;transition:transform .2s,opacity .2s}.coming-soon__submit:hover{opacity:.85}.coming-soon__submit:active{transform:scale(.95)}.coming-soon__form-success{margin-top:1rem;font-size:.9rem;color:#2e7d32;font-weight:500}.coming-soon__form-error{margin-top:1rem;font-size:.9rem;color:#c44}.coming-soon__password{margin-top:3rem;text-align:center}.coming-soon__password-toggle{background:none;border:none;color:#999;font-size:.85rem;font-family:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:3px;transition:color .2s}.coming-soon__password-toggle:hover{color:var(--coming-soon-text, #2C2C2C)}.coming-soon__password-form{margin-top:1rem;max-width:450px;width:100%;margin-left:auto;margin-right:auto}@media(max-width:500px){.coming-soon__form-row{flex-direction:column}.coming-soon__submit{width:100%}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.customer-account{padding:2rem 0 4rem}.customer-account__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.customer-account__title{font-size:2rem;font-weight:700}.customer-account__meta{text-align:right}.customer-account__welcome{font-size:.95rem;color:#555;margin-bottom:.25rem}.customer-account__logout{font-size:.85rem;color:#999;text-decoration:underline;text-underline-offset:3px}.customer-account__logout:hover{color:var(--color-foreground)}.customer-account__layout{display:flex;gap:2.5rem;align-items:flex-start}.customer-account__sidebar{width:240px;flex-shrink:0;position:sticky;top:5rem}.customer-account__nav{display:flex;flex-direction:column;gap:.25rem}.customer-account__nav-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;color:#555;font-family:inherit;text-align:left;transition:background-color .15s,color .15s}.customer-account__nav-item:hover{background-color:#f5f5f3;color:var(--color-foreground)}.customer-account__nav-item.active{background-color:#f0ede6;color:var(--color-foreground);font-weight:600}.customer-account__content{flex:1;min-width:0}.customer-account__panel{display:none}.customer-account__panel.active{display:block}.customer-account__card{border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem;background:#fff}.customer-account__card-heading{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #eee}.customer-account__card-rows{display:flex;flex-direction:column;gap:0}.customer-account__card-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f5f5f3;font-size:.9rem}.customer-account__card-row:last-child{border-bottom:none;padding-bottom:0}.customer-account__card-label{color:#777}.customer-account__card-value{font-weight:500;color:var(--color-foreground)}.customer-account__badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;padding:.35rem .75rem;border-radius:999px}.customer-account__badge--default{background-color:#e8f5e9;color:#2e7d32;margin-bottom:.75rem}.customer-account__badge--subscribed{background-color:#e8f5e9;color:#2e7d32}.customer-account__badge--inactive{background-color:#f5f5f5;color:#999}.customer-account__action-btn{display:inline-block;margin-top:1.25rem;padding:.6rem 1.5rem;background-color:var(--color-foreground);color:var(--color-background);border:none;border-radius:999px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit;text-decoration:none;transition:opacity .2s}.customer-account__action-btn:hover{opacity:.85}.customer-account__action-btn--danger{background-color:transparent;color:#c44;border:1.5px solid #e5c5c5}.customer-account__action-btn--danger:hover{background-color:#fff3f3;opacity:1}.customer-account__address-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.customer-account__address-content{font-size:.9rem;line-height:1.6;color:#555}.customer-account__newsletter{display:flex;flex-direction:column;gap:.75rem}.customer-account__newsletter-status{display:flex;flex-direction:column;gap:.5rem}.customer-account__newsletter-desc{font-size:.9rem;color:#777;line-height:1.5}.customer-account__empty-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;text-align:center;color:#777;font-size:.95rem}.customer-account__orders{display:flex;flex-direction:column;gap:1rem}.customer-account__order-card{display:block;text-decoration:none;color:var(--color-foreground);transition:border-color .2s}.customer-account__order-card:hover{border-color:#bbb}.customer-account__order-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.customer-account__order-name{font-weight:600;font-size:.95rem}.customer-account__order-total{font-weight:700;font-size:.95rem}.customer-account__order-details{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#777;margin-bottom:.75rem}.customer-account__order-dot{color:#ccc}.customer-account__order-items{display:flex;gap:.5rem;padding-top:.75rem;border-top:1px solid #f0f0ee}.customer-account__order-thumb{width:48px;height:48px;border-radius:6px;overflow:hidden;background:#f0ede8}.customer-account__order-thumb img{width:100%;height:100%;object-fit:cover}.customer-account__order-thumb--more{display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:#999}@media(max-width:768px){.customer-account__header{flex-direction:column;gap:.5rem}.customer-account__meta{text-align:left}.customer-account__layout{flex-direction:column;gap:1.5rem}.customer-account__sidebar{width:100%;position:static}.customer-account__nav{flex-direction:row;overflow-x:auto;gap:.5rem;padding-bottom:.5rem}.customer-account__nav-item{white-space:nowrap;padding:.6rem .85rem;font-size:.85rem}.customer-account__nav-item svg{display:none}.customer-account__address-grid{grid-template-columns:1fr}.customer-account__order-details{flex-wrap:wrap}}.customer-addresses{padding:2rem 0 4rem}.customer-addresses__back{display:inline-block;font-size:.85rem;color:#777;text-decoration:none;margin-bottom:1.5rem;transition:color .2s}.customer-addresses__back:hover{color:var(--color-foreground)}.customer-addresses__title{font-size:2rem;font-weight:700;margin-bottom:2rem}.customer-addresses__new{margin-bottom:2.5rem}.customer-addresses__add-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.5rem;background-color:var(--color-foreground);color:var(--color-background);border:none;border-radius:999px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .2s}.customer-addresses__add-btn:hover{opacity:.85}.customer-addresses__form-wrapper{margin-top:1.5rem;border:1px solid #e5e5e5;border-radius:12px;padding:2rem}.customer-addresses__form{display:flex;flex-direction:column;gap:1rem}.customer-addresses__form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.customer-addresses__field{display:flex;flex-direction:column;gap:.3rem}.customer-addresses__field--checkbox{flex-direction:row;align-items:center;gap:.5rem}.customer-addresses__field--checkbox label{font-size:.9rem;color:#555}.customer-addresses__label{font-size:.85rem;font-weight:600;color:#555}.customer-addresses__input{padding:.7rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:.9rem;font-family:inherit;background:transparent;transition:border-color .2s}.customer-addresses__input:focus{outline:none;border-color:var(--color-foreground)}.customer-addresses__select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.customer-addresses__form-actions{display:flex;gap:.75rem;margin-top:.5rem}.customer-addresses__submit-btn{padding:.7rem 1.5rem;background-color:var(--color-foreground);color:var(--color-background);border:none;border-radius:999px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .2s}.customer-addresses__submit-btn:hover{opacity:.85}.customer-addresses__cancel-btn{padding:.7rem 1.5rem;border:1.5px solid #ddd;border-radius:999px;background:transparent;font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit;color:var(--color-foreground);transition:border-color .2s}.customer-addresses__cancel-btn:hover{border-color:var(--color-foreground)}.customer-addresses__list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.customer-addresses__card{border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem;position:relative}.customer-addresses__default-badge{display:inline-block;font-size:.75rem;font-weight:600;background-color:#e8f5e9;color:#2e7d32;padding:.2rem .6rem;border-radius:999px;margin-bottom:.75rem}.customer-addresses__card-content{font-size:.9rem;line-height:1.6;color:#555;margin-bottom:1rem}.customer-addresses__card-actions{display:flex;gap:1rem;padding-top:.75rem;border-top:1px solid #eee}.customer-addresses__edit-link{font-size:.85rem;color:var(--color-foreground);text-decoration:underline;text-underline-offset:3px}.customer-addresses__delete-btn{font-size:.85rem;color:#c44;background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:3px;font-family:inherit;padding:0}.customer-addresses__delete-btn:hover{color:#a33}.customer-addresses__empty{text-align:center;padding:3rem 0;color:#777;font-size:.95rem}@media(max-width:768px){.customer-addresses__form-row,.customer-addresses__list{grid-template-columns:1fr}}.customer-login{display:flex;justify-content:center;padding:3rem 0 5rem}.customer-login__card{width:100%;max-width:420px}.customer-login__title{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.customer-login__field{margin-bottom:1.25rem}.customer-login__label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.4rem;color:#555}.customer-login__input{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:.95rem;font-family:inherit;background:transparent;transition:border-color .2s}.customer-login__input:focus{outline:none;border-color:var(--color-foreground)}.customer-login__submit{width:100%;padding:.8rem;background-color:var(--color-foreground);color:var(--color-background);border:none;border-radius:999px;font-size:.95rem;font-weight:600;cursor:pointer;font-family:inherit;margin-top:.5rem;transition:opacity .2s}.customer-login__submit:hover{opacity:.85}.customer-login__links{display:flex;justify-content:space-between;margin-top:1.25rem}.customer-login__link{font-size:.85rem;color:#777;text-decoration:underline;text-underline-offset:3px}.customer-login__link:hover{color:var(--color-foreground)}.customer-login__recover-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.customer-login__recover-text{font-size:.9rem;color:#777;text-align:center;margin-bottom:1.5rem}.customer-login__back-link{display:block;text-align:center;margin-top:1rem}@media(max-width:768px){.customer-login{padding:2rem 0 3rem}}.customer-order{padding:2rem 0 4rem}.customer-order__back{display:inline-block;font-size:.85rem;color:#777;text-decoration:none;margin-bottom:1.5rem;transition:color .2s}.customer-order__back:hover{color:var(--color-foreground)}.customer-order__header{margin-bottom:2rem}.customer-order__title{font-size:2rem;font-weight:700;margin-bottom:.25rem}.customer-order__date{font-size:.9rem;color:#777}.customer-order__cancelled{background-color:#fff3f3;border:1px solid #f5c6c6;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem;font-size:.9rem;color:#a33}.customer-order__items-header{display:grid;grid-template-columns:1fr 100px 80px 100px;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid #ddd;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#999}.customer-order__col-price,.customer-order__col-quantity,.customer-order__col-total{text-align:right}.customer-order__item{display:grid;grid-template-columns:1fr 100px 80px 100px;gap:1rem;align-items:center;padding:1rem 0;border-bottom:1px solid #eee}.customer-order__item-product{display:flex;gap:1rem;align-items:center}.customer-order__item-image{width:70px;height:70px;border-radius:8px;overflow:hidden;background:#eeede8;flex-shrink:0}.customer-order__item-image img{width:100%;height:100%;object-fit:cover}.customer-order__item-title a{font-weight:600;font-size:.95rem;text-decoration:none;color:var(--color-foreground)}.customer-order__item-title a:hover{text-decoration:underline}.customer-order__item-variant{font-size:.85rem;color:#888}.customer-order__item-sku{font-size:.8rem;color:#999}.customer-order__item-price,.customer-order__item-quantity,.customer-order__item-total{text-align:right;font-size:.9rem}.customer-order__item-total{font-weight:600}.customer-order__summary{max-width:320px;margin-left:auto;margin-top:1.5rem;margin-bottom:2.5rem}.customer-order__summary-row{display:flex;justify-content:space-between;padding:.4rem 0;font-size:.9rem;color:#555}.customer-order__summary-total{border-top:1px solid #ddd;margin-top:.5rem;padding-top:.75rem;font-size:1rem;font-weight:700;color:var(--color-foreground)}.customer-order__addresses{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding-top:2rem;border-top:1px solid #eee}.customer-order__address-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#999;margin-bottom:.75rem}.customer-order__address-content{font-size:.9rem;line-height:1.6;color:#555}@media(max-width:768px){.customer-order__items-header{display:none}.customer-order__item{grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:.25rem 1rem}.customer-order__item-product{grid-column:1 / -1}.customer-order__item-price{text-align:left}.customer-order__item-quantity{text-align:center}.customer-order__item-total{text-align:right}.customer-order__summary{max-width:none}.customer-order__addresses{grid-template-columns:1fr;gap:1.5rem}}.customer-register{display:flex;justify-content:center;padding:3rem 0 5rem}.customer-register__card{width:100%;max-width:420px}.customer-register__title{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.customer-register__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.customer-register__field{margin-bottom:1.25rem}.customer-register__label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.4rem;color:#555}.customer-register__input{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:.95rem;font-family:inherit;background:transparent;transition:border-color .2s}.customer-register__input:focus{outline:none;border-color:var(--color-foreground)}.customer-register__submit{width:100%;padding:.8rem;background-color:var(--color-foreground);color:var(--color-background);border:none;border-radius:999px;font-size:.95rem;font-weight:600;cursor:pointer;font-family:inherit;margin-top:.5rem;transition:opacity .2s}.customer-register__submit:hover{opacity:.85}.customer-register__login-link{text-align:center;margin-top:1.25rem;font-size:.85rem;color:#777}.customer-register__login-link a{color:var(--color-foreground);text-decoration:underline;text-underline-offset:3px;font-weight:600}@media(max-width:768px){.customer-register{padding:2rem 0 3rem}.customer-register__row{grid-template-columns:1fr}}.featured-collection{padding:2rem 0}.featured-collection__heading{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.featured-collection__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.featured-collection__card{text-decoration:none;color:var(--color-foreground);display:block;border-radius:8px;overflow:hidden}.featured-collection__image{overflow:hidden;background-color:#e8e8e8}.featured-collection__image img{width:100%;height:auto;transition:transform .3s}.featured-collection__card:hover .featured-collection__image img{transform:scale(1.03)}.featured-collection__info{background-color:#fff;padding:.75rem .75rem 1rem}.featured-collection__title{font-size:.95rem;font-weight:500;margin-bottom:.25rem}.featured-collection__price{font-size:.9rem;color:#555}@media(max-width:768px){.featured-collection__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.footer{background-color:#222;color:#e0e0e0;padding:2.5rem 0 1.5rem;margin-top:0rem}.footer a{text-decoration:none;color:#e0e0e0}.footer__inner{max-width:min(var(--page-width),calc(100% - var(--page-margin) * 2));margin:0 auto;padding:0 var(--page-margin)}.footer__top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem}.footer__logo{display:inline-flex;align-items:center;margin-bottom:1rem}.footer__logo-image{height:40px;width:auto}.footer__shop-name{font-size:1.25rem;font-weight:700;color:#fff}.footer__description{font-size:.9rem;color:#b0b0b0;line-height:1.6;max-width:500px}.footer__contact{display:flex;flex-direction:column;gap:.75rem}.footer a.footer__email{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#b0b0b0;transition:color .2s}.footer a.footer__email:hover{color:#fff}.footer__email svg,.footer__social svg{flex-shrink:0}.footer a.footer__social{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#b0b0b0;transition:color .2s}.footer a.footer__social:hover{color:#fff}.footer__newsletter{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding-bottom:1.25rem}.footer__newsletter-heading{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.footer__newsletter-description{font-size:.85rem;color:#b0b0b0}.footer__newsletter-form{flex-shrink:0}.footer__newsletter-input-group{display:flex}.footer__newsletter-input{padding:.7rem 1rem;border:1px solid #555;border-right:none;border-radius:999px 0 0 999px;background:#333;color:#fff;font-size:.9rem;width:260px;outline:none;font-family:inherit;transition:border-color .2s}.footer__newsletter-input::placeholder{color:#888}.footer__newsletter-input:focus{border-color:#999}.footer__newsletter-btn{padding:.7rem 1.5rem;border:none;border-radius:0 999px 999px 0;background:#fff;color:#222;font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .2s}.footer__newsletter-btn:hover{opacity:.85}.footer__newsletter-success{margin-top:.5rem;font-size:.85rem;color:#8bc48a}.footer__newsletter-error{margin-top:.5rem;font-size:.85rem;color:#e88}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.25rem;border-top:1px solid #444;font-size:.85rem;color:#888}.footer__legal{display:flex;align-items:center;gap:.5rem}.footer__legal a{color:#aaa;text-decoration:underline!important;transition:color .2s}.footer__legal a:hover{color:#fff}.footer__separator{color:#555}@media(max-width:768px){.footer__top{flex-direction:column}.footer__newsletter{flex-direction:column;text-align:center}.footer__newsletter-input{width:100%;min-width:0}.footer__newsletter-input-group{width:100%}.footer__bottom{flex-direction:column;gap:.75rem;text-align:center}}.header{height:4rem;display:flex;align-items:center;justify-content:space-between;max-width:100%;padding:0 var(--page-margin);background-color:#fff}.header a{text-decoration:none;color:var(--color-foreground)}.header__logo{display:flex;align-items:center}.header__logo-image{height:30px;width:auto}.header__shop-name{font-size:1.25rem;font-weight:700}.header__menu{display:flex;align-items:center;gap:1.5rem}.header__menu-link{font-size:1.125rem;font-weight:700;position:relative}.header__menu-link--has-dropdown{display:flex;align-items:center;gap:.25rem}.header__dropdown{position:relative}.header__dropdown-arrow{width:10px;height:auto;transition:transform .2s}.header__dropdown:hover .header__dropdown-arrow{transform:rotate(180deg)}.header__dropdown-menu{display:none;position:absolute;top:100%;left:0;background:var(--color-background);border:1px solid #e5e5e5;border-radius:4px;padding:.5rem 0;min-width:180px;z-index:100;box-shadow:0 4px 12px #00000014}.header__dropdown:hover .header__dropdown-menu{display:flex;flex-direction:column}.header__dropdown-menu a{padding:.5rem 1rem;white-space:nowrap}.header__dropdown-menu a:hover{background-color:#f5f5f5}.header__right{display:flex;align-items:center;2: .75rem}.header__icons{display:flex;align-items:center;gap:1.25rem}.header__icon{position:relative;display:flex;align-items:center}.header__icon svg{width:1.5rem;height:1.5rem}.header__icon-image{width:1.5rem;height:1.5rem;object-fit:contain}.header__cart-count{position:absolute;top:-6px;right:-8px;background:var(--color-foreground);color:var(--color-background);font-size:.625rem;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.header__burger{display:none;background:none;border:none;cursor:pointer;padding:.25rem;color:var(--color-foreground)}@media(max-width:768px){.header__menu{display:none;position:absolute;top:4rem;left:0;right:0;flex-direction:column;align-items:stretch;background-color:#fff;padding:1rem var(--page-margin);gap:0;border-top:1px solid #e5e5e5;box-shadow:0 4px 12px #00000014;z-index:99}.header__menu.open{display:flex}.header__menu-link{padding:.75rem 0;border-bottom:1px solid #f0f0f0}.header__dropdown{border-bottom:1px solid #f0f0f0}.header__dropdown-menu{position:static;border:none;box-shadow:none;padding:0 0 0 1rem;min-width:auto}.header__dropdown:hover .header__dropdown-menu{display:none}.header__dropdown.open .header__dropdown-menu{display:flex;flex-direction:column}.header__dropdown.open .header__dropdown-arrow{transform:rotate(180deg)}.header__dropdown-menu a{padding:.5rem 0}.header__menu-link--has-dropdown{padding:.75rem 0}.header__burger{display:none}}.hero{padding:3rem 0}.hero__inner{max-width:min(var(--page-width),calc(100% - var(--page-margin) * 2));margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:2rem;padding:0 var(--page-margin)}.hero__heading{font-size:3rem;font-weight:700;line-height:1.15;letter-spacing:-.02em;margin-bottom:1.25rem}.hero__description{font-size:1.25rem;font-weight:500;line-height:1.6;color:#555;margin-bottom:2rem}.hero__button{display:inline-block;background-color:var(--color-foreground);color:var(--color-background);padding:.75rem 2rem;text-decoration:none;font-size:1rem;font-weight:600;border-radius:40px;transition:opacity .2s}.hero__button:hover{opacity:.85}.hero__image-tag{width:100%;height:auto;border-radius:8px}@media(max-width:768px){.hero__inner{grid-template-columns:1fr;text-align:center}.hero__heading{font-size:2rem}.hero__image{order:-1}}.page-section{padding-bottom:3rem}.page-section__header{background-color:#f5f0e8;border-radius:12px;padding:2.5rem 2rem;margin-top:30px;margin-bottom:2rem;text-align:center}.page-section__title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.page-section__updated{font-size:.9rem;color:#888;margin-bottom:.75rem}.page-section__description{font-size:.95rem;color:#555;line-height:1.6}.page-section__layout{display:flex;gap:2.5rem;align-items:flex-start;background-color:#fff;border-radius:12px;padding:2rem}.page-section__sidebar{width:220px;flex-shrink:0;position:sticky;top:5rem}.page-section__toc-heading{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#999;margin-bottom:.75rem}.page-section__toc-nav{display:flex;flex-direction:column;gap:.5rem}.page-section__toc-nav a{font-size:.9rem;color:#555;text-decoration:none;border-left:2px solid transparent;padding:.25rem 0 .25rem .75rem;transition:color .2s,border-color .2s}.page-section__toc-nav a:hover,.page-section__toc-nav a.active{color:var(--color-foreground);border-left-color:var(--color-foreground)}.page-section__content{flex:1;min-width:0;font-size:.95rem;line-height:1.8;color:#444}.page-section__content h2{font-size:1.35rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;color:var(--color-foreground)}.page-section__content h3{font-size:1.1rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:var(--color-foreground)}.page-section__content p{margin-bottom:1rem}.page-section__content ul,.page-section__content ol{margin-bottom:1rem;padding-left:1.5rem}.page-section__content li{margin-bottom:.35rem}.page-section__back-to-top{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;border-radius:50%;background-color:var(--color-foreground);color:var(--color-background);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:50;box-shadow:0 2px 8px #00000026}.page-section__back-to-top.visible{opacity:1;visibility:visible}@media(max-width:768px){.page-section__header{padding:1.5rem 1.25rem}.page-section__title{font-size:1.5rem}.page-section__layout{flex-direction:column}.page-section__sidebar{width:100%;position:static;border-bottom:1px solid #e5e5e5;padding-bottom:1rem;margin-bottom:1rem}}.product{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:2rem 0 3rem;align-items:start}.product__gallery{display:grid;grid-template-columns:100px 1fr;gap:.75rem;position:sticky;top:2rem}.product__thumbnails{display:flex;flex-direction:column;gap:.5rem}.product__thumbnail{width:100px;height:100px;border:2px solid transparent;border-radius:10px;overflow:hidden;cursor:pointer;padding:0;background:#eeede8;transition:border-color .2s}.product__thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.product__thumbnail:hover{border-color:#ccc}.product__thumbnail--active{border-color:var(--color-foreground)}.product__main-image{background-color:#eeede8;border-radius:12px;overflow:hidden}.product__main-image img{width:100%;height:auto;display:block}.product__gallery:not(:has(.product__thumbnails)){grid-template-columns:1fr}.product__info{display:flex;flex-direction:column;gap:.75rem}.product__new-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.9rem;font-weight:600;color:var(--color-foreground)}.product__title{font-size:2.25rem;font-weight:700;line-height:1.15;letter-spacing:-.01em}.product__price{display:flex;align-items:center;gap:.5rem;font-size:1.5rem}.product__price-regular,.product__price-sale{font-weight:700}.product__price-compare{text-decoration:line-through;color:#999;font-size:1.25rem;font-weight:400}.product__discount-badge{background-color:#e8e6f0;color:#333;font-size:.8rem;font-weight:600;padding:.2rem .6rem;border-radius:999px}.product__form{display:flex;flex-direction:column;gap:1rem;margin-top:.75rem}.product__label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.375rem}.product__variant-select{width:100%;padding:.625rem .75rem;border:1px solid #ddd;border-radius:var(--style-border-radius-inputs);font-size:.95rem;-webkit-appearance:auto;appearance:auto;cursor:pointer}.product__actions{display:flex;align-items:center;gap:.75rem}.product__quantity-controls{display:inline-flex;align-items:center;border:1.5px solid #ddd;border-radius:999px;overflow:hidden;flex-shrink:0}.product__quantity-btn{width:44px;height:48px;border:none;background:transparent;cursor:pointer;font-size:1.15rem;display:flex;align-items:center;justify-content:center;color:var(--color-foreground);transition:background .15s}.product__quantity-btn:hover{background:#f0f0ea}.product__quantity-input{width:36px;height:48px;text-align:center;border:none;font-size:1rem;font-weight:600;background:transparent;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;font-family:inherit}.product__quantity-input::-webkit-inner-spin-button,.product__quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product__add-to-cart{flex:1;padding:.9rem 2rem;background-color:var(--color-foreground);color:var(--color-background);border:none;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s;font-family:inherit;letter-spacing:.01em}.product__add-to-cart:hover{opacity:.85}.product__add-to-cart:disabled{opacity:.5;cursor:not-allowed}.product__dynamic-checkout{margin-top:.25rem}.product__accordions{margin-top:1rem}.product__accordion{border-top:1px solid #ddd}.product__accordion:last-child{border-bottom:1px solid #ddd}.product__accordion-header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0;cursor:pointer;font-size:1rem;font-weight:600;list-style:none;-webkit-user-select:none;user-select:none}.product__accordion-header::-webkit-details-marker{display:none}.product__accordion-header::marker{display:none;content:""}.product__accordion-icon{position:relative;width:18px;height:18px;flex-shrink:0}.product__accordion-icon:before,.product__accordion-icon:after{content:"";position:absolute;background-color:var(--color-foreground);transition:transform .25s ease}.product__accordion-icon:before{width:18px;height:2px;top:50%;left:0;transform:translateY(-50%)}.product__accordion-icon:after{width:2px;height:18px;left:50%;top:0;transform:translate(-50%)}.product__accordion[open] .product__accordion-icon:after{transform:translate(-50%) rotate(90deg);opacity:0}.product__accordion-content{padding:0 0 1.25rem;font-size:.925rem;line-height:1.7;color:#555}.product__accordion-content h2,.product__accordion-content h3{color:var(--color-foreground);margin-top:.75rem}@media(max-width:768px){.product{grid-template-columns:1fr;gap:1.5rem;padding:1rem 0 2rem}.product__gallery{position:static;grid-template-columns:72px 1fr;gap:.5rem}.product__thumbnail{width:72px;height:72px}.product__title{font-size:1.5rem}.product__price{font-size:1.25rem}.product__actions{flex-direction:column}.product__quantity-controls{width:100%;justify-content:center}.product__add-to-cart{width:100%}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.trust-badges{display:flex;justify-content:space-around;align-items:center;background-color:#fff;border-radius:12px;padding:2rem 3rem;margin:2rem 0;gap:1.5rem;flex-wrap:wrap}.trust-badges__item{display:flex;align-items:center;gap:.75rem}.trust-badges__icon img{width:48px;height:48px;object-fit:contain}.trust-badges__title{font-weight:700;font-size:.95rem;margin-bottom:.125rem}.trust-badges__description{font-size:.85rem;color:#666}@media(max-width:768px){.trust-badges{flex-direction:column;align-items:flex-start;padding:1.5rem 2rem;gap:1.25rem}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
