:root{--hc-ink: #164e3b;--hc-text: #315c4f;--hc-teal: #164e3b;--hc-teal-dark: #103a2c;--hc-mint: #e8f8f3;--hc-soft: #f7fbf9;--hc-border: #cfe7de;--hc-accent: #48c9a8;--hc-radius: 18px;--hc-shadow: 0 12px 32px rgba(25, 64, 66, .09)}body{color:var(--hc-text)}.template-index #MainContent{overflow:clip}.hc-page{width:min(1440px,calc(100% - 48px));margin-inline:auto}.hc-section{padding:72px 0}.hc-section--soft{background:var(--hc-soft)}.hc-kicker{margin:0 0 12px;color:var(--hc-teal);font-weight:700;text-transform:uppercase;letter-spacing:.09em;font-size:1.2rem}.hc-heading{margin:0;color:var(--hc-ink);font-size:clamp(3rem,4vw,5rem);line-height:1.05;letter-spacing:-.03em}.hc-heading--section{font-size:clamp(2.6rem,3vw,3.8rem)}.hc-lead{margin:18px 0 0;max-width:720px;font-size:1.7rem;line-height:1.65}.hc-section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:34px}.hc-section-head__copy{max-width:760px}.hc-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--hc-teal);font-weight:700;text-decoration:none}.hc-text-link:hover{color:var(--hc-teal-dark)}.hc-btn{min-height:52px;padding:0 26px;border:1px solid var(--hc-teal);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;text-decoration:none;transition:.2s ease;cursor:pointer}.hc-btn--primary{background:var(--hc-teal);color:#fff}.hc-btn--primary:hover{background:var(--hc-teal-dark);border-color:var(--hc-teal-dark);color:#fff;transform:translateY(-1px)}.hc-btn--secondary{background:#fff;color:var(--hc-teal)}.hc-btn--secondary:hover{background:var(--hc-mint);color:var(--hc-teal-dark)}.hc-hero{padding:34px 0 56px;background:radial-gradient(circle at 84% 20%,#dff1ee 0,#f5faf9 34%,#fff 72%)}.hc-hero__inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:64px;align-items:center;min-height:570px}.hc-hero__title{margin:0;color:var(--hc-ink);font-size:clamp(4.4rem,5.5vw,7.3rem);line-height:.98;letter-spacing:-.045em;max-width:760px}.hc-hero__text{margin:24px 0 0;max-width:650px;font-size:clamp(1.7rem,1.5vw,2rem);line-height:1.6}.hc-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hc-hero__micro{display:flex;flex-wrap:wrap;gap:20px 28px;margin-top:30px;padding-top:26px;border-top:1px solid var(--hc-border);color:var(--hc-ink);font-weight:600;font-size:1.35rem}.hc-hero__micro span{display:inline-flex;align-items:center;gap:8px}.hc-hero__micro span:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--hc-teal);box-shadow:0 0 0 5px #0d6f731a}.hc-hero__visual{position:relative}.hc-hero-card{position:relative;overflow:hidden;background:#fff;border:1px solid var(--hc-border);border-radius:28px;box-shadow:0 20px 54px #14414321;min-height:500px;display:flex;flex-direction:column}.hc-hero-card__media{min-height:360px;display:grid;place-items:center;padding:38px;background:linear-gradient(145deg,#eff8f6,#fff)}.hc-hero-card__media img{width:100%;height:330px;object-fit:contain;mix-blend-mode:multiply}.hc-hero-card__placeholder{width:160px;color:var(--hc-teal);opacity:.6}.hc-hero-card__content{padding:24px 28px 28px;display:grid;grid-template-columns:1fr auto;gap:10px 18px;align-items:center}.hc-hero-card__label{grid-column:1/-1;color:var(--hc-teal);font-size:1.15rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hc-hero-card__title{margin:0;color:var(--hc-ink);font-size:2rem;line-height:1.25}.hc-hero-card__price{color:var(--hc-ink);font-size:2rem;font-weight:800;white-space:nowrap}.hc-hero-card__badge{position:absolute;right:-18px;top:22px;background:var(--hc-teal);color:#fff;padding:10px 26px 10px 18px;border-radius:999px 0 0 999px;font-size:1.2rem;font-weight:700}.hc-trust{background:var(--hc-ink);color:#fff}.hc-trust__grid{display:grid;grid-template-columns:repeat(4,1fr)}.hc-trust__item{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:center;padding:22px 26px;border-right:1px solid rgba(255,255,255,.16)}.hc-trust__item:last-child{border-right:0}.hc-trust__icon{width:36px;height:36px;color:#48c9a8}.hc-trust__icon svg{width:100%;height:100%}.hc-trust__title{margin:0 0 3px;color:#fff;font-size:1.45rem;font-weight:700}.hc-trust__text{margin:0;color:#ffffffbd;font-size:1.2rem;line-height:1.35}.hc-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.hc-category{position:relative;overflow:hidden;min-height:235px;padding:24px;border:1px solid var(--hc-border);border-radius:var(--hc-radius);background:linear-gradient(145deg,#fff 35%,#edf7f5);text-decoration:none;transition:.22s ease;display:flex;flex-direction:column;justify-content:space-between;isolation:isolate}.hc-category:hover{transform:translateY(-4px);box-shadow:var(--hc-shadow);border-color:#bde2d4}.hc-category__media{position:absolute;top:0;right:0;bottom:0;left:42%;z-index:-1;display:flex;align-items:center;justify-content:center;opacity:.95}.hc-category__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fff 0,#ffffffb3 35%,#ffffff0d)}.hc-category__media img{width:100%;height:100%;object-fit:contain;padding:18px;mix-blend-mode:multiply}.hc-category__icon{width:46px;height:46px;display:grid;place-items:center;color:var(--hc-teal);background:#fff;border:1px solid var(--hc-border);border-radius:14px;box-shadow:0 8px 20px #1b48490f}.hc-category__icon svg{width:30px;height:30px}.hc-category__content{max-width:65%}.hc-category__title{margin:0;color:var(--hc-ink);font-size:1.9rem;line-height:1.18}.hc-category__text{margin:8px 0 0;color:var(--hc-text);font-size:1.25rem;line-height:1.45}.hc-category__link{display:inline-flex;margin-top:14px;color:var(--hc-teal);font-weight:700;font-size:1.2rem}.hc-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.hc-product-card{overflow:hidden;background:#fff;border:1px solid var(--hc-border);border-radius:var(--hc-radius);transition:.22s ease;display:flex;flex-direction:column}.hc-product-card:hover{transform:translateY(-3px);box-shadow:var(--hc-shadow)}.hc-product-card__media{position:relative;min-height:250px;background:#f7faf9;display:grid;place-items:center;padding:24px}.hc-product-card__media img{width:100%;height:225px;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s ease}.hc-product-card:hover .hc-product-card__media img{transform:scale(1.025)}.hc-product-card__badge{position:absolute;left:14px;top:14px;background:#fff;border:1px solid var(--hc-border);color:var(--hc-teal);padding:6px 10px;border-radius:999px;font-size:1.1rem;font-weight:700}.hc-product-card__body{padding:19px;display:flex;flex-direction:column;flex:1}.hc-product-card__vendor{margin:0 0 7px;color:#587166;font-size:1.1rem;text-transform:uppercase;letter-spacing:.07em;font-weight:700}.hc-product-card__title{margin:0;color:var(--hc-ink);font-size:1.55rem;line-height:1.35}.hc-product-card__title a{color:inherit;text-decoration:none}.hc-product-card__price{margin-top:14px;display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;color:var(--hc-ink);font-size:1.75rem;font-weight:800}.hc-product-card__compare{color:#71867e;font-size:1.25rem;font-weight:500;text-decoration:line-through}.hc-product-card__actions{margin-top:auto;padding-top:18px;display:grid;gap:8px}.hc-product-card__actions .hc-btn{width:100%;min-height:46px;font-size:1.3rem}.hc-empty-products{grid-column:1/-1;padding:36px;border:1px dashed #b8dccf;border-radius:var(--hc-radius);background:#fff;color:var(--hc-text)}.hc-help-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hc-help-card{padding:30px;border-radius:22px;background:#fff;border:1px solid var(--hc-border);box-shadow:0 8px 26px #1940420d}.hc-help-card__icon{width:54px;height:54px;border-radius:16px;background:var(--hc-mint);color:var(--hc-teal);display:grid;place-items:center}.hc-help-card__icon svg{width:32px;height:32px}.hc-help-card h3{margin:21px 0 10px;color:var(--hc-ink);font-size:2rem}.hc-help-card p{margin:0;line-height:1.65;font-size:1.4rem}.hc-help-card .hc-text-link{margin-top:18px}.hc-assurance{padding:26px 0 56px}.hc-assurance__box{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;border:1px solid var(--hc-border);border-radius:18px;background:var(--hc-border)}.hc-assurance__item{background:#fff;padding:22px;display:flex;gap:14px;align-items:flex-start}.hc-assurance__icon{width:34px;height:34px;color:var(--hc-teal);flex:0 0 auto}.hc-assurance__icon svg{width:100%;height:100%}.hc-assurance__item h3{margin:1px 0 4px;color:var(--hc-ink);font-size:1.35rem}.hc-assurance__item p{margin:0;font-size:1.15rem;line-height:1.45}.hc-assurance__note{margin-top:14px;color:#60796f;font-size:1.15rem}.hc-footer{background:#164e3b;color:#ffffffc7;padding:64px 0 52px}.hc-footer a{color:inherit;text-decoration:none}.hc-footer a:hover{color:#fff}.hc-footer__grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:52px}.hc-footer__brand{color:#fff;font-size:2.4rem;font-weight:800;line-height:1.1}.hc-footer__intro{margin:16px 0 22px;max-width:420px;line-height:1.65;font-size:1.35rem}.hc-footer__contact{display:flex;flex-direction:column;gap:7px;font-size:1.3rem}.hc-footer__heading{margin:0 0 18px;color:#fff;font-size:1.45rem}.hc-footer__links{list-style:none;padding:0;margin:0;display:grid;gap:11px;font-size:1.3rem}.hc-footer__newsletter{margin-top:28px}.hc-footer__newsletter-label{display:block;margin-bottom:10px;color:#fff;font-weight:700;font-size:1.25rem}.hc-footer__newsletter-row{display:flex;gap:8px;max-width:430px}.hc-footer__newsletter-row input{min-width:0;flex:1;min-height:48px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:#ffffff14;color:#fff;padding:0 18px}.hc-footer__newsletter-row input::placeholder{color:#ffffff94}.hc-footer__newsletter-row button{min-width:112px;min-height:48px;border:0;border-radius:999px;background:#fff;color:var(--hc-ink);font-weight:700;cursor:pointer}.hc-footer__success{color:#bfe6d2;margin-top:10px}.template-product .product-details{border-radius:18px}.template-product button[type=submit],.template-product .button{border-radius:999px!important}.template-collection .card-product,.template-search .card-product{border-radius:14px;overflow:hidden}@media(max-width:1199px){.hc-hero__inner{grid-template-columns:1fr 430px;gap:36px}.hc-categories,.hc-products{grid-template-columns:repeat(3,minmax(0,1fr))}.hc-trust__grid{grid-template-columns:repeat(2,1fr)}.hc-trust__item:nth-child(2){border-right:0}.hc-trust__item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.16)}.hc-footer__grid{grid-template-columns:1.4fr repeat(2,1fr)}.hc-footer__col:last-child{grid-column:2 / -1}.hc-assurance__box{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.hc-page{width:min(100% - 28px,1440px)}.hc-section{padding:48px 0}.hc-section-head{align-items:flex-start;flex-direction:column;margin-bottom:24px}.hc-hero{padding:28px 0 40px}.hc-hero__inner{grid-template-columns:1fr;gap:34px;min-height:0}.hc-hero__title{font-size:clamp(4rem,13vw,5.7rem)}.hc-hero-card{min-height:0;border-radius:22px}.hc-hero-card__media{min-height:285px;padding:20px}.hc-hero-card__media img{height:260px}.hc-hero-card__content{grid-template-columns:1fr;padding:20px}.hc-hero-card__price{font-size:1.8rem}.hc-trust__grid{grid-template-columns:1fr}.hc-trust__item{border-right:0;border-bottom:1px solid rgba(255,255,255,.16);padding:18px 14px}.hc-trust__item:last-child{border-bottom:0}.hc-categories,.hc-products,.hc-help-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hc-category{min-height:205px;padding:18px}.hc-category__content{max-width:80%}.hc-category__media{left:50%;opacity:.65}.hc-product-card__media{min-height:190px;padding:15px}.hc-product-card__media img{height:170px}.hc-product-card__body{padding:14px}.hc-help-card{padding:22px}.hc-assurance__box{grid-template-columns:1fr}.hc-footer__grid{grid-template-columns:1fr 1fr;gap:36px 24px}.hc-footer__brand-col{grid-column:1/-1}.hc-footer__col:last-child{grid-column:auto}}@media(max-width:520px){.hc-categories,.hc-products,.hc-help-grid,.hc-footer__grid{grid-template-columns:1fr}.hc-footer__brand-col,.hc-footer__col:last-child{grid-column:auto}.hc-category{min-height:190px}.hc-hero__actions .hc-btn{width:100%}.hc-footer__newsletter-row{flex-direction:column}}#header-group{position:relative;z-index:100;background:#fff}#header-group .header-wrapper{background:#fff!important;color:#164e3b!important;box-shadow:0 1px #cfe7de}#header-group .header-wrapper a,#header-group .header-wrapper button{color:#164e3b}#header-group .header-wrapper a:hover,#header-group .header-wrapper button:hover{color:#48c9a8}.clearpath-safe-header{display:block;background:#fff;border-bottom:1px solid #CFE7DE;position:relative;z-index:101}#header-group:has(.header-wrapper)>.clearpath-safe-header{display:none}.clearpath-safe-header__inner{max-width:1440px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;gap:28px}.clearpath-safe-header__logo img{width:220px;max-width:32vw;height:auto;display:block}.clearpath-safe-header__nav{display:flex;align-items:center;gap:22px;flex:1;justify-content:center;flex-wrap:wrap}.clearpath-safe-header__nav a{font-weight:700;color:#164e3b;text-decoration:none;font-size:14px}.clearpath-safe-header__nav a:hover{color:#48c9a8}.clearpath-safe-header__actions{display:flex;gap:10px;align-items:center}.clearpath-safe-header__button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:999px;background:#164e3b;color:#fff!important;text-decoration:none;font-weight:700}.clearpath-safe-header__button:hover{background:#48c9a8;color:#164e3b!important}.clearpath-safe-header__mobile-toggle{display:none;border:0;background:transparent;color:#164e3b;font-size:28px;padding:4px 8px}.clearpath-safe-header__mobile-nav{display:none;padding:0 20px 18px;background:#fff}.clearpath-safe-header__mobile-nav a{display:block;padding:11px 0;border-bottom:1px solid #CFE7DE;color:#164e3b;text-decoration:none;font-weight:700}@media(max-width:989px){.clearpath-safe-header__inner{padding:10px 16px;gap:14px}.clearpath-safe-header__logo img{width:155px;max-width:56vw}.clearpath-safe-header__nav,.clearpath-safe-header__actions{display:none}.clearpath-safe-header__mobile-toggle{display:block;margin-left:auto}.clearpath-safe-header[data-open=true] .clearpath-safe-header__mobile-nav{display:block}}.template-product .main-product-information{background:#fff}.template-product .product-information__media{align-self:start}.template-product .product-media-container{overflow:hidden;border:1px solid #DCEDE6;border-radius:18px!important;background:#f8fbf9}.template-product .product-media-container img{width:100%;max-height:620px;object-fit:contain!important;object-position:center!important;background:#f8fbf9}.template-product .swiper-controls__thumbnails-container{padding-top:14px;padding-bottom:4px}.template-product .swiper-controls__thumbnail{overflow:hidden;border:1px solid #D6E9E1!important;border-radius:12px!important;background:#fff!important;opacity:.72}.template-product .swiper-controls__thumbnail img{border-radius:10px!important;object-fit:contain!important;background:#fff}.template-product .swiper-slide-thumb-active{opacity:1!important;box-shadow:0 0 0 2px #48c9a8!important}.template-product .product-details{align-self:start}.template-product .product-details h1{color:#164e3b;letter-spacing:-.02em}.template-product .product-details .price,.template-product .product-details .price *{color:#164e3b}.template-product .product-form__buttons{gap:10px}.template-product .product-form__submit,.template-product .add-to-cart-button{min-height:52px;border-radius:999px!important;background:#164e3b!important;color:#fff!important;font-weight:800;letter-spacing:.02em}.template-product .product-form__submit:hover,.template-product .add-to-cart-button:hover{background:#48c9a8!important;color:#164e3b!important}.template-product .accelerated-checkout-block{display:none!important}.template-product sticky-atc,.template-product .sticky-atc{display:none!important}.template-product .section-product-tabs{margin-top:8px}.template-product .section-product-tabs .product-tabs{padding:0}.template-product .section-product-tabs .tabs-list{border-bottom-color:#d8eae3!important}.template-product .section-product-tabs .tab-title{color:#557169;font-weight:700}.template-product .section-product-tabs .tab-title.is-active{color:#164e3b}.template-product .section-product-tabs .tabs-content{max-width:980px;color:#315c4f;font-size:1.6rem;line-height:1.75}.template-product .section-product-tabs .tabs-content h2,.template-product .section-product-tabs .tabs-content h3{color:#164e3b}@media(min-width:990px){.template-product .product-information__grid.product-information--media-left{grid-template-columns:minmax(0,1.06fr) minmax(420px,.94fr)!important}.template-product .product-information--media-left .product-information__media{padding-right:24px!important}.template-product .product-information--media-left .product-details{padding-left:24px!important}}.template-collection .collection-wrapper{background:#fff}.template-collection .collection-header{padding-top:0}.template-collection .collection-header h1{margin:0;color:#164e3b;letter-spacing:-.025em}.template-collection .facets-block-wrapper,.template-collection .facets-container{border-color:#d8eae3}.template-collection .facets--horizontal{margin-bottom:8px;border-top:1px solid #E4F0EB;border-bottom:1px solid #E4F0EB;background:#fbfdfc}.template-collection .product-grid{align-items:stretch}.template-collection .product-grid__item{min-width:0}.template-collection .card-product,.template-collection product-card{height:100%}.template-collection .card-product{padding:10px;border:1px solid #E1EEE9;border-radius:16px;background:#fff;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.template-collection .card-product:hover{transform:translateY(-3px);border-color:#b9ded1;box-shadow:0 16px 38px #164e3b17}.template-collection .card-product img{object-fit:contain!important;background:#f8fbf9}.template-collection .card-product .price{color:#164e3b;font-weight:700}.template-collection .card-product a{color:#164e3b}.template-page .section-page{background:radial-gradient(circle at 88% 4%,rgba(72,201,168,.1),transparent 24rem),linear-gradient(180deg,#f7fbf9 0,#fff 240px)}.template-page .section-page h1{margin-top:0;color:#164e3b;letter-spacing:-.03em}.template-page .section-page .rte{color:#315c4f;line-height:1.75}.template-page .section-page .rte h2,.template-page .section-page .rte h3{margin-top:1.8em;color:#164e3b}.template-page .section-page .rte a{color:#164e3b;text-decoration-color:#48c9a8;text-underline-offset:3px}@media(max-width:749px){.template-product .product-media-container img{max-height:460px}.template-product .main-product-information{padding-top:16px}.template-product .product-details{padding-top:18px}.template-collection .collection-header h1{font-size:3rem!important}.template-page .section-page h1{font-size:3.6rem!important}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/healthcare-custom.css.map */
