.store-scroller-wrapper{width:100%;overflow-x:auto;padding:1rem 0 0;margin-top:25px}.store-scroller-container{display:flex;align-items:center;gap:1rem;padding:0 .5rem;overflow:hidden}.store-scroll-button{background-color:white;border:none;cursor:pointer;padding:.5rem}.store-scroll-button.left{left:.5rem;background-color:transparent}.store-scroll-button.right{right:.5rem;background-color:transparent}.store-arrow-icon{color:#8c8c8c;width:20px;height:20px}.store-list{display:flex;gap:40px;overflow-x:auto;scroll-behavior:smooth;flex:1;padding-bottom:5px}.store-list::-webkit-scrollbar{display:none}.store-item{display:flex;flex-direction:column;align-items:start;min-width:180px;white-space:nowrap;cursor:pointer;color:#8c8c8c;transition:all .3s ease;position:relative}.store-item:hover{font-weight:700;color:black}.store-icon{width:113px;height:113px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:white;border:1px solid #d1d5db}.store-card-image-box{width:100%;height:180px;position:relative;border-radius:16px;overflow:hidden;margin-bottom:14px;background:#f8f6fa;border:1px solid #d9d9d9}.store-card-image{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.store-card-meta{width:100%;display:flex;gap:12px;margin-top:4px}.store-card-logo{width:28px;height:28px;border-radius:8px;display:flex;overflow:hidden;border:1px solid #bfbfbf}.store-card-title{font-size:14px;font-weight:700;color:#2c2c2c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:768px){.arrow-icon{width:18px;height:18px}.store-scroll-button{padding:.35rem}}