.cl-collection,.cl-collection *,.cl-collection *:before,.cl-collection *:after{box-sizing:border-box}.cl-collection{color:#1d2421;background:#fff}.cl-collection__head,.cl-collection__body{padding-left:clamp(18px,3.2vw,52px);padding-right:clamp(18px,3.2vw,52px)}.cl-collection__head{padding-top:20px;padding-bottom:48px}.cl-collection__breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:24px;color:#77817c;font-size:13px}.cl-collection__breadcrumb a{color:inherit;text-decoration:none}.cl-collection__title-row{display:flex;align-items:end;justify-content:space-between;gap:24px}.cl-collection__title-row h1{margin:0;font-size:clamp(32px,4vw,54px);line-height:1.08;letter-spacing:-.035em}.cl-collection__description{max-width:760px;margin-top:14px;color:#65716b}.cl-collection__total{margin:0 0 7px;color:#6c7771;font-size:13px}.cl-collection__brands{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.cl-collection__brands a{display:inline-flex;align-items:center;min-height:48px;padding:10px 25px;border:1px solid #eef0ef;border-radius:999px;color:inherit;background:#f8f9f8;font-size:15px;font-weight:650;text-decoration:none;transition:border-color .18s ease,background .18s ease}.cl-collection__brands a:hover{border-color:var(--clc-accent);background:color-mix(in srgb,var(--clc-accent) 10%,white)}.cl-collection__divider{height:1px;background:#e5e9e7}.cl-collection__body{display:grid;grid-template-columns:248px minmax(0,1fr);gap:clamp(28px,4vw,64px);padding-top:34px;padding-bottom:72px}.cl-collection__filters-shell{min-width:0}.cl-collection__filter-trigger{display:none}.cl-collection__filters-content{display:block}.cl-collection__filters-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:15px;border-bottom:1px solid #dde3df}.cl-collection__filters-heading h2{margin:0;font-size:17px}.cl-collection__filters-heading a,.cl-collection__clear{color:#557267;font-size:12px}.cl-filter{border-bottom:1px solid #e1e5e3}.cl-filter>summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:17px 1px;font-size:14px;font-weight:750;cursor:pointer;list-style:none}.cl-filter>summary::-webkit-details-marker,.cl-collection__filter-trigger::-webkit-details-marker{display:none}.cl-filter>summary:after{content:"+";margin-left:auto;font-size:20px;font-weight:400}.cl-filter[open]>summary:after{content:"\2212"}.cl-filter>summary small{display:grid;place-items:center;min-width:20px;height:20px;border-radius:50%;color:#fff;background:#284d3c;font-size:10px}.cl-filter__values{display:grid;gap:11px;padding:0 0 18px}.cl-filter__option{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:9px;margin:0;cursor:pointer}.cl-filter__option input{position:absolute;width:1px;height:1px;opacity:0}.cl-filter__option>span{position:relative;width:17px;height:17px;border:1px solid #bfc8c2;border-radius:4px;background:#fff}.cl-filter__option input:checked+span{border-color:#214937;background:#214937}.cl-filter__option input:checked+span:after{content:"";position:absolute;top:3px;left:5px;width:5px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.cl-filter__option input:focus-visible+span{outline:3px solid color-mix(in srgb,var(--clc-accent) 35%,transparent);outline-offset:2px}.cl-filter__option input:disabled~*{opacity:.42}.cl-filter__option em{font-size:13px;font-style:normal}.cl-filter__option small{color:#7c8580;font-size:11px}.cl-filter__price{display:grid;grid-template-columns:1fr 1fr;gap:8px}.cl-filter__price label span{display:block;margin-bottom:5px;color:#717b76;font-size:11px}.cl-filter__price input{width:100%;min-height:40px;padding:8px;border:1px solid #cfd6d2;border-radius:8px}.cl-collection__apply{width:100%;min-height:44px;margin-top:20px;border:0;border-radius:10px;color:#fff;background:#214937;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.cl-collection__toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.cl-collection__toolbar>p{margin:0;color:#6f7a74;font-size:13px}.cl-collection__sort{display:flex;align-items:center;gap:9px;margin:0;color:#626d67;font-size:12px}.cl-collection__sort select{min-height:42px;padding:8px 38px 8px 12px;border:1px solid #d0d7d3;border-radius:9px;color:#27302c;background-color:#fff}.cl-collection__active-filters{display:flex;flex-wrap:wrap;gap:8px;margin:-6px 0 20px}.cl-collection__active-filters a{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;color:#294137;background:#edf3ef;font-size:11px;text-decoration:none}.cl-collection__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 16px}.cl-card{min-width:0;overflow:hidden;border:1px solid #edf0ee;border-radius:15px;background:var(--clc-card);transition:box-shadow .2s ease,transform .2s ease}.cl-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #182b2217}.cl-card__image-link,.cl-card__title-row a{color:inherit;text-decoration:none}.cl-card__image{position:relative;overflow:hidden;background:#f0f2f0}.cl-card__image--portrait{aspect-ratio:4 / 5}.cl-card__image--square{aspect-ratio:1}.cl-card__image img,.cl-card__placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.cl-card:hover .cl-card__image img{transform:scale(1.025)}.cl-card__sale{position:absolute;top:12px;left:12px;padding:5px 9px;border-radius:999px;color:#fff;background:var(--clc-sale);font-size:11px;font-weight:800}.cl-card__content{padding:15px 14px 13px;background:var(--clc-card)}.cl-card__title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.cl-card__title-row h2{margin:0;font-size:14px;line-height:1.3}.cl-card__title-row p{margin:6px 0 0;color:#7a8580;font-size:12px}.cl-card__prices{display:grid;justify-items:end;align-content:start;gap:4px;white-space:nowrap}.cl-card__prices strong{color:#c92525;font-size:13px}.cl-card__prices s{color:#89918d;font-size:11px}.cl-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px}.cl-card__swatches{display:flex;align-items:center;gap:7px;min-width:0;overflow:hidden}.cl-card__swatches a{display:grid;place-items:center;flex:0 0 18px;width:18px;height:18px;border:1px solid transparent;border-radius:50%}.cl-card__swatches a.is-current{border-color:#243d32}.cl-card__swatches span{width:13px;height:13px;border:1px solid rgba(20,30,25,.14);border-radius:50%;background:var(--cl-swatch)}.cl-card__choose{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;color:#253d33;background:#fff;text-decoration:none}.cl-card__choose svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cl-collection__empty{padding:72px 24px;border-radius:14px;text-align:center;background:#f6f8f7}.cl-collection__empty h2{margin:0 0 8px}.cl-collection__empty p{margin:0;color:#6f7974}@media(max-width:1260px){.cl-collection__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:989px){.cl-collection__head{padding-bottom:32px}.cl-collection__body{display:block;padding-top:20px}.cl-collection__filters-shell{margin-bottom:16px;border:1px solid #dce2de;border-radius:11px;background:#fff}.cl-collection__filter-trigger{display:flex;align-items:center;justify-content:space-between;padding:13px 15px;cursor:pointer;list-style:none}.cl-collection__filter-trigger>span{display:inline-flex;align-items:center;gap:8px;font-weight:750}.cl-collection__filter-trigger svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.cl-collection__filter-trigger strong{display:grid;place-items:center;min-width:22px;height:22px;border-radius:50%;color:#fff;background:#214937;font-size:11px}.cl-collection__filters-content{display:none;padding:0 15px 16px}.cl-collection__filters-shell[open]>.cl-collection__filters-content{display:block}.cl-collection__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.cl-collection__head{padding-top:14px}.cl-collection__title-row{display:block}.cl-collection__title-row h1{font-size:34px}.cl-collection__total{margin-top:10px}.cl-collection__brands{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.cl-collection__brands a{flex:0 0 auto;min-height:42px;padding:8px 18px}.cl-collection__toolbar{align-items:flex-end}.cl-collection__toolbar>p{display:none}.cl-collection__sort{margin-left:auto}.cl-collection__sort span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.cl-collection__grid{gap:12px 8px}.cl-card{border-radius:11px}.cl-card__content{padding:11px 10px 10px}.cl-card__title-row{display:block}.cl-card__title-row h2{font-size:12px}.cl-card__prices{display:flex;justify-content:flex-start;align-items:baseline;margin-top:8px}.cl-card__title-row p{font-size:11px}.cl-card__swatches a:nth-child(n+5){display:none}}.cl-wear-guide{box-sizing:border-box;width:100%;padding:clamp(54px,6vw,96px) clamp(18px,3vw,48px);color:var(--cl-guide-text, #202421);background:var(--cl-guide-background, #f7f8f7)}.cl-wear-guide *,.cl-wear-guide *:before,.cl-wear-guide *:after{box-sizing:border-box}.cl-wear-guide__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,34vw);gap:clamp(34px,5vw,78px);width:100%;max-width:none;margin:0;align-items:center}.cl-wear-guide--no-media .cl-wear-guide__inner{grid-template-columns:minmax(0,1fr)}.cl-wear-guide__content h2{margin:0;font-size:clamp(34px,4vw,58px);line-height:1.05;letter-spacing:-.035em}.cl-wear-guide__subheading{margin-top:8px;color:color-mix(in srgb,var(--cl-guide-text, #202421) 78%,transparent);font-size:clamp(17px,1.5vw,24px)}.cl-wear-guide__subheading p,.cl-wear-guide__steps .rte p{margin:0}.cl-wear-guide__steps{display:grid;gap:14px;margin:clamp(28px,3vw,44px) 0 0;padding:0}.cl-wear-guide__steps li{display:grid;grid-template-columns:30px minmax(0,1fr);gap:16px;align-items:center;min-height:72px;padding:16px 20px;border-radius:14px;background:var(--cl-guide-card, #fff)}.cl-wear-guide__steps strong{display:block;margin-bottom:3px;font-size:17px}.cl-wear-guide__steps .rte{color:color-mix(in srgb,var(--cl-guide-text, #202421) 78%,transparent);font-size:15px;line-height:1.45}.cl-wear-guide__check{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;color:#fff;background:var(--cl-guide-accent, #1b3e2e)}.cl-wear-guide__check svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.cl-wear-guide__media{position:relative;width:100%;aspect-ratio:4 / 5;overflow:hidden;border-radius:22px;background:#e8ece9}.cl-wear-guide__media video,.cl-wear-guide__media iframe,.cl-wear-guide__media img,.cl-wear-guide__media>.shopify-video,.cl-wear-guide__media>.shopify-video iframe{display:block;width:100%;height:100%;border:0;object-fit:cover}.cl-wear-guide__placeholder{display:grid;place-items:center;width:100%;height:100%;padding:24px;text-align:center}.cl-wear-guide__placeholder svg{width:100%;height:100%}.cl-wear-guide__placeholder p{position:absolute;right:24px;bottom:20px;left:24px;margin:0;padding:10px;border-radius:8px;background:#ffffffe6;font-size:12px}@media(max-width:989px){.cl-wear-guide__inner{grid-template-columns:1fr}.cl-wear-guide__media{width:min(100%,620px);margin:0 auto;aspect-ratio:4 / 5}}@media(max-width:600px){.cl-wear-guide{padding:32px 14px}.cl-wear-guide__inner{gap:20px}.cl-wear-guide__content h2{font-size:28px}.cl-wear-guide__subheading{margin-top:5px;font-size:14px}.cl-wear-guide__steps{gap:8px;margin-top:18px}.cl-wear-guide__steps li{grid-template-columns:24px minmax(0,1fr);gap:10px;min-height:58px;padding:10px 11px;border-radius:10px}.cl-wear-guide__steps strong{margin-bottom:2px;font-size:14px}.cl-wear-guide__steps .rte{font-size:12px;line-height:1.35}.cl-wear-guide__check{width:22px;height:22px}.cl-wear-guide__check svg{width:14px;height:14px}.cl-wear-guide__media{width:100%;max-height:390px;aspect-ratio:16 / 11;border-radius:14px}}.cl-product{color:var(--cl-text, #17231d);background:#fff}.cl-product *,.cl-product *:before,.cl-product *:after{box-sizing:border-box}.cl-product__breadcrumb,.cl-product__inner,.cl-product__editor-notice{padding-left:clamp(18px,3vw,48px);padding-right:clamp(18px,3vw,48px)}.cl-product .page-width{width:100%;max-width:none;margin-left:0;margin-right:0}.cl-product__breadcrumb{display:flex;align-items:center;gap:8px;padding-top:16px;color:#748079;font-size:12px}.cl-product__breadcrumb a{color:inherit;text-decoration:none}.cl-product__editor-notice{margin-top:24px;padding-top:20px;padding-bottom:20px;border:1px solid #e1c36d;border-radius:12px;color:#59430b;background:#fff5ce}.cl-product__editor-notice strong{display:block;margin-bottom:5px;font-size:17px}.cl-product__editor-notice p{margin:0;line-height:1.55}.cl-product--needs-contact-lens .cl-product__breadcrumb,.cl-product--needs-contact-lens .cl-product__inner{display:none}.cl-product__inner{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(400px,.9fr);gap:clamp(22px,2.4vw,38px);padding-top:clamp(24px,3vw,42px);padding-bottom:clamp(42px,5vw,72px)}.cl-product__gallery{min-width:0}.cl-product__media-grid{display:grid;grid-template-columns:repeat(var(--cl-media-columns),minmax(0,1fr));gap:12px}.cl-product__media-grid--single{grid-template-columns:minmax(0,650px);justify-content:start}.cl-product__media-grid--single .cl-product__media-panel{width:min(100%,650px);aspect-ratio:1 / 1}.cl-product__media-panel{position:relative;min-width:0;aspect-ratio:1 / 1.04;margin:0;overflow:hidden;border-radius:3px;background:var(--cl-surface, #f4f3ef)}.cl-product__media-panel img,.cl-product__media-panel .cl-product__placeholder{display:block;width:100%;height:100%;object-fit:cover}.cl-product__mobile-gallery{display:none}.cl-product__stage{position:relative;display:grid;place-items:center;min-height:520px;overflow:hidden;border-radius:20px;background:var(--cl-surface, #f4f3ef)}.cl-product__main-image,.cl-product__placeholder{display:block;width:100%;height:100%;max-height:720px;object-fit:contain}.cl-product__main-image{transition:opacity .18s ease}.cl-product__main-image.is-changing{opacity:.35}.cl-product__sale-badge{position:absolute;top:18px;left:18px;padding:8px 12px;border-radius:999px;color:#fff;background:#b2261d;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.cl-product__thumbs{display:flex;gap:10px;margin-top:14px;overflow-x:auto;padding:2px;scrollbar-width:thin}.cl-product__thumb{flex:0 0 74px;width:74px;height:74px;padding:5px;border:1px solid #d9ddd9;border-radius:12px;background:#fff;cursor:pointer}.cl-product__thumb.is-active,.cl-product__thumb:hover{border-color:var(--cl-accent, #1b3e2e);box-shadow:0 0 0 1px var(--cl-accent, #1b3e2e)}.cl-product__thumb img{width:100%;height:100%;object-fit:contain;border-radius:8px}.cl-product__purchase,.cl-product__content,.cl-product__summary{align-self:start;min-width:0}.cl-product__vendor,.cl-product__details-heading p{margin:0 0 8px;color:#6c756f;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.cl-product__title{margin:0;font-size:clamp(27px,2.3vw,36px);line-height:1.15;letter-spacing:-.03em}.cl-product__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px;margin:18px 0 20px}.cl-product__current-price{color:var(--cl-accent, #1b3e2e);font-size:26px;font-weight:750}.cl-product__compare-price{color:#7d8580;font-size:17px}.cl-product__saving{padding:5px 9px;border-radius:999px;color:#8b261d;background:#fae8e5;font-size:12px;font-weight:700}.cl-product .is-hidden{display:none}.cl-product__app,.cl-product__tabby,.cl-product__tamara,.cl-product__delivery{margin:10px 0}.cl-product__pack-selector,.cl-product__form{margin-top:20px}.cl-product__pack-selector label,.cl-field label{display:block;margin-bottom:7px;font-size:13px;font-weight:700}.cl-product select{width:100%;min-height:46px;padding:0 38px 0 13px;border:1px solid #cfd6d1;border-radius:10px;color:inherit;background-color:#fff}.cl-product select:focus-visible,.cl-product button:focus-visible,.cl-product a:focus-visible,.cl-product summary:focus-visible,.cl-product input:focus-visible+span{outline:3px solid color-mix(in srgb,var(--cl-accent, #1b3e2e) 35%,transparent);outline-offset:2px}.cl-product__mode{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;border-radius:12px;background:#edf0ed}.cl-product__mode button{min-height:44px;border:0;border-radius:9px;color:#59635d;background:transparent;font:inherit;font-weight:700;cursor:pointer}.cl-product__mode button[aria-selected=true]{color:var(--cl-text, #17231d);background:#fff;box-shadow:0 2px 10px #1838281a}.cl-product__panel{margin-top:14px;padding:18px;border:1px solid #dfe4e0;border-radius:14px;background:#fff}.cl-product__panel[hidden],.cl-eye[hidden],.cl-product__post-add[hidden]{display:none}.cl-product__plano-row{display:grid;grid-template-columns:1fr 128px;gap:18px;align-items:end}.cl-product__plano-row strong{display:block;font-size:16px}.cl-product__plano-row p,.cl-product__form-note{margin:4px 0 0;color:#667069;font-size:12px;line-height:1.5}.cl-product__same-toggle{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;font-size:14px;font-weight:700;cursor:pointer}.cl-product__same-toggle input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.cl-product__same-toggle span{position:relative;width:42px;height:24px;border-radius:999px;background:#b9c1bb;transition:background .18s ease}.cl-product__same-toggle span:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0003;transition:transform .18s ease}.cl-product__same-toggle input:checked+span{background:var(--cl-accent, #1b3e2e)}.cl-product__same-toggle input:checked+span:after{transform:translate(18px)}.cl-product__eyes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cl-product__eyes.is-same{grid-template-columns:1fr}.cl-eye{min-width:0;margin:0;padding:15px;border:1px solid #e1e5e2;border-radius:12px;background:#fafbf9}.cl-eye legend{padding:0 5px;color:var(--cl-accent, #1b3e2e);font-size:14px;font-weight:800}.cl-eye__options{display:grid;gap:11px}.cl-field--quantity{margin-top:11px}.cl-eye__status{min-height:18px;margin:10px 0 0;color:#68726c;font-size:12px}.cl-eye__status.is-error,.cl-product__form-message.is-error{color:#a3261c}.cl-eye__status.is-success,.cl-product__form-message.is-success{color:#18623b}.cl-product__form-note{margin:12px 2px 0}.cl-product__form-message{min-height:20px;margin:8px 2px 0;font-size:13px;font-weight:650}.cl-product__submit{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:54px;margin-top:5px;padding:13px 18px;border:1px solid var(--cl-accent, #1b3e2e);border-radius:12px;color:#fff;background:var(--cl-accent, #1b3e2e);font:inherit;font-size:16px;font-weight:800;cursor:pointer;transition:opacity .18s ease,transform .18s ease}.cl-product__submit:hover:not(:disabled){transform:translateY(-1px)}.cl-product__submit:disabled{cursor:not-allowed;opacity:.45}.cl-product__submit-price:before{content:"\2014";margin-right:9px}.cl-product__post-add{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.cl-product__post-add a{display:grid;place-items:center;min-height:44px;border:1px solid var(--cl-accent, #1b3e2e);border-radius:10px;color:var(--cl-accent, #1b3e2e);font-weight:750;text-decoration:none}.cl-product__post-add a:last-child{color:#fff;background:var(--cl-accent, #1b3e2e)}.cl-product__related{margin-top:20px}.cl-product__related h2{margin:0 0 12px;font-size:16px}.cl-product__swatches{display:flex;gap:10px;overflow-x:auto;padding:3px 3px 10px;scrollbar-width:thin}.cl-product__swatch{display:grid;justify-items:center;flex:0 0 74px;gap:6px;padding:6px 4px 5px;border:1px solid transparent;border-radius:13px;color:inherit;text-align:center;text-decoration:none;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.cl-product__swatch:hover{transform:translateY(-1px)}.cl-product__swatch.is-current{border-color:color-mix(in srgb,var(--cl-accent, #1b3e2e) 28%,white);background:color-mix(in srgb,var(--cl-accent, #1b3e2e) 4%,white)}.cl-product__swatch-media{display:grid;place-items:center;width:60px;height:60px;overflow:hidden;border-radius:50%;background:#f2f3f2}.cl-product__swatch-media img,.cl-product__swatch-media>span{width:100%;height:100%;object-fit:cover}.cl-product__swatch.is-current .cl-product__swatch-media{box-shadow:0 0 0 2px #fff,0 0 0 3px var(--cl-accent, #1b3e2e)}.cl-product__swatch.is-unavailable{opacity:.45}.cl-product__swatch small{display:-webkit-box;overflow:hidden;max-width:70px;font-size:10px;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cl-product__side-accordions{margin-top:22px;border-top:1px solid #dfe4e0}.cl-product__side-accordions details,.cl-product__accordions details{border-bottom:1px solid #dfe4e0}.cl-product__side-accordions summary,.cl-product__accordions summary{position:relative;padding:17px 38px 17px 0;font-size:15px;font-weight:750;cursor:pointer;list-style:none}.cl-product__side-accordions summary::-webkit-details-marker,.cl-product__accordions summary::-webkit-details-marker{display:none}.cl-product__side-accordions summary:after,.cl-product__accordions summary:after{content:"+";position:absolute;top:50%;right:5px;transform:translateY(-50%);font-size:22px;font-weight:400}.cl-product__side-accordions details[open] summary:after,.cl-product__accordions details[open] summary:after{content:"\2212"}.cl-product__side-accordions .rte{padding:0 0 16px;font-size:13px}.cl-product__side-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px;margin:0;padding:0 0 16px}.cl-product__side-specs div{min-width:0}.cl-product__side-specs dt{color:#747e78;font-size:10px;text-transform:uppercase}.cl-product__side-specs dd{margin:3px 0 0;font-size:12px;font-weight:700}.cl-product__details{margin-top:clamp(38px,5vw,72px);padding-top:clamp(40px,5vw,72px);padding-bottom:0;border-top:1px solid #e3e7e4}.cl-product__details-heading h2{margin:0 0 24px;font-size:clamp(25px,3vw,38px)}.cl-product__specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.cl-product__specs>div{min-height:96px;padding:18px;border-radius:13px;background:var(--cl-surface, #f4f3ef)}.cl-product__specs dt{margin-bottom:8px;color:#667069;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.cl-product__specs dd{margin:0;font-size:15px;font-weight:700;overflow-wrap:anywhere}.cl-product__features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:24px 0 0;padding:0;list-style:none}.cl-product__features li{display:flex;align-items:flex-start;gap:9px;padding:13px 15px;border:1px solid #dde3de;border-radius:12px;line-height:1.45}.cl-product__features svg{flex:0 0 20px;width:20px;height:20px;fill:none;stroke:var(--cl-accent, #1b3e2e);stroke-width:2.5}.cl-product__accordions{margin-top:30px;border-top:1px solid #dfe4e0}.cl-product__accordions .rte{max-width:820px;padding:0 0 20px}.cl-product__safety-note{margin:24px 0 0;padding:14px 16px;border-left:3px solid var(--cl-accent, #1b3e2e);color:#59635d;background:#f5f7f5;font-size:12px;line-height:1.5}@media(min-width:1200px){.cl-product__purchase{position:sticky;top:24px;align-self:start}}@media(max-width:1199px){.cl-product__inner{grid-template-columns:minmax(0,1fr) minmax(390px,.78fr);gap:30px}.cl-product__media-grid{display:none}.cl-product__mobile-gallery{display:block}}@media(max-width:989px){.cl-product__inner{grid-template-areas:"summary" "gallery" "content";grid-template-columns:1fr;gap:22px}.cl-product__purchase{display:contents}.cl-product__summary{grid-area:summary}.cl-product__gallery{grid-area:gallery}.cl-product__content{grid-area:content}.cl-product__stage{min-height:min(72vw,620px)}.cl-product__specs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.cl-product__breadcrumb,.cl-product__inner,.cl-product__editor-notice{padding-left:14px;padding-right:14px}.cl-product__breadcrumb{gap:5px;padding-top:9px;overflow:hidden;font-size:10px;white-space:nowrap}.cl-product__breadcrumb span:last-child{overflow:hidden;text-overflow:ellipsis}.cl-product__inner{gap:14px;padding-top:12px;padding-bottom:34px}.cl-product__stage{min-height:min(78vw,390px);border-radius:10px}.cl-product__title{font-size:23px;line-height:1.16}.cl-product__vendor{margin-bottom:5px;font-size:10px}.cl-product__price{gap:7px;margin:9px 0 0}.cl-product__current-price{font-size:22px}.cl-product__compare-price{font-size:14px}.cl-product__saving{padding:4px 7px;font-size:10px}.cl-product__sale-badge{top:10px;left:10px;padding:6px 9px;font-size:10px}.cl-product__thumbs{gap:7px;margin-top:9px}.cl-product__thumb{flex-basis:58px;width:58px;height:58px;padding:4px;border-radius:9px}.cl-product__details{margin-top:20px;padding-top:20px}.cl-product__details-heading h2{margin-bottom:12px;font-size:23px}.cl-product__eyes,.cl-product__features{grid-template-columns:1fr}.cl-product__specs{grid-template-columns:repeat(2,minmax(0,1fr))}.cl-product__specs>div{min-height:68px;padding:10px;border-radius:9px}.cl-product__specs{gap:7px}.cl-product__specs dt{margin-bottom:4px;font-size:9px}.cl-product__specs dd{font-size:12px}.cl-product__features{gap:7px;margin-top:14px}.cl-product__features li{padding:10px 11px;border-radius:9px;font-size:12px}.cl-product__accordions{margin-top:18px}.cl-product__side-accordions{margin-top:14px}.cl-product__side-accordions summary,.cl-product__accordions summary{padding-top:13px;padding-bottom:13px;font-size:13px}.cl-product__safety-note{margin-top:16px;padding:11px 12px;font-size:11px}.cl-product__pack-selector,.cl-product__form{margin-top:14px}.cl-product__pack-selector label,.cl-field label{margin-bottom:5px;font-size:11px}.cl-product select{min-height:42px;padding-left:10px;border-radius:8px;font-size:13px}.cl-product__related{margin-top:14px}.cl-product__related h2{margin-bottom:8px;font-size:14px}.cl-product__swatches{gap:6px;padding-bottom:7px}.cl-product__swatch{flex-basis:58px;gap:4px;padding:4px 3px;border-radius:10px}.cl-product__swatch-media{width:46px;height:46px}.cl-product__swatch small{max-width:56px;font-size:9px}.cl-product__mode{border-radius:9px}.cl-product__mode button{min-height:40px;padding:6px;border-radius:7px;font-size:11px}.cl-product__panel{margin-top:10px;padding:11px;border-radius:10px}.cl-product__same-toggle{gap:8px;margin-bottom:11px;font-size:12px}.cl-product__same-toggle span{width:38px;height:22px}.cl-product__same-toggle span:after{width:16px;height:16px}.cl-product__same-toggle input:checked+span:after{transform:translate(16px)}.cl-eye{padding:10px;border-radius:9px}.cl-eye legend{font-size:12px}.cl-eye__options{gap:8px}.cl-field--quantity{margin-top:8px}.cl-eye__status{margin-top:7px;font-size:10px}.cl-product__form-note,.cl-product__form-message{font-size:11px}.cl-product__submit{min-height:49px;padding:11px 14px;border-radius:9px;font-size:14px}.cl-product__plano-row{grid-template-columns:1fr 88px;gap:10px}.cl-product__plano-row strong{font-size:13px}.cl-product__plano-row p{font-size:10px}}.cl-recommendations{box-sizing:border-box;width:100%;max-width:none;padding:clamp(42px,5vw,78px) clamp(18px,3vw,48px);background:var(--cl-rec-background, #fff)}.cl-recommendations *,.cl-recommendations *:before,.cl-recommendations *:after{box-sizing:border-box}.cl-recommendations h2{margin:0 0 24px;font-size:clamp(24px,2.4vw,36px);line-height:1.15}.cl-recommendations__grid{display:grid;grid-template-columns:repeat(var(--cl-rec-columns, 6),minmax(0,1fr));gap:clamp(14px,1.4vw,24px)}.cl-recommendations__item{width:auto;min-width:0;margin:0}.cl-recommendations__item .product-block__image-container{margin-bottom:14px}.cl-recommendations__item .product-block__title{min-height:0;font-size:14px;line-height:1.35}.cl-recommendations__item .product-block__vendor{margin-top:5px;color:#707873;font-size:12px}.cl-recommendations__notice{color:#59430b;background:#fff5ce}@media(max-width:1199px){.cl-recommendations__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:749px){.cl-recommendations{padding:32px 14px}.cl-recommendations h2{margin-bottom:16px;font-size:23px}.cl-recommendations__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cl-recommendations__item .product-block__image-container{margin-bottom:8px}.cl-recommendations__item .product-block__title{font-size:12px;line-height:1.3}.cl-recommendations__item .product-block__vendor{margin-top:3px;font-size:10px}}.aa-eye-booking{padding:clamp(34px,5vw,72px) 0 clamp(56px,7vw,104px);color:var(--aa-booking-text, #17231d);background:#fff}.aa-eye-booking__inner{width:min(100%,1500px)}.aa-eye-booking__header{max-width:800px;margin-bottom:28px}.aa-eye-booking__header>p,.aa-eye-booking__location-heading p,.aa-eye-booking__schedule-heading p{margin:0 0 7px;color:var(--aa-booking-accent, #1b3e2e);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.aa-eye-booking__header h1{margin:0 0 12px;font-size:clamp(34px,4vw,58px);line-height:1}.aa-eye-booking__tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:5px;border-radius:999px;background:#edf0ee}.aa-eye-booking__tabs button{min-height:52px;padding:8px 18px;border:0;border-radius:999px;color:#536059;background:transparent;font:inherit;font-weight:800;cursor:pointer}.aa-eye-booking__tabs button[aria-selected=true]{color:var(--aa-booking-accent, #1b3e2e);background:#fff;box-shadow:0 3px 13px #18382817}.aa-eye-booking__information{margin:20px 0 28px;padding:clamp(24px,3vw,38px);border-radius:16px;background:var(--aa-booking-tint, #e5f5f3)}.aa-eye-booking__information [hidden]{display:none}.aa-eye-booking__information h2{margin:0 0 14px;font-size:clamp(24px,2.6vw,34px)}.aa-eye-booking__information .rte ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.aa-eye-booking__information .rte li{position:relative;padding-inline-start:28px}.aa-eye-booking__information .rte li:before{position:absolute;inset-inline-start:2px;content:"\2713";color:var(--aa-booking-accent, #1b3e2e);font-weight:900}.aa-eye-booking__location-heading,.aa-eye-booking__schedule-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:14px}.aa-eye-booking__location-heading h2,.aa-eye-booking__schedule-heading h2{margin:0;font-size:clamp(25px,3vw,36px)}.aa-eye-booking__nearby{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 16px;border:1px solid var(--aa-booking-accent, #1b3e2e);border-radius:11px;color:var(--aa-booking-accent, #1b3e2e);background:#fff;font:inherit;font-size:13px;font-weight:750;cursor:pointer}.aa-eye-booking__nearby svg,.aa-eye-booking__search svg,.aa-booking-store__marker svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.aa-eye-booking__search{position:relative;margin-bottom:8px}.aa-eye-booking__search svg{position:absolute;top:50%;left:17px;color:#6a746e;transform:translateY(-50%);pointer-events:none}.aa-eye-booking__search input{width:100%;height:50px;padding:0 16px 0 50px;border:1px solid #dfe4e1;border-radius:12px;color:inherit;background:var(--aa-booking-surface, #f4f3ef);font:inherit}.aa-eye-booking__location-status{min-height:18px;margin:0 0 7px;color:#66726b;font-size:12px}.aa-eye-booking__location-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(330px,.8fr);min-height:540px;overflow:hidden;border:1px solid #dfe4e1;border-radius:17px;background:var(--aa-booking-surface, #f4f3ef)}.aa-eye-booking__map,.aa-eye-booking__map iframe{min-height:540px}.aa-eye-booking__map iframe{display:block;width:100%;height:100%;border:0}.aa-eye-booking__stores{max-height:540px;overflow-y:auto;padding:12px;border-inline-start:1px solid #dfe4e1;background:#fff}.aa-booking-store{position:relative;display:grid;grid-template-columns:34px 1fr;gap:10px;margin-bottom:9px;padding:15px;border:1px solid #e1e5e2;border-radius:12px;cursor:pointer}.aa-booking-store.is-selected{border-color:var(--aa-booking-accent, #1b3e2e);background:color-mix(in srgb,var(--aa-booking-accent, #1b3e2e) 5%,white);box-shadow:0 4px 16px #1b3e2e17}.aa-booking-store[hidden]{display:none}.aa-booking-store input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.aa-booking-store:focus-within{outline:3px solid color-mix(in srgb,var(--aa-booking-accent, #1b3e2e) 30%,transparent);outline-offset:2px}.aa-booking-store__marker{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;color:var(--aa-booking-accent, #1b3e2e);background:var(--aa-booking-tint, #e5f5f3)}.aa-booking-store__copy{display:grid;gap:6px}.aa-booking-store__copy strong{font-size:14px;line-height:1.25}.aa-booking-store__copy>span:not(.aa-booking-store__distance){color:#66726b;font-size:11px;line-height:1.4}.aa-booking-store__distance{color:var(--aa-booking-accent, #1b3e2e);font-size:11px;font-weight:800}.aa-booking-store__distance[hidden]{display:none}.aa-eye-booking__empty{padding:25px;text-align:center}.aa-eye-booking__schedule{margin-top:clamp(42px,6vw,76px);padding:clamp(24px,4vw,46px);border-radius:18px;background:var(--aa-booking-surface, #f4f3ef)}.aa-eye-booking__form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.aa-eye-booking__field{display:grid;gap:7px}.aa-eye-booking__field--full,.aa-eye-booking__consent,.aa-eye-booking__note,.aa-eye-booking__submit,.aa-eye-booking__success,.aa-eye-booking__errors{grid-column:1 / -1}.aa-eye-booking__field label{font-size:13px;font-weight:750}.aa-eye-booking__field input,.aa-eye-booking__field select,.aa-eye-booking__field textarea{width:100%;min-height:50px;padding:11px 13px;border:1px solid #d7ddd9;border-radius:10px;color:inherit;background:#fff;font:inherit}.aa-eye-booking__consent{display:flex;align-items:start;gap:10px;font-size:12px}.aa-eye-booking__consent input{flex:0 0 auto;width:18px;height:18px;margin-top:1px}.aa-eye-booking__note{color:#626d66;font-size:12px}.aa-eye-booking__submit{min-height:54px;border:0;border-radius:11px;color:#fff;background:var(--aa-booking-accent, #1b3e2e);font:inherit;font-weight:800;cursor:pointer}.aa-eye-booking__success,.aa-eye-booking__errors{padding:14px 16px;border-radius:10px;background:#fff}@media(max-width:900px){.aa-eye-booking__location-layout{grid-template-columns:1fr}.aa-eye-booking__map,.aa-eye-booking__map iframe{min-height:380px}.aa-eye-booking__stores{max-height:500px;border-top:1px solid #dfe4e1;border-inline-start:0}}@media(max-width:620px){.aa-eye-booking__tabs{border-radius:15px}.aa-eye-booking__tabs button{min-height:48px;border-radius:11px;font-size:12px}.aa-eye-booking__location-heading{align-items:start;flex-direction:column}.aa-eye-booking__nearby{width:100%;justify-content:center}.aa-eye-booking__map,.aa-eye-booking__map iframe{min-height:310px}.aa-eye-booking__form{grid-template-columns:1fr}}.aa-store-locator{padding:clamp(34px,5vw,72px) 0 clamp(50px,7vw,100px);color:var(--aa-store-text, #17231d);background:#fff}.aa-store-locator__inner{width:min(100%,1540px)}.aa-store-locator__header{max-width:780px;margin-bottom:28px}.aa-store-locator__header p{margin:0 0 7px;color:var(--aa-store-accent, #1b3e2e);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.aa-store-locator__header h1{margin:0 0 12px;font-size:clamp(34px,4vw,60px);line-height:1}.aa-store-locator__toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;margin-bottom:12px}.aa-store-locator__search{position:relative}.aa-store-locator__search svg,.aa-store-locator__nearby svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.aa-store-locator__search svg{position:absolute;top:50%;left:18px;color:#6a746e;transform:translateY(-50%);pointer-events:none}.aa-store-locator__search input{width:100%;height:52px;padding:0 18px 0 52px;border:1px solid #dfe4e1;border-radius:13px;color:inherit;background:var(--aa-store-surface, #f4f3ef);font:inherit}.aa-store-locator__nearby{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:0 21px;border:1px solid var(--aa-store-accent, #1b3e2e);border-radius:13px;color:var(--aa-store-accent, #1b3e2e);background:#fff;font:inherit;font-weight:750;cursor:pointer}.aa-store-locator__status{min-height:20px;margin:0 0 8px;color:#627068;font-size:12px}.aa-store-locator__layout{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(330px,.85fr);min-height:620px;overflow:hidden;border:1px solid #dfe4e1;border-radius:18px;background:var(--aa-store-surface, #f4f3ef)}.aa-store-locator__map{min-height:620px;background:#e6e9e7}.aa-store-locator__map iframe{display:block;width:100%;height:100%;min-height:620px;border:0}.aa-store-locator__results{max-height:620px;overflow-y:auto;padding:13px;border-inline-start:1px solid #dfe4e1;background:#fff}.aa-store-card{margin-bottom:10px;overflow:hidden;border:1px solid #e1e5e2;border-radius:13px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}.aa-store-card.is-selected{border-color:var(--aa-store-accent, #1b3e2e);box-shadow:0 5px 18px #1b3e2e1a}.aa-store-card[hidden]{display:none}.aa-store-card__select{display:grid;grid-template-columns:35px 1fr;gap:10px;width:100%;padding:16px;border:0;color:inherit;text-align:start;background:transparent;font:inherit;cursor:pointer}.aa-store-card__pin{display:grid;place-items:center;width:35px;height:35px;border-radius:9px;color:var(--aa-store-accent, #1b3e2e);background:color-mix(in srgb,var(--aa-store-accent, #1b3e2e) 10%,white)}.aa-store-card__pin svg,.aa-store-card__hours svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.aa-store-card__copy{display:grid;gap:7px}.aa-store-card__copy strong{font-size:15px;line-height:1.25}.aa-store-card__copy>span:not(.aa-store-card__hours):not(.aa-store-card__distance){color:#657169;font-size:12px;line-height:1.45}.aa-store-card__hours,.aa-store-card__distance{display:inline-flex;align-items:center;gap:6px;color:var(--aa-store-accent, #1b3e2e);font-size:11px;font-weight:750}.aa-store-card__distance[hidden]{display:none}.aa-store-card__actions{display:flex;flex-wrap:wrap;gap:8px;padding:0 16px 15px 61px}.aa-store-card__actions a{padding:7px 10px;border:1px solid #dce2de;border-radius:8px;color:var(--aa-store-accent, #1b3e2e);font-size:11px;font-weight:750;text-decoration:none}.aa-store-card__actions .aa-store-card__book{border-color:var(--aa-store-accent, #1b3e2e);color:#fff;background:var(--aa-store-accent, #1b3e2e)}.aa-store-locator__empty,.aa-store-locator__onboarding{padding:28px;text-align:center}@media(max-width:900px){.aa-store-locator__layout{grid-template-columns:1fr}.aa-store-locator__map,.aa-store-locator__map iframe{min-height:390px}.aa-store-locator__results{max-height:none;border-top:1px solid #dfe4e1;border-inline-start:0}}@media(max-width:600px){.aa-store-locator__toolbar{grid-template-columns:1fr}.aa-store-locator__nearby{width:100%}.aa-store-locator__map,.aa-store-locator__map iframe{min-height:320px}}
/*# sourceMappingURL=/cdn/shop/t/65/compiled_assets/styles.css.map */
