.hype-landing{--hype-bg: var(--hype-hero-bg, #1a1a1a);--hype-accent: var(--hype-accent-color, #D4A853);--hype-text: var(--hype-text-color, #ffffff);--hype-text-muted: var(--hype-subtitle-color, #b3b3b3);--hype-radius: 8px;--hype-max-width: 600px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.hype-hero{background-color:var(--hype-bg);background-size:cover;background-position:center;color:var(--hype-text);text-align:center;padding:60px 20px 50px;min-height:var(--hype-hero-height, 70vh);display:flex;align-items:center;justify-content:center;position:relative}.hype-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,var(--hype-overlay-start, .35)),rgba(0,0,0,var(--hype-overlay-end, .6)));pointer-events:none}.hype-hero--no-overlay:before{display:none}.hype-hero__inner{position:relative;z-index:1;max-width:var(--hype-max-width);width:100%;margin:0 auto}.hype-hero__eyebrow{font-size:var(--hype-eyebrow-size, 13px);font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:var(--hype-accent);margin:0 0 16px}.hype-hero__title{font-size:var(--hype-heading-size, 48px);font-weight:700;line-height:1.1;margin:0 0 16px;letter-spacing:-.5px;color:var(--hype-text)}.hype-hero__subtitle{font-size:var(--hype-subtitle-size, 16px);line-height:1.6;color:var(--hype-text-muted);max-width:440px;margin:0 auto 32px}.hype-hero__countdown{display:flex;justify-content:center;gap:6px;margin-bottom:36px}.hype-countdown__item{display:flex;flex-direction:column;align-items:center;min-width:56px;background:var(--hype-accent);border:1px solid var(--hype-accent);border-radius:var(--hype-radius);padding:10px 8px 8px;color:#1a1a1a}.hype-countdown__number{font-size:28px;font-weight:700;font-variant-numeric:tabular-nums;line-height:1;color:#1a1a1a}.hype-countdown__label{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:1px;color:#1a1a1a;opacity:.85;margin-top:4px}.hype-countdown__separator{font-size:24px;font-weight:700;color:var(--hype-accent);display:flex;align-items:center;padding-bottom:16px}.hype-countdown__live{font-size:20px;font-weight:700;color:var(--hype-accent);animation:hype-pulse 2s ease-in-out infinite;margin:0}@keyframes hype-pulse{0%,to{opacity:1}50%{opacity:.6}}.hype-form{max-width:460px;margin:0 auto}.hype-form__form,.hype-form__fields{display:flex;flex-direction:column;gap:10px}.hype-form__input{width:100%;padding:14px 16px;font-size:16px;border:1px solid rgba(255,255,255,.2);border-radius:var(--hype-radius);background:#ffffff0f;color:var(--hype-text);outline:none;transition:border-color .2s;-webkit-appearance:none;box-sizing:border-box}.hype-form__input::placeholder{color:var(--hype-text-muted)}.hype-form__input:focus{border-color:var(--hype-accent)}.hype-form__button{width:100%;padding:14px 24px;font-size:var(--hype-button-size, 16px);font-weight:700;letter-spacing:.3px;border:none;border-radius:var(--hype-radius);background:var(--hype-accent);color:#1a1a1a;cursor:pointer;transition:transform .15s,opacity .15s;display:flex;align-items:center;justify-content:center;gap:8px;-webkit-appearance:none}.hype-form__button:hover{opacity:.9;transform:translateY(-1px)}.hype-form__button:active{transform:translateY(0)}.hype-form__button:disabled{opacity:.7;cursor:not-allowed;transform:none}.hype-form__button-loading{display:inline-flex;align-items:center}.hype-form__error{color:#ff6b6b;font-size:13px;margin:0;text-align:center}.hype-form__privacy{font-size:12px;color:var(--hype-text-muted);margin:0;text-align:center;opacity:.7}.hype-form__success{display:none;flex-direction:column;align-items:center;gap:12px;animation:hype-fade-in .5s ease}.hype-form__success-icon{color:var(--hype-accent)}.hype-form__success-title{font-size:24px;font-weight:700;color:var(--hype-text);margin:0}.hype-form__success-text{font-size:15px;color:var(--hype-text-muted);margin:0}@keyframes hype-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hype-collection{padding:48px 20px 60px;background:#fafaf8}.hype-collection__header{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto 24px}.hype-collection__title{font-size:22px;font-weight:700;color:#1a1a1a;margin:0}.hype-collection__link{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:#1a1a1a;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:1px;transition:opacity .2s}.hype-collection__link:hover{opacity:.7}.hype-grid{display:grid;grid-template-columns:repeat(var(--hype-grid-columns-mobile, 2),1fr);gap:16px;max-width:1200px;margin:0 auto}.hype-grid__card{text-decoration:none;color:inherit;transition:transform .2s}.hype-grid__card:hover{transform:translateY(-2px)}.hype-grid__image-wrap{position:relative;border-radius:var(--hype-radius);overflow:hidden;background:#eee;aspect-ratio:1 / 1}.hype-grid__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.hype-grid__card:hover .hype-grid__image{transform:scale(1.03)}.hype-grid__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e5e5e5}.hype-grid__placeholder svg{width:60%;height:60%;fill:#ccc}.hype-grid__badge{position:absolute;top:8px;left:8px;background:#e74c3c;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:3px 8px;border-radius:4px}.hype-grid__info{padding:10px 2px 0}.hype-grid__product-title{font-size:13px;font-weight:500;color:#1a1a1a;margin:0 0 4px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hype-grid__price{display:flex;align-items:center;gap:6px;font-size:14px}.hype-grid__price--compare{color:#999;text-decoration:line-through;font-size:12px}.hype-grid__price--current{font-weight:600;color:#1a1a1a}.hype-grid__price--sale{color:#e74c3c}@media(min-width:750px){.hype-hero{padding:80px 40px 70px}.hype-hero__eyebrow{margin-bottom:20px}.hype-hero__subtitle{margin-bottom:40px}.hype-countdown__item{min-width:72px;padding:14px 12px 10px}.hype-countdown__number{font-size:36px}.hype-countdown__label{font-size:11px}.hype-form__fields{flex-direction:row;gap:10px}.hype-form__button{white-space:nowrap}.hype-grid{grid-template-columns:repeat(var(--hype-grid-columns-desktop, 4),1fr);gap:20px}.hype-collection{padding:60px 40px 80px}.hype-collection__title{font-size:26px}}
/*# sourceMappingURL=/cdn/shop/t/86/assets/section-hype-landing-page.css.map */
