:root{--c-border:#e5e7eb;--c-muted:#6b7280;--c-accent:#d32f2f}.cart-page{padding:1rem;max-width:1200px;margin:0 auto}.cart-title{font-size:1.75rem;margin:0 0 1rem}.cart-layout{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 992px){.cart-layout{grid-template-columns:2fr 1fr;gap:2rem}}.cart-empty{text-align:center;padding:3rem 1rem}.cart-empty h1{margin-bottom:.5rem}.btn{border:none;border-radius:.5rem;padding:.8rem 1.1rem;cursor:pointer;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-height:44px}.btn-primary{background:var(--c-accent);color:#fff}.btn-outline{background:#fff;color:#111827;border:2px solid var(--c-border)}.cart-items{display:grid;gap:1rem}.cart-item{display:grid;grid-template-columns:96px 1fr;gap:.75rem;border:1px solid var(--c-border);border-radius:.5rem;padding:.75rem}.cart-item__media{display:block;border-radius:.5rem;overflow:hidden;background:#fafafa;align-self:start}.cart-item__img{width:100%;height:auto;display:block}.cart-item__info{display:flex;flex-direction:column;gap:.5rem}.cart-item__title{font-weight:700;color:#111827;text-decoration:none}.cart-item__title:hover{color:var(--c-accent)}.cart-item__variant,.cart-item__plan{color:var(--c-muted);font-size:.9rem}.cart-item__mobile-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.cart-item__price{font-weight:600}.cart-item__remove{color:#b91c1c;text-decoration:none;font-size:.9rem}.cart-item__controls{display:flex;align-items:center;justify-content:space-between;gap:1rem}.qty{display:inline-flex;align-items:center;border:1px solid var(--c-border);border-radius:.5rem}.qty__btn{background:#fff;border:none;width:40px;height:40px;font-size:1.1rem;cursor:pointer}.qty__input{width:64px;height:40px;border:none;border-left:1px solid var(--c-border);border-right:1px solid var(--c-border);text-align:center;font-size:1rem}.cart-item__total{font-weight:700}.cart-summary{border:1px solid var(--c-border);border-radius:.5rem;padding:1rem;position:sticky;top:6rem;height:fit-content}.summary-title{margin:0 0 .5rem;font-size:1.25rem}.summary-row{display:flex;align-items:center;justify-content:space-between;margin:.25rem 0}.summary-discounts{color:#10b981}.summary-note{color:var(--c-muted);font-size:.9rem;margin:.5rem 0 .75rem}.cart-note summary{cursor:pointer;font-weight:600;margin:.5rem 0}.cart-note textarea,.cart-note__filled textarea{width:100%;border:1px solid var(--c-border);border-radius:.5rem;padding:.6rem .75rem}.summary-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.continue-link{display:inline-block;margin-top:.5rem;color:#111827;text-decoration:none}.continue-link:hover{color:var(--c-accent)}.category-grid{background:#fff;padding:5rem 0}@media (min-width: 768px){.category-grid{padding:6rem 0}}.category-grid__container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.category-grid__container{padding:0 2rem}}.category-grid__header{text-align:center;margin-bottom:3rem;animation:fadeInUp .6s ease-out}.category-grid__title{font-size:2.25rem;font-weight:700;color:var(--color-brand-charcoal, #333);margin-bottom:1rem;line-height:1.2}@media (min-width: 768px){.category-grid__title{font-size:3rem}}.category-grid__subtitle{font-size:1.125rem;color:#6b7280;max-width:700px;margin:0 auto;line-height:1.6}@media (min-width: 768px){.category-grid__subtitle{font-size:1.25rem}}.category-grid__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width: 768px){.category-grid__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.category-grid__grid{grid-template-columns:repeat(3,1fr)}}.category-grid__item{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.category-grid__item:nth-child(1){animation-delay:.1s}.category-grid__item:nth-child(2){animation-delay:.2s}.category-grid__item:nth-child(3){animation-delay:.3s}.category-grid__item:nth-child(4){animation-delay:.4s}.category-grid__item:nth-child(5){animation-delay:.5s}.category-grid__item:nth-child(6){animation-delay:.6s}.category-grid__card{display:block;height:100%;background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;text-decoration:none;padding:2rem;text-align:center;border:2px solid transparent}.category-grid__card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-4px);border-color:var(--color-brand-red, #d32f2f)}.category-grid__icon-wrapper{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;margin:0 auto 1rem;transition:all .3s ease;background:#f3f4f6}.category-grid__card:hover .category-grid__icon-wrapper{transform:scale(1.1);background:#d32f2f1a}.category-grid__image{width:2.5rem;height:2.5rem;border-radius:.375rem;object-fit:cover}.category-grid__icon{width:2rem;height:2rem;color:var(--color-brand-red, #d32f2f)}.category-grid__name{font-size:1.25rem;font-weight:600;color:var(--color-brand-charcoal, #333);margin-bottom:.5rem;transition:color .3s ease}.category-grid__card:hover .category-grid__name{color:var(--color-brand-red, #d32f2f)}.category-grid__description{font-size:.875rem;color:#6b7280;line-height:1.4;margin-bottom:1rem}.category-grid__count{display:inline-flex;align-items:center;padding:.25rem .75rem;background:#f3f4f6;color:#374151;font-size:.75rem;border-radius:1rem;font-weight:500}.category-grid__card:hover .category-grid__count{background:#d32f2f1a;color:var(--color-brand-red, #d32f2f)}.category-grid__placeholder{text-align:center}.category-grid__placeholder-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}@media (min-width: 768px){.category-grid__placeholder-grid{grid-template-columns:repeat(3,1fr)}}.category-grid__placeholder-item{background:#fff;border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 2px 8px #0000000f}.placeholder-icon{width:4rem;height:4rem;border-radius:50%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;margin:0 auto 1rem;animation:loading 1.5s infinite}.placeholder-content{text-align:center}.placeholder-description{height:1rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;border-radius:.25rem;margin-bottom:1rem;animation:loading 1.5s infinite}.placeholder-count{height:.75rem;width:60%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;border-radius:1rem;margin:0 auto;animation:loading 1.5s infinite}.category-grid__placeholder-message{margin-top:2rem;color:#6b7280;font-size:1.125rem}.collection-index{background:var(--color-brand-cream, #f8f4f0);padding:3rem 0 4rem;width:100vw;margin-left:calc(-50vw + 50%)}.collection-index__container{max-width:1200px;margin:0 auto;padding:0 1rem}.collection-index__header{text-align:center;margin-bottom:2rem}.collection-index__title{font-size:2rem;font-weight:800;color:var(--color-brand-charcoal, #333)}.collection-index__subtitle{margin-top:.5rem;color:#6b7280}.collection-index__toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.collection-index__filters{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;flex-wrap:wrap}.text-muted{color:#6b7280}.sort-form{margin-left:auto}.sort-select{padding:.5rem .75rem;border-radius:9999px;border:2px solid #e5e7eb;background:#fff}.collection-index__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media (min-width: 768px){.collection-index__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}@media (min-width: 1024px){.collection-index__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.collection-index__empty{text-align:center;color:#6b7280;padding:3rem 0}.collections-index{background:var(--color-brand-cream, #f8f4f0);padding:2.5rem 0 3.5rem;width:100vw;margin-left:calc(-50vw + 50%)}.collections-index__container{max-width:1200px;margin:0 auto;padding:0 1rem}.collections-index__header{text-align:center;margin-bottom:1.5rem}.collections-index__title{font-size:2rem;font-weight:800;color:var(--color-brand-charcoal, #333)}.collections-index__subtitle{margin-top:.5rem;color:#6b7280}.collections-index__toolbar{margin-top:1rem;display:flex;justify-content:center}.search-inline input{padding:.6rem .9rem;border:2px solid #e5e7eb;border-radius:9999px;background:#fff;min-width:260px}.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: 180px}.collections--full{--collection-card-size: 300px}.collection-card{display:flex;flex-direction:column;width:100%;background:#fff;border-radius:1rem;overflow:hidden;text-decoration:none;border:2px solid transparent;box-shadow:0 2px 8px #0000000f;transition:all .25s ease}.collection-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px #0000001f;border-color:var(--color-brand-red, #d32f2f)}.collection-card__media{aspect-ratio:1;background:#f3f4f6}.collection-card__image{width:100%;height:100%;object-fit:cover}.collection-card__placeholder{width:100%;height:100%;display:grid;place-items:center;color:#9ca3af}.collection-card__content{padding:1rem;text-align:center}.collection-card__title{font-weight:700;color:var(--color-brand-charcoal, #333);margin-bottom:.25rem}.collection-card__desc{color:#6b7280;font-size:.9rem;min-height:2.6em}.collection-card__count{margin-top:.5rem;display:inline-flex;padding:.25rem .6rem;border-radius:9999px;background:#f3f4f6;color:#374151;font-size:.75rem}.contact{padding:2rem 1rem}.contact .container{max-width:1000px;margin:0 auto}.contact h1{font-size:2rem;margin-bottom:.5rem}.contact .muted{color:#6b7280;margin-bottom:1rem}.grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 900px){.grid{grid-template-columns:2fr 1fr}}.field{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.field input,.field textarea{border:1px solid #e5e7eb;border-radius:.5rem;padding:.6rem .75rem;font-size:1rem}.btn.btn-primary{background:#d32f2f;color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.25rem;cursor:pointer}.success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;padding:.5rem .75rem;border-radius:.5rem}.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;padding:.5rem .75rem;border-radius:.5rem}.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}.faq{padding:2rem 1rem}.faq .container{max-width:900px;margin:0 auto}.faq h1{font-size:2rem;margin-bottom:1rem}.faq__item{border:1px solid #e5e7eb;border-radius:.5rem;padding:.75rem 1rem;margin-bottom:.75rem}.faq__question{font-weight:700;cursor:pointer}.faq__answer{color:#374151;margin-top:.5rem;line-height:1.7}.featured-products{background:var(--color-brand-cream, #f8f4f0);padding:5rem 0;width:100vw;margin-left:calc(-50vw + 50%)}@media (min-width: 768px){.featured-products{padding:6rem 0}}.featured-products__container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.featured-products__container{padding:0 2rem}}.featured-products__header{text-align:center;margin-bottom:3rem;animation:fadeInUp .6s ease-out}.featured-products__title{font-size:2.25rem;font-weight:700;color:var(--color-brand-charcoal, #333);margin-bottom:1rem;line-height:1.2}@media (min-width: 768px){.featured-products__title{font-size:3rem}}.featured-products__subtitle{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}@media (min-width: 768px){.featured-products__subtitle{font-size:1.25rem}}.featured-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}@media (min-width: 768px){.featured-products__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (min-width: 1024px){.featured-products__grid{grid-template-columns:repeat(4,1fr)}}.featured-products__item{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.featured-products__item:nth-child(1){animation-delay:.1s}.featured-products__item:nth-child(2){animation-delay:.15s}.featured-products__item:nth-child(3){animation-delay:.2s}.featured-products__item:nth-child(4){animation-delay:.25s}.featured-products__item:nth-child(5){animation-delay:.3s}.featured-products__item:nth-child(6){animation-delay:.35s}.featured-products__item:nth-child(7){animation-delay:.4s}.featured-products__item:nth-child(8){animation-delay:.45s}.featured-products__footer{text-align:center;margin-top:3rem}.featured-products__view-all{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:#fff;color:var(--color-brand-charcoal, #333);text-decoration:none;border-radius:2rem;font-weight:600;transition:all .3s ease;border:2px solid #e0e0e0}.featured-products__view-all:hover{background:var(--color-brand-red, #d32f2f);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #d32f2f4d;border-color:var(--color-brand-red, #d32f2f)}.featured-products__placeholder{text-align:center}.featured-products__placeholder-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}@media (min-width: 768px){.featured-products__placeholder-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (min-width: 1024px){.featured-products__placeholder-grid{grid-template-columns:repeat(4,1fr)}}.featured-products__placeholder-item{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 2px 8px #0000000f}.placeholder-image{width:100%;aspect-ratio:1;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.placeholder-content{padding:1rem}.placeholder-title{height:1.25rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;border-radius:.25rem;margin-bottom:.5rem;animation:loading 1.5s infinite}.placeholder-price{height:1rem;width:60%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;border-radius:.25rem;animation:loading 1.5s infinite}.featured-products__placeholder-message{margin-top:2rem;color:#6b7280;font-size:1.125rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes loading{0%{background-position:-200% 0}to{background-position:200% 0}}.nextjs-footer{background:#fff;border-top:1px solid #e5e7eb;margin-top:auto}.nextjs-footer__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (min-width: 768px){.nextjs-footer__container{padding:0 2rem}}.nextjs-footer__grid{display:grid;grid-template-columns:1fr;gap:2rem;padding:3rem 0 2rem}@media (min-width: 768px){.nextjs-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding:4rem 0 2rem}}.nextjs-footer__section{display:flex;flex-direction:column}.nextjs-footer__company{max-width:none}.nextjs-footer__logo-link{display:inline-flex;align-items:center;text-decoration:none;margin-bottom:1rem}.nextjs-footer__logo-container{display:flex;align-items:center;gap:.5rem}.nextjs-footer__logo-bg{position:relative;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#d32f2f,#ff5722);border-radius:.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #d32f2f33}.nextjs-footer__logo-dots{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.dot{position:absolute;width:3px;height:3px;border-radius:50%}.dot-1{background:gold;top:4px;right:6px}.dot-2{background:#fff;top:8px;right:4px}.dot-3{background:#ffffffb3;bottom:6px;left:6px}.nextjs-footer__logo-text{color:#fff;font-size:1rem;font-weight:700;z-index:1}.nextjs-footer__brand-name{color:#111827;font-size:1.5rem;font-weight:700}.nextjs-footer__description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem;font-size:.875rem}.nextjs-footer__contact{display:flex;flex-direction:column;gap:.75rem}.nextjs-footer__contact-item{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.nextjs-footer__contact-item svg{color:#d32f2f;stroke-width:1.5}.nextjs-footer__title{color:#111827;font-size:.875rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.nextjs-footer__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.nextjs-footer__links li{margin:0}.nextjs-footer__links a{color:#6b7280;text-decoration:none;font-size:.875rem;transition:color .2s ease}.nextjs-footer__links a:hover{color:#d32f2f}.nextjs-footer__newsletter{border-top:1px solid #e5e7eb;padding:2rem 0}.nextjs-footer__newsletter-content{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.nextjs-footer__newsletter-content{flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}}.nextjs-footer__newsletter-info{flex:1}.nextjs-footer__newsletter-title{color:#111827;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.nextjs-footer__newsletter-description{color:#6b7280;font-size:.875rem;line-height:1.6;margin:0}.nextjs-footer__newsletter-form{flex-shrink:0;width:100%;max-width:400px}.nextjs-footer__newsletter-input-group{display:flex;gap:0;border:1px solid #d1d5db;border-radius:.5rem;overflow:hidden;background:#fff}.nextjs-footer__newsletter-input{flex:1;padding:.75rem 1rem;border:none;background:transparent;font-size:.875rem;outline:none}.nextjs-footer__newsletter-input::placeholder{color:#9ca3af}.nextjs-footer__newsletter-button{padding:.75rem 1.5rem;background:#d32f2f;color:#fff;border:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.nextjs-footer__newsletter-button:hover{background:#b71c1c}.nextjs-footer__bottom{border-top:1px solid #e5e7eb;padding:1.5rem 0}.nextjs-footer__bottom-content{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media (min-width: 768px){.nextjs-footer__bottom-content{flex-direction:row;justify-content:space-between;text-align:left}}.nextjs-footer__bottom-left{display:flex;flex-direction:column;gap:.5rem;align-items:center}@media (min-width: 768px){.nextjs-footer__bottom-left{align-items:flex-start}}.nextjs-footer__copyright{color:#6b7280;font-size:.75rem;margin:0}.nextjs-footer__legal{display:flex;gap:1rem;flex-wrap:wrap}.nextjs-footer__legal a{color:#6b7280;text-decoration:none;font-size:.75rem;transition:color .2s ease}.nextjs-footer__legal a:hover{color:#d32f2f}.nextjs-footer__payment{display:flex;flex-direction:column;gap:.5rem;align-items:center}@media (min-width: 768px){.nextjs-footer__payment{align-items:flex-end}}.nextjs-footer__payment-label{color:#6b7280;font-size:.75rem;font-weight:500}.nextjs-footer__payment-icons{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}@media (min-width: 768px){.nextjs-footer__payment-icons{justify-content:flex-end}}.nextjs-footer__payment-icon{height:24px;width:auto;opacity:.6;transition:opacity .2s ease}.nextjs-footer__payment-icon:hover{opacity:1}@media (max-width: 767px){.nextjs-footer__grid{padding:2rem 0 1rem}.nextjs-footer__newsletter{padding:1.5rem 0}.nextjs-footer__newsletter-form{max-width:none}.nextjs-footer__bottom{padding:1rem 0}}.footer{background:#1a1a1a;color:#fff;margin-top:4rem}.footer__container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.footer__container{padding:0 2rem}}.footer__newsletter{background:#111;padding:4rem 0;border-bottom:1px solid #333}@media (min-width: 768px){.footer__newsletter{padding:5rem 0}}.newsletter__content{display:flex;flex-direction:column;gap:2rem;align-items:center;text-align:center}@media (min-width: 768px){.newsletter__content{flex-direction:row;text-align:left;justify-content:space-between}}.newsletter__title{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#fff}.newsletter__icon{color:#d32f2f}.newsletter__description{color:#ccc;font-size:1rem;line-height:1.6;margin:0;max-width:400px}.newsletter__form{display:flex;gap:0;width:100%;max-width:400px}.newsletter__input{flex:1;padding:.75rem 1rem;border:1px solid #333;border-right:none;border-radius:.5rem 0 0 .5rem;background:#222;color:#fff;font-size:1rem}.newsletter__input:focus{outline:none;border-color:#d32f2f}.newsletter__button{padding:.75rem 1.5rem;background:#d32f2f;color:#fff;border:none;border-radius:0 .5rem .5rem 0;font-weight:600;cursor:pointer;transition:background-color .3s}.newsletter__button:hover{background:#b71c1c}.footer__main{padding:4rem 0}@media (min-width: 768px){.footer__main{padding:5rem 0}}.footer__container{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.footer__container{grid-template-columns:2fr 1fr 1fr;gap:3rem}}.footer__section-title{font-size:1.125rem;font-weight:700;margin-bottom:1rem;color:#fff}.footer__links{list-style:none;margin:0;padding:0}.footer__links li{margin-bottom:.75rem}.footer__links a{color:#ccc;text-decoration:none;transition:color .3s}.footer__links a:hover{color:#fff}.footer__company{max-width:none}.footer__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff;margin-bottom:1rem}.footer__logo-image{height:40px;width:auto}.footer__logo-text{font-size:1.5rem;font-weight:700}.footer__description{color:#ccc;line-height:1.6;margin-bottom:1.5rem}.footer__contact{margin-bottom:1.5rem}.footer__contact-item{display:flex;align-items:center;gap:.5rem;color:#ccc;margin-bottom:.5rem}.footer__contact-item svg{color:#d32f2f}.footer__social{display:flex;gap:1rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#333;border-radius:50%;color:#ccc;transition:all .3s}.footer__social-link:hover{background:#d32f2f;color:#fff;transform:translateY(-2px)}.footer__bottom{border-top:1px solid #333;padding:2rem 0;background:#0d0d0d}.footer__bottom-content{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media (min-width: 768px){.footer__bottom-content{flex-direction:row;justify-content:space-between;text-align:left}}.footer__copyright{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;color:#999;font-size:.875rem}.footer__divider{color:#666}.footer__made-with{display:flex;align-items:center;gap:.25rem}.footer__heart{animation:heartbeat 2s infinite}@keyframes heartbeat{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.footer__legal{display:flex;gap:1.5rem;flex-wrap:wrap}.footer__legal a{color:#999;text-decoration:none;font-size:.875rem;transition:color .3s}.footer__legal a:hover{color:#fff}.footer__payment{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}@media (min-width: 768px){.footer__payment{justify-content:flex-end;margin-top:0}}.footer__payment svg{height:32px;width:auto;opacity:.7;transition:opacity .3s}.footer__payment svg:hover{opacity:1}:root{--color-brand-red: #d32f2f;--color-brand-charcoal: #333333;--color-brand-cream: #f8f4f0;--color-brand-gold: #ffd700}.announcement-bar{background:var(--color-brand-red);color:#fff;text-align:center;padding:.75rem 0;font-size:.875rem;font-weight:500}.announcement-bar p{margin:0}.header{background:#fff;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000001a}.header__logo{flex-shrink:0}.logo-link{text-decoration:none;display:flex;align-items:center}.logo-container{display:flex;align-items:center;gap:.5rem}.logo-bg{position:relative;width:3rem;height:3rem;background:linear-gradient(135deg,var(--color-brand-red) 0%,#ff5722 100%);border-radius:.75rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #d32f2f4d}.logo-dots{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.dot{position:absolute;width:4px;height:4px;border-radius:50%}.dot-1{background:var(--color-brand-gold);top:6px;right:8px}.dot-2{background:#fff;top:12px;right:6px}.dot-3{background:#ffffffb3;bottom:8px;left:8px}.logo-text{color:#fff;font-size:1.25rem;font-weight:700;z-index:1}.shop-name{color:var(--color-brand-charcoal);font-size:1.5rem;font-weight:700;margin:0}.header__nav{flex:1;display:flex;justify-content:center;border-left:none!important;border-right:none!important;box-shadow:none!important;background:transparent!important}.nav-items{display:flex;align-items:center;gap:1rem;border-left:none!important;border-right:none!important;box-shadow:none!important;background:transparent!important}.nav-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;text-decoration:none;color:#374151;font-weight:500;font-size:.875rem;transition:all .2s ease;border:2px solid #e5e7eb;border-radius:9999px;background:#fff;box-shadow:0 1px 2px #0000000a}.nav-item:hover{color:var(--color-brand-red);background:var(--color-brand-cream);border-color:var(--color-brand-red);transform:translateY(-1px)}.nav-item svg{width:1rem;height:1rem}.dropdown{position:relative}.dropdown-toggle{background:#fff;border:2px solid #e5e7eb;border-radius:9999px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;padding:.5rem 1rem;transition:all .2s ease}.dropdown:hover .dropdown-toggle{color:var(--color-brand-red);background:var(--color-brand-cream);border-color:var(--color-brand-red);transform:translateY(-1px)}.labubu-button{position:relative;background:var(--color-brand-red)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 2px 8px #d32f2f4d;border-radius:9999px}.labubu-button:hover{background:#b71c1c!important;border-color:transparent!important;transform:translateY(-1px);box-shadow:0 4px 12px #d32f2f66}.dropdown-menu{display:none;position:absolute;top:100%;left:0;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 8px 24px #0000001f;min-width:220px;z-index:101}.dropdown-menu a{display:block;padding:.75rem 1rem;color:#374151;text-decoration:none;transition:background-color .2s ease}.dropdown-menu a:hover{background-color:#f3f4f6}.dropdown:hover .dropdown-menu{display:block}.hot-badge{position:absolute;top:-.25rem;right:-.25rem;background:var(--color-brand-gold);color:#d32f2f;font-size:.625rem;font-weight:700;padding:.125rem .375rem;border-radius:.75rem;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 4px #0000001a}.header__search{max-width:400px;position:relative}.search-form{position:relative;width:100%}.search-input{width:100%;padding:.75rem 3rem .75rem 1rem;border:2px solid #e0e0e0;border-radius:2rem;font-size:.875rem;outline:none;transition:border-color .2s ease}.search-input:focus{border-color:var(--color-brand-red)}.search-input::placeholder{color:#9e9e9e}.search-button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#757575;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.search-button:hover{background:var(--color-brand-cream);color:var(--color-brand-red)}.search-suggestions{position:absolute;top:calc(100% + .5rem);left:0;width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 8px 24px #0000001f;padding:.25rem;z-index:200}.suggestion-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:.5rem;text-decoration:none;color:#111827}.suggestion-item:hover,.suggestion-item[aria-selected=true]{background:var(--color-brand-cream)}.suggestion-thumb{width:40px;height:40px;border-radius:.375rem;object-fit:cover;border:1px solid #f3f4f6}.suggestion-title{font-weight:600;font-size:.9rem}.suggestion-meta{font-size:.75rem;color:#6b7280}.header__icons{display:flex;align-items:center;gap:1rem;flex-shrink:0}.wishlist-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:none;z-index:1000}.wishlist-overlay.open{display:block}.wl-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.wl-panel{position:absolute;right:0;top:0;height:100%;width:min(520px,96vw);background:#fff;box-shadow:-8px 0 24px #00000026;padding:1rem;display:flex;flex-direction:column;gap:1rem}.wl-close{position:absolute;top:.5rem;right:.75rem;background:none;border:none;font-size:2rem;line-height:1;cursor:pointer}.wl-title{margin:.5rem 2.5rem .5rem .25rem;font-size:1.25rem;font-weight:700}.wl-list{display:grid;gap:.75rem;overflow:auto;padding-right:.25rem}.wl-item{display:grid;grid-template-columns:64px 1fr auto;gap:.75rem;align-items:center;border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem}.wl-thumb{width:64px;height:64px;object-fit:cover;border-radius:.375rem;border:1px solid #f3f4f6}.wl-title-line{font-weight:600}.wl-meta{color:#6b7280;font-size:.85rem}.wl-actions{display:flex;justify-content:space-between;gap:.5rem;margin-top:.5rem}.wl-btn{background:none;border:1px solid #e5e7eb;border-radius:.375rem;padding:.4rem .6rem;cursor:pointer}.header-icon{position:relative;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;color:var(--color-brand-charcoal);text-decoration:none;border-radius:.5rem;transition:all .2s ease}.header-icon:hover{background:var(--color-brand-cream);color:var(--color-brand-red)}.cart-count{position:absolute;top:-.25rem;right:-.25rem;background:var(--color-brand-red);color:#fff;font-size:.625rem;font-weight:700;padding:.125rem .375rem;border-radius:.75rem;min-width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.header{padding:.75rem 1rem;gap:1rem}.nav-items{gap:1rem}.nav-item span{display:none}.nav-item{padding:.5rem}.shop-name{font-size:1.25rem}.header__search{max-width:200px}.search-input{font-size:.8rem;padding:.625rem 2.5rem .625rem .875rem}}@media (max-width: 600px){.header__nav{display:none}.header__search{max-width:150px}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media (max-width: 1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero-carousel{position:relative;width:100vw;margin-left:calc(-50vw + 50%);height:320px;overflow:hidden;background:#f8f9fa;margin-bottom:3rem}@media (min-width: 768px){.hero-carousel{height:420px;margin-bottom:4rem}}@media (min-width: 1024px){.hero-carousel{height:560px}}@media (min-width: 1440px){.hero-carousel{height:640px}}.hero-container,.carousel-wrapper{position:relative;width:100%;height:100%}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out}.hero-slide.active{opacity:1}.slide-link{display:block;width:100%;height:100%;text-decoration:none;color:inherit}.slide-content{position:relative;width:100%;height:100%}.hero-image{width:100%;height:100%;object-fit:cover;object-position:left}@media (min-width: 1024px){.hero-image{object-position:left top}}.slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.4),transparent 60%);display:flex;align-items:flex-start;justify-content:flex-start;padding:2rem}@media (min-width: 768px){.slide-overlay{padding:3rem}}.slide-text{padding:0;border-radius:0;-webkit-backdrop-filter:none;backdrop-filter:none;max-width:640px}.slide-title{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:.5rem;line-height:1.2}@media (min-width: 768px){.slide-title{font-size:2rem}}@media (min-width: 1024px){.slide-title{font-size:2.5rem}}.slide-description{color:#fffffff2;font-size:1rem;line-height:1.4;margin:0}@media (min-width: 768px){.slide-description{font-size:1.125rem}}@media (min-width: 1024px){.slide-description{font-size:1.25rem}}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;color:#333}.carousel-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.carousel-prev{left:1rem}.carousel-next{right:1rem}.carousel-indicators{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.indicator{width:.75rem;height:.75rem;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .3s ease}.indicator.active{background:#fff;transform:scale(1.2)}.indicator:hover:not(.active){background:#fffc}@media (max-width: 767px){.slide-text{display:none}.carousel-nav{width:2.5rem;height:2.5rem}.carousel-prev{left:.5rem}.carousel-next{right:.5rem}}.local-gems{width:100vw;margin-left:calc(-50vw + 50%);background:#fff;padding:2rem 0 3rem}.local-gems__container{max-width:1200px;margin:0 auto;padding:0 1rem}.local-gems__header{text-align:left;margin-bottom:1rem}.local-gems__title{font-size:2rem;font-weight:800;color:#111827}.local-gems__subtitle{color:#374151;margin-top:.5rem}.local-gems__support{color:#6b7280;margin-top:.5rem}.local-gems__filters{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 1.25rem}.filter-btn{border:2px solid #e5e7eb;background:#fff;color:#374151;padding:.5rem .75rem;border-radius:9999px;font-weight:600;cursor:pointer}.filter-btn.active,.filter-btn:hover{border-color:var(--color-brand-red, #d32f2f);color:var(--color-brand-red, #d32f2f);background:var(--color-brand-cream, #f8f4f0)}.local-gems__grid{display:grid;grid-template-columns:1fr;gap:1rem;align-items:stretch}@media (min-width: 768px){.local-gems__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}.gem-card{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:1rem;overflow:hidden;background:#fff;height:100%}.gem-card__media{position:relative;background:#f3f4f6}.gem-card__img{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block}.gem-card__placeholder{width:100%;aspect-ratio:16 / 9;background:linear-gradient(120deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:loading 1.2s infinite}.gem-card__badges{position:absolute;top:.5rem;left:.5rem;display:flex;gap:.5rem}.gem-card__category{background:#000000b3;color:#fff;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:700}.gem-card__rating,.gem-card__reviews{display:none!important}.gem-card__body{padding:1rem;display:flex;flex-direction:column;flex:1}.gem-card__name{font-size:1.25rem;font-weight:800;color:#111827;margin-bottom:.25rem}.gem-card__desc{color:#374151;margin-bottom:.5rem}.gem-card__info{display:grid;gap:.5rem;margin:.5rem 0;padding:0;list-style:none;color:#374151}.info-row{display:flex;align-items:flex-start;gap:.5rem}.info-row svg{color:var(--color-brand-red, #d32f2f);flex-shrink:0;margin-top:.15rem}.info-col .info-label{font-weight:700;color:#111827;margin-bottom:.25rem}.spec-list{margin:0;padding-left:1rem}.gem-card__actions{display:flex;gap:.5rem;margin-top:auto}.btn{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .875rem;border:2px solid #e5e7eb;border-radius:9999px;background:#fff;color:#111827;font-weight:700;text-decoration:none}.btn:hover{border-color:var(--color-brand-red, #d32f2f);color:var(--color-brand-red, #d32f2f);background:var(--color-brand-cream, #f8f4f0)}.btn--ghost{background:transparent}.btn-icon{width:2.25rem;height:2.25rem;border-radius:9999px;border:2px solid #e5e7eb;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#111827}.btn-icon:hover{border-color:var(--color-brand-red, #d32f2f);color:var(--color-brand-red, #d32f2f);background:var(--color-brand-cream, #f8f4f0)}.local-gems__cta{margin-top:2rem;text-align:center;background:#fafafa;border:1px solid #eee;border-radius:1rem;padding:1.5rem}.local-gems__cta h3{font-size:1.25rem;font-weight:800;color:#111827;margin-bottom:.5rem}.local-gems__cta p{color:#6b7280}.cta-actions{display:flex;gap:.75rem;justify-content:center;margin-top:.75rem}.mission{padding:2rem 1rem}.mission .container{max-width:1000px;margin:0 auto}.mission h1{font-size:2rem;margin-bottom:.5rem}.mission .lede{color:#374151;font-size:1.1rem;margin-bottom:1rem;line-height:1.7}.mission__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 900px){.mission__grid{grid-template-columns:repeat(3,1fr)}}.card{border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem}.card h2{margin:0 0 .25rem;font-size:1.15rem}.card p{color:#374151;line-height:1.7}.newsletter-cta{background:var(--color-brand-cream, #f8f4f0);padding:3rem 0;width:100vw;margin-left:calc(-50vw + 50%)}.newsletter-cta__container{max-width:1200px;margin:0 auto;padding:0 1rem}.newsletter-cta__content{text-align:center}.newsletter-cta__title{font-size:1.75rem;font-weight:800;color:#111827;margin-bottom:.5rem}.newsletter-cta__subtitle{color:#6b7280;margin-bottom:1rem}.newsletter-cta__form{display:flex;gap:0;max-width:520px;margin:.5rem auto 0;border:1px solid #d1d5db;border-radius:.5rem;overflow:hidden;background:#fff}.newsletter-cta__input{flex:1;padding:.75rem 1rem;border:none;outline:none;font-size:.95rem}.newsletter-cta__button{padding:.75rem 1.25rem;background:var(--color-brand-red, #d32f2f);color:#fff;border:none;font-weight:600;cursor:pointer}.newsletter-cta__button:hover{background:#b71c1c}.newsletter-cta__success{color:#047857;margin-top:.75rem}.newsletter-cta__error{color:#b91c1c;margin-top:.75rem}.policy ul{padding-left:1.2rem}:root{--pg-gap: 2rem;--pg-thumb-size: 72px;--pg-border: #e5e7eb;--pg-accent: #d32f2f;--pg-muted: #6b7280}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.product-page{padding:1rem}.product-layout{display:grid;grid-template-columns:1fr;gap:var(--pg-gap);align-items:start}@media (min-width: 992px){.product-layout{grid-template-columns:1.2fr .8fr}.product-summary{position:sticky;top:6rem}}.product-gallery{position:relative}.product-slider{display:grid;grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;scroll-snap-type:x mandatory;gap:0;border:1px solid var(--pg-border);border-radius:.75rem;-webkit-overflow-scrolling:touch}.product-slide{scroll-snap-align:center;position:relative;background:#fff}.product-slide.empty{display:flex;align-items:center;justify-content:center;min-height:320px;background:#fafafa}.product-slide__img img,.product-slide__img>img{width:100%;height:auto;display:block;cursor:zoom-in}.slider-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:1px solid var(--pg-border);box-shadow:0 2px 8px #00000014;width:2.25rem;height:2.25rem;border-radius:9999px;cursor:pointer;display:grid;place-items:center;color:#111}.slider-nav:hover{background:#fff}.slider-nav.prev{left:.5rem}.slider-nav.next{right:.5rem}.thumbs{display:flex;gap:.5rem;margin-top:.75rem;overflow-x:auto}.thumb{width:var(--pg-thumb-size);height:var(--pg-thumb-size);border:2px solid var(--pg-border);border-radius:.5rem;padding:0;background:#fff;cursor:pointer}.thumb[aria-selected=true]{border-color:var(--pg-accent);box-shadow:0 0 0 2px #d32f2f26}.thumb img{width:100%;height:100%;object-fit:cover;border-radius:.4rem}.product-title{margin:0 0 .25rem;font-size:1.75rem;line-height:1.2}.product-vendor{color:var(--pg-muted);margin-bottom:.75rem}.product-price{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.price-current{font-size:1.5rem;font-weight:700}.price-compare{text-decoration:line-through;color:var(--pg-muted)}.price-badge{background:#fde68a;color:#92400e;font-size:.75rem;padding:.125rem .5rem;border-radius:9999px}.badge-oos{background:#fee2e2;color:#991b1b}.product-description{color:#374151;margin-bottom:1rem}.variant-select{width:100%;padding:.6rem .75rem;border:1px solid var(--pg-border);border-radius:.5rem;margin-bottom:.75rem}.qty-row{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem}.qty-label{color:var(--pg-muted)}.qty-input{width:80px;padding:.5rem;border:1px solid var(--pg-border);border-radius:.5rem}.cta-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.btn{border:none;border-radius:.5rem;padding:.9rem 1.25rem;cursor:pointer;font-weight:600;min-height:44px}.btn-primary{background:var(--pg-accent);color:#fff;min-width:180px}.btn-primary[disabled]{opacity:.6;cursor:not-allowed}.btn-outline{background:#fff;color:#111827;border:2px solid var(--pg-border)}.btn-outline:hover,.wishlist-btn[aria-pressed=true]{border-color:var(--pg-accent);color:var(--pg-accent)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;display:none;align-items:center;justify-content:center;z-index:9999}.lightbox.open{display:flex}.lightbox img{max-width:90vw;max-height:85vh;border-radius:.5rem;box-shadow:0 10px 30px #00000059}.lightbox__close{position:absolute;top:1rem;right:1rem;background:#ffffffe6;border:none;width:2.5rem;height:2.5rem;border-radius:9999px;cursor:pointer;font-size:1.5rem;line-height:1;display:grid;place-items:center}.products-index{background:var(--color-brand-cream, #f8f4f0);padding:3rem 0 4rem;width:100vw;margin-left:calc(-50vw + 50%)}.products-index__container{max-width:1200px;margin:0 auto;padding:0 1rem}.products-index__header{text-align:center;margin-bottom:1.5rem}.products-index__title{font-size:2rem;font-weight:800;color:var(--color-brand-charcoal, #333)}.products-index__subtitle{margin-top:.5rem;color:#6b7280}.products-index__stats{margin-top:.75rem;color:#6b7280;font-weight:600}.products-index__layout{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){.products-index__layout{grid-template-columns:280px 1fr;gap:2rem}}.products-index__sidebar{background:#fff;border:2px solid #e5e7eb;border-radius:1rem;padding:1rem;position:sticky;top:112px;height:fit-content}.filter-group{margin-bottom:1rem}.filter-title{font-weight:700;color:var(--color-brand-charcoal, #333);margin-bottom:.5rem}.filter-input{width:100%;padding:.5rem .75rem;border:2px solid #e5e7eb;border-radius:.75rem}.filter-select{width:100%;padding:.5rem .75rem;border:2px solid #e5e7eb;border-radius:.75rem;background:#fff}.checkbox{display:inline-flex;align-items:center;gap:.5rem}.filter-links{display:flex;flex-direction:column;gap:.5rem}.filter-link{color:var(--color-brand-charcoal, #333);text-decoration:none;font-weight:600}.filter-link:hover{color:var(--color-brand-red)}.pill-group{display:flex;flex-wrap:wrap;gap:.5rem}.pill{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#fff;color:var(--color-brand-charcoal, #333);border:2px solid #e5e7eb;border-radius:9999px;font-weight:600;font-size:.875rem;text-decoration:none;transition:all .2s ease}.pill:hover{color:var(--color-brand-red);background:var(--color-brand-cream);border-color:var(--color-brand-red);transform:translateY(-1px)}.products-index__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media (min-width: 768px){.products-index__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}@media (min-width: 1024px){.products-index__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.pagination{margin-top:2rem;display:flex;align-items:center;justify-content:center;gap:1rem}.page-link{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:9999px;border:2px solid #e5e7eb;background:#fff;color:var(--color-brand-charcoal, #333);text-decoration:none;transition:all .2s ease}.page-link:hover{color:var(--color-brand-red);background:var(--color-brand-cream);border-color:var(--color-brand-red)}.page-status{color:#6b7280;font-weight:500}.products-index__empty{text-align:center;color:#6b7280;padding:3rem 0}@media (max-width: 640px){.products-index__sidebar{position:static}}.promo-band{background:linear-gradient(135deg,var(--color-brand-red, #d32f2f),#ff7043);color:#fff;width:100vw;margin-left:calc(-50vw + 50%)}.promo-band__container{max-width:1200px;margin:0 auto;padding:.75rem 1rem}.promo-band__content{display:flex;align-items:center;justify-content:space-between;gap:1rem}.promo-band__text{display:inline-flex;gap:.75rem;align-items:baseline}.promo-band__title{font-weight:800;letter-spacing:.02em}.promo-band__subtitle{opacity:.95}.promo-band__cta{display:inline-flex;align-items:center;gap:.35rem;background:#fff;color:#d32f2f;padding:.4rem .75rem;border-radius:9999px;text-decoration:none;font-weight:700}.promo-band__cta:hover{background:#ffe8e6}.promo-tiles{width:100vw;margin-left:calc(-50vw + 50%);padding:1.5rem 0 0}.promo-tiles__container{max-width:1200px;margin:0 auto;padding:0 1rem}.promo-tiles__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.promo-tiles__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.promo-tile{position:relative;display:block;border-radius:1rem;overflow:hidden;text-decoration:none;color:inherit}.promo-tile__image{aspect-ratio:4 / 5;background:#f3f4f6}.promo-tile__placeholder{width:100%;height:100%;background:linear-gradient(120deg,#f3f4f6,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:loading 1.2s infinite}.promo-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,.35),transparent 25%,rgba(0,0,0,.35));display:flex;align-items:flex-end}.promo-tile__text{color:#fff;padding:1rem}.promo-tile__eyebrow{font-size:.8rem;opacity:.9}.promo-tile__title{font-size:1.25rem;font-weight:800;margin-top:.25rem}.promo-tile__cta{display:inline-flex;align-items:center;gap:.35rem;margin-top:.5rem;font-weight:700}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.policy ol{padding-left:1.2rem}.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}.policy{padding:2rem 1rem}.policy .container{max-width:900px;margin:0 auto}.policy h1{font-size:2rem;margin:0 0 .5rem}.policy h2{font-size:1.25rem;margin-top:1.5rem}.policy p,.policy li{color:#374151;line-height:1.7}.policy .muted{color:#6b7280;margin-bottom:1rem}.testimonial-strip{background:#fff;padding:2.5rem 0;width:100vw;margin-left:calc(-50vw + 50%)}.testimonial-strip__container{max-width:1200px;margin:0 auto;padding:0 1rem}.testimonial-strip__header{text-align:center;margin-bottom:1.5rem}.testimonial-strip__title{font-size:1.5rem;font-weight:800;color:#111827}.testimonial-strip__subtitle{color:#6b7280}.testimonial-strip__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.testimonial-strip__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.testimonial{background:#fafafa;border:1px solid #eee;border-radius:.75rem;padding:1rem}.testimonial__rating{color:#f59e0b;margin-bottom:.5rem}.star--muted{color:#e5e7eb}.testimonial__quote{color:#111827;font-weight:600;line-height:1.4;margin:0 0 .5rem}.testimonial__author{color:#6b7280;font-size:.9rem}.usp-strip{background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee}.usp-strip__container{max-width:1200px;margin:0 auto;padding:.75rem 1rem}.usp-strip__list{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin:0;padding:0;list-style:none}@media (min-width: 768px){.usp-strip__list{grid-template-columns:repeat(4,1fr)}}.usp-strip__item{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem}.usp-strip__icon{color:var(--color-brand-red, #d32f2f);display:inline-flex}.usp-strip__title{font-weight:700;color:#111827;font-size:.9rem}.usp-strip__subtitle{color:#6b7280;font-size:.8rem}:root{--wl-border: #e5e7eb;--wl-muted:#6b7280;--wl-accent:#d32f2f}.wishlist-page{padding:1rem;max-width:1280px;margin:0 auto}.wl-page-title{font-size:1.75rem;margin-bottom:1rem}.wl-page-list{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 640px){.wl-page-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 768px){.wl-page-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1024px){.wl-page-list{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1280px){.wl-page-list{grid-template-columns:repeat(5,minmax(0,1fr))}}.wl-card{border:1px solid var(--wl-border);border-radius:.5rem;overflow:hidden;display:flex;flex-direction:column}.wl-card img{width:100%;height:180px;object-fit:cover}.wl-card-body{padding:.75rem;display:flex;flex-direction:column;gap:.25rem}.wl-card-title{font-weight:600}.wl-card-meta{color:var(--wl-muted);font-size:.9rem}.wl-card-actions{display:flex;justify-content:space-between;gap:.5rem;padding:.75rem}.btn{border:none;border-radius:.5rem;cursor:pointer;font-weight:600;font-size:.95rem;line-height:1.2;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.6rem 1rem}.btn-outline{background:#fff;color:#111827;border:2px solid var(--wl-border)}.btn-outline:hover{border-color:var(--wl-accent);color:var(--wl-accent)}.wl-page-actions{margin-top:1rem}.wl-empty{color:var(--wl-muted);padding:2rem 0;text-align:center}.wl-meta{color:var(--wl-muted);font-size:.9rem}.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/4/compiled_assets/styles.css.map */
