.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.gl-ed__row{display:grid;grid-template-columns:15rem 1fr;gap:clamp(18px,4vw,56px);padding-block:clamp(26px,4vw,38px);border-top:1px solid var(--line)}.gl-ed__row:first-of-type{border-top:0;padding-top:0}.gl-ed__rail h2{font-size:clamp(22px,3vw,28px)}.gl-ed__rail h3{font-size:clamp(19px,2.4vw,23px)}.gl-ed__kicker{margin-top:10px;font-size:13px;color:var(--ink-soft)}.gl-ed__body{max-width:64ch}.gl-ed__body p{font-size:15.5px;color:var(--ink-soft)}.gl-ed__body p+p{margin-top:14px}.gl-ed__body strong{color:var(--ink)}.gl-ed__link a{font-family:var(--font-display);font-weight:600;font-size:14.5px;color:var(--blush-text);text-decoration:none}.gl-ed__link a:hover{text-decoration:underline}@media(max-width:820px){.gl-ed__row{grid-template-columns:1fr;gap:14px}}.gl-lp__head{max-width:46rem;padding-block:clamp(8px,2vw,18px) clamp(30px,5vw,46px)}.gl-lp__head h1{font-size:clamp(30px,5.4vw,50px)}.gl-lp__head .eyebrow{margin-bottom:14px}.gl-lp__intro{margin-top:18px}.gl-lp__intro p{font-size:clamp(15.5px,1.7vw,18px);color:var(--ink-soft)}.gl-lp__intro p+p{margin-top:12px}.gl-lp__points{list-style:none;margin:24px 0 28px;padding:0;display:flex;flex-wrap:wrap;gap:10px 24px}.gl-lp__points li{position:relative;padding-left:24px;font-family:var(--font-display);font-weight:600;font-size:13.5px;color:var(--ink)}.gl-lp__points li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:16px;height:16px;border-radius:50%;background:var(--teal-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%230F6A6E' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M2.5 6.2 5 8.5l4.5-5'/%3E%3C/svg%3E") center / 11px no-repeat}.gl-lp__note{margin-top:14px;font-size:13px;color:var(--ink-soft)}.gl-lp__figure{margin:0 0 clamp(30px,5vw,48px)}.gl-lp__figure img{border-radius:24px;box-shadow:var(--card-shadow);width:100%}.gl-lp__figure figcaption{margin-top:12px;font-size:13px;color:var(--ink-soft)}.gl-show{padding-block:clamp(52px,9vw,92px)}.gl-show__grid{display:grid;grid-template-columns:1.04fr .96fr;gap:clamp(30px,5vw,74px);align-items:center}.gl-show--img-right .gl-show__media{order:2}.gl-show--img-right .gl-show__body{order:1}.gl-show__media{position:relative;isolation:isolate}.gl-show__media:before{content:"";position:absolute;z-index:0;top:26px;bottom:-26px;border-radius:30px}.gl-show--img-left .gl-show__media:before{left:26px;right:-26px}.gl-show--img-right .gl-show__media:before{right:26px;left:-26px}.gl-show--mat-blush .gl-show__media:before{background:var(--blush-tint)}.gl-show--mat-teal .gl-show__media:before{background:var(--teal-tint)}.gl-show--mat-sand .gl-show__media:before{background:var(--sand-tint)}.gl-show__frame{position:relative;z-index:1;aspect-ratio:4 / 3;overflow:hidden;border-radius:24px;box-shadow:var(--card-shadow)}.gl-show__img{display:block;width:100%;height:100%;object-fit:cover}.gl-show__img--left{object-position:left center}.gl-show__img--center{object-position:center}.gl-show__img--right{object-position:right center}.gl-show__body{max-width:32rem}.gl-show--img-left .gl-show__body{margin-left:clamp(0px,1.5vw,20px)}.gl-show__body h2{font-size:clamp(28px,4vw,44px)}.gl-show__body .eyebrow{margin-bottom:14px}.gl-show__text{color:var(--ink-soft);font-size:clamp(15px,1.5vw,17px);margin:16px 0 22px}.gl-show__features{list-style:none;margin:0 0 28px;padding:0;display:flex;flex-wrap:wrap;gap:10px 22px}.gl-show__features li{position:relative;padding-left:24px;font-family:var(--font-display);font-weight:600;font-size:13.5px;color:var(--ink)}.gl-show__features li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:16px;height:16px;border-radius:50%;background:var(--teal-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%230F6A6E' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M2.5 6.2 5 8.5l4.5-5'/%3E%3C/svg%3E") center / 11px no-repeat}@media(max-width:820px){.gl-show__grid{grid-template-columns:1fr;gap:30px}.gl-show--img-right .gl-show__media,.gl-show--img-left .gl-show__media{order:1}.gl-show--img-right .gl-show__body,.gl-show--img-left .gl-show__body{order:2}.gl-show__media:before{top:16px;bottom:-16px}.gl-show--img-left .gl-show__media:before{left:16px;right:-16px}.gl-show--img-right .gl-show__media:before{right:16px;left:-16px}.gl-show__body{max-width:100%}.gl-show--img-left .gl-show__body{margin-left:0}}.gl-why__grid{display:grid;gap:clamp(16px,3vw,22px);grid-template-columns:repeat(var(--cols, 3),minmax(0,1fr))}@media(max-width:1000px){.gl-why__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.gl-why__grid{grid-template-columns:1fr}}.gl-why__card{background:var(--surface);border-radius:22px;padding:30px 28px;box-shadow:var(--card-shadow)}.gl-why__icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;margin-bottom:18px}.gl-why__icon svg{width:19px;height:19px}.gl-why__icon--blush{background:var(--blush-tint);color:var(--blush)}.gl-why__icon--teal{background:var(--teal-tint);color:var(--teal-text)}.gl-why__icon--sand{background:var(--sand-tint);color:var(--ink)}.gl-why__card h3{font-size:18px;margin-bottom:8px}.gl-why__card p{font-size:14.5px;color:var(--ink-soft);margin:0}.gl-why__note{margin:clamp(22px,4vw,30px) auto 0;max-width:62ch;text-align:center;font-size:14px;color:var(--ink-soft)}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/7/compiled_assets/styles.css.map */
