.product-scroll__track{display:flex;gap:16px;align-items:stretch;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;min-width:0;flex:1 1;padding:6px 2px 10px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-scroll__track::-webkit-scrollbar{display:none}.product-scroll__track:focus-visible{outline:2px solid rgba(232,54,61,.65);outline-offset:4px;border-radius:12px}.product-scroll__item{scroll-snap-align:start;flex:0 0 auto}.product-scroll__track--dragging{cursor:-webkit-grabbing;cursor:grabbing;scroll-behavior:auto}@media (max-width:575px){:root{--ps-gap:10px;--ps-pad-x:12px}.product-scroll__track{gap:var(--ps-gap);padding:6px var(--ps-pad-x) 8px;align-items:flex-start}.product-scroll__item{flex:0 0 calc((100% - (2 * var(--ps-pad-x)) - var(--ps-gap)) / 2);scroll-snap-align:start}}.seller-card{background:#2d2d2d;border-radius:var(--radius-lg);overflow:visible;display:flex;flex-direction:row;position:relative;border:1px solid rgba(255,255,255,.1);height:420px;width:100%}.seller-card__arrow{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--color-white);border:none;color:var(--color-text-dark);flex-shrink:0;position:absolute;top:50%;transform:translateY(-50%);z-index:10;box-shadow:var(--shadow-sm);transition:background-color .2s,color .2s,opacity .2s;cursor:pointer}.seller-card__arrow--prev{left:-22px}.seller-card__arrow--next{right:-22px}.seller-card__arrow:hover:not(:disabled){background:var(--color-text-dark);color:var(--color-white)}.seller-card__arrow:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.seller-card__arrow:disabled{opacity:.3;cursor:not-allowed}.seller-card__left{position:relative;width:380px;flex-shrink:0;border-radius:var(--radius-lg) 0 0 var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;height:420px}.seller-card__image-wrap{position:relative;flex:1 1;min-height:0;background:#000}.seller-card__cover{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.seller-card__name-overlay{position:absolute;bottom:0;left:0;right:0;padding:40px 20px 16px;background:linear-gradient(0deg,rgba(0,0,0,.65) 0,transparent)}.seller-card__name{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:1.3rem;font-weight:700;color:var(--color-white);line-height:1.2;margin:0;text-align:left}.seller-card__info{background:#1e1e1e;padding:14px 20px;display:flex;align-items:center;gap:16px;flex-shrink:0;height:98px}.seller-card__description{font-size:.8rem;color:rgba(255,255,255,.75);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0;flex:1 1}.seller-card__btn,.seller-card__description{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.seller-card__btn{background:var(--color-primary);color:var(--color-text-dark);padding:10px 18px;border-radius:var(--radius-sm);border:none;font-size:.85rem;font-weight:500;white-space:nowrap;cursor:pointer;flex-shrink:0;transition:opacity .2s}.seller-card__btn:hover{opacity:.85}.seller-card__btn:focus-visible{outline:2px solid var(--color-white);outline-offset:2px}.seller-card__right{flex:1 1;display:flex;align-items:center;padding:20px 24px;background:#2d2d2d;border-radius:0 var(--radius-lg) var(--radius-lg) 0;min-width:0;height:420px;overflow:hidden}@media (max-width:980px){.seller-card{flex-direction:column;height:auto}.seller-card__left{width:100%;height:auto;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.seller-card__image-wrap{height:260px;flex:none}.seller-card__info{height:auto}.seller-card__right{height:auto;border-radius:0 0 var(--radius-lg) var(--radius-lg);padding:16px 44px}.seller-card__arrow--prev{left:-18px}.seller-card__arrow--next{right:-18px}}.seller-card__name--mobile{display:none}@media (max-width:575px){.seller-card{flex-direction:column;height:auto;border-radius:var(--radius-lg);overflow:hidden}.seller-card__arrow{display:none}.seller-card__right{order:1;padding:10px 12px 8px;height:auto;overflow:hidden;border-radius:0;background:#2d2d2d}.seller-card__left{order:2;width:100%;height:auto;border-radius:0}.seller-card__description,.seller-card__image-wrap{display:none}.seller-card__info{height:auto;padding:10px 12px 12px;background:#2d2d2d;display:flex;flex-direction:row;align-items:center;gap:10px}.seller-card__name--mobile{display:block;margin:0;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:.95rem;font-weight:700;line-height:1.2;color:#ffffff;flex:1 1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.seller-card__name-overlay{display:none}.seller-card__btn{margin-left:auto;width:auto;height:36px;padding:0 12px;font-size:.82rem;border-radius:10px}}.seller-section{background-color:var(--color-bg);padding:40px 32px 60px}.seller-section__inner{max-width:1245px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.seller-section__title{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:#ffffff;letter-spacing:-.5px}@media (max-width:600px){.seller-section{padding:32px 16px 48px}}