.trend-hero-trending{padding-top:var(--hero-trending-padding-top, 0px);padding-bottom:var(--hero-trending-padding-bottom, 0px);background-color:#0a0a0a;position:relative;isolation:isolate;border-bottom:1px solid rgba(139,0,0,.3)}.trend-hero-trending>.page-width{max-width:none;padding-left:0;padding-right:0}.trend-hero-trending__grid{display:grid;grid-template-columns:1fr;grid-template-areas:"stage";gap:0;min-height:56rem;align-items:stretch}.trend-hero-trending__grid>.trend-hero-trending__left,.trend-hero-trending__grid>.trend-hero-trending__tiles,.trend-hero-trending__grid>.trend-hero-trending__composite{grid-area:stage}@media screen and (min-width:750px){.trend-hero-trending__grid{min-height:clamp(52rem,62vh,64rem)}}.trend-hero-trending__left{background-color:transparent;color:#fff;display:flex;align-items:center;order:1;position:relative;z-index:3;pointer-events:none}.trend-hero-trending__left-inner>*{pointer-events:auto}.trend-hero-trending__left:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#0a0a0a,#0a0a0adb 42%,#0a0a0a66 72%,#0a0a0a14);pointer-events:none}.trend-hero-trending__left-inner{display:flex;flex-direction:column;justify-content:center;gap:clamp(1.6rem,1.8vw,2.4rem);padding:clamp(3rem,4vw,5rem) clamp(2.4rem,5vw,6.4rem);width:100%;max-width:64rem}@media screen and (min-width:750px){.trend-hero-trending__left-inner{justify-content:center;max-width:58rem;padding-block:clamp(4rem,6vh,7rem)}}@media screen and (max-width:749px){.trend-hero-trending__left-inner{padding:3.6rem 2rem 2.8rem;gap:1.6rem}}.trend-hero-trending__headline{margin:0;max-width:14ch;font-family:var(--hf-font-display, "Montserrat", system-ui, -apple-system, sans-serif);font-size:clamp(4.4rem,6.4vw,7.2rem);line-height:1;font-weight:900;letter-spacing:-.04em;color:#fff;text-transform:uppercase;text-wrap:balance;text-shadow:0 2px 24px rgba(0,0,0,.5)}.trend-hero-trending__headline-accent{display:block;color:#ff4d00}.trend-hero-trending__subhead{margin:0;font-family:var(--hf-font-body, "Inter", system-ui, sans-serif);font-size:clamp(1.6rem,1.4vw,1.9rem);line-height:1.5;font-weight:400;color:#e6beb2;max-width:44rem;white-space:pre-line}.trend-hero-trending__ctas{display:flex;flex-wrap:wrap;gap:1.4rem;align-items:center}@media screen and (max-width:749px){.trend-hero-trending__ctas{flex-direction:column;align-items:stretch;max-width:32rem}.trend-hero-trending__cta{width:100%;max-width:none}}.trend-hero-trending__mini-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:clamp(1rem,1.2vw,1.6rem);row-gap:1rem;margin-top:clamp(1.6rem,2vw,3.2rem);max-width:54rem;width:100%;justify-items:center;align-items:start}.trend-hero-trending__mini-item{display:flex;flex-direction:column;align-items:center;gap:.45rem;min-width:0;width:100%;color:#1f2a2a;text-align:center}.trend-hero-trending__mini-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;border:1.25px solid #003f3f;color:#003f3f;background:transparent}.trend-hero-trending__mini-icon svg{width:17px;height:17px}.trend-hero-trending__mini-text{display:flex;flex-direction:column;gap:.2rem;min-width:0;width:100%;font-family:var(--hdts-font-ui, "Inter", system-ui, sans-serif)}.trend-hero-trending__mini-text strong{font-size:clamp(11px,.95vw,13px);font-weight:800;letter-spacing:.03em;line-height:1.1;text-transform:uppercase;color:#002b2b}.trend-hero-trending__mini-text span{font-size:clamp(10px,.85vw,12px);font-weight:400;color:#1f2a2a;opacity:.78;line-height:1.22}@media(max-width:749px){.trend-hero-trending__mini-trust{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:.6rem;row-gap:.8rem;margin-top:2rem}.trend-hero-trending__mini-icon{width:24px;height:24px}.trend-hero-trending__mini-icon svg{width:14px;height:14px}.trend-hero-trending__mini-text strong{font-size:10px;letter-spacing:0}.trend-hero-trending__mini-text span{font-size:9px}}.trend-hero-trending__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:0 2.2rem;border-radius:10px;font-size:1.35rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;text-decoration:none;white-space:nowrap;transition:opacity .18s ease,transform .18s ease;cursor:pointer}.trend-hero-trending__cta:hover,.trend-hero-trending__cta:focus-visible{opacity:.88;transform:translateY(-1px)}.trend-hero-trending__cta:active{transform:translateY(0) scale(.98)}.trend-hero-trending__cta--primary{background:linear-gradient(135deg,#ff4d00,#ae3200);color:#fff!important;border:0;box-shadow:0 0 18px #ff4d0073;position:relative;overflow:hidden}.trend-hero-trending__cta--secondary{background:#ffffff0a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:#fff;border:1px solid rgba(139,0,0,.55)}.trend-hero-trending__cta--secondary:hover,.trend-hero-trending__cta--secondary:focus-visible{border-color:#ff4d00;box-shadow:0 0 16px #ff4d0066}.trend-hero-trending__cta:focus-visible{outline:3px solid #ff4d00;outline-offset:3px}.trend-hero-trending__cta-arrow{display:inline-block;margin-left:.5rem;font-style:normal;transition:transform .18s cubic-bezier(.22,1,.36,1)}.trend-hero-trending__cta:hover .trend-hero-trending__cta-arrow,.trend-hero-trending__cta:focus-visible .trend-hero-trending__cta-arrow{transform:translate(3px)}@media(prefers-reduced-motion:reduce){.trend-hero-trending__cta-arrow{transition:none}.trend-hero-trending__cta:hover .trend-hero-trending__cta-arrow,.trend-hero-trending__cta:focus-visible .trend-hero-trending__cta-arrow{transform:none}}.trend-hero-trending__tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;order:2;position:relative;isolation:isolate;z-index:1;padding:0;width:100%;height:100%;align-items:stretch;align-content:stretch;overflow:hidden;background:#0a0a0a;opacity:.62}.trend-hero-trending__composite{display:block;order:2;position:relative;overflow:hidden;border-radius:0;text-decoration:none;aspect-ratio:16 / 9;background-color:rgba(var(--color-foreground),.04)}.trend-hero-trending__composite-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.22,1,.36,1)}.trend-hero-trending__composite:hover .trend-hero-trending__composite-img,.trend-hero-trending__composite:focus-visible .trend-hero-trending__composite-img{transform:scale(1.015)}@media(prefers-reduced-motion:reduce){.trend-hero-trending__composite-img{transition:none}.trend-hero-trending__composite:hover .trend-hero-trending__composite-img,.trend-hero-trending__composite:focus-visible .trend-hero-trending__composite-img{transform:none}}@media screen and (max-width:749px){.trend-hero-trending__tiles{grid-template-columns:1fr;overflow:visible;scroll-snap-type:none;gap:1.4rem;padding:0 2rem 2.4rem;order:2;width:auto;height:auto;align-items:start;align-content:start}.trend-hero-trending__tiles::-webkit-scrollbar{display:none}}.trend-hero-trending__tile{position:relative;width:100%;aspect-ratio:3 / 4;align-self:start;background-color:#1a2c24!important;border-radius:var(--card-corner-radius, .8rem);overflow:hidden;scroll-snap-align:start;border:none!important;box-shadow:none;transition:transform .18s ease}.trend-hero-trending__tile:hover{filter:brightness(1.04)}@media screen and (min-width:750px){.trend-hero-trending__tiles{--trend-hero-gap: 4px;--trend-hero-side-width: 36%;--trend-hero-cut-x: 4.25%;--trend-hero-cut-pct: 12%;display:block}.trend-hero-trending__tile{position:absolute;top:0;bottom:0;height:100%;aspect-ratio:auto;align-self:stretch;border-radius:0;z-index:1;box-shadow:none}.trend-hero-trending__tile:nth-child(1){left:0;width:var(--trend-hero-side-width);clip-path:polygon(var(--trend-hero-cut-pct) 0,100% 0,calc(100% - var(--trend-hero-cut-pct)) 100%,0% 100%)}.trend-hero-trending__tile:nth-child(2){left:calc(var(--trend-hero-side-width) - var(--trend-hero-cut-x) + var(--trend-hero-gap));right:calc(var(--trend-hero-side-width) - var(--trend-hero-cut-x) + var(--trend-hero-gap));width:auto;clip-path:polygon(var(--trend-hero-cut-pct) 0,100% 0,calc(100% - var(--trend-hero-cut-pct)) 100%,0% 100%)}.trend-hero-trending__tile:nth-child(3){right:0;width:var(--trend-hero-side-width);clip-path:polygon(var(--trend-hero-cut-pct) 0,100% 0,100% 100%,0% 100%)}.trend-hero-trending__tile:nth-child(1) .trend-hero-trending__tile-img{object-position:50% 50%;transform:scale(1.03)}.trend-hero-trending__tile:nth-child(2) .trend-hero-trending__tile-img{object-position:55% 50%;transform:scale(1.03)}.trend-hero-trending__tile:nth-child(3) .trend-hero-trending__tile-img{object-position:40% 50%;transform:scale(1.03)}}@media screen and (max-width:749px){.trend-hero-trending__tile:nth-child(1),.trend-hero-trending__tile:nth-child(2),.trend-hero-trending__tile:nth-child(3){position:relative;inset:auto;width:100%;clip-path:none;margin-left:0;height:auto;aspect-ratio:3 / 4;align-self:start;border-radius:0;border:none}}.trend-hero-trending__tile-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;background-color:rgba(var(--color-foreground),.06)}.trend-hero-trending__tile-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .28s ease}.trend-hero-trending__tile:hover .trend-hero-trending__tile-img{transform:translateY(3px) scale(1.1)}.trend-hero-trending__tile-media--empty{display:flex;align-items:center;justify-content:center}.trend-hero-trending__tile-placeholder{width:50%;height:50%;opacity:.4}.trend-hero-trending__tile-badge{position:absolute;top:2.4rem;left:clamp(2.4rem,18%,4.2rem);z-index:5;display:inline-flex;align-items:center;gap:.55rem;padding:.7rem 1rem;border-radius:8px;background:#fffaf2f5;color:#1f2a2a;font-family:var(--hdts-font-ui, "Inter", system-ui, sans-serif);font-size:1.15rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;line-height:1;white-space:nowrap;pointer-events:none;box-shadow:0 8px 20px #002b2b24}.trend-hero-trending__tile-badge svg{width:16px;height:16px;color:#e4b15a;flex-shrink:0}.trend-hero-trending__tile-badge svg.icon-flame{color:#e95f45}.trend-hero-trending__tile-body{position:absolute;bottom:0;left:0;right:0;z-index:4;display:flex;flex-direction:column;gap:1rem;padding:clamp(2rem,2.8vw,3.2rem) clamp(1.8rem,2.5vw,3rem) clamp(2.4rem,3vw,3.6rem);background:linear-gradient(transparent 0%,#0000008c)}.trend-hero-trending__tile-tagline{margin:0;max-width:12ch;font-size:clamp(1.7rem,1.1rem + .55vw,2.2rem);font-weight:800;line-height:1.05;color:#fff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.trend-hero-trending__tile-cta{display:inline-flex;align-items:center;gap:.6rem;font-size:clamp(1.35rem,.95rem + .32vw,1.6rem);font-weight:500;color:#fff;text-decoration:none;transition:opacity .15s ease}.trend-hero-trending__tile-cta:hover,.trend-hero-trending__tile-cta:focus-visible{opacity:.85;text-decoration:none}.trend-hero-trending__tile-cta:focus-visible{outline:2px solid #ffffff;outline-offset:2px;border-radius:2px}.trend-hero-trending__tile-cta-arrow{display:inline-block;transition:transform .15s ease;font-style:normal}.trend-hero-trending__tile-cta:hover .trend-hero-trending__tile-cta-arrow,.trend-hero-trending__tile-cta:focus-visible .trend-hero-trending__tile-cta-arrow{transform:translate(3px)}@media(prefers-reduced-motion:reduce){.trend-hero-trending__tile,.trend-hero-trending__tile-img,.trend-hero-trending__cta,.trend-hero-trending__tile-cta-arrow{transition:none}.trend-hero-trending__cta--primary{animation:none!important}}.trend-hero-trending .trend-hero-trending__tiles{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}.trend-hero-trending .trend-hero-trending__tile,.trend-hero-trending .trend-hero-trending__tile:nth-child(1),.trend-hero-trending .trend-hero-trending__tile:nth-child(2),.trend-hero-trending .trend-hero-trending__tile:nth-child(3){position:relative!important;inset:auto!important;left:auto!important;right:auto!important;width:auto!important;height:100%!important;aspect-ratio:auto!important;clip-path:none!important;border-radius:0!important;background-color:#0a0a0a!important;filter:grayscale(.15) contrast(1.02)}.trend-hero-trending .trend-hero-trending__tile-badge,.trend-hero-trending .trend-hero-trending__tile-body{display:none!important}.trend-hero-trending .trend-hero-trending__tile-img{transform:none!important}.trend-hero-trending__mini-item{color:#e6beb2}.trend-hero-trending__mini-icon{border-color:#ff4d00b3;color:#ff4d00}.trend-hero-trending__mini-text strong{color:#fff}.trend-hero-trending__mini-text span{color:#e6beb2;opacity:.85}.trend-hero-trending .trend-hero-trending__composite{position:relative;z-index:1;aspect-ratio:auto;height:100%;background-color:#0a0a0a}
/*# sourceMappingURL=/cdn/shop/t/46/assets/trend-hero-trending-v4.css.map */
