.product-title--custom-typography{font-size:var(--title-mobile-size)!important;font-weight:var(--title-font-weight)!important;line-height:var(--title-line-height)!important}.product__text-container--custom-typography .product__text{font-weight:var(--text-font-weight);line-height:var(--text-line-height)}.product__text-container--custom-typography .product__text span{line-height:inherit}.product-expert-card{display:flex;align-items:center;gap:var(--expert-gap);padding:var(--expert-padding-y) var(--expert-padding-x);margin-top:var(--expert-margin-top);margin-bottom:var(--expert-margin-bottom);background:var(--expert-bg);color:var(--expert-text);border:var(--expert-border-width) solid var(--expert-border);border-radius:var(--expert-radius);font-size:var(--expert-mobile-font);font-weight:var(--expert-font-weight);line-height:var(--expert-line-height)}.product-expert-card__avatar{width:var(--expert-image-size);height:var(--expert-image-size);border-radius:50%;overflow:hidden;flex:0 0 var(--expert-image-size);display:flex;align-items:center;justify-content:center;color:var(--expert-text)}.product-expert-card__avatar img,.product-expert-card__avatar svg{width:100%;height:100%;object-fit:cover;display:block}.product-expert-card__content{display:flex;align-items:center;flex-wrap:wrap;column-gap:.45em;row-gap:.1em;min-width:0}.product-expert-card__name,.product-expert-card__text{display:inline}.product-expert-card__verified{width:1.15em;height:1.15em;display:inline-flex;flex:0 0 auto;color:var(--verified-color)}.product-expert-card__verified svg{width:100%;height:100%;display:block}.product__inventory--delivery-card{display:flex!important;align-items:center;gap:.75em;background:var(--inventory-bg);color:var(--inventory-text);border-radius:var(--inventory-radius);padding:var(--inventory-padding-y) var(--inventory-padding-x);font-size:var(--inventory-mobile-font);font-weight:var(--inventory-font-weight);line-height:1.35;margin-top:var(--margin-top);margin-bottom:var(--margin-bottom)}.product__inventory--delivery-card .product__inventory-dot{width:1em;height:1em;border-radius:50%;flex:0 0 1em;background:var(--inventory-success);box-shadow:0 0 0 .35em #2a647e1a,inset 0 0 0 .12em #fff9}.product__inventory--delivery-card[data-inventory-state=low] .product__inventory-dot{background:var(--inventory-low);box-shadow:0 0 0 .35em #2a647e1a,inset 0 0 0 .12em #fff9}.product__inventory--delivery-card[data-inventory-state=out] .product__inventory-dot{background:var(--inventory-out);box-shadow:0 0 0 .35em #2a647e1a,inset 0 0 0 .12em #fff9}.product__inventory--delivery-card .product__inventory-copy{display:inline}.product__inventory--delivery-card .product__inventory-copy p{display:inline;margin:0}@media screen and (min-width:750px){.product-title--custom-typography{font-size:var(--title-desktop-size)!important}.product-expert-card{font-size:var(--expert-desktop-font)}.product__inventory--delivery-card{font-size:var(--inventory-desktop-font)}}.accordion--custom-typography .accordion__title{font-size:var(--accordion-heading-mobile-size)!important;font-weight:var(--accordion-heading-weight)!important;line-height:var(--accordion-heading-line-height)!important}.accordion--custom-typography .accordion__content{font-size:var(--accordion-content-mobile-size)!important;line-height:var(--accordion-content-line-height)!important}.accordion--custom-typography .accordion__content p,.accordion--custom-typography .accordion__content li,.accordion--custom-typography .accordion__content a,.accordion--custom-typography .accordion__content span{font-size:inherit;line-height:inherit}@media screen and (min-width:750px){.accordion--custom-typography .accordion__title{font-size:var(--accordion-heading-desktop-size)!important}.accordion--custom-typography .accordion__content{font-size:var(--accordion-content-desktop-size)!important}}.price--ergonap-sale-row{width:100%}.ergonap-price-row{display:flex;align-items:center;justify-content:var(--erg-price-align);gap:var(--erg-price-gap);flex-wrap:wrap;line-height:1.05}.ergonap-price-row__compare{font-size:var(--erg-compare-mobile);font-weight:var(--erg-compare-weight);color:var(--erg-compare-color);text-decoration-thickness:.08em;text-decoration-color:currentColor;white-space:nowrap}.ergonap-price-row__current{font-size:var(--erg-current-mobile);font-weight:var(--erg-current-weight);color:var(--erg-current-color);white-space:nowrap}.ergonap-price-row__badge{display:inline-flex;align-items:center;justify-content:center;background:var(--erg-badge-bg);color:var(--erg-badge-color);font-size:var(--erg-badge-mobile);font-weight:var(--erg-badge-weight);border-radius:var(--erg-badge-radius);padding:var(--erg-badge-pad-y) var(--erg-badge-pad-x);line-height:1;white-space:nowrap}.product-benefit-list{background:var(--benefit-bg);color:var(--benefit-text);border-radius:var(--benefit-radius);padding:var(--benefit-pad-y) var(--benefit-pad-x);margin-top:var(--benefit-margin-top);margin-bottom:var(--benefit-margin-bottom);display:flex;flex-direction:column;gap:var(--benefit-row-gap);font-size:var(--benefit-mobile-font);font-weight:var(--benefit-font-weight);line-height:1.35}.product-benefit-list__row{display:grid;grid-template-columns:var(--benefit-icon-box) minmax(0,1fr);align-items:center;column-gap:.7em;min-width:0}.product-benefit-list__icon{width:var(--benefit-icon-box);height:var(--benefit-icon-box);border-radius:28%;display:flex;align-items:center;justify-content:center;background:var(--benefit-icon-bg);color:var(--benefit-icon);overflow:hidden}.product-benefit-list__icon .material-icon{font-size:var(--benefit-icon-size);color:inherit;line-height:1}.product-benefit-list__icon img{width:72%;height:72%;object-fit:contain;display:block}.product-benefit-list__text{min-width:0}.product-benefit-list__text p{margin:0;color:inherit;font-size:inherit;line-height:inherit}.product-benefit-list__text strong{font-weight:700}@media screen and (min-width:750px){.ergonap-price-row__compare{font-size:var(--erg-compare-desktop)}.ergonap-price-row__current{font-size:var(--erg-current-desktop)}.ergonap-price-row__badge{font-size:var(--erg-badge-desktop)}.product-benefit-list{font-size:var(--benefit-desktop-font)}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/ergonap-product-enhancements.css.map */
