.product-recommendations{overflow:hidden}.product-recommendations__wrap{position:relative}.product-card__price{color:var(--color-text);font:normal normal normal 16px/20px var(--font-heading);letter-spacing:.67px}.product-recommendations__track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-recommendations__track::-webkit-scrollbar{display:none}.product-recommendations__slide{flex-shrink:0;scroll-snap-align:start}.product-recommendations__placeholder{padding:40px 0 20px}.product-card--skeleton{pointer-events:none}.product-card--skeleton .product-card__media{background:#f0f0f0;border-radius:2px;overflow:hidden}.skeleton-box{width:100%;aspect-ratio:3/4}.skeleton-box,.skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e4e4e4 50%,#f0f0f0 75%);background-size:200% 100%;animation:rec-shimmer 1.4s infinite}.skeleton-line{height:13px;border-radius:4px;margin-top:10px}.skeleton-line--brand{width:50%}.skeleton-line--title{width:85%}.skeleton-line--price{width:40%}@keyframes rec-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}@media (max-width:767px){.product-recommendations__track{gap:16px}}