@keyframes blink{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.wine-hero .rv{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.wine-hero .rv.vis{opacity:1;transform:translateY(0)}.wine-hero{background:var(--bg-warm, #faf8f6);padding:clamp(3rem,6vw,5rem) 2rem}.wine-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:var(--wine-primary-pale, #f8e5f0);color:var(--wine-primary, #b4176c);border-radius:100px;font-family:"Exo",var(--font-heading, sans-serif);font-weight:600;font-size:.75rem;margin-bottom:1.25rem;line-height:1.4}.wine-hero__badge-dot{width:8px;height:8px;border-radius:50%;background:var(--wine-primary, #b4176c);flex-shrink:0;animation:blink 2s infinite}.wine-hero__title,.wine-hero__title p{font-family:"Exo",var(--font-heading, sans-serif)!important;font-weight:700!important;font-size:clamp(2.2rem,4.5vw,3.4rem);letter-spacing:-.02em;line-height:1.1;color:var(--text-primary, #1a1a1a);margin:0 0 1.25rem}.wine-hero__title p{margin:0}.wine-hero__title em{color:var(--wine-primary, #b4176c);font-style:normal}.wine-hero__subtitle{font-family:var(--font-body, "Open Sans", sans-serif);font-weight:400;font-size:1.1rem;line-height:1.65;color:var(--text-secondary, #6d6b6b);max-width:480px;margin:0 0 2rem}.wine-hero__actions{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.wine-hero__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;background:var(--wine-teal, #008471);color:#fff;border:none;border-radius:40px;font-family:"Exo",var(--font-heading, sans-serif);font-weight:600;font-size:.88rem;letter-spacing:.03em;cursor:pointer;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1)}.wine-hero__cta:hover{background:var(--wine-teal-hover, #006B5C);color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px #0084714d}.wine-hero__cta .wine-hero__arrow{transition:transform .25s cubic-bezier(.16,1,.3,1)}.wine-hero__cta:hover .wine-hero__arrow{transform:translate(3px)}.wine-hero__ghost{display:inline-flex;align-items:center;gap:.35rem;color:var(--wine-primary, #b4176c);font-family:var(--font-body, "Open Sans", sans-serif);font-weight:600;font-size:.88rem;text-decoration:none;transition:gap .25s cubic-bezier(.16,1,.3,1)}.wine-hero__ghost:hover{gap:.6rem;color:var(--wine-primary-hover, #941359)}.wine-hero__trust{font-family:var(--font-body, "Open Sans", sans-serif);font-weight:400;font-size:.72rem;color:var(--text-muted, #999);margin-top:1.25rem;line-height:1.5}.wine-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1440px;margin:0 auto;align-items:center}.wine-hero__content{transition-delay:.1s}.wine-hero__visual{display:flex;justify-content:center;align-items:center;transition-delay:.3s}.wine-hero__image{width:100%;max-width:560px;height:auto;object-fit:contain;border-radius:16px}.wine-hero__image--desktop{display:block}.wine-hero__image--mobile{display:none}@media(max-width:767px){.wine-hero__image--mobile{display:block}.wine-hero__image--desktop{display:none}}@media(max-width:1024px){.wine-hero__inner{grid-template-columns:1fr;gap:2rem}.wine-hero__content{text-align:center;max-width:600px;margin:0 auto}.wine-hero__subtitle{margin-left:auto;margin-right:auto}.wine-hero__actions{justify-content:center}.wine-hero__trust{text-align:center}.wine-hero__visual{order:-1}.wine-hero__image{max-width:400px;border-radius:12px}.wine-hero__bottles-container{display:none}}@media(max-width:640px){.wine-hero{padding:2rem 1.5rem}.wine-hero__inner{gap:1.5rem}.wine-hero__image{max-width:320px;border-radius:10px}.wine-hero__actions{flex-direction:column;width:100%}.wine-hero__cta{width:100%;justify-content:center}.wine-hero__badge{font-size:.68rem}}.wine-hero--bg{position:relative;background-image:var(--hero-bg-desktop);background-size:cover;background-position:center;background-repeat:no-repeat;max-width:1440px;margin:0 auto;border-radius:16px;padding:clamp(3rem,8vw,6rem) 2rem;min-height:400px;display:flex;align-items:center;overflow:hidden}.wine-hero__overlay{display:none}.wine-hero__inner--single{display:flex;max-width:1280px;margin:0 auto;width:100%;position:relative;z-index:2}.wine-hero--bg .wine-hero__content{max-width:580px;background:var(--hero-box-color, rgba(90, 20, 60, .82));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;padding:2.5rem;border:1px solid rgba(255,255,255,.08)}.wine-hero__title--light,.wine-hero__title--light p{color:#fff!important}.wine-hero__title--light em{color:var(--wine-gold, #F5B555)}.wine-hero__subtitle--light{color:#ffffffe0}.wine-hero__badge--light{background:#ffffff1f;color:#fff}.wine-hero__badge--light .wine-hero__badge-dot{background:var(--wine-gold, #F5B555)}.wine-hero__ghost--light{color:#ffffffe6}.wine-hero__ghost--light:hover{color:#fff}.wine-hero__trust--light{color:#ffffff8c}@media(max-width:767px){.wine-hero--bg{background-image:var(--hero-bg-mobile, var(--hero-bg-desktop));width:90%;margin:1rem auto 0;min-height:380px;padding:1rem;padding-top:0;border-radius:12px;align-items:flex-end}.wine-hero--bg .wine-hero__content{text-align:center;max-width:100%;padding:1rem 1rem 1.25rem;border-radius:10px}.wine-hero--bg .wine-hero__title,.wine-hero--bg .wine-hero__title p{font-size:clamp(1.4rem,5.5vw,1.8rem)!important;margin-bottom:.5rem}.wine-hero--bg .wine-hero__subtitle{margin-left:auto;margin-right:auto;font-size:.82rem;line-height:1.45;margin-bottom:.75rem}.wine-hero--bg .wine-hero__badge{font-size:.62rem;padding:.25rem .65rem;margin-bottom:.6rem}.wine-hero--bg .wine-hero__actions,.wine-hero--bg .wine-hero__trust{display:none}.wine-hero__inner--single{justify-content:center;align-items:flex-end}}@media(min-width:768px){.wine-hero--bg{margin:1rem auto}}.wine-hero__bottles-container{display:flex;justify-content:center;align-items:flex-end;gap:1.5rem}.wine-hero__bottle{display:flex;flex-direction:column;align-items:center;animation:heroFloat 6s ease-in-out infinite}.wine-hero__bottle--1{transform:rotate(-3deg);animation-delay:0s}.wine-hero__bottle--2{animation-delay:.6s}.wine-hero__bottle--3{transform:rotate(3deg);animation-delay:1.2s}.wine-hero__bottle-cap{width:12px;height:8px;border-radius:2px 2px 0 0}.wine-hero__bottle-neck{width:10px;height:30px}.wine-hero__bottle-shoulder{width:45px;height:16px;border-radius:12px 12px 0 0}.wine-hero__bottle-body{width:45px;height:110px;position:relative;border-radius:0 0 4px 4px}.wine-hero__bottle-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:33px;height:36px;border-radius:2px}.wine-hero__bottle--2 .wine-hero__bottle-neck{height:36px}.wine-hero__bottle--2 .wine-hero__bottle-body{height:126px}.wine-hero__bottle--1 .wine-hero__bottle-cap,.wine-hero__bottle--1 .wine-hero__bottle-neck,.wine-hero__bottle--1 .wine-hero__bottle-shoulder,.wine-hero__bottle--1 .wine-hero__bottle-body{background:#5c1840}.wine-hero__bottle--1 .wine-hero__bottle-label{background:#2d5a3d}.wine-hero__bottle--2 .wine-hero__bottle-cap,.wine-hero__bottle--2 .wine-hero__bottle-neck,.wine-hero__bottle--2 .wine-hero__bottle-shoulder,.wine-hero__bottle--2 .wine-hero__bottle-body{background:var(--wine-primary, #b4176c)}.wine-hero__bottle--2 .wine-hero__bottle-label{background:#f5b555}.wine-hero__bottle--3 .wine-hero__bottle-cap,.wine-hero__bottle--3 .wine-hero__bottle-neck,.wine-hero__bottle--3 .wine-hero__bottle-shoulder,.wine-hero__bottle--3 .wine-hero__bottle-body{background:#1a1a1a}.wine-hero__bottle--3 .wine-hero__bottle-label{background:#eb6519}
/*# sourceMappingURL=/cdn/shop/t/312/assets/wine-hero-v3.css.map */
