.related-products-carousel{max-width:1200px;width:100%;margin:3rem auto;padding:2rem;background-color:rgba(255,255,255,.05);border-radius:8px;border:1px solid rgba(255,255,255,.1)}.related-products-carousel__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.related-products-carousel__separator{width:100%;height:1px;background-color:rgba(255,255,255,.1);margin-bottom:2rem}.related-products-carousel__title{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700;color:inherit;margin:0}.related-products-carousel__navigation{display:flex;gap:.5rem}.related-products-carousel__nav-button{width:40px;height:40px;border-radius:50%;border:2px solid rgba(249,115,22,.3);background:transparent;color:#f97316;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.related-products-carousel__nav-button:hover:not(:disabled){background:#f97316;color:#fff;border-color:#f97316;transform:scale(1.05)}.related-products-carousel__nav-button:disabled{opacity:.3;cursor:not-allowed}.related-products-carousel__wrapper{width:100%;overflow:hidden;padding:0}.related-products-carousel__track{display:flex;transition:transform .4s cubic-bezier(.4,0,.2,1);gap:0;margin:0 -.5rem}.related-products-carousel__item{padding:0 .5rem;box-sizing:border-box;min-width:0}@media (max-width:768px){.related-products-carousel{margin:2rem auto;padding:1.5rem 1rem}.related-products-carousel__header{flex-direction:column;gap:1rem;align-items:flex-start;margin-bottom:1.5rem}.related-products-carousel__title{font-size:1.1rem}.related-products-carousel__navigation{align-self:flex-end}.related-products-carousel__nav-button{width:36px;height:36px}.related-products-carousel__track{gap:0;margin:0 -.375rem}.related-products-carousel__item{padding:0 .375rem}.related-products-carousel__separator{margin-bottom:1.5rem}}@media (prefers-color-scheme:light){.related-products-carousel{background-color:#f9f9f9;border:1px solid #eee}.related-products-carousel__title{color:#333}.related-products-carousel__separator{background-color:#eee}.related-products-carousel__nav-button{border-color:rgba(236,111,26,.3);color:#ec6f1a}.related-products-carousel__nav-button:hover:not(:disabled){background:#ec6f1a;border-color:#ec6f1a;color:#fff}}