:root{--tm-brand: #ff580d;--tm-brand-dark: #e54d0b;--tm-soft-bg: #fff7f0}.tm-hero{position:relative;overflow:hidden;padding:20px 0 22px;background:linear-gradient(135deg,#0f1115,#1a1f2e 45%,#12151c);color:#fff;font-family:inherit,system-ui,-apple-system,sans-serif;contain:layout paint}.tm-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.tm-hero__orb{position:absolute;border-radius:50%;opacity:.35;background:radial-gradient(circle,var(--tm-brand) 0%,transparent 70%)}.tm-hero__orb--1{width:420px;height:420px;top:-140px;right:-100px}.tm-hero__orb--2{width:360px;height:360px;bottom:-140px;left:-80px;opacity:.22;background:radial-gradient(circle,#ff9a4d 0%,transparent 70%)}.tm-hero__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:32px 32px;opacity:.45}.tm-hero__container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 20px}.tm-hero__inner{display:grid;grid-template-areas:"copy" "visual";gap:16px;align-items:center}.tm-hero__copy{grid-area:copy;max-width:680px}.tm-hero__visual{grid-area:visual;display:block}.tm-hero__badges{grid-area:badges;display:none}.tm-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 10px;padding:5px 10px;border-radius:999px;background:#ff580d26;border:1px solid rgba(255,88,13,.35);color:#ffb380;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.tm-hero__eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--tm-brand);box-shadow:0 0 0 4px #ff580d40}.tm-hero__title{margin:0 0 10px;font-size:clamp(24px,6.2vw,40px);font-weight:800;line-height:1.12;letter-spacing:-.03em;color:#fff}.tm-hero__title-accent{display:block;color:var(--tm-brand)}.tm-hero__text{margin:0 0 14px;font-size:clamp(14px,2.2vw,17px);line-height:1.45;color:#ffffffd1;max-width:560px}.tm-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:0}.tm-hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 18px;border-radius:12px;font-size:13.5px;font-weight:700;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;border:2px solid transparent}.tm-hero__btn:hover{transform:translateY(-2px);text-decoration:none}.tm-hero__btn--primary{background:var(--tm-brand);color:#fff;box-shadow:0 8px 24px #ff580d59}.tm-hero__btn--primary:hover{background:var(--tm-brand-dark);color:#fff;box-shadow:0 12px 28px #ff580d6b}.tm-hero__btn--secondary{background:#ffffff0f;color:#fff;border-color:#ffffff2e}.tm-hero__btn--secondary:hover{background:#25d3661f;border-color:#25d36673;color:#fff}.tm-hero__product{position:relative;display:block;padding:12px;border-radius:18px;background:linear-gradient(145deg,#ffffff1a,#ffffff0a);border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 40px #00000038;text-decoration:none;color:#fff;transition:transform .2s ease,border-color .2s ease}.tm-hero__product:hover{transform:translateY(-3px);border-color:#ff580d73;text-decoration:none;color:#fff}.tm-hero__product-badge{position:absolute;top:14px;left:14px;z-index:2;padding:5px 10px;border-radius:999px;background:var(--tm-brand);color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.tm-hero__product-img{display:block;width:100%;max-width:220px;height:auto;margin:0 auto;object-fit:contain}.tm-hero__product-meta{display:flex;flex-direction:column;gap:2px;margin-top:8px;text-align:center}.tm-hero__product-name{font-size:14px;font-weight:700;line-height:1.35;color:#ffffffeb}.tm-hero__product-price{font-size:18px;font-weight:800;color:#fff}.tm-hero__product-cta{margin-top:4px;font-size:13px;font-weight:700;color:var(--tm-brand)}.tm-hero__badge{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);font-size:13px;font-weight:600;color:#ffffffeb;line-height:1.35}.tm-hero__badge-icon{flex-shrink:0;width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#ff580d2e;color:var(--tm-brand);font-size:16px}@media(min-width:600px){.tm-hero__badges{display:flex;flex-wrap:wrap;gap:8px}.tm-hero__badge{flex:1 1 calc(50% - 8px);min-width:160px}}@media(min-width:900px){.tm-hero{padding:40px 0 44px}.tm-hero__inner{grid-template-columns:1.05fr .95fr;grid-template-areas:"copy visual" "badges visual";gap:20px 36px;align-items:start}.tm-hero__title{font-size:clamp(32px,4vw,46px)}.tm-hero__title-accent{display:inline}.tm-hero__text{margin-bottom:18px;line-height:1.55}.tm-hero__actions{margin-bottom:4px}.tm-hero__badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.tm-hero__badge{padding:10px 12px;font-size:12.5px}.tm-hero__badge-icon{width:30px;height:30px;font-size:14px}.tm-hero__product{padding:20px 20px 16px}.tm-hero__product-meta{text-align:left}.tm-hero__product-img{max-width:340px}}@media(max-width:899px){.tm-hero__inner{grid-template-areas:"copy" "visual"}.tm-hero__badges{display:none!important}.tm-hero__product-meta{text-align:center}.tm-hero__product-cta{display:none}.tm-hero__btn{flex:1 1 calc(50% - 10px);min-width:0;padding:10px 12px}}@media(max-width:599px){.tm-hero{padding:16px 0 18px}.tm-hero__container{padding:0 14px}.tm-hero__product-img{max-width:180px}.tm-hero__product-price{font-size:16px}}main>.shopify-section:nth-child(n+5){content-visibility:auto;contain-intrinsic-size:auto 520px}
/*# sourceMappingURL=/cdn/shop/t/16/assets/tm-hero-banner.css.map */
