.article-recs{padding:2.4rem 0 2.8rem;background:rgba(var(--color-foreground),.02)}@media screen and (min-width:750px){.article-recs{padding:3.2rem 0 3.6rem}}.article-recs__container{max-width:90rem;margin:0 auto;padding:0 2rem}@media screen and (min-width:750px){.article-recs__container{padding:0 4rem}}@media screen and (min-width:1200px){.article-recs__container{padding:0}}.article-recs__header{text-align:center;margin-bottom:2rem}@media screen and (min-width:750px){.article-recs__header{margin-bottom:2.4rem}}.article-recs__title{font-family:var(--font-headline);font-weight:var(--font-headline-weight, 700);font-size:2.2rem;line-height:1.2;letter-spacing:-.01em;color:rgb(var(--color-foreground));margin:0 0 .4rem}@media screen and (min-width:750px){.article-recs__title{font-size:2.6rem}}.article-recs__subtitle{font-size:1.4rem;color:rgba(var(--color-foreground),.45);margin:0;line-height:1.4}.article-recs__trust-line{display:inline-flex;align-items:center;gap:.5rem;margin-top:.8rem;background:#fef9ec;border:1px solid #f0dfa0;border-radius:6px;padding:.4rem 1rem;font-size:1.3rem;color:#444;line-height:1.3}.article-recs__trust-stars{color:#eb9a00;font-size:1.3rem;letter-spacing:-1px}.article-recs__trust-text strong{font-weight:700}.article-recs__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem}@media screen and (min-width:750px){.article-recs__grid{grid-template-columns:repeat(3,1fr);gap:1.8rem}}@media screen and (min-width:990px){.article-recs__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.article-recs__card{display:flex;flex-direction:column;background:rgb(var(--color-background));border-radius:.8rem;overflow:hidden;border:1px solid rgba(var(--color-foreground),.07);transition:box-shadow .2s ease,transform .2s ease}.article-recs__card:hover{box-shadow:none;transform:none}.article-recs__card-image-link{display:block;text-decoration:none}.article-recs__card-image-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:rgba(var(--color-foreground),.03)}.article-recs__card-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.article-recs__card:hover .article-recs__card-img{transform:none}.article-recs__card-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.article-recs__card-img-placeholder svg{width:50%;height:50%;opacity:.15}.article-recs__badge{position:absolute;top:.6rem;left:.6rem;font-size:1rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:.25rem .6rem;border-radius:.4rem;line-height:1.4;z-index:1}.article-recs__badge--custom,.article-recs__badge--tag{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.article-recs__badge--save{background:#c0392b;color:#fff;top:auto;bottom:.6rem;left:.6rem}.article-recs__badge--custom+.article-recs__badge--save,.article-recs__badge--tag+.article-recs__badge--save{top:auto;bottom:.6rem}.article-recs__card-info{padding:1rem 1.2rem 1.2rem;display:flex;flex-direction:column;flex:1;gap:.4rem}@media screen and (min-width:750px){.article-recs__card-info{padding:1.2rem 1.4rem 1.4rem}}.article-recs__card-title{font-family:var(--font-base);font-size:1.3rem;font-weight:600;line-height:1.3;margin:0;color:rgb(var(--color-foreground));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-transform:none}.article-recs__card-title-link{color:inherit;text-decoration:none}.article-recs__card-title-link:hover{text-decoration:underline;text-underline-offset:.15rem}.article-recs__chips{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.2rem}.article-recs__chip{display:inline-flex;align-items:center;font-size:1.05rem;font-weight:600;line-height:1.3;padding:.2rem .5rem;border-radius:.4rem;white-space:nowrap}.article-recs__chip--value{background:#edf7ed;border:1px solid #b4dab4;color:#2a7d2a}.article-recs__chip--shipping{background:#f5f5f5;border:1px solid #e0e0e0;color:#555}@media screen and (max-width:749px){.article-recs__chip{font-size:.95rem;padding:.15rem .4rem}}.article-recs__card-price{display:flex;align-items:baseline;gap:.5rem;margin-top:auto;padding-top:.3rem}.article-recs__card-price-regular,.article-recs__card-price-sale{font-family:var(--font-price, var(--font-base));font-weight:700;font-size:1.5rem;color:rgb(var(--color-foreground))}.article-recs__card-price-sale{color:#c0392b}.article-recs__card-price-compare{font-size:1.2rem;color:rgba(var(--color-foreground),.35)}a.article-recs__card-atc{display:block;width:100%;padding:1rem;margin-top:.8rem;font-size:1.3rem;font-weight:700;letter-spacing:.04em;text-align:center;text-transform:uppercase;text-decoration:none;color:#fff;background:#222;border:none;border-radius:.6rem;cursor:pointer;transition:opacity .15s ease;line-height:1.4;box-sizing:border-box}a.article-recs__card-atc:hover{opacity:.88;color:#fff;text-decoration:none}a.article-recs__card-atc.article-recs__card-atc--adding{opacity:.6;pointer-events:none}a.article-recs__card-atc.article-recs__card-atc--sold-out{background:#f0f0f0;color:#888;cursor:default;font-size:1.1rem;text-transform:none;letter-spacing:0}a.article-recs__card-atc.article-recs__card-atc--sold-out:hover{opacity:1;background:#e8e8e8;color:#666}.article-recs__view-all{text-align:center;margin-top:2.4rem}.article-recs__view-all-link{font-size:1.4rem;font-weight:500;color:rgba(var(--color-foreground),.6);text-decoration:none;padding:.8rem 2rem;border:1px solid rgba(var(--color-foreground),.12);border-radius:.5rem;transition:all .15s ease;display:inline-block}.article-recs__view-all-link:hover{color:rgb(var(--color-foreground));border-color:rgba(var(--color-foreground),.35)}
/*# sourceMappingURL=/cdn/shop/t/14/assets/article-product-recommendations.css.map */
