.wub-product-card{display:flex;flex-direction:column;width:100%;min-width:0;height:100%;overflow:hidden;background:var(--wub-color-white, #fff);color:var(--wub-color-navy, #10263b);border:1px solid var(--wub-color-border, #e3e0e5);font-family:var(--font-body-family, inherit)}.wub-product-card *,.wub-product-card *:before,.wub-product-card *:after{box-sizing:border-box}.wub-product-card__media{position:relative;flex:0 0 auto;width:100%;aspect-ratio:4 / 3;overflow:hidden;background:var(--wub-color-surface, #f9f9f9);border-bottom:1px solid var(--wub-color-border, #e3e0e5)}.wub-product-card__media-link{display:block;width:100%;height:100%;color:inherit;text-decoration:none}.wub-product-card__image,.wub-product-card__placeholder{display:block;width:100%;height:100%}.wub-product-card__image{object-fit:contain;object-position:center;background:#fff}.wub-product-card__placeholder{padding:15%;color:var(--wub-color-border, #e3e0e5)}.wub-product-card__sale{position:absolute;z-index:2;top:12px;left:12px;display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;color:#fff;background:var(--wub-color-sale, #d83f3f);font-size:12px;font-weight:600;line-height:1;letter-spacing:.02em}.wub-product-card__sale--dark{background:var(--wub-color-navy, #10263b)}.wub-product-card__sale--taupe{background:var(--wub-color-accent, #b6a38b)}.wub-product-card__body{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;padding:18px}.wub-product-card__content{display:flex;flex-direction:column;min-width:0}.wub-product-card__title{margin:0;color:var(--wub-color-navy, #10263b);font-family:var(--font-heading-family, inherit);font-size:22px;font-weight:400;line-height:1.2;letter-spacing:0;text-transform:none}.wub-product-card__title a{color:inherit;text-decoration:none}.wub-product-card__title a:hover,.wub-product-card__title a:focus-visible{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.wub-product-card__reviews{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:10px;min-height:20px;color:var(--wub-color-navy, #10263b);font-size:13px;line-height:1.25}.wub-product-card__stars{position:relative;display:inline-block;width:70px;height:15px;overflow:hidden;white-space:nowrap;font-size:14px;line-height:15px;letter-spacing:0}.wub-product-card__stars-base,.wub-product-card__stars-fill{position:absolute;inset:0 auto auto 0;display:block;white-space:nowrap}.wub-product-card__stars-base{color:var(--wub-color-border, #e3e0e5)}.wub-product-card__stars-fill{overflow:hidden;color:var(--wub-color-stars, #f4b500)}.wub-product-card__review-score{font-weight:600}.wub-product-card__review-count{opacity:.68}.wub-product-card__subtitle{margin:9px 0 0;color:var(--wub-color-navy, #10263b);font-size:14px;line-height:1.45;opacity:.76}.wub-product-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px;margin-top:16px;color:var(--wub-color-navy, #10263b)}.wub-product-card__from{font-size:13px;font-weight:400;opacity:.72}.wub-product-card__price-current{font-size:22px;font-weight:600;line-height:1.1}.wub-product-card__price--sale .wub-product-card__price-current{color:var(--wub-color-sale, #d83f3f)}.wub-product-card__price-compare{color:var(--wub-color-navy, #10263b);font-size:13px;opacity:.56}.wub-product-card__benefits{display:grid;gap:6px;margin:16px 0 0;padding:14px 0 0;border-top:1px solid var(--wub-color-border, #e3e0e5);list-style:none}.wub-product-card__benefits li{display:flex;align-items:flex-start;gap:8px;min-width:0;margin:0;color:var(--wub-color-navy, #10263b);font-size:14px;font-weight:500;line-height:1.35}.wub-product-card__benefit-icon,.wub-product-card__benefit-icon.wub-icon{--wub-icon-size: 15px;display:inline-flex;flex:0 0 15px;width:15px;height:15px;margin-top:2px;color:var(--wub-color-accent, #b6a38b)}.wub-product-card__benefit-icon svg,.wub-product-card__benefit-icon .wub-icon__svg,.wub-product-card__benefit-icon .wub-icon__mask,.wub-product-card__benefit-icon .wub-icon__img{display:block;width:100%;height:100%}.wub-product-card__cta{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:48px;margin-top:18px;padding:11px 16px;color:#fff;background:var(--wub-color-navy, #10263b);border:1px solid var(--wub-color-navy, #10263b);font-size:15px;font-weight:600;line-height:1.2;letter-spacing:0;text-align:center;text-decoration:none;text-transform:none}.wub-product-card__cta:hover,.wub-product-card__cta:focus-visible{color:#fff;opacity:.92}.wub-product-card__cta:focus-visible{outline:2px solid var(--wub-color-navy, #10263b);outline-offset:3px}.wub-product-card__cta-arrow{flex:0 0 auto;font-size:17px;line-height:1}.wub-product-card--cta-outline .wub-product-card__cta{color:var(--wub-color-navy, #10263b);background:transparent}.wub-product-card--cta-outline .wub-product-card__cta:hover,.wub-product-card--cta-outline .wub-product-card__cta:focus-visible{color:var(--wub-color-navy, #10263b);background:var(--wub-color-surface, #f9f9f9)}.wub-product-card--cta-taupe .wub-product-card__cta{color:#fff;background:var(--wub-color-accent, #b6a38b);border-color:var(--wub-color-accent, #b6a38b)}.wub-product-card--cta-textlink .wub-product-card__cta{justify-content:flex-start;min-height:0;padding:8px 0 0;color:var(--wub-color-navy, #10263b);background:transparent;border:0;text-decoration:underline;text-underline-offset:3px}@media screen and (min-width:768px){.wub-product-card__body{padding:20px}.wub-product-card__title{font-size:20px}.wub-product-card__price-current{font-size:21px}}@media screen and (max-width:767px){.wub-product-card__media{aspect-ratio:4 / 3}.wub-product-card__body{padding:16px}.wub-product-card__title{font-size:22px}.wub-product-card__reviews{margin-top:9px}.wub-product-card__price{margin-top:14px}.wub-product-card__benefits{margin-top:14px;padding-top:12px}.wub-product-card__cta{margin-top:16px}}@media(prefers-reduced-motion:reduce){.wub-product-card__cta{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/wu-product-card-duvet.css.map */
