*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #0d0f14;--color-bg-light: #f5f5f5;--color-surface: #161a22;--color-surface-light: #ffffff;--color-text: #e8eaf0;--color-text-muted: #8a8fa8;--color-text-dark: #1a1c24;--color-accent: #ffffff;--color-cta: #ffffff;--color-cta-text: #0d0f14;--color-border: rgba(255,255,255,.08);--color-border-light: rgba(0,0,0,.1);--font-main: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 24px;--shadow-sm: 0 2px 12px rgba(0,0,0,.18);--shadow-md: 0 8px 32px rgba(0,0,0,.28);--shadow-lg: 0 20px 60px rgba(0,0,0,.4);--transition: .25s cubic-bezier(.4,0,.2,1);--container-max: 1200px;--header-h: 70px}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-main);background-color:var(--color-bg);color:var(--color-text);line-height:1.65;-webkit-font-smoothing:antialiased;min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style:none}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:var(--radius-sm);font-size:.95rem;font-weight:600;letter-spacing:.02em;transition:all var(--transition);cursor:pointer;border:2px solid transparent;white-space:nowrap}.btn-primary{background:var(--color-cta);color:var(--color-cta-text);border-color:var(--color-cta)}.btn-primary:hover{background:transparent;color:var(--color-cta);border-color:var(--color-cta)}.btn-secondary{background:transparent;color:var(--color-text);border-color:#ffffff4d}.btn-secondary:hover{border-color:var(--color-accent);color:var(--color-accent)}.btn-ghost{background:transparent;color:var(--color-text-muted);border-color:transparent;text-decoration:underline;text-underline-offset:3px}.btn-ghost:hover{color:var(--color-text)}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--header-h);background:#0d0f14d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border);transition:background var(--transition)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.logo-text{font-size:1.4rem;font-weight:700;letter-spacing:-.02em;color:var(--color-accent)}.header-nav{display:flex;gap:32px}.header-nav a{font-size:.9rem;font-weight:500;color:var(--color-text-muted);transition:color var(--transition)}.header-nav a:hover{color:var(--color-text)}.header-actions{display:flex;align-items:center;gap:16px}.cart-link{position:relative;display:flex;align-items:center;color:var(--color-text);transition:color var(--transition)}.cart-link:hover{color:var(--color-accent)}.cart-count{position:absolute;top:-8px;right:-10px;background:var(--color-cta);color:var(--color-cta-text);font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0d0f14bf,#0d0f1473)}.hero-content{position:relative;z-index:2;text-align:center;padding:120px 24px 80px}.hero-eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#fff9;margin-bottom:20px}.hero-title{font-size:clamp(3.5rem,10vw,8rem);font-weight:700;letter-spacing:-.04em;line-height:1;color:#fff;margin-bottom:20px}.hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:300;color:#ffffffbf;margin-bottom:40px;letter-spacing:.01em}.hero-cta{font-size:1rem;padding:16px 44px;border-radius:50px}.features-section{padding:100px 0;background:var(--color-bg)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.feature-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:40px 32px;text-align:center;transition:transform var(--transition),box-shadow var(--transition)}.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.feature-icon{width:64px;height:64px;border-radius:50%;background:#ffffff0f;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:var(--color-accent)}.feature-card h3{font-size:1.1rem;font-weight:600;margin-bottom:12px;color:var(--color-text)}.feature-card p{font-size:.9rem;color:var(--color-text-muted);line-height:1.7}.product-highlight-section{padding:100px 0;background:var(--color-bg-light)}.product-highlight-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.product-highlight-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%}.product-highlight-content .eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#888;margin-bottom:16px}.product-highlight-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.03em;color:var(--color-text-dark);margin-bottom:20px;line-height:1.1}.product-highlight-desc{font-size:1rem;color:#555;line-height:1.75;margin-bottom:32px}.product-highlight-content .btn-primary{background:var(--color-text-dark);color:#fff;border-color:var(--color-text-dark)}.product-highlight-content .btn-primary:hover{background:transparent;color:var(--color-text-dark)}.lifestyle-section{position:relative;overflow:hidden}.lifestyle-image-wrap{position:relative;max-height:600px;overflow:hidden}.lifestyle-image-wrap img{width:100%;height:600px;object-fit:cover;display:block}.lifestyle-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0d0f14cc,#0d0f1433);display:flex;align-items:center}.lifestyle-text{padding:0 80px;max-width:520px}.lifestyle-text h2{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;letter-spacing:-.03em;color:#fff;margin-bottom:12px}.lifestyle-text p{font-size:1.1rem;color:#ffffffb3;margin-bottom:28px}.product-main-section{padding:calc(var(--header-h) + 60px) 0 80px}.product-main-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.product-gallery-main img{width:100%;border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.product-gallery-thumbs{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}.thumb-btn{border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;transition:border-color var(--transition);cursor:pointer;background:none;padding:0}.thumb-btn.active,.thumb-btn:hover{border-color:var(--color-accent)}.thumb-btn img{width:72px;height:72px;object-fit:cover;display:block}.product-vendor{font-size:.8rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:10px}.product-title{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;letter-spacing:-.03em;color:var(--color-text);margin-bottom:20px;line-height:1.15}.product-price{display:flex;align-items:center;gap:12px;margin-bottom:28px}.price-current{font-size:1.6rem;font-weight:700;color:var(--color-text)}.price-compare{font-size:1rem;color:var(--color-text-muted);text-decoration:line-through}.price-badge{background:#e74c3c;color:#fff;font-size:.75rem;font-weight:700;padding:3px 10px;border-radius:50px;letter-spacing:.05em}.product-quantity{margin-bottom:20px}.product-quantity label{display:block;font-size:.85rem;font-weight:600;color:var(--color-text-muted);margin-bottom:10px;letter-spacing:.06em;text-transform:uppercase}.quantity-wrapper{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}.qty-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--color-text);background:transparent;border:none;cursor:pointer;transition:background var(--transition)}.qty-btn:hover{background:#ffffff0f}.qty-input{width:56px;height:44px;text-align:center;background:transparent;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);color:var(--color-text);font-size:.95rem;font-family:inherit;-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.btn-atc{width:100%;padding:16px;font-size:1rem;border-radius:var(--radius-sm);margin-bottom:12px}.btn-atc:disabled{opacity:.5;cursor:not-allowed}.btn-checkout-direct{width:100%;padding:14px;font-size:.9rem;border-radius:var(--radius-sm);margin-bottom:24px}.product-meta{padding-top:20px;border-top:1px solid var(--color-border)}.product-meta p{font-size:.85rem;color:var(--color-text-muted);margin-bottom:6px}.product-option{margin-bottom:20px}.option-label{display:block;font-size:.85rem;font-weight:600;color:var(--color-text-muted);margin-bottom:10px;letter-spacing:.06em;text-transform:uppercase}.option-values{display:flex;gap:10px;flex-wrap:wrap}.option-swatch input[type=radio]{display:none}.option-swatch span{display:block;padding:8px 18px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.9rem;cursor:pointer;transition:all var(--transition);color:var(--color-text-muted)}.option-swatch input:checked+span{border-color:var(--color-accent);color:var(--color-accent);background:#ffffff0d}.product-description-section{padding:80px 0;background:var(--color-surface);border-top:1px solid var(--color-border)}.product-description-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px}.product-desc-content h2{font-size:1.8rem;font-weight:700;margin-bottom:24px;color:var(--color-text)}.rte{font-size:.95rem;color:var(--color-text-muted);line-height:1.8}.rte p{margin-bottom:16px}.rte ul,.rte ol{padding-left:20px;margin-bottom:16px}.rte li{margin-bottom:8px;list-style:disc}.rte strong{color:var(--color-text)}.product-benefits h3{font-size:1.3rem;font-weight:700;margin-bottom:24px;color:var(--color-text)}.benefits-list{display:flex;flex-direction:column;gap:20px}.benefits-list li{display:flex;gap:16px;align-items:flex-start}.benefit-icon{width:28px;height:28px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:#4ade80;flex-shrink:0;margin-top:2px}.benefits-list strong{display:block;font-size:.95rem;color:var(--color-text);margin-bottom:4px}.benefits-list p{font-size:.875rem;color:var(--color-text-muted);line-height:1.6}.usage-steps{margin-top:40px}.usage-steps h3{font-size:1.1rem;font-weight:700;margin-bottom:20px;color:var(--color-text)}.steps-list{display:flex;flex-direction:column;gap:14px}.steps-list li{display:flex;align-items:flex-start;gap:14px;font-size:.9rem;color:var(--color-text-muted)}.steps-list li span{width:28px;height:28px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:var(--color-text);flex-shrink:0}.cart-section{padding:calc(var(--header-h) + 60px) 0 80px;min-height:80vh}.cart-title{font-size:2rem;font-weight:700;margin-bottom:48px;letter-spacing:-.03em}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:48px;align-items:start}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto auto;gap:20px;align-items:center;padding:24px 0;border-bottom:1px solid var(--color-border)}.cart-item-image img{width:100px;height:100px;object-fit:cover;border-radius:var(--radius-sm)}.cart-item-title{font-weight:600;font-size:.95rem;color:var(--color-text);display:block;margin-bottom:4px}.cart-item-variant{font-size:.8rem;color:var(--color-text-muted);margin-bottom:4px}.cart-item-price{font-size:.9rem;color:var(--color-text-muted)}.cart-item-total{font-weight:700;font-size:1rem;min-width:80px;text-align:right}.remove-btn{color:var(--color-text-muted);transition:color var(--transition);display:flex;align-items:center}.remove-btn:hover{color:#e74c3c}.cart-summary-inner{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:32px;position:sticky;top:calc(var(--header-h) + 20px)}.cart-summary-inner h2{font-size:1.2rem;font-weight:700;margin-bottom:24px}.cart-subtotal{display:flex;justify-content:space-between;font-size:1rem;font-weight:600;margin-bottom:12px}.cart-tax-note{font-size:.8rem;color:var(--color-text-muted);margin-bottom:24px;line-height:1.5}.btn-checkout{width:100%;padding:16px;font-size:1rem;margin-bottom:12px}.cart-empty{text-align:center;padding:80px 0}.cart-empty p{font-size:1.1rem;color:var(--color-text-muted);margin-bottom:24px}.collection-section{padding:calc(var(--header-h) + 60px) 0 80px}.collection-header{margin-bottom:48px}.collection-header h1{font-size:2.4rem;font-weight:700;letter-spacing:-.03em;margin-bottom:12px}.collection-desc{font-size:1rem;color:var(--color-text-muted)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px}.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;transition:transform var(--transition),box-shadow var(--transition)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.product-card-image img{width:100%;height:280px;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card-image img{transform:scale(1.04)}.product-card-info{padding:20px 20px 0}.product-card-title{font-size:1rem;font-weight:600;color:var(--color-text);margin-bottom:8px}.product-card-price{font-size:1rem;font-weight:700;color:var(--color-text)}.product-card-btn{display:block;margin:16px 20px 20px;text-align:center;padding:12px;font-size:.9rem}.page-content-section{padding:calc(var(--header-h) + 60px) 0 80px}.page-content-inner h1{font-size:2.2rem;font-weight:700;letter-spacing:-.03em;margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid var(--color-border)}.page-body{max-width:760px;font-size:.95rem;color:var(--color-text-muted);line-height:1.85}.page-body h2{font-size:1.3rem;font-weight:700;color:var(--color-text);margin:40px 0 16px}.page-body h3{font-size:1.05rem;font-weight:600;color:var(--color-text);margin:28px 0 12px}.page-body p{margin-bottom:16px}.page-body ul,.page-body ol{padding-left:20px;margin-bottom:16px}.page-body li{margin-bottom:8px;list-style:disc}.page-body a{color:var(--color-text);text-decoration:underline;text-underline-offset:3px}.not-found-section{padding:calc(var(--header-h) + 120px) 0 120px;text-align:center}.not-found-inner h1{font-size:8rem;font-weight:700;letter-spacing:-.05em;color:#ffffff1a;margin-bottom:16px}.not-found-inner p{font-size:1.1rem;color:var(--color-text-muted);margin-bottom:32px}.site-footer{background:var(--color-surface);border-top:1px solid var(--color-border);padding:80px 0 0}.footer-centered-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:60px;padding-bottom:60px}.footer-brand-centered .logo-text{display:block;font-size:1.6rem;margin-bottom:16px}.footer-brand-centered p{font-size:.95rem;color:var(--color-text-muted);line-height:1.7;max-width:300px;margin:0 auto}.footer-legal-centered h4,.footer-contact-centered h4{font-size:.85rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:24px}.footer-stack{display:flex;flex-direction:column;gap:12px}.footer-stack span{display:block;font-size:.95rem;color:var(--color-text-muted);line-height:1.6}.footer-bottom{padding:24px 0;border-top:1px solid var(--color-border)}.footer-bottom p{font-size:.8rem;color:var(--color-text-muted);text-align:center}@media(max-width:1024px){.product-main-inner,.product-description-inner,.product-highlight-inner{grid-template-columns:1fr;gap:40px}.features-grid,.cart-layout{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}}@media(max-width:768px){.header-nav{display:none}.hero-title{font-size:3.5rem}.lifestyle-text{padding:0 32px}.lifestyle-text h2{font-size:1.6rem}.footer-inner{grid-template-columns:1fr}.cart-item{grid-template-columns:80px 1fr;grid-template-rows:auto auto auto}.cart-item-qty,.cart-item-total,.cart-item-remove{grid-column:2}}@media(max-width:480px){.btn{padding:12px 24px}.hero-cta{padding:14px 32px}.product-highlight-section,.features-section{padding:60px 0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-content>*{animation:fadeInUp .7s ease both}.hero-eyebrow{animation-delay:.1s}.hero-title{animation-delay:.25s}.hero-subtitle{animation-delay:.4s}.hero-cta{animation-delay:.55s}
/*# sourceMappingURL=/cdn/shop/t/16/assets/soulfresh.css.map */
