.product-recommendations-tabs{margin:2.5rem 0;padding:2.5rem;background:#f8f8f8;border-radius:12px;}
.recommendations-tabs__nav{display:flex;gap:3rem;border-bottom:2px solid rgba(0,0,0,0.1);margin-bottom:2.5rem;}
.recommendations-tabs__tab{background:none;border:none;padding:1.2rem 0;font-size:1.6rem;font-weight:600;color:#000;cursor:pointer;position:relative;transition:color 0.2s ease;}
.recommendations-tabs__tab:hover{color:#f5a623;}
.recommendations-tabs__tab.active{color:#000;}
.recommendations-tabs__tab.active::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:3px;background:#f5a623;}
.recommendations-products{display:flex;flex-direction:column;gap:2rem;}
.recommendation-product{display:flex;align-items:center;gap:2rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.05);}
.recommendation-product__image{flex:0 0 100px;width:100px;height:100px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;overflow:hidden;}
.recommendation-product__image img{width:100%;height:100%;object-fit:cover;}
.recommendation-product__image svg{width:60%;height:60%;opacity:0.3;}
.recommendation-product__info{flex:1;min-width:0;}
.recommendation-product__title{font-size:1.6rem;font-weight:600;color:#000;margin:0 0 0.8rem;line-height:1.4;}
.recommendation-product__pricing{display:flex;align-items:center;gap:1rem;}
.recommendation-product__price{font-size:1.8rem;font-weight:700;color:#f5a623;}
.recommendation-product__price--single{color:#000;}
.recommendation-product__compare-price{font-size:1.5rem;color:#999;text-decoration:line-through;}
.recommendation-product__button{display:inline-flex;align-items:center;gap:0.6rem;padding:1.2rem 2.5rem;background:#000;color:#fff;border:none;border-radius:8px;font-size:1.4rem;font-weight:600;cursor:pointer;transition:background 0.2s ease;white-space:nowrap;}
.recommendation-product__button svg{width:14px;height:14px;}
.recommendation-product__button:hover{background:#333;}
.recommendation-product__button:disabled{opacity:0.5;cursor:not-allowed;}
.recommendations-tabs__panel{display:none;}
.recommendations-tabs__panel.active{display:block;}
@media screen and (max-width:749px){.product-recommendations-tabs{padding:2rem;}
.recommendations-tabs__nav{gap:2rem;overflow-x:auto;-webkit-overflow-scrolling:touch;}
.recommendations-tabs__tab{font-size:1.4rem;white-space:nowrap;}
.recommendation-product{flex-direction:column;align-items:flex-start;padding:1.5rem;gap:1.5rem;}
.recommendation-product__image{flex:0 0 80px;width:80px;height:80px;}
.recommendation-product__title{font-size:1.5rem;}
.recommendation-product__price{font-size:1.6rem;}
.recommendation-product__compare-price{font-size:1.4rem;}
.recommendation-product__button{width:100%;justify-content:center;padding:1.4rem;}}

