.gd-hero,.gd-hero *{box-sizing:border-box}.gd-hero{position:relative;width:100%;height:var(--gd-hero-desktop-height);overflow:hidden;color:var(--gd-hero-ink);background:var(--gd-hero-background);border-bottom:var(--gd-hero-border-width) solid var(--gd-hero-ink);font-family:var(--gd-hero-body-font);isolation:isolate}.gd-hero--show-circle:before{content:"";position:absolute;z-index:2;bottom:-90px;left:-55px;width:240px;height:240px;border:2px solid var(--gd-hero-pink);border-radius:50%;opacity:.24;pointer-events:none}.gd-hero__slides,.gd-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0}.gd-hero__slide{visibility:hidden;opacity:0;pointer-events:none;transition:opacity .55s ease,visibility .55s ease}.gd-hero__slide.is-active{z-index:1;visibility:visible;opacity:1;pointer-events:auto}.gd-hero__media,.gd-hero__media picture,.gd-hero__media img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.gd-hero__image{object-fit:cover;object-position:var(--gd-hero-image-position-desktop, center center);transform:scale(1.025);transition:transform .75s ease}.gd-hero__slide.is-active .gd-hero__image{transform:scale(1)}.gd-hero__placeholder{width:100%;height:100%;background:#f4dfd4;object-fit:cover}.gd-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,var(--gd-hero-overlay-start) 0%,var(--gd-hero-overlay-middle) 42%,var(--gd-hero-overlay-end) 72%)}.gd-hero--card-right .gd-hero__overlay{background:linear-gradient(270deg,var(--gd-hero-overlay-start) 0%,var(--gd-hero-overlay-middle) 42%,var(--gd-hero-overlay-end) 72%)}.gd-hero--card-center .gd-hero__overlay{background:linear-gradient(90deg,var(--gd-hero-overlay-end),var(--gd-hero-overlay-middle) 35%,var(--gd-hero-overlay-middle) 65%,var(--gd-hero-overlay-end))}.gd-hero__card{position:absolute;z-index:4;top:50%;width:min(var(--gd-hero-card-width),40vw);padding:31px 34px 29px;background:var(--gd-hero-card-background);border-radius:var(--gd-hero-card-small-radius) var(--gd-hero-card-large-radius);box-shadow:0 22px 65px var(--gd-hero-shadow);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transform:translateY(-50%)}.gd-hero--card-left .gd-hero__card{left:clamp(28px,6vw,var(--gd-hero-card-offset));border-left:var(--gd-hero-card-accent-width) solid var(--gd-hero-yellow)}.gd-hero--card-right .gd-hero__card{right:clamp(28px,6vw,var(--gd-hero-card-offset));border-right:var(--gd-hero-card-accent-width) solid var(--gd-hero-yellow);border-radius:var(--gd-hero-card-large-radius) var(--gd-hero-card-small-radius)}.gd-hero--card-center .gd-hero__card{left:50%;border-top:var(--gd-hero-card-accent-width) solid var(--gd-hero-yellow);transform:translate(-50%,-50%)}.gd-hero__slide-number{display:block;margin-bottom:15px;color:#87756b;font-size:7px;font-weight:900;letter-spacing:1.8px}.gd-hero__sticker{display:inline-flex;align-items:center;min-height:28px;padding:8px 11px;color:var(--gd-hero-ink);background:var(--gd-hero-yellow);border:1.5px solid var(--gd-hero-ink);border-radius:999px;box-shadow:3px 3px 0 var(--gd-hero-pink);font-size:7px;font-weight:900;letter-spacing:1.5px;line-height:1;text-transform:uppercase;transform:rotate(-2deg)}.gd-hero__heading{display:grid;gap:0;margin:17px 0 15px;color:var(--gd-hero-ink);font-family:var(--gd-hero-heading-font);font-size:clamp(44px,4.25vw,var(--gd-hero-heading-size));font-style:normal;font-weight:400;letter-spacing:-2.7px;line-height:var(--gd-hero-heading-line-height)}.gd-hero__heading span,.gd-hero__heading em{display:block}.gd-hero__heading em{color:var(--gd-hero-pink);font-style:italic;font-weight:400;transform:rotate(-1deg);transform-origin:left center}.gd-hero__description{max-width:430px;margin:0;color:var(--gd-hero-body-color);font-size:var(--gd-hero-body-size);line-height:1.68}.gd-hero__actions{display:flex;align-items:center;gap:12px;margin-top:24px}.gd-hero__primary-button,.gd-hero__secondary-button{color:inherit;text-decoration:none}.gd-hero__primary-button{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;min-width:180px;height:49px;padding:0 15px 0 18px;color:var(--gd-hero-primary-text);background:var(--gd-hero-primary-background);border:1.5px solid var(--gd-hero-ink);border-radius:10px 4px;box-shadow:4px 4px 0 var(--gd-hero-yellow);font-size:9px;font-weight:900;line-height:1;transition:box-shadow .18s ease,transform .18s ease}.gd-hero__primary-button b{font-size:17px;font-weight:400}.gd-hero__primary-button:hover{box-shadow:6px 6px 0 var(--gd-hero-pink);transform:translate(-2px,-2px)}.gd-hero__secondary-button{align-self:center;padding:11px 4px;color:var(--gd-hero-secondary-text);border-bottom:1px solid currentColor;font-size:9px;font-weight:900;line-height:1}.gd-hero__dots{display:flex;gap:7px;margin-top:25px}.gd-hero__dot{width:28px;height:4px;padding:0;background:var(--gd-hero-dot);border:0;border-radius:99px;cursor:pointer;transition:width .22s ease,background-color .22s ease}.gd-hero__dot.is-active{width:48px;background:var(--gd-hero-dot-active)}.gd-hero__tag{position:absolute;z-index:5;top:25px;right:27px;padding:9px 12px;color:var(--gd-hero-ink);background:var(--gd-hero-yellow);border:1px solid var(--gd-hero-ink);border-radius:999px;box-shadow:3px 3px #ffffffe6;font-size:7px;font-weight:900;letter-spacing:1.5px;line-height:1;text-transform:uppercase;transform:rotate(-5deg)}.gd-hero__arrows{position:absolute;z-index:7;right:18px;bottom:25px;display:flex;gap:12px}.gd-hero__arrow{display:grid;place-items:center;width:42px;height:42px;padding:0;color:var(--gd-hero-arrow-text);background:var(--gd-hero-arrow-background);border:0;border-radius:50%;box-shadow:0 10px 26px #1f151238;cursor:pointer;font-size:14px;line-height:1;transition:transform .18s ease,box-shadow .18s ease}.gd-hero__arrow:hover{box-shadow:0 10px 26px #1f151247;transform:translateY(-2px)}.gd-hero__primary-button:focus-visible,.gd-hero__secondary-button:focus-visible,.gd-hero__dot:focus-visible,.gd-hero__arrow:focus-visible{outline:3px solid var(--gd-hero-pink);outline-offset:3px}.gd-hero--text-center .gd-hero__card{text-align:center}.gd-hero--text-center .gd-hero__description{margin-right:auto;margin-left:auto}.gd-hero--text-center .gd-hero__actions,.gd-hero--text-center .gd-hero__dots{justify-content:center}.gd-hero--text-center .gd-hero__heading em{transform-origin:center}.gd-hero--text-right .gd-hero__card{text-align:right}.gd-hero--text-right .gd-hero__description{margin-left:auto}.gd-hero--text-right .gd-hero__actions,.gd-hero--text-right .gd-hero__dots{justify-content:flex-end}.gd-hero--text-right .gd-hero__heading em{transform-origin:right center}.gd-hero__empty{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;gap:8px;padding:30px;text-align:center;background:#fff8f2}.gd-hero__empty strong{font-family:var(--gd-hero-heading-font);font-size:28px}.gd-hero__empty span{color:var(--gd-hero-body-color);font-size:13px}@media(max-width:900px){.gd-hero{height:var(--gd-hero-tablet-height)}.gd-hero__card{width:min(440px,56vw)}}@media(max-width:620px){.gd-hero{height:auto;overflow:hidden;border-bottom-width:max(1px,var(--gd-hero-border-width))}.gd-hero__slides{position:relative;inset:auto}.gd-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0}.gd-hero__slide.is-active{position:relative;inset:auto}.gd-hero__media,.gd-hero__media picture,.gd-hero__media img{position:relative;inset:auto;height:min(103vw,var(--gd-hero-mobile-media-height))}.gd-hero__image{object-position:var(--gd-hero-image-position-mobile, center center)}.gd-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;height:auto;background:linear-gradient(180deg,transparent 58%,var(--gd-hero-mobile-overlay))}.gd-hero--card-right .gd-hero__overlay,.gd-hero--card-center .gd-hero__overlay{background:linear-gradient(180deg,transparent 58%,var(--gd-hero-mobile-overlay))}.gd-hero__card,.gd-hero--card-left .gd-hero__card,.gd-hero--card-right .gd-hero__card,.gd-hero--card-center .gd-hero__card{position:relative;top:auto;right:auto;left:auto;width:100%;margin:0;padding:24px 18px 27px;background:var(--gd-hero-mobile-card-background);border:0;border-top:5px solid var(--gd-hero-yellow);border-radius:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;transform:none}.gd-hero__slide-number{margin-bottom:13px}.gd-hero__heading{margin:14px 0 12px;font-size:var(--gd-hero-heading-size-mobile);letter-spacing:-2px;line-height:.95}.gd-hero__description{font-size:var(--gd-hero-body-size-mobile);line-height:1.58}.gd-hero__actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;margin-top:20px}.gd-hero__primary-button{width:100%;min-width:0;height:46px}.gd-hero__secondary-button{white-space:nowrap}.gd-hero__dots{margin-top:21px}.gd-hero__tag{top:13px;right:13px;padding:7px 9px;font-size:6px}.gd-hero__arrows{display:none}.gd-hero--mobile-stack-buttons .gd-hero__actions{grid-template-columns:1fr}.gd-hero--mobile-stack-buttons .gd-hero__secondary-button{justify-self:start}.gd-hero--mobile-text-left .gd-hero__card{text-align:left}.gd-hero--mobile-text-left .gd-hero__description{margin-right:0;margin-left:0}.gd-hero--mobile-text-left .gd-hero__actions,.gd-hero--mobile-text-left .gd-hero__dots{justify-content:flex-start}.gd-hero--mobile-text-left .gd-hero__heading em{transform-origin:left center}.gd-hero--mobile-text-center .gd-hero__card{text-align:center}.gd-hero--mobile-text-center .gd-hero__description{margin-right:auto;margin-left:auto}.gd-hero--mobile-text-center .gd-hero__actions,.gd-hero--mobile-text-center .gd-hero__dots{justify-content:center}.gd-hero--mobile-text-center .gd-hero__secondary-button{justify-self:center}.gd-hero--mobile-text-center .gd-hero__heading em{transform-origin:center}.gd-hero--mobile-text-right .gd-hero__card{text-align:right}.gd-hero--mobile-text-right .gd-hero__description{margin-right:0;margin-left:auto}.gd-hero--mobile-text-right .gd-hero__actions,.gd-hero--mobile-text-right .gd-hero__dots{justify-content:flex-end}.gd-hero--mobile-text-right .gd-hero__secondary-button{justify-self:end}.gd-hero--mobile-text-right .gd-hero__heading em{transform-origin:right center}}@media(prefers-reduced-motion:reduce){.gd-hero__slide,.gd-hero__image,.gd-hero__primary-button,.gd-hero__arrow,.gd-hero__dot{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/18/compiled_assets/styles.css.map */
