.hdc-cta{overflow:hidden;padding-block:var(--hdc-top) var(--hdc-bottom);background:var(--hdc-bg);color:var(--hdc-text)}.hdc-cta *{box-sizing:border-box}.hdc-cta__inner{max-width:1220px}.hdc-cta__card{display:flex;gap:40px;align-items:center;justify-content:space-between;padding:clamp(38px,5vw,58px);border-radius:30px;background:var(--hdc-card);color:var(--hdc-text);box-shadow:0 20px 40px color-mix(in srgb,var(--hdc-card) 24%,transparent)}.hdc-cta__card>div{max-width:720px}.hdc-cta__eyebrow{margin:0 0 10px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hdc-cta__card h2{margin:0;color:inherit;font-family:Poppins,var(--typeHeaderPrimary, var(--typeBasePrimary)),sans-serif;font-size:clamp(30px,3.5vw,46px);font-weight:800;line-height:1.05;letter-spacing:-.03em;text-transform:uppercase}.hdc-cta__text{margin-top:12px;font-size:14px;line-height:1.6}.hdc-cta__text p{margin:0}.hdc-cta__button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;background:var(--hdc-button);color:var(--hdc-deep);font-size:13px;font-weight:800;line-height:1.2;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease}.hdc-cta__button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #4e2a132e}.hdc-cta__button:focus-visible{outline:3px solid var(--hdc-button);outline-offset:4px}@media screen and (max-width:989px){.hdc-cta__card{align-items:flex-start}}@media screen and (max-width:749px){.hdc-cta{padding-block:calc(var(--hdc-top) * .75) calc(var(--hdc-bottom) * .75)}.hdc-cta__inner{padding-inline:18px}.hdc-cta__card{display:block;padding:34px 24px;border-radius:24px}.hdc-cta__card h2{font-size:28px;overflow-wrap:anywhere}.hdc-cta__button{width:100%;margin-top:24px}}@media(prefers-reduced-motion:reduce){.hdc-cta__button{transition:none}}.hdc-hero{overflow:hidden;padding-block:var(--hdc-top) var(--hdc-bottom);background:var(--hdc-bg);color:var(--hdc-text)}.hdc-hero *{box-sizing:border-box}.hdc-hero__inner{max-width:1220px}.hdc-hero__grid{display:grid;grid-template-columns:minmax(0,.94fr) minmax(410px,.86fr);gap:clamp(46px,6vw,92px);align-items:center;min-height:590px;padding:clamp(54px,6vw,84px) 18px clamp(70px,7vw,96px)}.hdc-hero__copy{position:relative;z-index:2}.hdc-hero__eyebrow{display:inline-flex;align-items:center;min-height:28px;margin:0 0 20px;padding:8px 15px;border-radius:999px;background:var(--hdc-highlight);color:var(--hdc-text);font-size:11px;font-weight:800;line-height:1;letter-spacing:.035em;text-transform:uppercase}.hdc-hero__heading{max-width:590px;margin:0;color:var(--hdc-deep);font-family:Poppins,var(--typeHeaderPrimary, var(--typeBasePrimary)),sans-serif;font-size:clamp(46px,4.55vw,68px);font-weight:800;line-height:1.02;letter-spacing:-.035em;text-transform:uppercase;text-wrap:balance}.hdc-hero__description{max-width:570px;margin-top:22px;color:var(--hdc-muted);font-size:clamp(15px,1.3vw,18px);line-height:1.62}.hdc-hero__description p,.hdc-hero__privacy p{margin:0}.hdc-hero__urgency{display:flex;gap:9px;align-items:center;margin:17px 0 0;color:var(--hdc-muted);font-size:13px;font-weight:800;line-height:1.4}.hdc-hero__urgency span{width:9px;height:9px;border-radius:50%;background:var(--hdc-accent);box-shadow:0 0 0 5px color-mix(in srgb,var(--hdc-accent) 16%,transparent)}.hdc-hero__form-shell{max-width:600px;margin-top:27px;scroll-margin-top:96px}.hdc-hero__form{margin:0}.hdc-hero__label{display:block;margin:0 0 9px;color:var(--hdc-text);font-size:12px;font-weight:800;line-height:1.35}.hdc-hero__field-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}.hdc-hero__input{width:100%;min-height:50px;margin:0;padding:0 20px;border:1px solid color-mix(in srgb,var(--hdc-border) 88%,var(--hdc-deep));border-radius:999px;outline:none;background:#fff;color:var(--hdc-text);font:inherit;font-size:15px;transition:border-color .16s ease,box-shadow .16s ease}.hdc-hero__input::placeholder{color:color-mix(in srgb,var(--hdc-muted) 64%,transparent)}.hdc-hero__input:focus-visible{border-color:var(--hdc-deep);box-shadow:0 0 0 4px color-mix(in srgb,var(--hdc-accent) 20%,transparent)}.hdc-hero__submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:0 20px;border:0;border-radius:999px;background:var(--hdc-accent);color:#fff;font:inherit;font-size:14px;font-weight:800;line-height:1.2;white-space:nowrap;cursor:pointer;box-shadow:0 10px 22px color-mix(in srgb,var(--hdc-accent) 24%,transparent);transition:transform .16s ease,background .16s ease}.hdc-hero__submit svg{width:20px;height:20px;fill:currentColor}.hdc-hero__submit:hover{background:var(--hdc-deep);transform:translateY(-2px)}.hdc-hero__submit:focus-visible{outline:3px solid color-mix(in srgb,var(--hdc-deep) 36%,transparent);outline-offset:3px}.hdc-hero__privacy,.hdc-hero__error{margin:9px 0 2px;color:var(--hdc-muted);font-size:11px;line-height:1.5}.hdc-hero__privacy a{color:inherit;text-decoration:underline;text-underline-offset:2px}.hdc-hero__error{color:#9b1c1c}.hdc-hero__error ul{margin:0;padding-left:18px}.hdc-hero__success{display:flex;gap:14px;align-items:center;min-height:92px;padding:14px 16px;border-radius:17px;background:color-mix(in srgb,var(--hdc-highlight) 56%,white)}.hdc-hero__success-icon{display:grid;flex:0 0 48px;width:48px;height:48px;place-items:center;border-radius:50%;background:var(--hdc-deep);color:#fff}.hdc-hero__success-icon svg{width:27px;fill:currentColor}.hdc-hero__success-title,.hdc-hero__success-text{margin:0}.hdc-hero__success-title{font-size:16px;font-weight:800}.hdc-hero__success-text{margin-top:3px;color:var(--hdc-muted);font-size:13px;line-height:1.45}.hdc-hero__app-form>*{margin:0}.hdc-hero__visual{position:relative;min-width:0;padding:28px 18px 18px}.hdc-hero__campaign-card{position:relative;min-width:0}.hdc-hero__gift-frame{position:relative;overflow:hidden;aspect-ratio:1 / 1.03;border:1px solid color-mix(in srgb,var(--hdc-border) 82%,transparent);border-radius:30px;background:var(--hdc-surface);box-shadow:0 22px 44px #5b39231f}.hdc-hero__gift-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center 28%;transition:transform .42s ease}.hdc-hero__campaign-card:hover .hdc-hero__gift-image{transform:scale(1.025)}.hdc-hero__placeholder{position:relative;display:grid;width:100%;height:100%;min-height:280px;place-items:center;overflow:hidden;color:var(--hdc-muted)}.hdc-hero__placeholder span{position:absolute;bottom:20px;left:50%;padding:7px 10px;border-radius:999px;background:#ffffffeb;color:var(--hdc-muted);font-size:11px;font-weight:800;line-height:1;transform:translate(-50%);white-space:nowrap}.hdc-hero__placeholder-svg{width:100%;height:100%;opacity:.5}.hdc-hero__image-note{position:absolute;bottom:16px;left:16px;padding:8px 12px;border-radius:999px;background:#ffffffe6;color:var(--hdc-deep);font-size:10px;font-weight:800;line-height:1;box-shadow:0 6px 16px #2419141f}.hdc-hero__top-badge,.hdc-hero__bottom-badge{position:absolute;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:48px;max-width:80%;padding:12px 20px;border-radius:999px;color:#fff;font-size:clamp(13px,1.4vw,18px);font-weight:800;line-height:1.1;letter-spacing:.01em;text-align:center;text-transform:uppercase;box-shadow:0 14px 28px #57341c2e}.hdc-hero__top-badge{top:-19px;left:-18px;background:#c43835;transform:rotate(-8deg)}.hdc-hero__bottom-badge{right:-22px;bottom:-20px;background:var(--hdc-accent);color:var(--hdc-text);transform:rotate(7deg)}.hdc-hero__claim-hint{display:flex;gap:8px;align-items:center;justify-content:center;margin:34px auto 0;color:var(--hdc-muted);font-size:12px;font-weight:800;line-height:1.4}.hdc-hero__claim-hint svg{flex:0 0 20px;width:20px;fill:var(--hdc-accent)}@media screen and (max-width:989px){.hdc-hero__grid{grid-template-columns:1fr;gap:48px;min-height:0;padding-inline:30px}.hdc-hero__copy{max-width:720px}.hdc-hero__visual{width:min(100%,610px);margin:0 auto}}@media screen and (max-width:749px){.hdc-hero{padding-block:calc(var(--hdc-top) * .55) calc(var(--hdc-bottom) * .65)}.hdc-hero__inner{padding-inline:18px}.hdc-hero__grid{gap:38px;padding:34px 0 58px}.hdc-hero__heading{font-size:clamp(39px,11vw,51px)}.hdc-hero__description{margin-top:18px;font-size:15px}.hdc-hero__field-row{grid-template-columns:1fr;gap:10px}.hdc-hero__submit{width:100%}.hdc-hero__visual{padding:22px 10px 12px}.hdc-hero__gift-frame{border-radius:23px}.hdc-hero__top-badge,.hdc-hero__bottom-badge{min-height:40px;max-width:76%;padding:10px 15px;font-size:12px}.hdc-hero__top-badge{top:-14px;left:-9px}.hdc-hero__bottom-badge{right:-9px;bottom:-14px}.hdc-hero__claim-hint{margin-top:28px}}@media(prefers-reduced-motion:reduce){.hdc-hero__input,.hdc-hero__submit,.hdc-hero__gift-image{transition:none}}.hdc-products{overflow:hidden;padding-block:var(--hdc-top) var(--hdc-bottom);background:var(--hdc-bg);color:var(--hdc-text)}.hdc-products *{box-sizing:border-box}.hdc-products__inner{max-width:1220px}.hdc-products__header{display:flex;max-width:760px;flex-direction:column;gap:18px;align-items:center;margin:0 auto 34px;text-align:center}.hdc-products__header>div{max-width:720px}.hdc-products__eyebrow{display:inline-flex;margin:0 0 18px;padding:8px 15px;border-radius:999px;background:var(--hdc-highlight);color:var(--hdc-text);font-size:11px;font-weight:800;line-height:1;letter-spacing:.04em;text-transform:uppercase}.hdc-products__heading{margin:0;color:var(--hdc-text);font-family:Poppins,var(--typeHeaderPrimary, var(--typeBasePrimary)),sans-serif;font-size:clamp(32px,3.7vw,48px);font-weight:800;line-height:1.06;letter-spacing:-.025em;text-transform:uppercase;text-wrap:balance}.hdc-products__text{max-width:650px;margin:12px auto 0;color:var(--hdc-muted);font-size:15px;line-height:1.6}.hdc-products__text p{margin:0}.hdc-products__collection-link{display:inline-flex;gap:8px;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:1px solid var(--hdc-deep);border-radius:999px;background:transparent;color:var(--hdc-deep);font-size:13px;font-weight:800;line-height:1.2;text-decoration:none;transition:transform .16s ease,background .16s ease,color .16s ease}.hdc-products__collection-link svg,.hdc-products__cta svg{width:19px;height:19px;fill:currentColor}.hdc-products__collection-link:hover{background:var(--hdc-deep);color:#fff;transform:translateY(-2px)}.hdc-products__collection-link:focus-visible,.hdc-products__link:focus-visible{outline:3px solid var(--hdc-deep);outline-offset:3px}.hdc-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.hdc-products__card{min-width:0;overflow:hidden;border:1px solid color-mix(in srgb,var(--hdc-border) 70%,transparent);border-radius:26px;background:var(--hdc-surface);box-shadow:0 10px 25px #5238270e;transition:transform .18s ease,box-shadow .18s ease}.hdc-products__card:hover{transform:translateY(-5px);box-shadow:0 22px 40px #412a1e1f}.hdc-products__link{display:flex;height:100%;flex-direction:column;color:inherit;text-decoration:none}.hdc-products__media{position:relative;overflow:hidden;aspect-ratio:1;background:color-mix(in srgb,var(--hdc-highlight) 34%,white)}.hdc-products__image,.hdc-products__placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .32s ease}.hdc-products__card:hover .hdc-products__image{transform:scale(1.045)}.hdc-products__badge{position:absolute;top:12px;left:12px;z-index:1;padding:7px 10px;border-radius:999px;background:var(--hdc-text);color:#fff;font-size:10px;font-weight:800;line-height:1;letter-spacing:.04em;text-transform:uppercase}.hdc-products__badge--sale{background:var(--hdc-accent)}.hdc-products__content{display:flex;flex:1;flex-direction:column;padding:18px}.hdc-products__title{margin:0;color:var(--hdc-text);font-family:Poppins,var(--typeHeaderPrimary, var(--typeBasePrimary)),sans-serif;font-size:16px;font-weight:800;line-height:1.35}.hdc-products__price{display:flex;flex-wrap:wrap;gap:5px 8px;align-items:baseline;margin-top:9px;color:var(--hdc-deep);font-size:14px;font-weight:800;line-height:1.3}.hdc-products__price-from,.hdc-products__price s{color:var(--hdc-muted);font-size:12px;font-weight:600}.hdc-products__cta{display:inline-flex;gap:5px;align-items:center;margin-top:auto;padding-top:18px;color:var(--hdc-text);font-size:12px;font-weight:800;line-height:1.2}@media screen and (max-width:989px){.hdc-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.hdc-products{padding-block:calc(var(--hdc-top) * .75) calc(var(--hdc-bottom) * .75)}.hdc-products__inner{padding-inline:18px}.hdc-products__header{margin-bottom:26px}.hdc-products__heading{font-size:29px;overflow-wrap:anywhere}.hdc-products__grid{gap:12px}.hdc-products__card{border-radius:19px}.hdc-products__content{padding:14px}.hdc-products__title{font-size:14px}.hdc-products__cta{padding-top:14px}}@media(prefers-reduced-motion:reduce){.hdc-products__collection-link,.hdc-products__card,.hdc-products__image{transition:none}}.hdc-steps{position:relative;overflow:hidden;padding-block:var(--hdc-top) var(--hdc-bottom);background:color-mix(in srgb,var(--hdc-highlight) 22%,var(--hdc-bg));color:var(--hdc-text)}.hdc-steps *{box-sizing:border-box}.hdc-steps__inner{max-width:1220px}.hdc-steps__heading{margin:0 0 34px;color:var(--hdc-text);font-family:Poppins,var(--typeHeaderPrimary, var(--typeBasePrimary)),sans-serif;font-size:clamp(32px,3.4vw,44px);font-weight:800;line-height:1.1;letter-spacing:-.025em;text-align:center;text-transform:uppercase;text-wrap:balance}.hdc-steps__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.hdc-steps__card{display:flex;min-height:200px;flex-direction:column;gap:18px;align-items:center;justify-content:center;padding:30px 26px;border:1px solid color-mix(in srgb,var(--hdc-border) 72%,transparent);border-radius:26px;background:var(--hdc-surface);text-align:center;box-shadow:0 10px 26px #5238270e}.hdc-steps__number{display:grid;width:42px;height:42px;place-items:center;border-radius:999px;background:var(--hdc-accent);color:#fff;font-size:16px;font-weight:800}.hdc-steps__card h3{margin:0 0 8px;color:var(--hdc-text);font-family:Poppins,var(--typeHeaderPrimary, var(--typeBasePrimary)),sans-serif;font-size:19px;font-weight:800;line-height:1.25}.hdc-steps__text{max-width:280px;color:var(--hdc-muted);font-size:14px;line-height:1.55}.hdc-steps__text p{margin:0}@media screen and (max-width:989px){.hdc-steps__grid{grid-template-columns:1fr}.hdc-steps__card{min-height:0}}@media screen and (max-width:749px){.hdc-steps{padding-block:calc(var(--hdc-top) * .75) calc(var(--hdc-bottom) * .75)}.hdc-steps__inner{padding-inline:18px}.hdc-steps__heading{margin-bottom:22px;font-size:32px}.hdc-steps__card{padding:24px 20px;border-radius:20px}}.hdc-store{overflow:hidden;padding-block:var(--hdc-top) var(--hdc-bottom);background:var(--hdc-bg);color:var(--hdc-text)}.hdc-store *{box-sizing:border-box}.hdc-store__inner{max-width:1220px}.hdc-store__card{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(370px,.92fr);overflow:hidden;border:1px solid color-mix(in srgb,var(--hdc-border) 78%,transparent);border-radius:30px;background:var(--hdc-surface);box-shadow:0 18px 42px #52382714}.hdc-store__media{position:relative;min-height:480px;background:var(--hdc-highlight)}.hdc-store__image{display:block;width:100%;height:100%;object-fit:cover}.hdc-store__placeholder{position:relative;display:grid;width:100%;height:100%;min-height:480px;place-items:center;overflow:hidden;color:var(--hdc-muted)}.hdc-store__placeholder-svg{width:100%;height:100%;opacity:.5}.hdc-store__placeholder span{position:absolute;bottom:20px;left:50%;padding:7px 10px;border-radius:999px;background:#ffffffeb;color:var(--hdc-muted);font-size:11px;font-weight:800;transform:translate(-50%);white-space:nowrap}.hdc-store__pin{position:absolute;bottom:20px;left:20px;max-width:calc(100% - 40px);padding:9px 13px;border-radius:999px;background:#ffffffeb;color:var(--hdc-text);font-size:11px;font-weight:800;line-height:1.2;box-shadow:0 8px 20px #24191429}.hdc-store__details{display:flex;flex-direction:column;justify-content:center;padding:clamp(38px,5vw,62px)}.hdc-store__eyebrow{display:inline-flex;align-self:flex-start;margin:0 0 18px;padding:8px 15px;border-radius:999px;background:var(--hdc-highlight);color:var(--hdc-text);font-size:11px;font-weight:800;line-height:1;letter-spacing:.04em;text-transform:uppercase}.hdc-store__heading{margin:0;color:var(--hdc-deep);font-family:Poppins,var(--typeHeaderPrimary, var(--typeBasePrimary)),sans-serif;font-size:clamp(34px,3.6vw,48px);font-weight:800;line-height:1.05;letter-spacing:-.025em;text-transform:uppercase}.hdc-store__facts{display:grid;gap:22px;margin-top:30px}.hdc-store__fact{display:grid;grid-template-columns:26px minmax(0,1fr);gap:13px;align-items:start}.hdc-store__fact svg{width:25px;fill:var(--hdc-accent)}.hdc-store__fact span{display:block;margin-bottom:4px;color:var(--hdc-text);font-size:12px;font-weight:800;line-height:1.3}.hdc-store__fact p{margin:0;color:var(--hdc-muted);font-size:14px;line-height:1.65}.hdc-store__button{display:inline-flex;align-self:flex-start;align-items:center;justify-content:center;gap:8px;min-height:50px;margin-top:32px;padding:0 22px;border-radius:999px;background:var(--hdc-accent);color:#fff;font-size:14px;font-weight:800;line-height:1.2;text-decoration:none;box-shadow:0 10px 22px color-mix(in srgb,var(--hdc-accent) 24%,transparent);transition:transform .16s ease,background .16s ease}.hdc-store__button svg{width:20px;height:20px;fill:currentColor}.hdc-store__button:hover{background:var(--hdc-deep);transform:translateY(-2px)}.hdc-store__button:focus-visible{outline:3px solid color-mix(in srgb,var(--hdc-deep) 36%,transparent);outline-offset:3px}.hdc-store__note{margin:14px 0 0;color:var(--hdc-muted);font-size:11px;line-height:1.5}@media screen and (max-width:989px){.hdc-store__card{grid-template-columns:1fr}}@media screen and (max-width:749px){.hdc-store{padding-block:calc(var(--hdc-top) * .75) calc(var(--hdc-bottom) * .75)}.hdc-store__inner{padding-inline:18px}.hdc-store__card{border-radius:26px}.hdc-store__media,.hdc-store__placeholder{min-height:300px}.hdc-store__details{padding:32px 22px}.hdc-store__heading{font-size:35px}}@media(prefers-reduced-motion:reduce){.hdc-store__button{transition:none}}.hdc-terms{padding-block:var(--hdc-top) var(--hdc-bottom);background:var(--hdc-bg);color:var(--hdc-text)}.hdc-terms *{box-sizing:border-box}.hdc-terms__inner{max-width:1220px}.hdc-terms__details{max-width:920px;margin:0 auto;border-bottom:1px solid var(--hdc-border)}.hdc-terms__details summary{padding:15px 4px;color:var(--hdc-text);font-size:13px;font-weight:800;cursor:pointer}.hdc-terms__details summary:focus-visible{outline:3px solid color-mix(in srgb,var(--hdc-focus) 36%,transparent);outline-offset:3px}.hdc-terms__content{padding:0 4px 18px;color:var(--hdc-muted);font-size:12px;line-height:1.7}.hdc-terms__content p{margin:0}@media screen and (max-width:749px){.hdc-terms__inner{padding-inline:18px}}.hsmg{overflow:hidden;padding-block:var(--hsmg-top) var(--hsmg-bottom);background:radial-gradient(circle at 78% 12%,color-mix(in srgb,var(--hsmg-sky) 78%,transparent) 0 14%,transparent 34%),var(--hsmg-bg);color:var(--hsmg-ink)}.hsmg *{box-sizing:border-box}.hsmg__inner{max-width:1280px}.hsmg__hero{display:grid;grid-template-columns:minmax(0,.96fr) minmax(420px,.8fr);gap:clamp(32px,5vw,76px);align-items:center;min-height:680px;padding:clamp(38px,5vw,72px);border:1px solid var(--hsmg-border);border-radius:36px;background:color-mix(in srgb,var(--hsmg-surface) 90%,white);box-shadow:0 28px 70px #9a46001f}.hsmg__copy{position:relative;z-index:2}.hsmg__eyebrow{display:inline-flex;align-items:center;min-height:30px;margin:0 0 18px;padding:7px 12px;border-radius:999px;background:var(--hsmg-accent);color:var(--hsmg-ink);font-size:11px;font-weight:800;line-height:1;letter-spacing:.08em;text-transform:uppercase}.hsmg__heading,.hsmg__section-heading,.hsmg__store-heading,.hsmg__recommendation-heading,.hsmg__step h3,.hsmg__product-title,.hsmg__gift-title{font-family:Poppins,var(--typeHeaderPrimary, var(--typeBasePrimary)),sans-serif}.hsmg__heading{max-width:650px;margin:0;color:var(--hsmg-ink);font-size:clamp(42px,5.2vw,76px);font-weight:800;line-height:.98;letter-spacing:-.055em;text-wrap:balance}.hsmg__description{max-width:610px;margin-top:24px;color:var(--hsmg-muted);font-size:clamp(16px,1.45vw,19px);line-height:1.65}.hsmg__description p,.hsmg__privacy p,.hsmg__terms-content p{margin:0}.hsmg__urgency{display:flex;gap:9px;align-items:center;margin:18px 0 0;color:var(--hsmg-deep);font-size:13px;font-weight:800;line-height:1.4}.hsmg__urgency-dot{width:9px;height:9px;border-radius:50%;background:var(--hsmg-accent);box-shadow:0 0 0 5px color-mix(in srgb,var(--hsmg-accent) 16%,transparent)}.hsmg__form-shell{max-width:650px;margin-top:28px;padding:10px;border:1px solid var(--hsmg-border);border-radius:24px;background:#fff;box-shadow:0 16px 34px #412a1e14}.hsmg__form{margin:0}.hsmg__label{display:block;margin:2px 4px 8px;color:var(--hsmg-ink);font-size:12px;font-weight:800;line-height:1.35}.hsmg__field-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.hsmg__input{width:100%;min-height:54px;margin:0;padding:0 17px;border:1px solid var(--hsmg-border);border-radius:16px;outline:none;background:var(--hsmg-bg);color:var(--hsmg-ink);font:inherit;font-size:15px;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.hsmg__input::placeholder{color:color-mix(in srgb,var(--hsmg-muted) 64%,transparent)}.hsmg__input:focus-visible{border-color:var(--hsmg-deep);background:#fff;box-shadow:0 0 0 4px color-mix(in srgb,var(--hsmg-accent) 20%,transparent)}.hsmg__submit,.hsmg__map-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:54px;border:0;border-radius:16px;background:var(--hsmg-deep);color:var(--hsmg-ink);font:inherit;font-size:14px;font-weight:800;line-height:1.2;text-decoration:none;cursor:pointer;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.hsmg__submit{padding:0 20px;white-space:nowrap}.hsmg__submit svg,.hsmg__map-button svg{width:20px;height:20px;fill:currentColor}.hsmg__submit:hover,.hsmg__map-button:hover{transform:translateY(-2px);background:var(--hsmg-accent);box-shadow:0 12px 24px color-mix(in srgb,var(--hsmg-accent) 28%,transparent)}.hsmg__submit:focus-visible,.hsmg__map-button:focus-visible,.hsmg__terms summary:focus-visible{outline:3px solid color-mix(in srgb,var(--hsmg-deep) 36%,transparent);outline-offset:3px}.hsmg__privacy,.hsmg__error{margin:9px 5px 2px;color:var(--hsmg-muted);font-size:11px;line-height:1.5}.hsmg__privacy a{color:inherit;text-decoration:underline;text-underline-offset:2px}.hsmg__error{color:#9b1c1c}.hsmg__error ul{margin:0;padding-left:18px}.hsmg__success{display:flex;gap:14px;align-items:center;min-height:92px;padding:14px 16px;border-radius:17px;background:color-mix(in srgb,var(--hsmg-sky) 56%,white)}.hsmg__success-icon{display:grid;flex:0 0 48px;width:48px;height:48px;place-items:center;border-radius:50%;background:var(--hsmg-deep);color:#fff}.hsmg__success-icon svg{width:27px;fill:currentColor}.hsmg__success-title,.hsmg__success-text{margin:0}.hsmg__success-title{font-size:16px;font-weight:800}.hsmg__success-text{margin-top:3px;color:var(--hsmg-muted);font-size:13px;line-height:1.45}.hsmg__app-form>*{margin:0}.hsmg__visual{position:relative;min-width:0;padding:26px 12px 48px 28px}.hsmg__visual:before{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--hsmg-sky);content:"";filter:blur(1px);transform:rotate(-7deg) scale(.92)}.hsmg__ticket{position:relative;z-index:1;overflow:hidden;padding:18px;border:1px solid rgba(36,25,20,.16);border-radius:28px;background:#fff;box-shadow:0 34px 60px #3a2e2838;transform:rotate(3deg);transition:transform .3s ease,box-shadow .3s ease}.hsmg__ticket:before,.hsmg__ticket:after{position:absolute;top:74%;width:24px;height:24px;border-radius:50%;background:var(--hsmg-sky);content:"";transform:translateY(-50%)}.hsmg__ticket:before{left:-13px}.hsmg__ticket:after{right:-13px}.hsmg__ticket:hover{box-shadow:0 38px 70px #3a2e2842;transform:rotate(1.5deg) translateY(-4px)}.hsmg__ticket-topline,.hsmg__ticket-bottom{display:flex;align-items:center;justify-content:space-between}.hsmg__ticket-topline{padding:0 4px 14px;color:var(--hsmg-deep);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hsmg__ticket-code{color:var(--hsmg-muted);font-weight:700}.hsmg__gift-frame{position:relative;overflow:hidden;aspect-ratio:5 / 5.5;border-radius:18px;background:var(--hsmg-sky)}.hsmg__gift-image{width:100%;height:100%;display:block;object-fit:cover}.hsmg__collection-note{position:absolute;right:12px;bottom:12px;padding:7px 10px;border-radius:999px;background:#ffffffe6;color:var(--hsmg-ink);font-size:10px;font-weight:800;line-height:1;box-shadow:0 6px 16px #2419141f}.hsmg__image-placeholder{position:relative;display:grid;width:100%;height:100%;min-height:280px;place-items:center;overflow:hidden;color:var(--hsmg-muted)}.hsmg__image-placeholder span{position:absolute;bottom:20px;left:50%;padding:7px 10px;border-radius:999px;background:#ffffffeb;color:var(--hsmg-muted);font-size:11px;font-weight:800;line-height:1;transform:translate(-50%);white-space:nowrap}.hsmg__placeholder-svg{width:100%;height:100%;opacity:.5}.hsmg__ticket-bottom{gap:18px;min-height:92px;padding:18px 4px 2px;border-top:1px dashed var(--hsmg-border)}.hsmg__ticket-label,.hsmg__gift-title{margin:0}.hsmg__ticket-label{color:var(--hsmg-muted);font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.hsmg__gift-title{margin-top:3px;color:var(--hsmg-ink);font-size:clamp(18px,2vw,25px);font-weight:800;line-height:1.15;letter-spacing:-.03em}.hsmg__stamp{display:grid;flex:0 0 88px;width:88px;height:58px;place-content:center;border:2px solid color-mix(in srgb,var(--hsmg-deep) 72%,transparent);border-radius:50%;color:var(--hsmg-deep);font-size:9px;font-weight:800;line-height:1.2;letter-spacing:.08em;text-align:center;transform:rotate(-9deg)}.hsmg__claim-hint{position:absolute;right:-10px;bottom:1px;z-index:2;display:flex;gap:9px;align-items:center;max-width:235px;padding:12px 14px;border:1px solid var(--hsmg-border);border-radius:16px;background:var(--hsmg-ink);color:#fff;font-size:11px;font-weight:800;line-height:1.35;box-shadow:0 14px 24px #24191438}.hsmg__claim-hint svg{flex:0 0 22px;width:22px;fill:var(--hsmg-accent)}.hsmg__steps{padding:clamp(70px,8vw,110px) 0}.hsmg__section-heading{margin:0 0 30px;color:var(--hsmg-ink);font-size:clamp(30px,3.6vw,46px);font-weight:800;line-height:1.1;letter-spacing:-.035em;text-align:center}.hsmg__step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hsmg__step{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:start;min-height:156px;padding:24px;border:1px solid var(--hsmg-border);border-radius:24px;background:#fff;box-shadow:0 13px 28px #412a1e0f}.hsmg__step-number{display:grid;width:44px;height:44px;place-items:center;border-radius:15px;background:var(--hsmg-sky);color:var(--hsmg-deep);font-size:16px;font-weight:800}.hsmg__step h3{margin:1px 0 7px;color:var(--hsmg-ink);font-size:18px;font-weight:800;line-height:1.25}.hsmg__step p{margin:0;color:var(--hsmg-muted);font-size:13px;line-height:1.55}.hsmg__store{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);overflow:hidden;border:1px solid var(--hsmg-border);border-radius:32px;background:#fff;box-shadow:0 22px 54px #412a1e17}.hsmg__store-media{position:relative;min-height:520px;background:var(--hsmg-sky)}.hsmg__store-image{width:100%;height:100%;display:block;object-fit:cover}.hsmg__store-pin{position:absolute;bottom:20px;left:20px;max-width:calc(100% - 40px);padding:9px 13px;border-radius:999px;background:#ffffffeb;color:var(--hsmg-ink);font-size:11px;font-weight:800;line-height:1.2;box-shadow:0 8px 20px #24191429}.hsmg__store-details{display:flex;flex-direction:column;justify-content:center;padding:clamp(34px,5vw,66px)}.hsmg__store-heading{margin:0;color:var(--hsmg-ink);font-size:clamp(34px,4vw,52px);font-weight:800;line-height:1.05;letter-spacing:-.04em}.hsmg__store-facts{display:grid;gap:22px;margin-top:30px}.hsmg__store-fact{display:grid;grid-template-columns:26px minmax(0,1fr);gap:13px;align-items:start}.hsmg__store-fact svg{width:25px;fill:var(--hsmg-accent)}.hsmg__store-fact span{display:block;margin-bottom:4px;color:var(--hsmg-ink);font-size:12px;font-weight:800;line-height:1.3}.hsmg__store-fact p{margin:0;color:var(--hsmg-muted);font-size:14px;line-height:1.65}.hsmg__map-button{align-self:flex-start;margin-top:32px;padding:0 22px}.hsmg__store-note{margin:14px 0 0;color:var(--hsmg-muted);font-size:11px;line-height:1.5}.hsmg__recommendations{padding-top:clamp(74px,8vw,112px)}.hsmg__recommendation-header{display:flex;gap:36px;align-items:flex-end;justify-content:space-between;margin-bottom:30px}.hsmg__recommendation-heading{margin:0;color:var(--hsmg-ink);font-size:clamp(32px,4vw,50px);font-weight:800;line-height:1.06;letter-spacing:-.04em;text-wrap:balance}.hsmg__recommendation-text{max-width:650px;margin-top:12px;color:var(--hsmg-muted);font-size:15px;line-height:1.6}.hsmg__recommendation-text p{margin:0}.hsmg__collection-link{display:inline-flex;flex:0 0 auto;gap:8px;align-items:center;min-height:48px;padding:0 18px;border:1px solid var(--hsmg-border);border-radius:15px;background:#fff;color:var(--hsmg-ink);font-size:13px;font-weight:800;line-height:1.2;text-decoration:none;transition:transform .16s ease,border-color .16s ease,color .16s ease}.hsmg__collection-link svg,.hsmg__product-cta svg{width:19px;height:19px;fill:currentColor}.hsmg__collection-link:hover{border-color:var(--hsmg-deep);color:var(--hsmg-deep);transform:translateY(-2px)}.hsmg__collection-link:focus-visible,.hsmg__product-link:focus-visible{outline:3px solid var(--hsmg-deep);outline-offset:3px}.hsmg__product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.hsmg__product-card{min-width:0;overflow:hidden;border:1px solid var(--hsmg-border);border-radius:24px;background:#fff;box-shadow:0 13px 28px #412a1e0f;transition:transform .18s ease,box-shadow .18s ease}.hsmg__product-card:hover{transform:translateY(-5px);box-shadow:0 22px 40px #412a1e1f}.hsmg__product-link{display:flex;height:100%;flex-direction:column;color:inherit;text-decoration:none}.hsmg__product-media{position:relative;overflow:hidden;aspect-ratio:1;background:color-mix(in srgb,var(--hsmg-sky) 52%,white)}.hsmg__product-image,.hsmg__product-placeholder{width:100%;height:100%;display:block;object-fit:cover;transition:transform .32s ease}.hsmg__product-card:hover .hsmg__product-image{transform:scale(1.045)}.hsmg__product-badge{position:absolute;top:12px;left:12px;z-index:1;padding:7px 10px;border-radius:999px;background:var(--hsmg-ink);color:#fff;font-size:10px;font-weight:800;line-height:1;letter-spacing:.04em;text-transform:uppercase}.hsmg__product-badge--sale{background:var(--hsmg-deep)}.hsmg__product-content{display:flex;flex:1;flex-direction:column;padding:18px}.hsmg__product-title{margin:0;color:var(--hsmg-ink);font-size:16px;font-weight:800;line-height:1.35}.hsmg__product-price{display:flex;flex-wrap:wrap;gap:5px 8px;align-items:baseline;margin-top:9px;color:var(--hsmg-deep);font-size:14px;font-weight:800;line-height:1.3}.hsmg__price-from,.hsmg__product-price s{color:var(--hsmg-muted);font-size:12px;font-weight:600}.hsmg__product-cta{display:inline-flex;gap:5px;align-items:center;margin-top:auto;padding-top:18px;color:var(--hsmg-ink);font-size:12px;font-weight:800;line-height:1.2}.hsmg__terms{max-width:920px;margin:28px auto 0;border-bottom:1px solid var(--hsmg-border)}.hsmg__terms summary{padding:15px 4px;color:var(--hsmg-ink);font-size:13px;font-weight:800;cursor:pointer}.hsmg__terms-content{padding:0 4px 18px;color:var(--hsmg-muted);font-size:12px;line-height:1.7}@media screen and (max-width:989px){.hsmg__hero{grid-template-columns:1fr;min-height:0}.hsmg__copy{max-width:720px}.hsmg__visual{width:min(100%,560px);margin:0 auto}.hsmg__step-grid{grid-template-columns:1fr}.hsmg__product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hsmg__step{min-height:0}.hsmg__store{grid-template-columns:1fr}.hsmg__store-media{min-height:480px}}@media screen and (max-width:749px){.hsmg{padding-block:calc(var(--hsmg-top) * .55) calc(var(--hsmg-bottom) * .65)}.hsmg__inner{padding-inline:12px}.hsmg__hero{gap:24px;padding:30px 18px 24px;border-radius:26px}.hsmg__heading{font-size:clamp(38px,12vw,54px);line-height:1}.hsmg__description{margin-top:18px;font-size:15px;line-height:1.58}.hsmg__form-shell{padding:8px;border-radius:20px}.hsmg__field-row{grid-template-columns:1fr}.hsmg__submit{width:100%}.hsmg__visual{padding:20px 2px 48px 10px}.hsmg__ticket{padding:12px;border-radius:22px}.hsmg__gift-frame{border-radius:14px}.hsmg__claim-hint{right:-8px}.hsmg__steps{padding:66px 0}.hsmg__section-heading{margin-bottom:22px;font-size:32px}.hsmg__step{padding:20px;border-radius:20px}.hsmg__store{border-radius:26px}.hsmg__store-media{min-height:310px}.hsmg__store-details{padding:32px 22px}.hsmg__store-heading{font-size:36px}.hsmg__recommendations{padding-top:66px}.hsmg__recommendation-header{display:block;margin-bottom:22px}.hsmg__recommendation-heading{font-size:34px}.hsmg__collection-link{width:100%;margin-top:20px}.hsmg__product-grid{gap:12px}.hsmg__product-card{border-radius:19px}.hsmg__product-content{padding:14px}.hsmg__product-title{font-size:14px}.hsmg__product-cta{padding-top:14px}}@media(prefers-reduced-motion:reduce){.hsmg__ticket,.hsmg__submit,.hsmg__map-button,.hsmg__collection-link,.hsmg__product-card,.hsmg__product-image,.hsmg__input{transition:none}}.hsmg{background:var(--hsmg-bg)}.hsmg__inner{max-width:1220px}.hsmg__hero{grid-template-columns:minmax(0,.94fr) minmax(410px,.86fr);gap:clamp(46px,6vw,92px);min-height:590px;padding:clamp(54px,6vw,84px) 18px clamp(70px,7vw,96px);border:0;border-radius:0;background:transparent;box-shadow:none}.hsmg__eyebrow{min-height:28px;margin-bottom:20px;padding:8px 15px;background:var(--hsmg-sky);color:var(--hsmg-ink);letter-spacing:.035em}.hsmg__heading{max-width:590px;color:var(--hsmg-deep);font-size:clamp(46px,4.55vw,68px);line-height:1.02;letter-spacing:-.035em;text-transform:uppercase}.hsmg__description{max-width:570px;margin-top:22px;font-size:clamp(15px,1.3vw,18px);line-height:1.62}.hsmg__urgency{margin-top:17px;color:var(--hsmg-muted)}.hsmg__urgency-dot{background:var(--hsmg-accent)}.hsmg__form-shell{max-width:600px;margin-top:27px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;scroll-margin-top:96px}.hsmg__label{margin:0 0 9px}.hsmg__field-row{gap:12px}.hsmg__input{min-height:50px;padding-inline:20px;border-color:color-mix(in srgb,var(--hsmg-border) 88%,var(--hsmg-deep));border-radius:999px;background:#fff}.hsmg__submit,.hsmg__map-button{min-height:50px;border-radius:999px;background:var(--hsmg-accent);color:#fff;box-shadow:0 10px 22px color-mix(in srgb,var(--hsmg-accent) 24%,transparent)}.hsmg__submit:hover,.hsmg__map-button:hover{background:var(--hsmg-deep);color:#fff}.hsmg__privacy,.hsmg__error{margin-inline:0}.hsmg__visual{padding:28px 18px 18px}.hsmg__visual:before{display:none}.hsmg__campaign-card{position:relative;min-width:0}.hsmg__gift-frame{overflow:hidden;aspect-ratio:1 / 1.03;border:1px solid color-mix(in srgb,var(--hsmg-border) 82%,transparent);border-radius:30px;background:var(--hsmg-surface);box-shadow:0 22px 44px #5b39231f}.hsmg__gift-image{object-position:center 28%;transition:transform .42s ease}.hsmg__campaign-card:hover .hsmg__gift-image{transform:scale(1.025)}.hsmg__gift-badge,.hsmg__gift-sticker{position:absolute;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:48px;max-width:80%;padding:12px 20px;border-radius:999px;color:#fff;font-size:clamp(13px,1.4vw,18px);font-weight:800;line-height:1.1;letter-spacing:.01em;text-align:center;text-transform:uppercase;box-shadow:0 14px 28px #57341c2e}.hsmg__gift-badge{top:-19px;left:-18px;background:#c43835;transform:rotate(-8deg)}.hsmg__gift-sticker{right:-22px;bottom:-20px;background:var(--hsmg-accent);color:var(--hsmg-ink);transform:rotate(7deg)}.hsmg__collection-note{right:auto;bottom:16px;left:16px;padding:8px 12px;color:var(--hsmg-deep);font-size:10px}.hsmg__claim-hint{position:static;display:flex;gap:8px;align-items:center;justify-content:center;max-width:none;margin:34px auto 0;padding:0;border:0;border-radius:0;background:transparent;color:var(--hsmg-muted);font-size:12px;line-height:1.4;box-shadow:none}.hsmg__claim-hint svg{flex-basis:20px;width:20px;fill:var(--hsmg-accent)}.hsmg__steps{position:relative;padding:clamp(76px,8vw,104px) 0}.hsmg__steps:before{position:absolute;inset-block:0;left:50%;z-index:0;width:100vw;background:color-mix(in srgb,var(--hsmg-sky) 22%,var(--hsmg-bg));content:"";transform:translate(-50%)}.hsmg__steps>*{position:relative;z-index:1}.hsmg__section-heading{margin-bottom:34px;font-size:clamp(32px,3.4vw,44px);letter-spacing:-.025em;text-transform:uppercase}.hsmg__step-grid{gap:20px}.hsmg__step{display:flex;min-height:200px;flex-direction:column;gap:18px;align-items:center;justify-content:center;padding:30px 26px;border-color:color-mix(in srgb,var(--hsmg-border) 72%,transparent);border-radius:26px;text-align:center;box-shadow:0 10px 26px #5238270e}.hsmg__step-number{width:42px;height:42px;border-radius:999px;background:var(--hsmg-accent);color:#fff}.hsmg__step h3{margin:0 0 8px;font-size:19px}.hsmg__step p{max-width:280px;font-size:14px}.hsmg__store{margin-top:clamp(78px,8vw,112px);grid-template-columns:minmax(0,1.08fr) minmax(370px,.92fr);border-color:color-mix(in srgb,var(--hsmg-border) 78%,transparent);border-radius:30px;box-shadow:0 18px 42px #52382714}.hsmg__store-media{min-height:480px}.hsmg__store-details{padding:clamp(38px,5vw,62px)}.hsmg__store-heading{color:var(--hsmg-deep);font-size:clamp(34px,3.6vw,48px);letter-spacing:-.025em;text-transform:uppercase}.hsmg__store-fact svg{fill:var(--hsmg-accent)}.hsmg__recommendations{padding-top:clamp(84px,9vw,118px)}.hsmg__recommendation-header{display:flex;max-width:760px;flex-direction:column;gap:18px;align-items:center;margin:0 auto 34px;text-align:center}.hsmg__recommendation-header>div{max-width:720px}.hsmg__recommendation-heading{color:var(--hsmg-ink);font-size:clamp(32px,3.7vw,48px);letter-spacing:-.025em;text-transform:uppercase}.hsmg__recommendation-text{margin-inline:auto}.hsmg__collection-link{min-height:46px;border-color:var(--hsmg-deep);border-radius:999px;background:transparent;color:var(--hsmg-deep)}.hsmg__collection-link:hover{border-color:var(--hsmg-deep);background:var(--hsmg-deep);color:#fff}.hsmg__product-grid{gap:20px}.hsmg__product-card{border-color:color-mix(in srgb,var(--hsmg-border) 70%,transparent);border-radius:26px;box-shadow:0 10px 25px #5238270e}.hsmg__product-media{background:color-mix(in srgb,var(--hsmg-sky) 34%,white)}.hsmg__product-badge--sale{background:var(--hsmg-accent)}.hsmg__product-price{color:var(--hsmg-deep)}.hsmg__terms{margin-top:44px}.hsmg__final-cta{display:flex;gap:40px;align-items:center;justify-content:space-between;margin-top:62px;padding:clamp(38px,5vw,58px);border-radius:30px;background:var(--hsmg-accent);color:var(--hsmg-ink);box-shadow:0 20px 40px color-mix(in srgb,var(--hsmg-accent) 24%,transparent)}.hsmg__final-cta>div{max-width:720px}.hsmg__final-cta-eyebrow{margin:0 0 10px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hsmg__final-cta h2{margin:0;color:inherit;font-family:Poppins,var(--typeHeaderPrimary, var(--typeBasePrimary)),sans-serif;font-size:clamp(30px,3.5vw,46px);font-weight:800;line-height:1.05;letter-spacing:-.03em;text-transform:uppercase}.hsmg__final-cta-text{margin-top:12px;font-size:14px;line-height:1.6}.hsmg__final-cta-text p{margin:0}.hsmg__final-cta-button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;background:#fff;color:var(--hsmg-deep);font-size:13px;font-weight:800;line-height:1.2;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease}.hsmg__final-cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #4e2a132e}.hsmg__final-cta-button:focus-visible{outline:3px solid #fff;outline-offset:4px}@media screen and (max-width:989px){.hsmg__hero{grid-template-columns:1fr;gap:48px;padding-inline:30px}.hsmg__visual{width:min(100%,610px)}.hsmg__store{grid-template-columns:1fr}.hsmg__final-cta{align-items:flex-start}}@media screen and (max-width:749px){.hsmg__inner{padding-inline:18px}.hsmg__hero{gap:38px;padding:34px 0 58px}.hsmg__heading{font-size:clamp(39px,11vw,51px);line-height:1.02}.hsmg__field-row{gap:10px}.hsmg__visual{padding:22px 10px 12px}.hsmg__gift-frame{border-radius:23px}.hsmg__gift-badge,.hsmg__gift-sticker{min-height:40px;max-width:76%;padding:10px 15px;font-size:12px}.hsmg__gift-badge{top:-14px;left:-9px}.hsmg__gift-sticker{right:-9px;bottom:-14px}.hsmg__claim-hint{margin-top:28px}.hsmg__steps{padding:68px 0}.hsmg__step{min-height:0}.hsmg__store{margin-top:68px}.hsmg__store-media{min-height:300px}.hsmg__store-heading{font-size:35px}.hsmg__recommendation-header{display:flex;margin-bottom:26px}.hsmg__collection-link{width:auto;margin-top:0}.hsmg__recommendation-heading{font-size:29px;overflow-wrap:anywhere}.hsmg__product-grid{gap:12px}.hsmg__final-cta{display:block;margin-top:48px;padding:34px 24px;border-radius:24px}.hsmg__final-cta h2{font-size:28px;overflow-wrap:anywhere}.hsmg__final-cta-button{width:100%;margin-top:24px}}@media(prefers-reduced-motion:reduce){.hsmg__gift-image,.hsmg__final-cta-button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/12/compiled_assets/styles.css.map */
