.error-404{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:40rem;margin:0 auto;padding:3rem 1.5rem 5rem}.error-404__code{font-size:clamp(7rem,22vw,15rem);font-weight:800;line-height:.9;letter-spacing:-.03em;background:linear-gradient(135deg,#004e9f,#25b2db);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1rem}.error-404__title{font-size:1.75rem;font-weight:700;color:#091e42;margin:0 0 .75rem}.error-404__text{color:#414753;line-height:1.6;margin:0 0 2rem}.error-404__search{display:flex;align-items:center;gap:.5rem;width:100%;background-color:#fff;border:1px solid #c1c6d5;border-radius:9999px;padding:.35rem .35rem .35rem 1rem;margin-bottom:1.5rem}.error-404__search svg{width:1.25rem;height:1.25rem;color:#727784;flex-shrink:0}.error-404__search input[type=search]{flex:1;min-width:0;border:none;background:none;font-size:1rem;color:#091e42;padding:.5rem 0}.error-404__search input[type=search]:focus{outline:none}.error-404__search .medical-button--primary{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:none;border-radius:9999px;padding:.6rem 1.5rem;background-color:#004e9f;color:#fff;font-weight:600;cursor:pointer;transition:background-color .2s ease}.error-404__search .medical-button--primary:hover{background-color:#005ab3}.error-404__link{display:inline-flex;align-items:center;gap:.4rem;color:#004e9f;font-weight:600;text-decoration:none}.error-404__link:hover{text-decoration:underline}@media(max-width:749px){.error-404{padding:2rem 1rem 4rem}.error-404__search .medical-button--primary{padding:.55rem 1rem}}.cart-page__breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#727784;margin-bottom:1.5rem}.cart-page__breadcrumbs a{color:inherit;text-decoration:none}.cart-page__breadcrumbs a:hover{color:#004e9f}.cart-page__breadcrumb-current{color:#004e9f;font-weight:700}.cart-page__heading{font-size:2rem;font-weight:700;color:#091e42;margin-bottom:2rem}.cart-page__count{font-size:1.125rem;font-weight:400;color:#727784}.cart-page__empty{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 1rem;text-align:center}.cart-page__empty svg{width:3rem;height:3rem;color:#c1c6d5}.cart-page__empty p{font-size:1.125rem;color:#414753}.cart-page .cart-page__empty .medical-button{width:auto;padding-inline:2rem}.cart-page__layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media(min-width:990px){.cart-page__layout{grid-template-columns:7fr 4fr;gap:3rem}}.cart-page__items{background-color:#fff;border:1px solid #c1c6d5;border-radius:.5rem;overflow:hidden}.cart-line{display:grid;grid-template-columns:5rem 1fr;gap:1rem;padding:1.5rem;border-bottom:1px solid #eceef0}.cart-line:last-child{border-bottom:none}.cart-line__media{display:block;width:5rem;height:5rem;background-color:#f2f4f6;border-radius:.5rem;overflow:hidden}.cart-line__media img{width:100%;height:100%;object-fit:contain;padding:.4rem}.cart-line__info{grid-column:2;display:flex;flex-direction:column;gap:.15rem}.cart-line__vendor{font-size:.7rem;font-weight:700;text-transform:uppercase;color:#727784}.cart-line__title{font-size:1rem;font-weight:700}.cart-line__title a{color:#091e42;text-decoration:none}.cart-line__title a:hover{color:#004e9f}.cart-line__variant,.cart-line__sku{font-size:.8rem;color:#727784}.cart-line__remove{margin-top:.5rem;font-size:.8rem;color:#ba1a1a;text-decoration:none;width:fit-content}.cart-line__remove:hover{text-decoration:underline}.cart-line__qty{grid-column:2}.cart-line__qty-stepper{display:flex;align-items:center;width:fit-content;border:1px solid #c1c6d5;border-radius:.5rem;height:2.5rem}.cart-line__qty-btn{width:2.25rem;height:100%;background:none;border:none;font-size:1.1rem;cursor:pointer}.cart-line__qty-btn:hover{background-color:#eceef0}.cart-line__qty-input{width:2.75rem;height:100%;border:none;text-align:center;font-weight:700;-moz-appearance:textfield}.cart-line__qty-input::-webkit-outer-spin-button,.cart-line__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-line__price{grid-column:2;display:flex;align-items:baseline;gap:.75rem}.cart-line__price-compare{font-size:.85rem;color:#727784;text-decoration:line-through}.cart-line__price-final{font-size:1.125rem;font-weight:700;color:#004e9f}@media(min-width:600px){.cart-line{grid-template-columns:5rem 1fr auto auto;align-items:center}.cart-line__info{grid-column:2}.cart-line__qty{grid-column:3}.cart-line__price{grid-column:4;flex-direction:column;align-items:flex-end;gap:.15rem}}.cart-page__summary-card{background-color:#fff;border:1px solid #c1c6d5;border-radius:.5rem;padding:1.5rem;margin-bottom:1.5rem}.cart-page__summary-card h3{font-size:1.125rem;font-weight:700;color:#091e42;margin-bottom:1.25rem}.cart-page__summary-row{display:flex;justify-content:space-between;font-size:.9rem;color:#414753;margin-bottom:.75rem}.cart-page__summary-row--discount{color:#10b981}.cart-page__summary-note{font-size:.75rem;color:#727784;margin-bottom:1rem}.cart-page__summary-total{display:flex;justify-content:space-between;align-items:baseline;font-size:1.25rem;font-weight:700;color:#091e42;padding-block:1rem;border-block:1px solid #eceef0;margin-bottom:1.25rem}.cart-page .medical-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.85rem 1.5rem;border-radius:.5rem;font-weight:400;text-decoration:none;border:2px solid transparent;cursor:pointer;box-sizing:border-box}.cart-page__update-button{margin-bottom:.75rem}.cart-page__continue-link{display:block;text-align:center;margin-top:1rem;font-size:.85rem;color:#004e9f;text-decoration:none}.cart-page__continue-link:hover{text-decoration:underline}.cart-page__trust{display:flex;align-items:flex-start;gap:.75rem;padding:1.25rem;background-color:#091e42;color:#c1c6d5;border-radius:.5rem;font-size:.8rem;line-height:1.5}.cart-page__trust svg{width:1.25rem;height:1.25rem;color:#10b981;flex-shrink:0}.collection__breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#727784;margin-bottom:1.5rem}.collection__breadcrumbs a{color:inherit;text-decoration:none}.collection__breadcrumbs a:hover{color:#004e9f}.collection__breadcrumb-current{color:#004e9f;font-weight:700}.collection__header{margin-bottom:2rem}.collection__header-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem 1.5rem}.collection__header-titles{display:flex;flex-direction:column;gap:.35rem;min-width:0}.collection__heading{font-size:2rem;font-weight:700;color:#091e42;margin:0}.collection__heading--image{line-height:0}.collection__heading-image{display:block;height:var(--heading-image-height, 2.5rem);width:auto;max-width:100%;object-fit:contain;object-position:left center}.collection__description{color:#414753;max-width:48rem;line-height:1.6;margin-top:1rem}.collection__layout{display:block}.collection__filter{position:relative}.collection__filters-panel{position:absolute;top:calc(100% + .5rem);right:0;z-index:20;width:min(320px,calc(100vw - 2rem));max-height:70vh;overflow-y:auto;background-color:#fff;border:1px solid #c1c6d5;border-radius:.75rem;padding:1.25rem;box-shadow:0 16px 40px #091e4229}.collection__filters-panel[hidden]{display:none}.collection__filters-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.collection__filters-panel-header h3{font-size:1rem;font-weight:700;color:#091e42}.collection__filters-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.25rem}.collection__filters-grid .collection__filter-group{margin-bottom:0}.collection__clear-filters{font-size:.8rem;color:#004e9f;text-decoration:none}.collection__clear-filters:hover{text-decoration:underline}.collection__filter-group{margin-bottom:1.5rem}.collection__filter-group h4{font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#191c1e;margin-bottom:.75rem}.collection__filter-values{display:flex;flex-direction:column;gap:.5rem;max-height:12rem;overflow-y:auto}.collection__filter-checkbox{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#414753;cursor:pointer}.collection__price-range{display:flex;align-items:center;gap:.75rem}.collection__price-input{flex:1;display:flex;align-items:center;gap:.25rem;border:1px solid #c1c6d5;border-radius:.5rem;padding:.4rem .6rem;background-color:#f2f4f6}.collection__price-input input{width:100%;border:none;background:none;padding:0}.collection__apply-filters{width:100%;margin-top:0}.collection__count{font-size:.9rem;color:#727784}.collection__toolbar-controls{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.collection__sort-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #c1c6d5;border-radius:.5rem;padding:.4rem 2rem .4rem .75rem;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23727784' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;background-size:.9rem;cursor:pointer}.collection__view-toggle{display:flex;border:1px solid #c1c6d5;border-radius:.5rem;overflow:hidden}.collection__view-button{display:flex;padding:.5rem;background:none;border:none;color:#727784;cursor:pointer}.collection__view-button svg{width:1.25rem;height:1.25rem}.collection__view-button.is-active{background-color:#aac7ff;color:#004e9f}.collection__filter-button{display:flex;align-items:center;justify-content:center;padding:.5rem;border:1px solid #c1c6d5;border-radius:.5rem;background:none;color:#727784;cursor:pointer}.collection__filter-button svg{width:1.25rem;height:1.25rem}.collection__filter-button:hover{background-color:#eceef0}.collection__filter-button.is-active{background-color:#aac7ff;color:#004e9f;border-color:#aac7ff}.collection__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:750px){.collection__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.collection__grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1200px){.collection__grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:989px){.collection__toolbar-controls{flex-wrap:wrap;width:100%}.collection__sort-label{display:none}.collection__sort-select{flex:1;min-width:0}.collection__price-range,.collection__pagination,.collection__filters-panel-header{flex-wrap:wrap}}@media(max-width:749px){.collection__header{margin-bottom:1.5rem}.collection__breadcrumbs{margin-bottom:1rem}}@media(max-width:749px){.collection__grid{gap:.75rem}}.collection__grid.is-list-view{grid-template-columns:1fr}.collection__grid.is-list-view .product-card{flex-direction:row}.collection__grid.is-list-view .product-card__media{width:12rem;flex-shrink:0;margin-bottom:0;margin-right:1.5rem}.collection__grid.is-list-view .product-card__body{flex:1}.collection__grid.is-list-view .product-card__footer{flex-direction:row;align-items:center;flex-wrap:wrap;gap:1rem}.collection__grid.is-list-view .product-card__price{flex:1}.collection__grid.is-list-view .product-card__add-button,.collection__grid.is-list-view .product-card__quote-button{width:auto;flex-shrink:0}.collection__pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.collection__page-button{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;border:1px solid #c1c6d5;color:#414753;text-decoration:none}.collection__page-button:hover{background-color:#eceef0}.collection__page-button.is-current{background-color:#004e9f;color:#fff;border-color:#004e9f;font-weight:700}.collection__page-button.is-disabled{opacity:.3}.collection__page-button.is-ellipsis{border:none;color:#c1c6d5}.collection__pagination-summary{text-align:center;font-size:.8rem;color:#727784;margin-top:1rem}.medical-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:400;border:none;cursor:pointer}.collections-page{padding-block:2rem}.collections-page__breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#727784;margin-bottom:1.5rem}.collections-page__breadcrumbs a{color:inherit;text-decoration:none}.collections-page__breadcrumbs a:hover{color:#004e9f}.collections-page__breadcrumb-current{color:#004e9f;font-weight:700}.collections-page__header{margin-bottom:3rem}.collections-page__heading{font-size:2rem;font-weight:700;color:#091e42;margin-bottom:.75rem}.collections-page__subheading{color:#414753;max-width:48rem;line-height:1.6}.collections-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections-page__grid.collections--compact{--collection-card-size: 220px}.collections-page__grid.collections--full{--collection-card-size: 300px}.collection-card{display:flex;flex-direction:column;width:100%;background-color:#fff;border:1px solid #c1c6d5;border-radius:.5rem;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .3s ease,border-color .3s ease}.collection-card:hover{border-color:#004e9f;box-shadow:0 12px 24px #091e4214}.collection-card__media{aspect-ratio:4 / 3;background-color:#eceef0;overflow:hidden}.collection-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.collection-card:hover .collection-card__media img{transform:scale(1.06)}.collection-card__content{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem}.collection-card__title{font-size:1.125rem;font-weight:700;color:#091e42}.collection-card__description{font-size:.85rem;color:#414753;line-height:1.5;margin:0}.collection-card__count{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#727784}.collection-card__link{display:flex;align-items:center;gap:.4rem;margin-top:.5rem;color:#004e9f;font-weight:700;font-size:.9rem}.collection-card:hover .collection-card__link{text-decoration:underline}.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}.site-footer{background-color:#091e42;color:#c1c6d5;margin-top:2rem}.site-footer__content-grid{display:grid;grid-template-columns:var(--content-grid);padding-block:4rem 2rem}.site-footer__content{grid-column:2}.site-footer__columns{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width:750px){.site-footer__columns{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.site-footer__columns{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem}}.site-footer__brand-name{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1rem}.site-footer__tagline{font-size:.9rem;line-height:1.6;color:#c1c6d5;margin-bottom:1.5rem}.site-footer__social{display:flex;gap:1rem}.site-footer__social a{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:9999px;color:#fff;transition:color .2s ease}.site-footer__social a:hover{color:#aac7ff}.site-footer__social svg{width:1.25rem;height:1.25rem}.site-footer__column h3{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin-bottom:1.5rem}.site-footer__column ul{list-style:none;display:flex;flex-direction:column;gap:.9rem;padding:0;margin:0}.site-footer__column a{color:#c1c6d5;text-decoration:none;font-size:.9rem}.site-footer__column a:hover{color:#aac7ff}.site-footer__compliance-list li{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:#c1c6d5}.site-footer__compliance-list svg{width:1.1rem;height:1.1rem;color:#10b981;flex-shrink:0}.site-footer__column p{font-size:.9rem;color:#c1c6d5;margin-bottom:1rem}.site-footer__newsletter-form{display:flex;flex-direction:column;gap:.75rem}.site-footer__newsletter-form input{padding:.65rem .9rem;border-radius:.5rem;border:1px solid rgba(193,198,213,.4);background-color:#ffffff0d;color:#fff;font-size:.9rem}@media(max-width:989px){.site-footer__newsletter-form input{font-size:16px}}.site-footer__newsletter-form input::placeholder{color:#c1c6d5b3}.site-footer__newsletter-form input:focus{outline:none;border-color:#aac7ff}.site-footer__newsletter-form button{padding:.65rem .9rem;border-radius:.5rem;border:none;background-color:#004e9f;color:#fff;font-weight:700;cursor:pointer;transition:background-color .2s ease}.site-footer__newsletter-form button:hover{background-color:#005ab3}.site-footer__newsletter-success{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.9rem}.site-footer__newsletter-success svg{width:1.1rem;height:1.1rem;color:#10b981;flex-shrink:0}.site-footer__bottom{display:flex;flex-direction:column;gap:1rem;padding-top:2rem;border-top:1px solid rgba(193,198,213,.2)}@media(min-width:750px){.site-footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.site-footer__copyright{font-size:.8rem;color:#c1c6d599;margin:0}.site-footer__policies{display:flex;flex-wrap:wrap;gap:1.5rem}.site-footer__policies a{font-size:.8rem;font-weight:700;color:#fff;text-decoration:none}.site-footer__policies a:hover{text-decoration:underline}header{height:5rem;display:flex;align-items:center;justify-content:space-between}header a{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}header svg{width:2rem}header .header__logo img{height:2.5rem;width:auto}header .header__icons{display:flex;gap:1rem}header .header__menu{display:flex;align-items:stretch;align-self:stretch;gap:2.25rem;margin-inline-start:auto;margin-inline-end:2rem}.header__left{display:flex;align-items:center;gap:2.5rem}.header__right{display:flex;align-items:center;gap:1.5rem}.header__nav-item{position:relative;display:flex;align-items:stretch}header .header__nav-link{display:flex;align-items:center;gap:.35rem;white-space:nowrap;font-weight:500}header .header__nav-link:hover{color:#004e9f}.header__nav-link .icon-chevron{width:.85rem;height:.85rem;flex-shrink:0;transition:transform .2s ease}.header__nav-item.is-open .header__nav-link .icon-chevron{transform:rotate(180deg)}.header__mega{position:absolute;top:100%;inset-inline:0;z-index:120;width:100%;padding-block:1.25rem 2.5rem;background-color:#fff;border-top:1px solid #eceef0;box-shadow:0 16px 28px #091e421a}.header__mega[hidden]{display:none}.header__mega-grid{display:grid;grid-template-columns:var(--content-grid)}.header__mega-columns{grid-column:2;display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.5rem 3.5rem}.header__mega-column{flex:0 1 14rem;min-width:12rem}.header__mega-root{display:block;font-size:.95rem;font-weight:700;color:#091e42;text-decoration:none;padding-bottom:.6rem;margin-bottom:.6rem;border-bottom:1px solid #c1c6d5}a.header__mega-root:hover{color:#004e9f}.header__mega-list,.header__mega-sublist{list-style:none;margin:0;padding:0}.header__mega-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.header__mega-link{display:block;flex:1;padding:.3rem 0;font-size:.875rem;color:#414753;text-decoration:none}a.header__mega-link:hover{color:#004e9f;text-decoration:underline}.header__mega-toggle{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;flex-shrink:0;padding:0;border:none;border-radius:.5rem;background:none;color:#727784;cursor:pointer}.header__mega-toggle:hover{background-color:#eceef0;color:#004e9f}.header__mega-toggle .icon-chevron{width:.85rem;height:.85rem;transition:transform .2s ease}.header__mega-li--parent:not(.is-collapsed)>.header__mega-row .header__mega-toggle .icon-chevron{transform:rotate(180deg)}.header__mega-sublist{display:block;margin-inline-start:.75rem;padding-inline-start:.75rem;border-inline-start:1px solid #eceef0}.header__mega-li--parent.is-collapsed>.header__mega-sublist{display:none}.header__search{position:relative;display:none;align-items:center;gap:.5rem;background-color:#eceef0;border:1px solid transparent;border-radius:9999px;padding:.5rem 1rem;width:16rem;flex-shrink:0}@media(min-width:990px){.header__search{display:flex}}.header__search:focus-within{border-color:#004e9f;background-color:#fff}.header__search svg{width:1.1rem;height:1.1rem;color:#727784;flex-shrink:0}.header__search input{flex:1;border:none;background:none;font-size:.9rem;color:#191c1e}.header__search input:focus{outline:none}.header__search input::-webkit-search-cancel-button{-webkit-appearance:none}.header__search-results{position:absolute;top:calc(100% + .5rem);left:0;right:0;background-color:#fff;border:1px solid #c1c6d5;border-radius:.5rem;box-shadow:0 12px 24px #091e421f;padding:.5rem;max-height:24rem;overflow-y:auto;z-index:100}.header__search-result{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:.5rem;text-decoration:none;color:inherit}.header__search-result:hover,.header__search-result.is-active{background-color:#eceef0}.header__search-result__media{width:2.75rem;height:2.75rem;flex-shrink:0;background-color:#f2f4f6;border-radius:.5rem;overflow:hidden}.header__search-result__media img{width:100%;height:100%;object-fit:contain}.header__search-result__title{font-size:.85rem;font-weight:600;color:#091e42;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.header__search-view-all{display:block;text-align:center;padding:.75rem;margin-top:.25rem;border-top:1px solid #eceef0;font-size:.85rem;font-weight:700;color:#004e9f;text-decoration:none}.header__search-view-all:hover{text-decoration:underline}.header__search-empty{padding:1rem;text-align:center;font-size:.85rem;color:#727784}.header__mobile-menu,.header__search--mobile{display:none}@media(max-width:989px){header{flex-wrap:wrap;height:auto;row-gap:.75rem;padding-block:.75rem}header .header__menu{display:none}.header__mega{display:none}.header__left{gap:.75rem;min-width:0}header .header__logo{flex-shrink:0}header .header__logo img{height:2.25rem;width:auto;max-width:45vw;object-fit:contain}.header__mobile-menu{display:block}.header__mobile-menu-toggle{display:flex;align-items:center;justify-content:center;padding:.25rem;cursor:pointer;list-style:none;color:var(--color-foreground)}.header__mobile-menu-toggle::-webkit-details-marker{display:none}.header__mobile-menu-toggle svg{width:1.75rem;height:1.75rem}.header__mobile-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;background-color:#091e4280;animation:header-drawer-fade .25s ease}.header__mobile-menu-panel{position:fixed;inset-block:0;inset-inline-start:0;z-index:140;display:flex;flex-direction:column;gap:.25rem;width:min(78vw,20rem);padding:1.25rem 1rem;background-color:#fff;box-shadow:0 0 40px #091e4240;overflow-y:auto;animation:header-drawer-in .25s ease}.header__mobile-menu-close{align-self:flex-end;width:2.5rem;height:2.5rem;margin-bottom:.5rem;border:none;border-radius:9999px;background-color:transparent;color:#414753;font-size:1.75rem;line-height:1;cursor:pointer}.header__mobile-menu-close:hover{background-color:#eceef0}.header__mobile-menu-panel a{justify-content:flex-start;padding:.8rem .75rem;border-radius:.5rem;font-weight:500}.header__mobile-tax a{font-weight:400;color:#414753}.header__mobile-tax-group--catalog{background-color:#f2f4f6;border-radius:.5rem;padding:.25rem}.header__mobile-menu-panel a:hover{background-color:#eceef0}.header__mobile-tax{display:flex;flex-direction:column;padding-inline-start:.75rem;margin-bottom:.5rem;border-inline-start:2px solid #eceef0}.header__mobile-tax-root{margin:.5rem 0 .25rem;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#727784}.header__mobile-tax-root a{padding:.25rem .75rem;color:inherit}.header__mobile-tax-group>summary{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.8rem .75rem;border-radius:.5rem;font-weight:500;cursor:pointer;list-style:none}.header__mobile-tax-group>summary::-webkit-details-marker{display:none}.header__mobile-tax-group>summary:hover{background-color:#eceef0}.header__mobile-tax-group>summary .icon-chevron{width:1rem;height:1rem;flex-shrink:0;transition:transform .2s ease}.header__mobile-tax-group[open]>summary .icon-chevron{transform:rotate(180deg)}.header__mobile-tax-group>*:not(summary){margin-inline-start:1rem}.header__mobile-menu-panel .header__mobile-tax-all{font-weight:500;color:#004e9f}.header__mobile-tax span{padding:.8rem .75rem;color:#727784}@keyframes header-drawer-in{0%{transform:translate(-100%)}}@keyframes header-drawer-fade{0%{opacity:0}}@media(prefers-reduced-motion:reduce){.header__mobile-menu-backdrop,.header__mobile-menu-panel{animation:none}}.header__search--mobile{display:flex;order:3;flex-basis:100%;width:auto}.header__search input{font-size:16px}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:.5rem;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:.5rem;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.about-page__breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#727784;margin-bottom:1.5rem}.about-page__breadcrumbs a{color:inherit;text-decoration:none}.about-page__breadcrumbs a:hover{color:#004e9f}.about-page__breadcrumb-current{color:#004e9f;font-weight:700}.about-page__header{max-width:44rem;margin-bottom:3rem}.about-page__heading{font-size:2rem;font-weight:700;color:#091e42;margin-bottom:1rem}.about-page__intro{font-size:1.125rem;color:#414753;line-height:1.6}.about-page__story{max-width:44rem;margin-bottom:4rem}.about-page__story h2{font-size:1.5rem;font-weight:700;color:#091e42;margin-bottom:1rem}.about-page__story-text{color:#414753;line-height:1.7}.about-page__story-text p+p{margin-top:1rem}.about-page__values{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:4rem}@media(min-width:750px){.about-page__values{grid-template-columns:repeat(3,1fr)}}.about-value{background-color:#fff;border:1px solid #c1c6d5;border-radius:.5rem;padding:2rem;transition:border-color .2s ease}.about-value:hover{border-color:#004e9f}.about-value__icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:.5rem;background-color:#004e9f14;color:#004e9f;margin-bottom:1.5rem}.about-value__icon svg{width:1.75rem;height:1.75rem}.about-value h3{font-size:1.125rem;font-weight:700;color:#091e42;margin-bottom:.5rem}.about-value p{color:#727784;font-size:.95rem;line-height:1.5}.about-page__certifications{background-color:#091e42;border-radius:.5rem;padding:2rem;text-align:center}.about-page__certifications-label{color:#c1c6d5;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem}.about-page__certifications-row{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.about-certification{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:700;font-size:.95rem}.about-certification svg{width:1.25rem;height:1.25rem;color:#10b981}.medical-categories{padding-top:2rem;padding-bottom:2rem}.medical-categories__header{display:flex;justify-content:space-between;align-items:flex-end;gap:1.5rem;flex-wrap:wrap;margin-bottom:2.5rem}.medical-categories__heading{font-size:1.75rem;font-weight:700;color:#091e42;margin-bottom:.75rem}.medical-categories__heading:only-child{margin-bottom:0}.medical-categories__text{color:#727784;max-width:32rem;margin:0}.medical-categories__view-all{display:flex;align-items:center;gap:.4rem;color:#004e9f;font-weight:500;text-decoration:none;white-space:nowrap}.medical-categories__view-all:hover{text-decoration:underline}.medical-categories__grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem}.medical-category{display:flex;grid-column:span 4;height:16rem;border-radius:.5rem;text-decoration:none;color:inherit;overflow:hidden;position:relative}.medical-category--image{grid-column:span 6}.medical-category--size-small{grid-column:span 3}.medical-category--size-large{grid-column:span 12}.medical-category__media{position:absolute;top:0;right:0;bottom:0;left:0}.medical-category__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.medical-category--image:hover .medical-category__media img{transform:scale(1.08)}.medical-category--image .medical-category__overlay{position:relative;z-index:1;margin-top:auto;padding:2rem;width:100%;display:flex;flex-direction:column;gap:.5rem;background:linear-gradient(to top,rgba(9,30,66,.85),transparent 70%)}.medical-category--image .medical-category__title,.medical-category--image .medical-category__text{text-shadow:0 1px 2px rgba(0,0,0,.55),0 2px 8px rgba(0,0,0,.4)}.medical-category--image .medical-category__title{color:#fff;font-size:1.25rem;font-weight:700}.medical-category__title--image{line-height:0}.medical-category__title-image{display:block;height:var(--category-title-height, 2.5rem);width:auto;max-width:var(--category-title-max-width, 100%);object-fit:contain;object-position:left center}.medical-category--image .medical-category__text{color:#ffffffd9}.medical-category--icon{flex-direction:column;justify-content:space-between;background-color:#eceef0;padding:2rem}.medical-category--icon:hover{background-color:#004e9f;color:#fff}.medical-category__icon{width:2.5rem;height:2.5rem;color:#004e9f}.medical-category--icon:hover .medical-category__icon{color:#fff}.medical-category__icon svg{width:100%;height:100%}.medical-category--icon .medical-category__title{display:block;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.medical-category--icon .medical-category__text{display:block;color:#727784}.medical-category--icon:hover .medical-category__text{color:#ffffffd9}@media(max-width:749px){.medical-categories__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.medical-category,.medical-category--image{grid-column:span 2}.medical-category--size-small{grid-column:span 1;height:11rem}.medical-category--size-small .medical-category__overlay{padding:1rem}.medical-category--size-small .medical-category__title{font-size:1rem}.medical-category--size-small .medical-category__text{font-size:.8rem}.medical-category__title-image{height:calc(var(--category-title-height, 2.5rem) * .75);max-width:min(var(--category-title-max-width, 100%),55%)}}.contact-page__breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#727784;margin-bottom:1.5rem}.contact-page__breadcrumbs a{color:inherit;text-decoration:none}.contact-page__breadcrumbs a:hover{color:#004e9f}.contact-page__breadcrumb-current{color:#004e9f;font-weight:700}.contact-page__header{max-width:44rem;margin-bottom:3rem}.contact-page__heading{font-size:2rem;font-weight:700;color:#091e42;margin-bottom:1rem}.contact-page__intro{font-size:1.125rem;color:#414753;line-height:1.6}.contact-page__layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media(min-width:990px){.contact-page__layout{grid-template-columns:7fr 5fr;gap:3rem}}.contact-page__form-card{background-color:#fff;border:1px solid #c1c6d5;border-radius:.5rem;padding:2rem}.contact-page__success{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:.5rem;background-color:#10b9811a;color:#0d7a5f;margin-bottom:1.5rem}.contact-page__success svg{width:1.5rem;height:1.5rem;flex-shrink:0}.contact-page__errors{padding:1rem;border-radius:.5rem;background-color:#ba1a1a14;color:#ba1a1a;margin-bottom:1.5rem;font-size:.9rem}.contact-page__errors ul{margin:.5rem 0 0;padding-left:1.25rem}.contact-page__field-row{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:600px){.contact-page__field-row{grid-template-columns:repeat(2,1fr)}}.contact-page__field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.25rem}.contact-page__field label{font-size:.85rem;font-weight:600;color:#191c1e}.contact-page__field label span{font-weight:400;color:#727784}.contact-page__field input,.contact-page__field textarea{border:1px solid #c1c6d5;border-radius:.5rem;padding:.75rem;font-size:.95rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}@media(max-width:989px){.contact-page__field input,.contact-page__field textarea{font-size:16px}}.contact-page__field input:focus,.contact-page__field textarea:focus{outline:none;border-color:#0a84ff;box-shadow:0 0 0 4px #0a84ff26}.medical-button{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2rem;border-radius:.5rem;font-weight:400;border:none;cursor:pointer}.contact-page__info-card{background-color:#fff;border:1px solid #c1c6d5;border-radius:.5rem;padding:2rem;margin-bottom:1.5rem}.contact-page__info-card h3{font-size:1.125rem;font-weight:700;color:#091e42;margin-bottom:1.5rem}.contact-page__info-row{display:flex;align-items:flex-start;gap:1rem;padding-block:1rem;border-top:1px solid #eceef0;text-decoration:none;color:inherit}.contact-page__info-row:first-of-type{border-top:none;padding-top:0}.contact-page__info-row svg{width:1.25rem;height:1.25rem;color:#004e9f;flex-shrink:0;margin-top:.15rem}.contact-page__info-label{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#727784;margin-bottom:.15rem}.contact-page__info-value{display:block;font-size:.95rem;font-weight:600;color:#091e42}.contact-page__trust{display:flex;align-items:flex-start;gap:.75rem;padding:1.25rem;background-color:#091e42;color:#c1c6d5;border-radius:.5rem;font-size:.85rem;line-height:1.5}.contact-page__trust svg{width:1.25rem;height:1.25rem;color:#10b981;flex-shrink:0}.contact-page__map{margin-top:3rem;border:1px solid #c1c6d5;border-radius:.5rem;overflow:hidden;line-height:0}.contact-page__map iframe{display:block;width:100%;height:450px;border:0}@media(max-width:749px){.contact-page__map iframe{height:320px}}.medical-products{padding-top:0;padding-bottom:2rem}.medical-products__header{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:1rem 1.5rem;margin-bottom:2.5rem}.medical-products__view-all{display:flex;align-items:center;gap:.4rem;color:#004e9f;font-weight:500;text-decoration:none;white-space:nowrap}.medical-products__view-all:hover{text-decoration:underline}.medical-products__eyebrow{display:block;color:#004e9f;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.5rem}.medical-products__heading{font-size:1.5rem;font-weight:700;color:#091e42;margin:0}.medical-products__heading--image{line-height:0}.medical-products__heading-image{display:block;height:var(--heading-image-height, 2.25rem);width:auto;max-width:100%;object-fit:contain;object-position:left center}.medical-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:990px){.medical-products__grid>:nth-child(6):nth-last-child(1){display:none}}@media(min-width:750px){.medical-products__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.medical-products__grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1200px){.medical-products__grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:749px){.medical-products__grid{gap:.75rem}}.medical-hero{position:relative;overflow:hidden;background-color:#091e42;--hero-pad-block: 4rem;--hero-heading-size: clamp(2rem, 4vw, 3rem);--hero-text-size: 1.125rem;--hero-badge-size: .75rem;--hero-badge-pad: .4rem 1rem;--hero-button-pad-block: 1rem;--hero-button-pad-inline: 2rem;--hero-button-size: 1.125rem;--hero-badge-gap: 1.5rem;--hero-heading-gap: 1.5rem;--hero-text-gap: 2.5rem}.medical-hero__slide{--hero-heading-scale: var(--hero-heading-scale-desktop, 1);--hero-text-scale: var(--hero-text-scale-desktop, 1)}@media(max-width:749px){.medical-hero__slide{--hero-heading-scale: var(--hero-heading-scale-mobile, var(--hero-heading-scale-desktop, 1));--hero-text-scale: var(--hero-text-scale-mobile, var(--hero-text-scale-desktop, 1))}}.medical-hero--medium{--hero-pad-block: 3rem;--hero-heading-size: clamp(1.625rem, 3.2vw, 2.25rem);--hero-text-size: 1rem;--hero-badge-pad: .35rem .85rem;--hero-button-pad-block: .8rem;--hero-button-pad-inline: 1.6rem;--hero-button-size: 1rem;--hero-badge-gap: 1rem;--hero-heading-gap: 1rem;--hero-text-gap: 1.75rem}.medical-hero--compact{--hero-pad-block: 2rem;--hero-heading-size: clamp(1.375rem, 2.4vw, 1.75rem);--hero-text-size: .9375rem;--hero-badge-size: .6875rem;--hero-badge-pad: .3rem .75rem;--hero-button-pad-block: .6rem;--hero-button-pad-inline: 1.25rem;--hero-button-size: .9375rem;--hero-badge-gap: .75rem;--hero-heading-gap: .75rem;--hero-text-gap: 1.25rem}.medical-hero__viewport{overflow:hidden}.medical-hero__track{display:flex;width:100%;will-change:transform;transition:transform .6s cubic-bezier(.4,0,.2,1)}.medical-hero__slide{flex:0 0 100%;max-width:100%;position:relative;display:flex;align-items:center;min-height:var(--hero-min-height, 34rem)}.medical-hero__slide--btn-small{--hero-button-scale: .35}.medical-hero__slide--btn-medium{--hero-button-scale: .6}.medical-hero__slide--btn-large{--hero-button-scale: 1}@media(min-width:750px){.medical-hero .medical-hero__mobile-only{display:none}}@media(max-width:749px){.medical-hero .medical-hero__desktop-only{display:none}}.medical-hero__slide-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.medical-hero__media,.medical-hero__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.medical-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-color:rgba(9,30,66,var(--hero-overlay-opacity, .4));pointer-events:none}.medical-hero__content-grid{position:relative;z-index:1;display:grid;grid-template-columns:var(--content-grid);width:100%;padding-block:var(--hero-pad-block, 4rem)}.medical-hero__content{grid-column:2;max-width:40rem}.medical-hero__badge{display:inline-block;padding:var(--hero-badge-pad, .4rem 1rem);border-radius:9999px;background-color:#0066cce6;color:#fff;font-size:var(--hero-badge-size, .75rem);font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:var(--hero-badge-gap, 1.5rem)}.medical-hero__slide--shadow .medical-hero__heading,.medical-hero__slide--shadow .medical-hero__text{text-shadow:0 1px 2px rgba(0,0,0,.32),0 2px 8px rgba(0,0,0,.22)}.medical-hero__heading{color:var(--slide-heading-color, #ffffff);font-size:calc(var(--hero-heading-size, clamp(2rem, 4vw, 3rem)) * var(--hero-heading-scale, 1));font-weight:700;line-height:1.15;margin-bottom:var(--hero-heading-gap, 1.5rem)}.medical-hero__text{color:var(--slide-text-color, #e0e3e5);font-size:calc(var(--hero-text-size, 1.125rem) * var(--hero-text-scale, 1));line-height:1.6;margin-bottom:var(--hero-text-gap, 2.5rem);max-width:34rem}.medical-hero__actions{display:flex;flex-wrap:wrap;gap:1rem}.medical-hero .medical-button{position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:auto;padding:var(--hero-button-pad-block, 1rem) calc(var(--hero-button-pad-inline, 2rem) * var(--hero-button-scale, 1));border-radius:.5rem;font-size:var(--hero-button-size, 1.125rem);font-weight:400;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.medical-hero .medical-button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:currentColor;opacity:0;transition:opacity .2s ease}.medical-hero .medical-button:hover:after{opacity:.14}.medical-hero .medical-button--primary{background-color:var(--hero-primary-bg, #004e9f);color:var(--hero-primary-text, #ffffff);box-shadow:0 8px 20px #004e9f4d}.medical-hero .medical-button--outline{background-color:var(--hero-secondary-bg, transparent);border-color:var(--hero-secondary-border, #ffffff);color:var(--hero-secondary-text, #ffffff)}.medical-hero__status{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.medical-hero__arrow{position:absolute;top:50%;z-index:2;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border:1px solid rgba(255,255,255,.45);border-radius:9999px;background-color:#091e4273;color:#fff;font-size:1.25rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.medical-hero__arrow:hover{background-color:#091e42bf;border-color:#fff}.medical-hero__arrow--prev{inset-inline-start:1.5rem}.medical-hero__arrow--next{inset-inline-end:1.5rem}.medical-hero__dots{position:absolute;z-index:2;inset-inline:0;bottom:1.75rem;display:flex;justify-content:center;gap:.625rem}.medical-hero__dot{width:.75rem;height:.75rem;padding:0;border:1px solid rgba(255,255,255,.8);border-radius:9999px;background-color:transparent;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.medical-hero__dot.is-active{background-color:#fff;transform:scale(1.15)}@media screen and (max-width:749px){.medical-hero__arrow{width:2.5rem;height:2.5rem}.medical-hero__arrow--prev{inset-inline-start:.5rem}.medical-hero__arrow--next{inset-inline-end:.5rem}}@media(prefers-reduced-motion:reduce){.medical-hero__track{transition:none}}.medical-logos{background-color:var(--logos-background, #f2f4f6);border-block-end:1px solid #c1c6d5;padding-block:3.5rem;overflow:hidden}.medical-logos__content-grid{display:grid;grid-template-columns:var(--content-grid);margin-bottom:1.5rem}.medical-logos__content{grid-column:2;text-align:center}.medical-logos__heading{font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#727784;margin:0}.medical-logos__track{overflow:hidden}.medical-logos__scroll{display:flex;gap:5rem;width:max-content;animation:medical-logos-scroll 30s linear infinite}.medical-logos__item{display:inline-flex;align-items:center;font-size:1.5rem;font-weight:700;color:#72778480;white-space:nowrap}.medical-logos__image{display:block;height:var(--logo-item-height, var(--logo-height, 2.5rem));width:auto;max-width:var(--logo-item-max-width, var(--logo-max-width, none));object-fit:contain}@keyframes medical-logos-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.medical-logos__scroll{animation:none;flex-wrap:wrap}}.product-bundle{margin-top:5rem}.product-bundle__heading{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:#091e42;margin-bottom:2rem}.product-bundle__heading svg{width:1.5rem;height:1.5rem;color:#004e9f}.product-bundle__card{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem;background-color:#fff;border:1px solid #c1c6d5;border-radius:.5rem}.product-bundle__items{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:1rem}.product-bundle__item{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:8rem}.product-bundle__item img{width:8rem;height:8rem;object-fit:contain;border:1px solid #eceef0;border-radius:.5rem;padding:.5rem}.product-bundle__item p{font-size:.8rem;font-weight:700;color:#091e42;text-align:center}.product-bundle__plus{color:#727784;font-size:1.25rem}.product-bundle__summary{text-align:center}.product-bundle__label{color:#727784;margin-bottom:.25rem}.product-bundle__total{font-size:1.75rem;font-weight:700;color:#091e42;margin-bottom:1rem}.medical-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 2rem;border-radius:.5rem;font-weight:400;text-decoration:none;border:none;cursor:pointer}.medical-button--primary{background-color:#005ab3;color:#fff}.medical-button--primary:hover{background-color:#004e9f}@media(min-width:990px){.product-bundle__card{flex-direction:row;justify-content:space-between}}.recently-viewed{margin-top:5rem;padding-top:3rem;border-top:1px solid #c1c6d5}.recently-viewed__heading{font-size:1.25rem;font-weight:700;color:#091e42;margin-bottom:2rem}.recently-viewed__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:750px){.recently-viewed__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.recently-viewed__grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1200px){.recently-viewed__grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:749px){.recently-viewed__grid{gap:.75rem}}.related-products{margin-top:5rem}.related-products__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem}.related-products__heading{font-size:1.25rem;font-weight:700;color:#091e42;margin:0}.related-products__view-all{display:flex;align-items:center;gap:.4rem;color:#004e9f;font-weight:700;text-decoration:none}.related-products__view-all:hover{text-decoration:underline}.related-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:750px){.related-products__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.related-products__grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1200px){.related-products__grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:749px){.related-products__grid{gap:.75rem}}.medical-resources{padding-block:3rem}.medical-resources__header{margin-bottom:2.5rem}.medical-resources__heading{font-size:1.75rem;font-weight:700;color:#091e42;margin-bottom:.75rem}.medical-resources__text{color:#727784;margin:0}.medical-resources__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.medical-resource-card{display:flex;flex-direction:column;border:1px solid #c1c6d5;border-radius:.5rem;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .3s ease}.medical-resource-card:hover{box-shadow:0 12px 24px #091e4214}.medical-resource-card:hover .medical-resource-card__title{color:#004e9f}.medical-resource-card__media{display:block;height:14rem;overflow:hidden}.medical-resource-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.medical-resource-card:hover .medical-resource-card__media img{transform:scale(1.05)}.medical-resource-card__body{display:flex;flex-direction:column;gap:.75rem;padding:2rem}.medical-resource-card__tag{text-transform:uppercase;font-size:.7rem;font-weight:600;color:#004e9f}.medical-resource-card__title{font-size:1.25rem;font-weight:700;color:#091e42;transition:color .2s ease}.medical-resource-card__text{color:#727784}.medical-resource-card__link{display:flex;align-items:center;gap:.4rem;color:#004e9f;font-weight:500}@media(min-width:750px){.medical-resources__grid{grid-template-columns:repeat(2,1fr)}.medical-resource-card{flex-direction:row}.medical-resource-card__media{width:40%;height:auto}.medical-resource-card__body{width:60%;justify-content:center}}.medical-trust{background-color:#091e42;color:#fff;padding-block:3.5rem}.medical-trust__content-grid{display:grid;grid-template-columns:var(--content-grid)}.medical-trust__content{grid-column:2;display:grid;grid-template-columns:1fr;gap:3rem}.medical-trust__heading{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.medical-trust__text{color:#e0e3e5d9;line-height:1.7;margin-bottom:2rem}.medical-trust__badges{display:flex;flex-wrap:wrap;gap:1.5rem}.medical-trust__badge{display:flex;align-items:center;gap:1rem;padding:1.25rem 2rem 1.25rem 1.25rem;border-radius:.5rem;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.medical-trust__badge-icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:9999px;background-color:#10b98133;color:#10b981;flex-shrink:0}.medical-trust__badge-icon svg{width:1.75rem;height:1.75rem}.medical-trust__badge h4{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.medical-trust__badge p{font-size:.8rem;color:#e0e3e599;margin:0}.medical-trust__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.medical-trust__stat{padding:2.5rem 1.5rem;border-radius:.5rem;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);text-align:center}.medical-trust__stat-number{font-size:2.5rem;font-weight:700;color:#aac7ff;margin-bottom:.5rem}.medical-trust__stat p{color:#e0e3e599;margin:0}@media(min-width:750px){.medical-trust__content{grid-template-columns:1fr 1fr;align-items:center;gap:5rem}}.medical-features{background-color:#eceef0;padding-block:2.5rem}.medical-features__content-grid{display:grid;grid-template-columns:var(--content-grid)}.medical-features__content{grid-column:2}.medical-features__header{text-align:center;max-width:42rem;margin:0 auto 3rem}.medical-features__heading{font-size:1.75rem;font-weight:700;color:#091e42;margin-bottom:1rem}.medical-features__text{color:#727784;font-size:1.125rem;margin:0}.medical-features__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.medical-feature{background-color:#fff;border:1px solid #c1c6d5;border-radius:.5rem;padding:2.5rem;transition:border-color .3s ease}.medical-feature:hover{border-color:#004e9f}.medical-feature__icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:.5rem;background-color:#004e9f0d;color:#004e9f;margin-bottom:2rem}.medical-feature__icon svg{width:1.75rem;height:1.75rem}.medical-feature h3{font-size:1.25rem;font-weight:700;color:#091e42;margin-bottom:1rem}.medical-feature p{color:#727784;margin:0}@media(min-width:750px){.medical-features__grid{grid-template-columns:repeat(3,1fr)}}.product__breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#727784;margin-bottom:2rem}.product__breadcrumbs a{color:inherit;text-decoration:none}.product__breadcrumbs a:hover{color:#004e9f}.product__breadcrumb-current{color:#091e42;font-weight:700}.product__layout{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:990px){.product__layout{grid-template-columns:7fr 5fr}}.product__gallery{display:flex;flex-direction:column-reverse;gap:1.5rem}.product__thumbnails{display:flex;flex-direction:row;gap:1rem;overflow-x:auto}@media(min-width:750px){.product__gallery{flex-direction:row}.product__thumbnails{flex-direction:column;overflow-x:visible}.product__main-media{flex:1}}.product__thumbnail{flex-shrink:0;width:5rem;height:5rem;border-radius:.5rem;border:2px solid #c1c6d5;background:none;padding:0;overflow:hidden;cursor:pointer}.product__thumbnail img{width:100%;height:100%;object-fit:cover;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;pointer-events:none}.product__thumbnail.is-active{border-color:#004e9f}.product__main-media{position:relative;background-color:#fff;border:1px solid #c1c6d5;border-radius:.5rem;overflow:hidden}.product__zoom{aspect-ratio:1 / 1;overflow:hidden}.product__zoom img{width:100%;height:100%;object-fit:contain;padding:2rem;transition:transform .5s ease}.product__main-media:hover .product__zoom img{transform:scale(1.75)}.product__zoom-hint{position:absolute;bottom:1rem;right:1rem;display:flex;align-items:center;gap:.4rem;padding:.4rem .9rem;border-radius:9999px;background-color:#091e42cc;color:#fff;font-size:.75rem}.product__zoom-hint svg{width:1rem;height:1rem}.product__fda-badge{position:absolute;top:1rem;left:1rem;display:flex;align-items:center;gap:.35rem;padding:.35rem .9rem;border-radius:9999px;background-color:#10b9811a;border:1px solid rgba(16,185,129,.3);color:#10b981;font-size:.75rem;font-weight:700}.product__fda-badge svg{width:.9rem;height:.9rem}.product__tabs{margin-top:1rem}.product__tab-list{display:flex;gap:2rem;border-bottom:1px solid #c1c6d5}.product__tab-button{padding-bottom:1rem;background:none;border:none;border-bottom:2px solid transparent;color:#727784;font-weight:500;cursor:pointer}.product__tab-button.is-active{color:#004e9f;border-color:#004e9f}.product__tab-panels{padding-block:2rem}.product__tab-panel{display:none}.product__tab-panel.is-active{display:block}.product__invima{margin-top:1rem;padding-top:1rem;border-top:1px solid #eceef0;font-size:.9rem;color:#414753}.product__invima strong{color:#091e42}.product__rich-text{font-size:.95rem;line-height:1.7;color:#414753}.product__rich-text>*:first-child{margin-top:0}.product__rich-text>*:last-child{margin-bottom:0}.product__rich-text p{margin:0 0 1.25rem}.product__rich-text h1,.product__rich-text h2,.product__rich-text h3,.product__rich-text h4,.product__rich-text h5,.product__rich-text h6{color:#091e42;font-weight:700;line-height:1.3;margin:2rem 0 1rem}.product__rich-text h1{font-size:1.4rem}.product__rich-text h2{font-size:1.25rem}.product__rich-text h3{font-size:1.1rem}.product__rich-text h4,.product__rich-text h5,.product__rich-text h6{font-size:1rem}.product__rich-text ul,.product__rich-text ol{margin:0 0 1.25rem;padding-left:1.4rem}.product__rich-text li{margin-bottom:.5rem}.product__rich-text li>p{margin-bottom:.5rem}.product__rich-text li:last-child{margin-bottom:0}.product__rich-text a{color:#004e9f;text-decoration:underline}.product__rich-text strong,.product__rich-text b{color:#091e42;font-weight:700}.product__rich-text blockquote{margin:0 0 1.25rem;padding-left:1rem;border-left:3px solid #c1c6d5;color:#727784;font-style:italic}.product__rich-text img{max-width:100%;height:auto;border-radius:.5rem;margin-bottom:1.25rem}.product__rich-text hr{margin:1.5rem 0;border:none;border-top:1px solid #eceef0}.product__rich-text table{display:block;width:100%;max-width:100%;overflow-x:auto;border-collapse:collapse;margin-bottom:1.25rem;font-size:.9rem}.product__rich-text th,.product__rich-text td{padding:.65rem 1rem;border:1px solid #eceef0;text-align:left;vertical-align:top}.product__rich-text th{background-color:#f7f8fa;color:#091e42;font-weight:700;white-space:nowrap}.product__rich-text td>p,.product__rich-text th>p{margin:0}.product__rich-text tbody tr:nth-child(2n){background-color:#f7f8fa}.product__specs{display:grid;grid-template-columns:1fr;gap:.25rem 3rem}@media(min-width:750px){.product__specs{grid-template-columns:repeat(2,1fr)}}.product__spec-row{display:flex;justify-content:space-between;padding-block:.5rem;border-bottom:1px solid #eceef0}.product__spec-label{color:#727784}.product__spec-value{font-weight:600;color:#091e42}.product__certifications{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:750px){.product__certifications{grid-template-columns:repeat(4,1fr)}}.product__certification{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;border-radius:.5rem;background-color:#eceef0;text-align:center;font-weight:700;color:#091e42}.product__certification svg{width:2.5rem;height:2.5rem;color:#004e9f}.product__documents{display:flex;flex-direction:column;gap:1rem}.product__document{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #c1c6d5;border-radius:.5rem;text-decoration:none;color:inherit;transition:border-color .2s ease}.product__document:hover{border-color:#004e9f}.product__document svg:first-child{width:2rem;height:2rem;color:#ba1a1a;flex-shrink:0}.product__document-name{flex:1;font-weight:700;color:#091e42}.product__document svg:last-child{width:1.25rem;height:1.25rem;color:#727784}.product__buybox{display:flex;flex-direction:column;gap:2rem}.product__card{background-color:#fff;border:1px solid #c1c6d5;border-radius:.5rem;padding:2rem}.product__vendor{color:#004e9f;font-weight:700;letter-spacing:.08em;font-size:.8rem;margin-bottom:.5rem}.product__title{font-size:1.75rem;font-weight:700;color:#091e42;line-height:1.2;margin-bottom:.5rem}.product__sku{font-size:.8rem;color:#727784;margin-bottom:1.5rem}.product__price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:1rem;padding-block:1.5rem;border-block:1px solid #eceef0;margin-bottom:1.5rem}.product__price{font-size:2rem;font-weight:700;color:#091e42}.product__price-compare{font-size:1.125rem;color:#727784;text-decoration:line-through}.product__price-save{padding:.2rem .5rem;border-radius:.25rem;background-color:#e11900;color:#fff;font-weight:700;font-size:.85rem;line-height:1}.product__availability{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem}.product__stock{display:flex;align-items:center;gap:.5rem;color:#10b981;font-weight:500}.product__stock svg{width:1.25rem;height:1.25rem}.product__stock--out{color:#ba1a1a}.product__tag{padding:.2rem .5rem;border-radius:.5rem;font-size:.75rem;font-weight:600;white-space:nowrap}.product__tag--new{background-color:#eaab402e;color:#9a6f16}.product__form-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.product__variant-select{width:100%;padding:.75rem;border:1px solid #c1c6d5;border-radius:.5rem}.product__qty-stepper{display:flex;align-items:center;border:1px solid #c1c6d5;border-radius:.5rem;height:3.5rem}.product__qty-btn{width:3rem;height:100%;background:none;border:none;font-size:1.25rem;cursor:pointer}.product__qty-btn:hover{background-color:#eceef0}.product__qty-input{width:3rem;height:100%;border:none;text-align:center;font-weight:700;-moz-appearance:textfield}.product__qty-input::-webkit-outer-spin-button,.product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product__add-to-cart{flex:1;height:3.5rem}.product__quote-button{width:100%;height:3.5rem;color:#004e9f;border-color:#004e9f}.product__badges{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}.product__badge{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem;padding:.75rem;background-color:#fff;border:1px solid #eceef0;border-radius:.5rem}.product__badge svg{width:1.5rem;height:1.5rem;color:#004e9f;margin-bottom:.25rem}.product__badge-title{font-size:.8rem;font-weight:700;color:#091e42}.product__badge-text{font-size:.7rem;color:#727784}.product__trust{background-color:#091e42;color:#fff;border-radius:.5rem;padding:1.5rem}.product__trust-header{display:flex;align-items:center;gap:.75rem;font-weight:700;margin-bottom:1rem}.product__trust-header svg{width:1.5rem;height:1.5rem;color:#10b981}.product__trust p{font-size:.85rem;color:#c1c6d5;line-height:1.6;margin-bottom:1rem}.product__payment-icons{display:flex;flex-wrap:wrap;gap:1rem;opacity:.8}.product__payment-icons svg{height:1.25rem;width:auto}.medical-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;font-weight:400;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.medical-button svg{width:1.25rem;height:1.25rem}.medical-button--primary:disabled{background-color:#c1c6d5;cursor:not-allowed}.medical-button--outline{border-color:#004e9f;color:#004e9f;background-color:transparent}.medical-button--outline:hover{background-color:#004e9f14}.search-page__breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#727784;margin-bottom:1.5rem}.search-page__breadcrumbs a{color:inherit;text-decoration:none}.search-page__breadcrumbs a:hover{color:#004e9f}.search-page__breadcrumb-current{color:#004e9f;font-weight:700}.search-page__header{margin-bottom:2.5rem}.search-page__heading{font-size:2rem;font-weight:700;color:#091e42;margin-bottom:1.5rem}.search-page__form{display:flex;align-items:center;gap:.75rem;max-width:36rem;background-color:#fff;border:1px solid #c1c6d5;border-radius:.5rem;padding:.5rem .5rem .5rem 1rem;transition:border-color .2s ease,box-shadow .2s ease}.search-page__form:focus-within{border-color:#0a84ff;box-shadow:0 0 0 4px #0a84ff26}.search-page__form svg{width:1.25rem;height:1.25rem;color:#727784;flex-shrink:0}.search-page__form input{flex:1;border:none;background:none;font-size:1rem;color:#191c1e}.search-page__form input:focus{outline:none}.search-page__count{font-size:.9rem;color:#414753;margin-bottom:2rem}.search-page__empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 1rem;text-align:center}.search-page__empty svg{width:3rem;height:3rem;color:#c1c6d5}.search-page__empty p{font-size:1.125rem;color:#191c1e;margin:0}.search-page__empty-hint{font-size:.9rem;color:#727784}.search-page__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:750px){.search-page__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.search-page__grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1200px){.search-page__grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:749px){.search-page__grid{gap:.75rem}}.content-tile{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background-color:#fff;border:1px solid #c1c6d5;border-radius:.5rem;text-decoration:none;color:inherit;transition:box-shadow .3s ease}.content-tile:hover{box-shadow:0 12px 24px #091e4214}.content-tile__type{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#004e9f}.content-tile__title{font-size:1.125rem;font-weight:700;color:#091e42}.content-tile__excerpt{font-size:.9rem;color:#414753;line-height:1.5;margin:0}.content-tile__link{display:flex;align-items:center;gap:.4rem;margin-top:.5rem;color:#004e9f;font-weight:700;font-size:.9rem}.search-page__pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.search-page__page-button{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;border:1px solid #c1c6d5;color:#414753;text-decoration:none}.search-page__page-button:hover{background-color:#eceef0}.search-page__page-button.is-current{background-color:#004e9f;color:#fff;border-color:#004e9f;font-weight:700}.search-page__page-button.is-ellipsis{border:none;color:#c1c6d5}.medical-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.5rem;border-radius:.5rem;font-weight:400;border:2px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap}.medical-button--primary{background-color:#004e9f;color:#fff}.medical-button--primary:hover{background-color:#005ab3}.medical-button--outline{border-color:#c1c6d5;color:#091e42;background-color:transparent}.medical-button--outline:hover{background-color:#eceef0}.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}.product-card{position:relative;display:flex;flex-direction:column;height:100%;background-color:#fff;border:1px solid #c1c6d5;border-radius:1rem;padding:1.5rem;transition:box-shadow .3s ease}.product-card:hover{box-shadow:0 12px 24px #091e4214}.product-card__media{position:relative;display:block;flex-shrink:0;height:16rem;border-radius:.75rem;background-color:#fff;margin-bottom:1.5rem;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card--inset .product-card__media img{padding:0rem}.product-card__badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:.4rem}.product-card__discount{position:absolute;top:.75rem;right:.75rem;z-index:1;padding:.25rem .5rem;border-radius:.25rem;background-color:#e11900;color:#fff;font-size:.8rem;font-weight:700;line-height:1}.product-card__badge{padding:.2rem .5rem;border-radius:.25rem;font-size:.65rem;font-weight:700;text-transform:uppercase;color:#fff;width:fit-content}.product-card__badge--success{background-color:#10b981}.product-card__badge--primary{background-color:#004e9f}.product-card__badge--warning{background-color:#eaab40}.product-card__badge--promo,.product-card__badge--accent{border-radius:9999px;text-transform:none;font-weight:600;color:#091e42}.product-card__badge--promo{background-color:#fff;border:1px solid #c1c6d5}.product-card__badge--accent{background-color:#eaab4033;border:1px solid #eaab40}.product-card__body{display:flex;flex-direction:column;flex:1}.product-card__header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.6rem}.product-card__meta{display:flex;justify-content:space-between;gap:.5rem;font-size:.7rem}.product-card__vendor{text-transform:uppercase;color:#727784}.product-card__sku{color:#414753}.product-card__title{font-size:.95rem;font-weight:400;line-height:1.35;min-height:2.7em;color:#091e42;margin:0;overflow-wrap:anywhere}.product-card__title a{color:inherit;text-decoration:none}.product-card__title a:hover{color:#004e9f}.product-card__tags{display:flex;flex-wrap:wrap;gap:.35rem}.product-card__stock{padding:.2rem .5rem;border-radius:.25rem;background-color:#10b9811a;color:#10b981;font-size:.75rem;font-weight:600;white-space:nowrap}.product-card__stock--out{background-color:#004e9f1a;color:#004e9f}.product-card__stock--new{background-color:#eaab402e;color:#9a6f16}.product-card__footer{display:flex;flex-direction:column;gap:.6rem;margin-top:auto;padding-top:1rem;border-top:1px solid #c1c6d5}.product-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.4rem}.product-card__price-current{font-size:1rem;font-weight:700;color:#004e9f;white-space:nowrap}.product-card__price-compare{font-size:.85rem;font-weight:400;color:#000;text-decoration:line-through;white-space:nowrap}.product-card__add-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1rem;border-radius:.5rem;background-color:#004e9f;color:#fff;font-weight:400;border:none;text-decoration:none;cursor:pointer;transition:background-color .2s ease}.product-card__add-button:hover{background-color:#005ab3}.product-card__add-button:disabled{background-color:#c1c6d5;cursor:not-allowed}.product-card__add-button.is-added{background-color:#10b981}.product-card__add-icon{display:inline-flex;width:1.1rem;height:1.1rem}.product-card__add-icon svg{width:100%;height:100%}.product-card__quote-button{width:100%;text-align:center;padding:.6rem;border-radius:.5rem;border:1px solid #c1c6d5;color:#191c1e;font-weight:600;font-size:.85rem;text-decoration:none}.product-card__quote-button:hover{background-color:#eceef0}@media(min-width:1200px){.product-card__media{height:12rem}.product-card--inset .product-card__media img{padding:0rem}}@media(max-width:749px){.product-card{padding:.75rem;border-radius:.75rem}.product-card__media{height:9rem;margin-bottom:.75rem}.product-card--inset .product-card__media img{padding:0rem}.product-card__title{font-size:.9rem}.product-card__price-current{font-size:1rem}.product-card__add-button{padding:.5rem;font-size:.85rem}.product-card__badge{font-size:.6rem}.product-card__discount{top:.5rem;right:.5rem;font-size:.7rem;padding:.2rem .4rem}}
/*# sourceMappingURL=/cdn/shop/t/7/compiled_assets/styles.css.map */
