#slp-recommendations .slp-recommendations{-ms-overflow-style:none;background-color:#fff;scrollbar-width:none}#slp-recommendations .slp-recommendations .header{display:flex;height:100%;margin:0 auto;width:clamp(660px,100%,1200px)}#slp-recommendations .slp-recommendations .header h2{color:#333;font-size:20px;font-weight:700;line-height:24px;margin-bottom:15px}#slp-recommendations .slp-recommendations .slp-recommendations-list{display:flex;flex-wrap:wrap;gap:10px;height:100%;margin:0 auto;width:clamp(660px,100%,1200px)}#slp-recommendations .slp-recommendations .slp-recommendations-list .slp-recommendation-item{background-color:#fff;border:1px solid #e5e5e5;border-radius:20px;color:#333;cursor:pointer;font-size:12px;padding:10px;white-space:nowrap}#slp-recommendations .slp-recommendations .slp-recommendations-list .slp-recommendation-item:hover{border:var(--product-detail-slp-recommendation-item-border);color:var(--product-detail-slp-recommendation-item-text-color)}#slp-recommendations .slp-recommendations ::-webkit-scrollbar{display:none}#slp-recommendations .mobile{margin:10px 0;padding:15px}#slp-recommendations .mobile .header{width:100%}#slp-recommendations .mobile .header h2{color:#333;font-size:14px;font-weight:600;margin-bottom:15px}#slp-recommendations .mobile .slp-recommendations-list{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:scroll;width:100%}#slp-recommendations .mobile .slp-recommendations-list .slp-recommendation-item{font-size:10px!important}