:root{--gh-ink: #102132;--gh-muted: #5c6875;--gh-blue: #1649f8;--gh-aqua: #0bcfc2;--gh-coral: #ff705f;--gh-lime: #d6f35a;--gh-lilac: #e6e2ff;--gh-sky: #dff6fb;--gh-paper: #fffdf9;--gh-line: rgba(16, 33, 50, .14);--gh-shell: min(100% - 70px, 1440px);--gh-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--gh-display: Georgia, "Times New Roman", serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--gh-ink);background:var(--gh-paper);font-family:var(--gh-sans);font-size:16px;-webkit-font-smoothing:antialiased}body,button,input,select,textarea{font-family:var(--gh-sans)}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.gh-shell{width:var(--gh-shell);margin-inline:auto}.gh-section{padding:112px 0}.gh-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.gh-visually-hidden:focus{top:14px;left:14px;z-index:100;width:auto!important;height:auto!important;padding:12px 16px!important;margin:0!important;overflow:visible!important;clip:auto!important;color:#fff;background:var(--gh-blue)}.gh-kicker{display:flex;align-items:center;gap:10px;margin:0 0 18px;color:var(--gh-blue);font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.gh-kicker span{width:19px;height:19px;border-radius:50% 50% 50% 8%;background:var(--gh-coral);transform:rotate(20deg)}.gh-button{min-height:49px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 24px;border:1px solid var(--gh-blue);border-radius:2px;color:#fff;background:var(--gh-blue);font-size:11px;font-weight:800;letter-spacing:.13em;line-height:1;text-align:center;text-transform:uppercase;transition:transform .2s ease,background .2s ease,border-color .2s ease}.gh-button:hover{border-color:var(--gh-coral);background:var(--gh-coral);transform:translateY(-2px)}.gh-button:disabled{opacity:.48;cursor:not-allowed;transform:none}.gh-button--light{border-color:#fff;color:var(--gh-blue);background:#fff}.gh-button--light:hover{border-color:var(--gh-lime);background:var(--gh-lime);color:var(--gh-ink)}.gh-button--full{width:100%}.gh-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--gh-blue);border-bottom:1px solid currentColor;font-size:11px;font-weight:800;letter-spacing:.1em;line-height:1.8;text-transform:uppercase;transition:color .2s ease}.gh-text-link:hover{color:var(--gh-coral)}.gh-empty{padding:30px 0;color:var(--gh-muted)}.rte{color:var(--gh-muted);line-height:1.75}.rte h2,.rte h3{color:var(--gh-ink);font-family:var(--gh-display);font-weight:400}.gh-header{position:relative;z-index:10;background:var(--gh-paper);border-bottom:1px solid var(--gh-line)}.gh-header__ticker{padding:8px 15px;color:#fff;background:var(--gh-blue);font-size:9px;font-weight:800;letter-spacing:.16em;text-align:center;text-transform:uppercase}.gh-header__ticker span{margin-inline:9px;color:var(--gh-lime)}.gh-header__row{position:relative;min-height:104px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.gh-header__nav{display:flex;gap:clamp(14px,2vw,31px);align-items:center}.gh-header__nav a,.gh-header__actions a{color:var(--gh-ink);font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;transition:color .2s ease}.gh-header__nav a:hover,.gh-header__actions a:hover{color:var(--gh-coral)}.gh-header__brand{position:absolute;left:50%;width:min(310px,28vw);transform:translate(-50%)}.gh-header__brand img{width:100%;height:auto}.gh-header__actions{display:flex;justify-content:flex-end;gap:20px;align-items:center}.gh-header__actions span{display:inline-grid;min-width:16px;height:16px;margin-left:3px;place-items:center;border-radius:50%;color:#fff;background:var(--gh-coral);font-size:9px}.gh-mobile-menu{display:none}.gh-hero{overflow:hidden;background:linear-gradient(118deg,#d7f7f5 0 48%,#f7ecff 48% 100%)}.gh-hero__grid{min-height:min(745px,calc(100vh - 133px));display:grid;grid-template-columns:.9fr 1.1fr}.gh-hero__copy{align-self:center;padding:95px clamp(10px,4vw,78px) 95px 0}.gh-hero h1,.gh-section h1,.gh-section h2,.gh-story h2,.gh-newsletter h2{margin:0;color:var(--gh-ink);font-family:var(--gh-display);font-size:clamp(56px,6.35vw,105px);font-weight:400;letter-spacing:-.07em;line-height:.87}.gh-hero h1 em{color:var(--gh-coral);font-style:italic}.gh-hero__lede{max-width:460px;margin:34px 0 31px;color:#354957;font-size:16px;line-height:1.72}.gh-hero__actions{display:flex;gap:25px;align-items:center;flex-wrap:wrap}.gh-hero__visual{position:relative;min-height:600px;display:grid;place-items:center;overflow:hidden;isolation:isolate}.gh-hero__visual:after{position:absolute;z-index:-1;width:70%;aspect-ratio:1;border:1px solid rgba(22,73,248,.24);border-radius:48% 52% 52% 48%;content:"";transform:rotate(18deg)}.gh-hero__visual>a:first-of-type{position:relative;z-index:1;display:grid;width:min(83%,670px);height:100%;place-items:center}.gh-hero__visual>a:first-of-type img{width:100%;max-height:590px;object-fit:contain;filter:drop-shadow(0 35px 25px rgba(17,46,83,.15));transition:transform .6s ease}.gh-hero__visual>a:first-of-type:hover img{transform:translateY(-11px) rotate(-2deg)}.gh-hero__orb{position:absolute;z-index:-1;border-radius:50%;filter:blur(.2px)}.gh-hero__orb--a{top:8%;right:10%;width:130px;height:130px;background:var(--gh-lime)}.gh-hero__orb--b{bottom:11%;left:3%;width:62px;height:62px;background:var(--gh-coral)}.gh-hero__product-note{position:absolute;z-index:2;right:5%;bottom:7%;width:min(265px,48%);padding:14px 16px;border:1px solid rgba(16,33,50,.12);background:#fffdf9e0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.gh-hero__product-note span,.gh-hero__product-note strong,.gh-hero__product-note em{display:block}.gh-hero__product-note span{margin-bottom:5px;color:var(--gh-blue);font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.gh-hero__product-note strong{font-family:var(--gh-display);font-size:18px;font-weight:400;line-height:1.05}.gh-hero__product-note em{margin-top:7px;color:var(--gh-coral);font-size:12px;font-style:normal;font-weight:800}.gh-hero__placeholder{color:var(--gh-blue);font-family:var(--gh-display);font-size:70px;text-align:center}.gh-section__heading{max-width:800px;margin-bottom:42px}.gh-section__heading h2,.gh-featured h2,.gh-story h2,.gh-newsletter h2{font-size:clamp(43px,4.7vw,72px)}.gh-section__heading>p:last-child,.gh-featured__header p{max-width:500px;margin:22px 0 0;color:var(--gh-muted);line-height:1.65}.gh-categories{background:var(--gh-paper)}.gh-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gh-category-card{position:relative;min-height:565px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;padding:30px;color:var(--gh-ink)}.gh-category-card--blue{background:#cdf4f7}.gh-category-card--coral{background:#ffc4bd}.gh-category-card--lime{background:#e4f5a4}.gh-category-card__image{position:absolute;top:0;right:0;bottom:100px;left:0;display:grid;place-items:center;padding:38px}.gh-category-card__image img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 23px 16px rgba(16,33,50,.14));transition:transform .6s cubic-bezier(.2,.7,.2,1)}.gh-category-card:hover .gh-category-card__image img{transform:translateY(-10px) rotate(2deg) scale(1.04)}.gh-category-card span{position:relative;margin-bottom:17px;color:#102132a1;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.gh-category-card strong{position:relative;font-family:var(--gh-display);font-size:clamp(34px,3vw,50px);font-weight:400;letter-spacing:-.06em;line-height:.93}.gh-category-card em{position:relative;margin-top:12px;color:#102132ba;font-size:13px;font-style:normal}.gh-category-card i{position:absolute;right:28px;bottom:28px;width:41px;height:41px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--gh-blue);font-size:19px;font-style:normal;transition:transform .2s ease,background .2s ease}.gh-category-card:hover i{background:var(--gh-coral);transform:rotate(45deg)}.gh-featured{background:var(--gh-lilac)}.gh-featured__header{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:42px}.gh-featured__header>a{margin-bottom:7px;white-space:nowrap}.gh-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 18px}.gh-product-card{min-width:0}.gh-product-card__image{position:relative;min-height:305px;display:grid;overflow:hidden;place-items:center;background:#fffdf9}.gh-product-card__image img{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;object-fit:contain;padding:23px;mix-blend-mode:multiply;transition:transform .45s cubic-bezier(.2,.7,.2,1)}.gh-product-card__image:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#0bcfc2d6;content:"";opacity:0;transition:opacity .25s ease}.gh-product-card__image span{position:relative;z-index:2;padding:10px 13px;color:#fff;border:1px solid #fff;font-size:10px;font-weight:800;letter-spacing:.12em;opacity:0;text-transform:uppercase;transform:translateY(5px);transition:opacity .25s ease,transform .25s ease}.gh-product-card__image:hover:before,.gh-product-card__image:hover span{opacity:1}.gh-product-card__image:hover span{transform:translateY(0)}.gh-product-card__image:hover img{transform:scale(1.05) rotate(1deg)}.gh-product-card__meta{padding:16px 1px 0}.gh-product-card__meta>span{display:block;margin-bottom:8px;color:var(--gh-blue);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.gh-product-card__meta strong{display:block;min-height:39px;color:var(--gh-ink);font-size:13px;line-height:1.35}.gh-product-card__meta strong a:hover{color:var(--gh-coral)}.gh-product-card__meta em{display:block;margin-top:10px;color:var(--gh-coral);font-size:13px;font-style:normal;font-weight:800}.gh-story{overflow:hidden;color:#fff;background:var(--gh-blue)}.gh-story__grid{min-height:620px;display:grid;grid-template-columns:.84fr 1.16fr}.gh-story__copy{align-self:center;padding:90px clamp(20px,6vw,102px) 90px 0}.gh-story .gh-kicker{color:var(--gh-lime)}.gh-story .gh-kicker span{background:var(--gh-coral)}.gh-story h2{color:#fff}.gh-story__copy>p:not(.gh-kicker){max-width:455px;margin:27px 0 35px;color:#fffc;line-height:1.75}.gh-story__visual{position:relative;min-height:520px;display:grid;place-items:center;overflow:hidden;background:var(--gh-aqua)}.gh-story__visual:before{position:absolute;width:75%;aspect-ratio:1;border:1px solid rgba(255,255,255,.58);border-radius:50% 50% 8%;content:"";transform:rotate(-23deg)}.gh-story__visual>a{position:relative;z-index:1;display:grid;width:79%;height:100%;place-items:center}.gh-story__visual img{width:100%;max-height:500px;object-fit:contain;filter:drop-shadow(0 28px 22px rgba(1,62,71,.2))}.gh-story__visual p{position:absolute;right:30px;bottom:26px;z-index:2;max-width:280px;margin:0;color:var(--gh-ink);font-size:12px;font-weight:700;line-height:1.4}.gh-story__visual p span{color:#102132b8}.gh-benefits{background:var(--gh-paper);border-bottom:1px solid var(--gh-line)}.gh-benefits__grid{display:grid;grid-template-columns:repeat(3,1fr)}.gh-benefits__grid>div{min-height:210px;padding:36px 40px 28px;border-right:1px solid var(--gh-line)}.gh-benefits__grid>div:first-child{border-left:1px solid var(--gh-line)}.gh-benefits span{color:var(--gh-coral);font-size:11px;font-weight:800;letter-spacing:.12em}.gh-benefits h3{margin:31px 0 9px;font-family:var(--gh-display);font-size:28px;font-weight:400;letter-spacing:-.04em}.gh-benefits p{margin:0;color:var(--gh-muted);font-size:13px;line-height:1.6}.gh-newsletter{padding:90px 0;background:var(--gh-lime)}.gh-newsletter__inner{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:end}.gh-newsletter h2{max-width:570px;font-size:clamp(42px,4.6vw,70px)}.gh-newsletter__form{display:grid;grid-template-columns:1fr auto;gap:9px}.gh-newsletter__form input{min-width:0;height:49px;padding:0 16px;border:1px solid var(--gh-ink);border-radius:2px;color:var(--gh-ink);background:#ffffff61;outline:none}.gh-newsletter__form input:focus{border-color:var(--gh-blue);box-shadow:0 0 0 3px #1649f821}.gh-form-message{grid-column:1/-1;margin:6px 0 0;color:var(--gh-ink);font-size:12px}.gh-breadcrumb{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:35px;color:var(--gh-muted);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.gh-breadcrumb a{color:var(--gh-blue)}.gh-breadcrumb a:hover{color:var(--gh-coral)}.gh-product{padding-top:46px}.gh-product__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(350px,.85fr);gap:clamp(38px,6vw,106px);align-items:start}.gh-product__gallery{display:grid;gap:15px}.gh-product__media{min-height:min(680px,62vw);display:grid;place-items:center;background:var(--gh-sky)}.gh-product__media:nth-child(2n){background:var(--gh-lilac)}.gh-product__media img{width:100%;height:100%;object-fit:contain;padding:clamp(24px,5vw,70px);mix-blend-mode:multiply}.gh-product__media--empty{color:var(--gh-blue);font-family:var(--gh-display);font-size:48px}.gh-product__info{position:sticky;top:22px;padding-top:16px}.gh-product__info h1{max-width:560px;font-size:clamp(40px,4.1vw,66px)}.gh-product__price{margin:24px 0;color:var(--gh-coral);font-size:25px;font-weight:800}.gh-product__description{color:var(--gh-muted);font-size:14px;line-height:1.7}.gh-product-form{display:grid;gap:16px;margin-top:30px}.gh-product-form label{color:var(--gh-ink);font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.gh-product-form select,.gh-product-form input{width:100%;min-height:48px;padding:0 13px;border:1px solid var(--gh-line);border-radius:2px;color:var(--gh-ink);background:#fff}.gh-product-form__row{display:grid;grid-template-columns:1fr 95px;gap:12px;align-items:center}.shopify-payment-button__button{min-height:49px!important;border-radius:2px!important;font-size:11px!important;font-weight:800!important;letter-spacing:.1em!important;text-transform:uppercase!important}.gh-product__reassurance{margin-top:29px;padding-top:23px;border-top:1px solid var(--gh-line);color:var(--gh-muted);font-size:12px;line-height:1.6}.gh-product__reassurance p{margin:0 0 7px}.gh-product__reassurance strong{color:var(--gh-ink)}.gh-collection{padding-top:46px}.gh-collection__heading{max-width:750px;margin-bottom:54px}.gh-collection__heading h1,.gh-cart__heading h1,.gh-search h1,.gh-page h1{font-size:clamp(52px,5.8vw,88px)}.gh-collection__heading .rte{max-width:575px;margin-top:22px}.gh-product-grid--collection{grid-template-columns:repeat(4,minmax(0,1fr))}.gh-pagination{margin-top:46px}.gh-pagination .page{display:inline-flex;min-width:38px;min-height:38px;align-items:center;justify-content:center;border:1px solid var(--gh-line);margin-right:6px;color:var(--gh-blue);font-size:12px}.gh-pagination .page.current{color:#fff;border-color:var(--gh-blue);background:var(--gh-blue)}.gh-cart{padding-top:46px}.gh-cart__heading{margin-bottom:43px}.gh-cart-form{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:clamp(38px,6vw,100px);align-items:start}.gh-cart__items{border-top:1px solid var(--gh-line)}.gh-cart__item{display:grid;grid-template-columns:130px 1fr 96px;gap:20px;padding:18px 0;border-bottom:1px solid var(--gh-line);align-items:center}.gh-cart__image{display:grid;aspect-ratio:1;place-items:center;background:var(--gh-sky)}.gh-cart__image img{width:100%;height:100%;object-fit:contain;padding:10px;mix-blend-mode:multiply}.gh-cart__item p{margin:0 0 7px;color:var(--gh-blue);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.gh-cart__item h2{margin:0;font-family:var(--gh-display);font-size:24px;font-weight:400;line-height:1.05}.gh-cart__item h2 a:hover{color:var(--gh-coral)}.gh-cart__item span{display:block;margin-top:7px;color:var(--gh-muted);font-size:12px}.gh-cart__item strong{display:block;margin-top:10px;color:var(--gh-coral);font-size:13px}.gh-cart__controls{display:grid;gap:11px;justify-items:end}.gh-cart__controls input{width:62px;height:38px;padding-left:8px;border:1px solid var(--gh-line)}.gh-cart__controls a{color:var(--gh-muted);border-bottom:1px solid currentColor;font-size:10px;font-weight:700;text-transform:uppercase}.gh-cart__summary{position:sticky;top:22px;padding:28px;background:var(--gh-lilac)}.gh-cart__summary>p{display:flex;justify-content:space-between;gap:16px;margin:0 0 11px;font-family:var(--gh-display);font-size:28px}.gh-cart__summary small{display:block;margin-bottom:21px;color:var(--gh-muted);font-size:11px;line-height:1.6}.gh-cart__summary .gh-button+.gh-button{margin-top:9px}.gh-cart__empty{padding:60px 0;text-align:center}.gh-cart__empty p{font-family:var(--gh-display);font-size:30px}.gh-page{padding-top:46px}.gh-page__inner{max-width:820px;margin-inline:auto}.gh-page h1{margin-bottom:30px}.gh-page .rte{font-size:15px}.gh-search{padding-top:46px}.gh-search h1{margin-bottom:34px}.gh-search__form{max-width:740px;display:grid;grid-template-columns:1fr auto;gap:9px}.gh-search__form input{min-width:0;height:50px;padding:0 16px;border:1px solid var(--gh-line);background:#fff}.gh-search__count{margin:35px 0 25px;color:var(--gh-muted)}.gh-footer{color:#ffffffc7;background:var(--gh-ink)}.gh-footer__top{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:36px;padding:74px 0 54px}.gh-footer__brand{display:block;width:min(295px,100%)}.gh-footer__brand img{width:100%;height:auto}.gh-footer__intro p{max-width:310px;margin:20px 0 0;color:#ffffff9e;font-size:13px;line-height:1.65}.gh-footer__email{display:inline-block;margin-top:14px;color:var(--gh-aqua);font-size:12px;font-weight:700}.gh-footer__email:hover{color:#fff}.gh-footer__details summary{list-style:none;color:#fff;cursor:pointer;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.gh-footer__details summary::-webkit-details-marker{display:none}.gh-footer__details summary:after{float:right;color:var(--gh-aqua);content:"+";font-size:16px}.gh-footer__details[open] summary:after{content:"\2013"}.gh-footer__details ul{display:grid;gap:11px;padding:0;margin:21px 0 0;list-style:none}.gh-footer__details a,.gh-footer__quiet{color:#ffffff9c;font-size:13px;line-height:1.4}.gh-footer__details a:hover{color:var(--gh-aqua)}.gh-footer__quiet{max-width:190px}.gh-footer__bottom{display:flex;justify-content:space-between;gap:20px;padding:19px 0 25px;border-top:1px solid rgba(255,255,255,.16);color:#ffffff70;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}@media(max-width:1080px){:root{--gh-shell: min(100% - 46px, 1440px)}.gh-header__nav{gap:15px}.gh-header__nav a{font-size:9px}.gh-category-card{min-height:490px}.gh-product-grid,.gh-product-grid--collection{grid-template-columns:repeat(3,minmax(0,1fr))}.gh-footer__top{grid-template-columns:1.15fr repeat(3,1fr);gap:22px}}@media(max-width:780px){:root{--gh-shell: min(100% - 30px, 1440px)}.gh-section{padding:75px 0}.gh-header__ticker{font-size:8px;letter-spacing:.1em}.gh-header__row{min-height:75px;grid-template-columns:32px 1fr 80px;gap:8px}.gh-header__nav{display:none}.gh-header__brand{width:min(235px,51vw)}.gh-header__actions{gap:12px}.gh-header__actions a{font-size:9px}.gh-mobile-menu{position:relative;display:block}.gh-mobile-menu summary{width:27px;height:27px;display:grid;gap:5px;place-content:center;list-style:none;cursor:pointer}.gh-mobile-menu summary::-webkit-details-marker{display:none}.gh-mobile-menu summary span{display:block;width:19px;height:1px;background:var(--gh-ink)}.gh-mobile-menu nav{position:absolute;top:39px;left:-4px;min-width:225px;display:grid;gap:15px;padding:21px;border:1px solid var(--gh-line);background:var(--gh-paper);box-shadow:0 14px 25px #1021321f}.gh-mobile-menu nav a{color:var(--gh-ink);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.gh-hero__grid,.gh-story__grid,.gh-newsletter__inner{grid-template-columns:1fr}.gh-hero__grid{min-height:auto}.gh-hero__copy{padding:72px 0 55px}.gh-hero h1{font-size:clamp(54px,15.5vw,80px)}.gh-hero__visual{min-height:460px;margin-inline:calc((var(--gh-shell) - 100vw) / 2)}.gh-hero__product-note{right:5%;bottom:5%}.gh-category-grid{grid-template-columns:1fr}.gh-category-card{min-height:460px}.gh-featured__header{display:grid;gap:20px;align-items:start}.gh-product-grid,.gh-product-grid--collection{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 12px}.gh-product-card__image{min-height:225px}.gh-story__copy{padding:75px 0 48px}.gh-story__visual{min-height:430px;margin-inline:calc((var(--gh-shell) - 100vw) / 2)}.gh-benefits__grid{grid-template-columns:1fr}.gh-benefits__grid>div,.gh-benefits__grid>div:first-child{min-height:0;padding:27px 0;border-right:0;border-left:0;border-bottom:1px solid var(--gh-line)}.gh-benefits__grid>div:last-child{border-bottom:0}.gh-newsletter__inner{gap:29px}.gh-newsletter__form,.gh-search__form{grid-template-columns:1fr}.gh-product{padding-top:32px}.gh-product__grid{grid-template-columns:1fr;gap:35px}.gh-product__info{position:static}.gh-product__media{min-height:390px}.gh-cart-form{grid-template-columns:1fr;gap:31px}.gh-cart__summary{position:static}.gh-cart__item{grid-template-columns:92px 1fr}.gh-cart__controls{grid-column:2;justify-items:start;grid-template-columns:auto auto;align-items:center}.gh-footer__top{grid-template-columns:1fr;gap:24px;padding:54px 0 30px}.gh-footer__details{padding-top:18px;border-top:1px solid rgba(255,255,255,.16)}.gh-footer__details ul{margin-top:16px}.gh-footer__bottom{display:grid;gap:8px}}@media(max-width:430px){.gh-product-grid,.gh-product-grid--collection{grid-template-columns:1fr}.gh-product-card__image{min-height:300px}.gh-hero__actions{display:grid;align-items:stretch}.gh-hero__actions .gh-text-link{justify-content:center;width:max-content}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/glassyhavenl.css.map */
