.gift-hero{position:relative;background-color:#fff;overflow:hidden;margin-bottom:60px}.gift-hero__gradient-blur{position:absolute;width:800px;height:800px;left:-200px;top:50%;transform:translateY(-50%);background:radial-gradient(ellipse at center,rgba(164,0,17,.08) 0%,rgba(164,0,17,.04) 40%,transparent 70%);border-radius:50%;filter:blur(60px);pointer-events:none;z-index:0}.gift-hero__container{position:relative;z-index:1;display:grid;grid-template-columns:1fr;align-items:stretch}.gift-hero__content{display:flex;flex-direction:column;justify-content:center;padding:40px 20px;order:2}.gift-hero__content-inner{display:flex;flex-direction:column;gap:16px;max-width:520px;margin:0 auto}.gift-hero__heading{margin-bottom:0}.gift-hero__heading h1{font-family:ABC Arizona Flare,Georgia,serif;font-weight:400;font-size:36px;line-height:1.12;letter-spacing:-.5px;color:#50000b;margin:0;display:flex;flex-direction:column}.gift-hero__heading-line1{display:block}.gift-hero__heading-line2{display:block;font-style:italic;color:#a40011}.gift-hero__description{font-family:Aeonik,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#50000b;max-width:480px}.gift-hero__buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.gift-hero__btn{display:inline-flex;align-items:center;justify-content:center;height:44px;min-width:140px;padding:10px 24px;font-family:Aeonik,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:12px;line-height:22px;letter-spacing:.32px;text-transform:uppercase;text-decoration:none;border-radius:100px;cursor:pointer;transition:all .25s cubic-bezier(.25,.46,.45,.94);white-space:nowrap}.gift-hero__btn--primary{background-color:#a40011;color:#fff;border:none;box-shadow:0 4px 20px #50000b4d}.gift-hero__btn--primary:hover{background-color:#8b000e;box-shadow:0 8px 24px #50000b66}.gift-hero__btn--secondary{background-color:#fff;color:#a40011;border:1px solid #A40011}.gift-hero__btn--secondary:hover{background-color:#50000b;color:#fff;border-color:#50000b}.gift-hero__urgency{display:flex;align-items:center;gap:8px}.gift-hero__urgency-dot{color:#a40011;font-size:8px;line-height:1}.gift-hero__urgency-text{font-family:Aeonik,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;font-size:11px;line-height:1.3;color:#a40011}.gift-hero__trust-badges{display:flex;flex-wrap:wrap;align-items:center;gap:20px}.gift-hero__badge{display:flex;align-items:center;gap:8px}.gift-hero__badge-icon{flex-shrink:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.gift-hero__badge-icon img{width:100%;height:100%;object-fit:contain}.gift-hero__badge-stars{display:flex;align-items:center}.gift-hero__badge-stars svg{width:60px;height:11px}.gift-hero__badge-text{font-family:Aeonik,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;font-size:12px;line-height:1.2;color:#50000b}.gift-hero__media{position:relative;order:1;min-height:300px}.gift-hero__picture{display:block;width:100%;height:100%}.gift-hero__image{width:100%;height:100%;display:block;object-fit:cover;object-position:center}@media screen and (min-width: 750px){.gift-hero{margin-bottom:60px}.gift-hero__container{grid-template-columns:50% 50%;min-height:480px}.gift-hero__content{order:1;padding:40px 30px 40px 50px;text-align:left}.gift-hero__content-inner{margin:0;gap:14px}.gift-hero__media{order:2}.gift-hero__picture{height:100%}.gift-hero__image{height:100%;object-position:center center}.gift-hero__buttons{flex-direction:row;flex-wrap:nowrap;gap:10px}.gift-hero__heading h1{font-size:42px}.gift-hero__btn{padding:10px 20px;font-size:11px}.gift-hero__gradient-blur{width:600px;height:600px;left:-100px}}@media screen and (min-width: 990px){.gift-hero{margin-bottom:60px}.gift-hero__container{grid-template-columns:50% 50%;min-height:86vh}.gift-hero__content{padding:50px 40px 50px 70px}.gift-hero__content-inner{gap:16px}.gift-hero__heading h1{font-size:52px}.gift-hero__description{font-size:15px}.gift-hero__buttons{gap:14px}.gift-hero__btn{height:46px;padding:12px 28px;font-size:12px}.gift-hero__urgency-text{font-size:12px}.gift-hero__badge-text{font-size:13px}}@media screen and (min-width: 1200px){.gift-hero__container{min-height:86vh}.gift-hero__content{padding:60px 50px 60px 80px}.gift-hero__content-inner{gap:18px;max-width:500px}.gift-hero__heading h1{font-size:58px}.gift-hero__description{font-size:16px}.gift-hero__buttons{gap:16px}.gift-hero__btn{height:47px;padding:12.5px 32px;font-size:13px}.gift-hero__urgency-text{font-size:12px}.gift-hero__badge-text{font-size:14px}.gift-hero__trust-badges{gap:24px}}@media screen and (min-width: 1440px){.gift-hero__container{min-height:86vh}.gift-hero__content{padding:80px 60px 80px 100px}.gift-hero__content-inner{gap:20px}.gift-hero__heading h1{font-size:60px}.gift-hero__btn{height:47px;padding:12.5px 36px;font-size:14px}}@media screen and (max-width: 749px){.gift-hero{margin-bottom:40px}.gift-hero__container{grid-template-columns:1fr}.gift-hero__content{text-align:center;padding:30px 20px 40px}.gift-hero__content-inner{align-items:center;gap:14px}.gift-hero__heading h1{text-align:center;font-size:clamp(28px,8vw,38px)}.gift-hero__description{text-align:center;font-size:14px}.gift-hero__buttons{justify-content:center;flex-direction:column;align-items:center;width:100%}.gift-hero__btn{width:100%;max-width:300px}.gift-hero__urgency{justify-content:center}.gift-hero__trust-badges{justify-content:center;flex-direction:column;align-items:center;gap:10px}.gift-hero__badge{justify-content:center}.gift-hero__media{min-height:280px;max-height:380px}.gift-hero__image{object-position:center top}.gift-hero__gradient-blur{display:none}}@media screen and (max-width: 374px){.gift-hero__heading h1{font-size:26px}.gift-hero__description{font-size:13px}.gift-hero__btn{font-size:11px;padding:10px 20px;min-height:42px}.gift-hero__urgency-text{font-size:10px}.gift-hero__badge-text{font-size:11px}}
/*# sourceMappingURL=/cdn/shop/t/121/assets/gift-hero-section.css.map */
