.auto-slider-track-wrapper{width:100%;position:relative;overflow:hidden}.auto-slider-track{width:max-content;animation:slider-scroll calc(var(--slide-count)*3.5s)linear infinite;flex-wrap:nowrap;gap:20px;display:flex}.auto-slider-track-wrapper:hover .auto-slider-track{animation-play-state:paused}.auto-slider-item{box-sizing:border-box;flex:0 0 260px;width:260px;padding:0 10px}@keyframes slider-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.product-card-fixed{flex-shrink:0;width:240px;margin-bottom:12px}.product-card-fixed .pc-card{color:inherit;background:#fff;border-radius:16px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block;overflow:hidden}.product-card-fixed .pc-card:hover{transform:translateY(-2px)}.product-card-fixed .pc-img-wrap{aspect-ratio:1;background:#f5f5f5;width:100%;overflow:hidden}.product-card-fixed .pc-img-wrap img{object-fit:cover;width:100%;height:100%}.product-card-fixed .pc-body{background:#fff;justify-content:center;align-items:center;min-height:40px;padding:10px 12px;display:flex}.product-card-fixed .pc-title{text-transform:uppercase;letter-spacing:.04em;color:#996515;white-space:nowrap;text-overflow:ellipsis;text-align:center;width:100%;margin:0;font-size:.8rem;font-weight:400;overflow:hidden}@media (max-width:575.98px){.auto-slider-track{animation:slider-scroll calc(var(--slide-count)*2s)linear infinite;gap:7px}.auto-slider-item{flex:0 0 135px;width:135px;padding:0 4px}.product-card-fixed{width:128px;margin-bottom:3px}.product-card-fixed .pc-img-wrap{width:100%;margin:0 auto}.product-card-fixed .pc-body{min-height:32px;padding:6px 8px}.product-card-fixed .pc-title{font-size:.7rem}}
