.owa-hero{position:relative;min-height:var(--hero-min-height, 50vh);display:flex;align-items:flex-end;overflow:hidden}.owa-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.owa-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--owa-text-primary, #002835)}.owa-hero__content{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:flex-end;padding-top:4rem;padding-bottom:4rem;width:100%;color:#fff}.owa-hero--has-callout .owa-hero__content{padding-bottom:11rem}.owa-hero__text{max-width:64rem}.owa-hero__callout{position:absolute;left:0;bottom:0;z-index:3;display:flex;flex-direction:column;gap:.8rem;width:min(100%,34rem);padding:1rem 1rem 1.1rem;color:#fff;text-decoration:none;background:linear-gradient(180deg,#907a6247,#ffffff24);border:1px solid rgba(255,255,255,.2);border-radius:1.4rem;box-shadow:0 12px 40px #0000002e;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:transform .15s ease,border-color .15s ease,background .15s ease}.owa-hero__callout:hover{color:#fff;text-decoration:none;transform:translateY(-1px);border-color:#ffffff47;background:linear-gradient(180deg,#907a6257,#ffffff2e)}.owa-hero__callout-label{display:block;font-family:var(--owa-font-body, "Inter", sans-serif);font-size:1.05rem;font-weight:700;line-height:1.1;letter-spacing:.12em;text-transform:uppercase;opacity:.82}.owa-hero__callout-body{display:flex;align-items:center;gap:1rem}.owa-hero__callout-thumb{width:4.8rem;height:4.8rem;border-radius:.9rem;overflow:hidden;flex-shrink:0;background:#ffffff24}.owa-hero__callout-thumb img{width:100%;height:100%;object-fit:cover;display:block}.owa-hero__callout-copy{display:flex;flex-direction:column;min-width:0}.owa-hero__callout-title{font-family:var(--owa-font-body, "Inter", sans-serif);font-size:1.55rem;font-weight:700;line-height:1.2;color:#fff}.owa-hero__callout-subtitle{font-family:var(--owa-font-body, "Inter", sans-serif);font-size:1.29rem;line-height:1.35;color:#ffffffd1}.owa-hero__tag{display:block;font-family:var(--owa-font-body, "Inter", sans-serif);font-size:1.29rem;font-weight:500;letter-spacing:.02em;opacity:.85;margin-bottom:.4rem}.owa-hero__heading{font-family:var(--owa-font-heading, "DM Serif Display", Georgia, serif);font-weight:var(--owa-font-heading-weight, 400);font-size:4.8rem;line-height:1.1;letter-spacing:-.01em;margin:0 0 .8rem;color:inherit}.owa-hero__description{font-family:var(--owa-font-body, "Inter", sans-serif);font-size:1.6rem;line-height:1.5;max-width:60rem;margin:0;opacity:.9}.owa-hero__actions{display:flex;align-items:stretch;gap:1.4rem;flex-wrap:wrap;margin-top:1.4rem}.owa-hero__cta{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 1.4rem;min-height:4rem;background:var(--owa-badge-color, #ff5568);color:#fff;text-decoration:none;font-family:var(--owa-font-body, "Inter", sans-serif);font-size:1.29rem;font-weight:700;line-height:1.2;border:none;border-radius:5px;cursor:pointer;transition:opacity .15s ease}.owa-hero__cta:hover{opacity:.9;text-decoration:none;color:#fff}.owa-hero__link-cta{display:inline-flex;align-items:center;gap:.6rem;min-height:4rem;color:#fff;text-decoration:none;font-family:var(--owa-font-body, "Inter", sans-serif);font-size:1.4rem;font-weight:500;white-space:nowrap;flex-shrink:0}.owa-hero__link-cta-label{text-decoration:underline;text-decoration-style:dashed;text-underline-offset:.3rem}.owa-hero__link-cta:hover{color:#fff;text-decoration:none}.owa-hero__link-cta:hover .owa-hero__link-cta-label{text-decoration-style:solid}.owa-hero__link-cta-arrow{display:inline-flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;background:#f8f8f8eb;color:var(--owa-text-primary, #002835);border-radius:50%;flex-shrink:0}.owa-hero__link-cta-arrow svg{width:1.4rem;height:1.4rem}.owa-hero__cta-arrow{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.owa-hero__cta-arrow svg{width:2.4rem;height:2.4rem}.owa-hero--bottom-center{align-items:flex-end}.owa-hero--bottom-center .owa-hero__content{justify-content:center;text-align:center}.owa-hero--bottom-center .owa-hero__text{display:flex;flex-direction:column;align-items:center}.owa-hero--center-left,.owa-hero--center-center{align-items:center}.owa-hero--center-center .owa-hero__content{justify-content:center;text-align:center}.owa-hero--center-center .owa-hero__text{display:flex;flex-direction:column;align-items:center}@media screen and (max-width:749px){.owa-hero{min-height:40vh}.owa-hero__heading{font-size:3rem}.owa-hero__description{font-size:1.4rem}.owa-hero__content{flex-direction:column;align-items:flex-start;padding-top:2.4rem;padding-bottom:2.4rem}.owa-hero--has-callout .owa-hero__content{padding-bottom:10.8rem}.owa-hero__callout{left:1.6rem;right:1.6rem;bottom:1.6rem;width:auto;max-width:none;padding:.9rem .9rem 1rem;border-radius:1.2rem}.owa-hero__callout-label{font-size:.95rem}.owa-hero__callout-thumb{width:4.2rem;height:4.2rem;border-radius:.8rem}.owa-hero__callout-title{font-size:1.35rem}.owa-hero__callout-subtitle{font-size:1.15rem}.owa-hero__actions{gap:1rem;align-items:stretch}.owa-hero__cta{gap:.4rem;padding:.9rem 1.2rem;min-height:3.6rem;font-size:1.2rem}.owa-hero__link-cta{min-height:3.6rem;font-size:1.2rem}.owa-hero__link-cta-arrow{width:2.8rem;height:2.8rem}.owa-hero--bottom-center .owa-hero__content,.owa-hero--center-center .owa-hero__content{align-items:center}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/section-owa-hero-banner.css.map */
