:root{--color-bg: #FFFFFF;--color-bg-soft: #FBF4EF;--color-text: #241C19;--color-text-muted: #6B5D57;--color-accent-rosegold: #B8876C;--color-accent-wine: #6E2A3B;--color-border: #E8DDD3;--color-whatsapp: #25D366;--font-heading: "Fraunces", Georgia, serif;--font-body: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;--radius: 6px;--page-width: 1400px;--space-xs: 8px;--space-sm: 16px;--space-md: 24px;--space-lg: 48px;--space-xl: 80px;--swatch-1: #6E2A3B;--swatch-2: #B8876C;--swatch-3: #D9B79C;--swatch-4: #4A2E2A;--swatch-5: #E8C9A0}*{box-sizing:border-box}body{color:var(--color-text);font-family:var(--font-body);background:var(--color-bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:600;line-height:1.15;letter-spacing:-.01em;margin:0}.container{max-width:var(--page-width);margin-inline:auto;padding-inline:var(--space-sm)}.eyebrow{font-family:var(--font-body);font-weight:700;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent-rosegold)}.shade-strip{display:flex;gap:6px;margin-block:var(--space-xs) 0}.shade-strip span{width:10px;height:10px;border-radius:50%;display:inline-block}.shade-strip span:nth-child(1){background:var(--swatch-1)}.shade-strip span:nth-child(2){background:var(--swatch-2)}.shade-strip span:nth-child(3){background:var(--swatch-3)}.shade-strip span:nth-child(4){background:var(--swatch-4)}.shade-strip span:nth-child(5){background:var(--swatch-5)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 28px;border-radius:var(--radius);font-family:var(--font-body);font-weight:700;font-size:.95rem;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease;-webkit-tap-highlight-color:transparent}.btn:active{transform:scale(.97)}.btn--primary{background:var(--color-text);color:var(--color-bg)}.btn--primary:hover{background:var(--color-accent-wine)}.btn--outline{background:transparent;border-color:var(--color-text);color:var(--color-text)}.btn--outline:hover{border-color:var(--color-accent-rosegold);color:var(--color-accent-rosegold)}.btn--whatsapp{background:var(--color-whatsapp);color:#fff}.btn--whatsapp:hover{filter:brightness(.94)}.btn--whatsapp svg{width:18px;height:18px;flex-shrink:0}.hero{position:relative;width:100%;min-height:560px;display:flex;align-items:flex-end;overflow:hidden;background:var(--color-bg-soft)}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover;object-position:center}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#241c198c,#241c190d 55%,#241c1900);z-index:1}.hero__content{position:relative;z-index:2;width:100%;padding:var(--space-lg) var(--space-sm);color:#fff}.hero__content .eyebrow{color:var(--swatch-3)}.hero__heading{font-size:clamp(2rem,5vw,3.75rem);color:#fff;max-width:14ch;margin-top:var(--space-xs)}.hero__subheading{font-size:1.05rem;color:#ffffffe0;max-width:42ch;margin-top:var(--space-sm)}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-top:var(--space-md)}.hero__actions .shade-strip{margin-top:var(--space-md)}@media(max-width:749px){.hero{min-height:460px}.hero__content{padding:var(--space-md) var(--space-sm)}}.categories{padding:var(--space-xl) 0;background:var(--color-bg)}.categories__header{text-align:center;margin-bottom:var(--space-lg)}.categories__header h2{font-size:clamp(1.75rem,3vw,2.5rem);margin-top:var(--space-xs)}.categories__header .shade-strip{justify-content:center;margin-inline:auto}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}.category-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:var(--color-text)}.category-card__image{width:100%;aspect-ratio:1 / 1;border-radius:50%;overflow:hidden;background:var(--color-bg-soft);border:1px solid var(--color-border);transition:border-color .2s ease,transform .2s ease}.category-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-card:hover .category-card__image{border-color:var(--color-accent-rosegold);transform:translateY(-4px)}.category-card:hover .category-card__image img{transform:scale(1.06)}.category-card__title{margin-top:var(--space-sm);font-family:var(--font-heading);font-size:1.15rem}.category-card__count{font-size:.85rem;color:var(--color-text-muted);margin-top:2px}@media(max-width:749px){.category-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-sm)}.category-card__title{font-size:.95rem}.category-card__count{display:none}}.product-card{display:block;text-decoration:none;color:var(--color-text)}.product-card__media{position:relative;aspect-ratio:3 / 4;border-radius:var(--radius);overflow:hidden;background:var(--color-bg-soft)}.product-card__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .35s ease}.product-card__media img.secondary,.product-card:hover .product-card__media img.primary{opacity:0}.product-card:hover .product-card__media img.secondary{opacity:1}.product-card__quick-add{position:absolute;left:8px;right:8px;bottom:8px;opacity:0;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease}.product-card:hover .product-card__quick-add,.product-card:focus-within .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__quick-add button{width:100%;min-height:44px}.product-card__title{margin-top:var(--space-sm);font-size:.95rem;font-weight:600}.product-card__price{margin-top:4px;font-size:.95rem;color:var(--color-text-muted)}.product-card__price .compare{text-decoration:line-through;margin-right:6px;opacity:.6}@media(hover:none){.product-card__quick-add{opacity:1;transform:none;position:static;margin-top:8px}}.trust-band{background:var(--color-bg-soft);padding:var(--space-lg) 0}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md);text-align:center}.trust-item svg{width:32px;height:32px;color:var(--color-accent-wine)}.trust-item h3{font-size:1rem;margin-top:var(--space-xs)}.trust-item p{font-size:.85rem;color:var(--color-text-muted);margin-top:4px}@media(max-width:749px){.trust-grid{grid-template-columns:1fr;gap:var(--space-md)}}@media(max-width:989px){:root{--space-xl: 56px;--space-lg: 32px}}@media(max-width:480px){.btn{width:100%}.hero__actions .btn{width:auto}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/hair-theme.css.map */
