.product-scroll-section{padding:2.5rem 0}.product-scroll-section .section-title{margin-bottom:1.5rem}.product-scroll-wrapper{position:relative}.product-scroll-row{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--primary,#e30613)#f0f0f0;gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.product-scroll-row::-webkit-scrollbar{height:6px}.product-scroll-row::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.product-scroll-row::-webkit-scrollbar-thumb{background:var(--primary,#e30613);border-radius:3px}.product-scroll-row>*{scroll-snap-align:start;flex:0 0 220px;min-width:220px;max-width:220px}.scroll-arrow{z-index:10;background:var(--white,#fff);cursor:pointer;width:40px;height:40px;color:var(--dark,#1a1a1a);border:1px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000001f}.scroll-arrow:hover{background:var(--primary,#e30613);color:var(--white,#fff);border-color:var(--primary,#e30613);box-shadow:0 4px 12px #e306134d}.scroll-arrow-left{left:-16px}.scroll-arrow-right{right:-16px}.scroll-arrow svg{width:20px;height:20px}.rv-card{color:inherit;background:var(--white,#fff);border:1px solid #eee;border-radius:8px;text-decoration:none;transition:box-shadow .2s,transform .2s;display:block;overflow:hidden}.rv-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.rv-card-image{background:#f9f9f9;justify-content:center;align-items:center;width:100%;height:160px;display:flex;overflow:hidden}.rv-card-image img{object-fit:contain;width:100%;height:100%;transition:transform .3s}.rv-card:hover .rv-card-image img{transform:scale(1.05)}.rv-card-info{padding:.75rem}.rv-card-brand{text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:4px;font-size:.7rem}.rv-card-title{color:var(--dark,#1a1a1a);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 6px;font-size:.82rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.rv-card-price{color:var(--primary,#e30613);font-size:.95rem;font-weight:700}@media (max-width:768px){.product-scroll-row>*{flex:0 0 180px;min-width:180px;max-width:180px}.scroll-arrow{display:none}.rv-card-image{height:130px}}@media (min-width:1200px){.product-scroll-row>*{flex:0 0 240px;min-width:240px;max-width:240px}}
