.hero-featured{position:relative;overflow:hidden;min-height:500px;display:flex;align-items:center}@media only screen and (min-width:768px){.hero-featured{min-height:600px}}@media only screen and (min-width:1068px){.hero-featured{min-height:650px}}.hero-featured__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-featured__bg img{width:100%;height:100%;object-fit:cover}.hero-featured__video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero-featured__video video{width:100%;height:100%;object-fit:cover}.hero-featured__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero-featured__inner{position:relative;z-index:2;width:100%;max-width:var(--grid-width, 1280px);margin:0 auto;padding:20px 15px;display:grid;grid-template-columns:1fr;gap:20px;align-items:center}@media only screen and (min-width:768px){.hero-featured__inner{padding:50px;gap:40px}}@media only screen and (min-width:1068px){.hero-featured__inner{grid-template-columns:1fr 420px;gap:60px}}.hero-featured--mobile-only{display:flex}.hero-featured--desktop-only{display:none}@media only screen and (min-width:1068px){.hero-featured--mobile-only{display:none}.hero-featured--desktop-only{display:grid}}.slideshow__slide .hero-featured__inner{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:100%;z-index:15;box-sizing:border-box;grid-template-columns:1fr 420px;gap:60px;align-items:center;align-content:center;max-width:var(--grid-width, 1280px);padding:50px}.hero-featured__content{color:#fff;text-align:left}.hero-featured__badge{display:none;padding:10px 24px;background:#e0a4aad9;color:#fff;font-size:.875rem;font-weight:600;letter-spacing:.03em;border-radius:12px;margin-bottom:20px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@media only screen and (min-width:1068px){.hero-featured__badge{display:inline-block}}.hero-featured__heading{font-size:1.625rem;font-weight:700;line-height:1.15;margin-bottom:10px;color:#fff}@media only screen and (min-width:768px){.hero-featured__heading{font-size:2.75rem;margin-bottom:16px}}@media only screen and (min-width:1068px){.hero-featured__heading{font-size:3.25rem}}.hero-featured__description{font-size:1.0625rem;line-height:1.6;opacity:.9;margin-bottom:28px;max-width:480px}.hero-featured__buttons{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:30px}.hero-featured__mobile-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px;position:relative;z-index:22}@media only screen and (min-width:1068px){.hero-featured__mobile-cards{display:none}}.hero-featured__mobile-card{position:relative;z-index:22;display:flex;flex-direction:column;gap:10px;min-width:0;min-height:152px;padding:10px;border-radius:16px;overflow:hidden;text-decoration:none;color:#fff;background:linear-gradient(160deg,#ffffff2e,#ffffff14);border:1px solid rgba(255,255,255,.26);box-shadow:0 10px 24px #0000002e;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:transform .25s ease,background .25s ease,border-color .25s ease}.hero-featured__mobile-card:hover{transform:translateY(-2px);background:linear-gradient(160deg,#ffffff3d,#ffffff1a);border-color:#ffffff59}@media only screen and (min-width:768px){.hero-featured__mobile-card{min-height:172px;padding:11px}}.hero-featured__mobile-card-image{width:fit-content;max-width:100%;height:auto;border-radius:12px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;align-self:center;padding:4px 6px}.hero-featured__mobile-card-image img{display:block;width:auto;height:auto;max-width:100%;max-height:76px;object-fit:contain;object-position:center}@media only screen and (min-width:768px){.hero-featured__mobile-card-image{padding:5px 8px}.hero-featured__mobile-card-image img{max-height:88px}}.hero-featured__mobile-card-kicker{font-size:.625rem;line-height:1.1;letter-spacing:.16em;text-transform:uppercase;color:#ffffffb8}.hero-featured__mobile-card-title{display:block;font-size:.875rem;font-weight:700;line-height:1.2}@media only screen and (min-width:768px){.hero-featured__mobile-card-title{font-size:1rem}}.hero-featured__mobile-card-desc{display:block;font-size:.75rem;line-height:1.35;color:#ffffffdb}.hero-featured__buttons .button.accent{background:#e0a4aa;border-color:#e0a4aa;color:#fff;padding:0 32px;min-height:50px;font-weight:600;font-size:.9375rem;border-radius:14px;box-shadow:0 4px 16px #e0a4aa59;transition:all .3s ease}.hero-featured__buttons .button.accent:hover{background:#d4939a;border-color:#d4939a;box-shadow:0 6px 24px #e0a4aa80;transform:translateY(-2px)}.hero-featured__buttons .button.outline{background:#ffffff1f;border:1.5px solid rgba(255,255,255,.5);color:#fff;padding:0 20px;min-height:42px;font-weight:600;font-size:.8125rem;border-radius:12px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:all .3s ease}@media only screen and (min-width:768px){.hero-featured__buttons .button.outline{padding:0 32px;min-height:50px;font-size:.9375rem;border-radius:14px}}.hero-featured__buttons .button.outline:hover{background:#ffffff40;border-color:#fffc;transform:translateY(-2px)}.hero-featured__trust{display:none;align-items:center;gap:0;padding:14px 24px;background:#ffffff1f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:14px;border:1px solid rgba(255,255,255,.2);max-width:max-content}@media only screen and (min-width:768px){.hero-featured__trust{display:flex}}.hero-featured__trust-item{display:flex;align-items:center;gap:10px;padding:0 20px;font-size:.8125rem;font-weight:500;color:#fff;white-space:nowrap}.hero-featured__trust-item:first-child{padding-left:0}.hero-featured__trust-item:last-child{padding-right:0}.hero-featured__trust-item+.hero-featured__trust-item{border-left:1px solid rgba(255,255,255,.25)}.hero-featured__trust-item svg{width:20px;height:20px;flex-shrink:0}.hero-featured__card{display:none;background:linear-gradient(145deg,#ffffff40,#ffffff1a);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.3);border-radius:20px;padding:30px;box-shadow:0 8px 40px #0000001f}@media only screen and (min-width:1068px){.hero-featured__card{display:block}}.hero-featured__card-heading{font-size:1.5rem;font-weight:700;color:#1a1c1d;margin-bottom:2px;line-height:1.3}.hero-featured__card-subheading{font-size:.9375rem;color:#2c2d2e;margin-bottom:20px;font-weight:500}.hero-featured__card-item{display:flex;align-items:center;gap:16px;padding:16px;background:#ffffff59;border-radius:14px;margin-bottom:12px;border:1px solid rgba(255,255,255,.3);transition:all .25s ease;text-decoration:none;color:inherit}.hero-featured__card-item:last-child{margin-bottom:0}.hero-featured__card-item:hover{background:#ffffff8c;transform:translate(4px)}.hero-featured__card-image{width:64px;height:64px;border-radius:12px;overflow:hidden;flex-shrink:0;background:#ffffff80}.hero-featured__card-image img{width:100%;height:100%;object-fit:cover}.hero-featured__card-info{flex:1;min-width:0}.hero-featured__card-title{font-size:1rem;font-weight:700;color:#1a1c1d;margin-bottom:3px;display:flex;align-items:center;gap:8px}.hero-featured__card-badge{display:inline-flex;padding:2px 10px;font-size:.6875rem;font-weight:600;border-radius:6px;letter-spacing:.02em;text-transform:uppercase;flex-shrink:0}.hero-featured__card-badge--hot{background:#e0a4aa;color:#fff}.hero-featured__card-badge--neu{background:#d3ece2;color:#252f35}.hero-featured__card-desc{font-size:.8125rem;color:#555;line-height:1.4}@media only screen and (min-width:1068px){.slideshow__slide--featured .slideshow__slide-inner{display:none}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/hero-featured.css.map */
