.article-product-recommendations{margin:2rem 0}.article-product-recommendations .product-item__product-vendor,.article-product-recommendations .displayed-discount{display:none}.article-product-recommendations .product-item__text_group_secondary{display:none!important}.article-product-recommendations .product-item__product-title,.article-product-recommendations .product-item__price-main{font-size:.8rem!important}.article-product-recommendations .product-item__price-main .t-subdued{font-weight:400}.article-product-recommendations__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.article-product-recommendations__heading{width:60%;margin:0;text-align:left}.article-product-recommendations__view-all{font-size:.875rem;color:var(--color-primary, #000);text-decoration:none;font-weight:500;transition:opacity .2s ease}.article-product-recommendations__view-all:hover{opacity:.7;text-decoration:underline}.article-product-recommendations--vertical .article-product-recommendations__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.article-product-recommendations--vertical .product-card{border:1px solid var(--color-border, #e5e5e5);border-radius:8px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;height:350px}.article-product-recommendations--vertical .product-card__image{position:relative;height:200px;overflow:hidden;flex-shrink:0}.article-product-recommendations--vertical .product-card__content{padding:1rem;flex:1;display:flex;flex-direction:column;justify-content:space-between}.article-product-recommendations--horizontal .article-product-recommendations__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:320px}.article-product-recommendations--horizontal .product-card{border:1px solid var(--color-border, #e5e5e5);border-radius:8px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;height:220px}.article-product-recommendations--horizontal .product-card__image{position:relative;height:120px;overflow:hidden;flex-shrink:0}.article-product-recommendations--horizontal .product-card__content{padding:.75rem;flex:1;display:flex;flex-direction:column;justify-content:space-between}.article-product-recommendations--horizontal .product-card__title{font-size:.8rem;margin-bottom:.5rem;line-height:1.2;height:2.4rem}.article-product-recommendations--horizontal .product-card__price{font-size:.8rem;margin-top:auto}.article-product-recommendations--horizontal .product-card__vendor{font-size:.7rem;margin-bottom:.25rem;height:1rem;line-height:1rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.product-card__image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__vendor{margin:0 0 .5rem;color:var(--color-text-secondary, #666);text-transform:uppercase;letter-spacing:.5px}.product-card__title{margin:0 0 .75rem;font-size:1rem;line-height:1.3}.article-product-recommendations--vertical .product-card__title{height:3.9rem}.product-card__title-link{text-decoration:none;color:inherit}.product-card__title-link:hover{color:var(--color-primary, #000)}.product-card__price{display:flex;align-items:center;gap:.5rem;font-weight:600}.product-card__price-compare{text-decoration:line-through;color:var(--color-text-secondary, #666);font-weight:400}.product-card__price-current--sale{color:var(--color-sale, #d32f2f)}@media (max-width: 1199px){.article-product_recommendations--horizontal .article-product-recommendations__grid{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:none}.article-product-recommendations--horizontal .product-card{height:250px}.article-product-recommendations--horizontal .product-card__image{height:140px}}@media (max-width: 767px){.article-product-recommendations--vertical .article-product-recommendations__grid,.article-product-recommendations--horizontal .article-product-recommendations__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.article-product-recommendations--vertical .product-card,.article-product-recommendations--horizontal .product-card{height:280px}.article-product-recommendations--vertical .product-card__image,.article-product-recommendations--horizontal .product-card__image{height:160px}.article-product-recommendations--vertical .product-card__content,.article-product-recommendations--horizontal .product-card__content{padding:.75rem}.article-product-recommendations__header{flex-direction:column;align-items:flex-start;gap:.5rem}.article-product-recommendations--vertical .product-card__title,.article-product-recommendations--horizontal .product-card__title{font-size:.875rem;height:2.6rem}}.mobile-recommendations-trigger{display:none}.mobile-recommendations-btn{position:fixed;bottom:5rem;right:20px;z-index:999;background:#4a90e2;color:#fff;border:none;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #00000026;cursor:pointer;transition:all .3s ease}.mobile-recommendations-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #0003}.mobile-recommendations-btn svg{width:20px;height:20px;flex-shrink:0}.mobile-recommendations-btn__text{white-space:nowrap}.mobile-recommendations-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;opacity:0;transition:opacity .3s ease}.mobile-recommendations-modal.active{display:block;opacity:1}.mobile-recommendations-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080}.mobile-recommendations-content{position:absolute;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;max-height:85vh;overflow-y:auto;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.mobile-recommendations-modal.active .mobile-recommendations-content{transform:translateY(0)}.mobile-recommendations-header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 0;border-bottom:1px solid #eee;margin-bottom:20px}.mobile-recommendations-title{margin:0;font-size:18px;font-weight:600}.mobile-recommendations-close{background:none;border:none;padding:8px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-recommendations-close svg{width:20px;height:20px}.mobile-recommendations-grid{display:flex;gap:15px;padding:0 20px 20px;overflow-x:auto}.mobile-recommendations-grid .product-item{flex:0 0 160px}.mobile-recommendations-grid .product-item__product-title,.mobile-recommendations-grid .product-item__price-main{font-size:13px!important}.mobile-recommendations-grid .product-item__price-main .t-subdued{font-size:11px!important}.mobile-product-card{flex:0 0 150px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;position:relative}.mobile-product-card__link{display:block;text-decoration:none;color:inherit}.mobile-product-card__image{position:relative;width:100%;height:150px;overflow:hidden}.mobile-product-card__image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.mobile-product-card__image img{width:100%;height:100%;object-fit:cover}.mobile-product-card__content{padding:12px}.mobile-product-card__vendor{font-size:11px;color:#666;margin:0 0 4px;text-transform:uppercase;letter-spacing:.5px}.mobile-product-card__title{font-size:13px;margin:0 0 8px;line-height:1.3;height:2.6rem}.mobile-product-card__price{display:flex;flex-direction:column;gap:2px}.mobile-product-card__price-compare{font-size:11px;color:#999;text-decoration:line-through}.mobile-product-card__price-current{font-size:13px;font-weight:600;color:#000}.mobile-product-card__price-current--sale{color:#d32f2f}.mobile-recommendations-footer{padding:0 20px 20px;text-align:center}.mobile-view-all-btn{display:inline-block;background:var(--color-primary, #000);color:#fff;padding:12px 30px;border-radius:25px;text-decoration:none;font-weight:500;transition:all .3s ease}.mobile-view-all-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0003}@media (min-width: 1025px){.mobile-recommendations-trigger,.mobile-recommendations-modal{display:none!important}}@media (max-width: 1024px){.article-product-recommendations__grid.desktop-grid{display:none!important}.mobile-recommendations-trigger{display:block}.article-product-recommendations__header{display:none}}@media (min-width: 786px) and (max-width: 1024px){.mobile-recommendations-grid{justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/100/assets/article-product-recommendations.css.map */
