:root{--scrubs-teal: #134A62;--scrubs-teal-dark: #0D3749;--scrubs-pink: #C97D8E;--scrubs-pink-soft: #F7ECEF;--scrubs-ivory: #FAF9F7;--scrubs-mist: #F2F5F5;--scrubs-text: #172126;--scrubs-muted: #68757A;--scrubs-border: #DDE3E4;--scrubs-white: #FFFFFF;--scrubs-radius: 12px;--scrubs-max: 1240px}.scrubs-section{color:var(--scrubs-text);background:var(--scrubs-white)}.scrubs-section *{box-sizing:border-box}.scrubs-wrap{width:min(calc(100% - 40px),var(--scrubs-max));margin-inline:auto}.scrubs-pad{padding:88px 0}.scrubs-pad-sm{padding:52px 0}.scrubs-heading{margin:0;color:var(--scrubs-text);font-size:clamp(2rem,4vw,3rem);line-height:1.08;letter-spacing:-.035em;font-weight:750}.scrubs-copy{color:var(--scrubs-muted);font-size:1.05rem;line-height:1.72}.scrubs-copy>*:first-child{margin-top:0}.scrubs-copy>*:last-child{margin-bottom:0}.scrubs-btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;border-radius:7px;border:1px solid var(--scrubs-teal);background:var(--scrubs-teal);color:#fff;text-decoration:none;font-weight:700;line-height:1;transition:background .18s ease,border-color .18s ease,color .18s ease}.scrubs-btn:hover{background:var(--scrubs-teal-dark);border-color:var(--scrubs-teal-dark);color:#fff}.scrubs-btn--outline{background:transparent;color:var(--scrubs-teal)}.scrubs-btn--outline:hover{background:var(--scrubs-teal);color:#fff}.scrubs-link{color:var(--scrubs-teal);text-underline-offset:4px;font-weight:650}.scrubs-kicker{margin:0 0 16px;color:var(--scrubs-teal);font-size:.75rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.scrubs-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.scrubs-media{overflow:hidden;border-radius:var(--scrubs-radius);background:var(--scrubs-mist)}.scrubs-media img,.scrubs-media video{display:block;width:100%;height:100%;object-fit:cover}.scrubs-placeholder{min-height:420px;display:grid;place-items:center;background:var(--scrubs-mist);color:var(--scrubs-muted);text-align:center;padding:30px}.scrubs-hero{background:var(--scrubs-ivory)}.scrubs-hero__grid{display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:clamp(36px,6vw,84px);align-items:center;min-height:690px}.scrubs-hero__title{margin:0 0 22px;font-size:clamp(3rem,5.6vw,5rem);line-height:.99;letter-spacing:-.055em;font-weight:780;max-width:780px}.scrubs-hero__subtitle{max-width:660px;margin-bottom:30px}.scrubs-hero__meta{margin-top:22px;color:var(--scrubs-muted);font-size:.93rem}.scrubs-hero__media{aspect-ratio:4/5}.scrubs-trust{border-top:1px solid var(--scrubs-border);border-bottom:1px solid var(--scrubs-border)}.scrubs-trust__items{display:grid;grid-template-columns:repeat(var(--cols, 5),minmax(0,1fr))}.scrubs-trust__item{padding:22px 18px;text-align:center;font-weight:700;font-size:.94rem;position:relative}.scrubs-trust__item:not(:last-child):after{content:"";position:absolute;right:0;top:27%;width:1px;height:46%;background:var(--scrubs-border)}.scrubs-products__intro{max-width:760px;margin-bottom:42px}.scrubs-products__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(28px,4vw,48px)}.scrubs-product-card{min-width:0}.scrubs-product-card__media{aspect-ratio:4/5;margin-bottom:22px}.scrubs-product-card__head{display:flex;align-items:center;justify-content:space-between;gap:20px}.scrubs-product-card h3{margin:8px 0 6px;font-size:clamp(1.45rem,2vw,1.9rem);letter-spacing:-.025em}.scrubs-product-card__price{font-weight:750;white-space:nowrap}.scrubs-swatch-label{display:inline-flex;align-items:center;gap:9px;color:var(--scrubs-muted);font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.scrubs-swatch{width:12px;height:12px;border-radius:50%;background:var(--swatch, var(--scrubs-teal));box-shadow:0 0 0 1px #00000014}.scrubs-product-card__desc{margin:10px 0 18px}.scrubs-product-card__micro{margin-top:12px;color:var(--scrubs-muted);font-size:.88rem}.scrubs-story{background:var(--scrubs-ivory)}.scrubs-story__grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:clamp(42px,6vw,84px);align-items:center}.scrubs-story__media{aspect-ratio:4/5}.scrubs-story__points{margin:26px 0 0;padding:0;list-style:none}.scrubs-story__points li{padding:14px 0;border-top:1px solid var(--scrubs-border);font-weight:650}.scrubs-story__close{margin-top:26px;font-size:1.1rem;font-weight:750}.scrubs-features__intro{max-width:760px;margin-bottom:42px}.scrubs-features__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--scrubs-border);border-left:1px solid var(--scrubs-border)}.scrubs-feature{padding:30px;border-right:1px solid var(--scrubs-border);border-bottom:1px solid var(--scrubs-border)}.scrubs-feature__icon{width:30px;height:30px;color:var(--scrubs-teal);margin-bottom:22px}.scrubs-feature h3{margin:0 0 10px;font-size:1.16rem}.scrubs-feature p{margin:0;color:var(--scrubs-muted);line-height:1.65}.scrubs-size{background:var(--scrubs-ivory)}.scrubs-size__top{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:34px}.scrubs-table-wrap{overflow-x:auto;border:1px solid var(--scrubs-border);border-radius:10px;background:#fff}.scrubs-table{width:100%;min-width:650px;border-collapse:collapse}.scrubs-table th,.scrubs-table td{padding:17px 18px;border-bottom:1px solid var(--scrubs-border);text-align:left}.scrubs-table th{font-size:.84rem;color:var(--scrubs-muted);font-weight:800}.scrubs-table tr:last-child td{border-bottom:0}.scrubs-size__note{margin-top:16px;color:var(--scrubs-muted);font-size:.88rem}.scrubs-reviews{background:var(--scrubs-mist)}.scrubs-reviews__intro{max-width:780px;margin-bottom:38px}.scrubs-reviews__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.scrubs-review__media{aspect-ratio:9/16;background:#e8eded;border-radius:11px;overflow:hidden}.scrubs-review__content{padding-top:16px}.scrubs-review__content h3{margin:0 0 8px;font-size:1.05rem}.scrubs-review__quote{margin:0 0 8px;color:var(--scrubs-text);line-height:1.55}.scrubs-review__byline{color:var(--scrubs-muted);font-size:.88rem}.scrubs-offer{background:var(--scrubs-teal);color:#fff}.scrubs-offer .scrubs-heading,.scrubs-offer .scrubs-copy{color:#fff}.scrubs-offer__inner{text-align:center;max-width:880px;margin:auto}.scrubs-offer__discount{font-size:1.15rem;font-weight:750;margin:20px 0 28px}.scrubs-offer .scrubs-btn{background:#fff;color:var(--scrubs-teal);border-color:#fff}.scrubs-offer .scrubs-btn:hover{background:var(--scrubs-ivory);color:var(--scrubs-teal-dark)}.scrubs-offer__trust{margin-top:44px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.24)}.scrubs-offer__trust div{padding:20px 16px 0;font-size:.9rem}.scrubs-local{background:#fff}.scrubs-local__inner{display:grid;grid-template-columns:.7fr 1.3fr;gap:32px;align-items:start}.scrubs-local h3{margin:0;font-size:1.35rem}.scrubs-faq__layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(38px,7vw,90px);align-items:start}.scrubs-faq__items{border-top:1px solid var(--scrubs-border)}.scrubs-faq details{border-bottom:1px solid var(--scrubs-border)}.scrubs-faq summary{cursor:pointer;list-style:none;padding:21px 38px 21px 0;font-weight:720;position:relative}.scrubs-faq summary::-webkit-details-marker{display:none}.scrubs-faq summary:after{content:"+";position:absolute;right:2px;top:17px;font-size:1.55rem;font-weight:400;color:var(--scrubs-teal)}.scrubs-faq details[open] summary:after{content:"\2212"}.scrubs-faq__answer{padding:0 44px 22px 0;color:var(--scrubs-muted);line-height:1.7}.scrubs-final{margin-top:70px;padding:54px;background:var(--scrubs-ivory);border-radius:var(--scrubs-radius);text-align:center}.scrubs-final .scrubs-heading{max-width:780px;margin:auto}.scrubs-final__sub{max-width:720px;margin:18px auto 26px}.scrubs-mobile-sticky{display:none}@media(max-width:990px){.scrubs-pad{padding:68px 0}.scrubs-hero__grid,.scrubs-story__grid,.scrubs-faq__layout,.scrubs-local__inner{grid-template-columns:1fr}.scrubs-hero__grid{min-height:auto;padding:58px 0}.scrubs-hero__content{order:1}.scrubs-hero__media{order:2;aspect-ratio:4/4.5}.scrubs-features__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.scrubs-offer__trust{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:760px){.scrubs-wrap{width:min(calc(100% - 28px),var(--scrubs-max))}.scrubs-pad{padding:56px 0}.scrubs-hero__title{font-size:clamp(2.65rem,12vw,4rem)}.scrubs-products__grid,.scrubs-reviews__grid,.scrubs-features__grid{grid-template-columns:1fr}.scrubs-trust__items{grid-template-columns:repeat(2,minmax(0,1fr))}.scrubs-trust__item:after{display:none}.scrubs-trust__item{border-bottom:1px solid var(--scrubs-border)}.scrubs-size__top{display:block}.scrubs-size__top .scrubs-actions{margin-top:20px}.scrubs-review__media{aspect-ratio:4/5}.scrubs-final{padding:40px 22px}.scrubs-offer__trust{grid-template-columns:1fr 1fr}.scrubs-mobile-sticky{display:flex;position:sticky;bottom:0;z-index:15;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:#fffffff5;border-top:1px solid var(--scrubs-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.scrubs-mobile-sticky__label{font-size:.82rem;color:var(--scrubs-muted)}.scrubs-mobile-sticky .scrubs-btn{min-height:44px;padding-inline:18px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/scrubs-landing.css.map */
