.store-strips-wrap{position:relative;width:100%;margin-bottom:var(--spacing-2xl);border-radius:16px;overflow:hidden;opacity:.12}.store-strips__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.68),rgba(15,23,42,.82) 30%,rgba(15,23,42,.88) 50%,rgba(15,23,42,.82) 70%,rgba(0,0,0,.68));z-index:1;pointer-events:none}.store-strips__heading{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-xl);text-align:center;pointer-events:none}.store-strips__title{font-size:clamp(1.9rem,4.2vw,2.75rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5),0 4px 24px rgba(0,0,0,.4),0 0 40px rgba(0,0,0,.25);margin:0 0 var(--spacing-md)}.store-strips__subtitle{font-size:clamp(.95rem,1.9vw,1.15rem);line-height:1.6;max-width:520px;margin:0;color:rgba(255,255,255,.98);text-shadow:0 1px 4px rgba(0,0,0,.6),0 2px 16px rgba(0,0,0,.45)}.store-strips{width:100%;overflow:hidden;position:relative;z-index:0}.store-strips__row{overflow:hidden;padding:var(--spacing-sm) 0}.store-strips__row:last-child{border-bottom:none}.store-strips__track{display:flex;gap:var(--spacing-md);width:max-content;will-change:transform;transition:filter .25s ease}.store-strips-wrap:hover .store-strips__track{animation-play-state:paused}.store-strips__row--right .store-strips__track{animation:store-strip-scroll-right 95s linear infinite}.store-strips__row--left .store-strips__track{animation:store-strip-scroll-left 95s linear infinite}@keyframes store-strip-scroll-right{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes store-strip-scroll-left{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.store-strips__item{position:relative;flex-shrink:0;width:200px;height:112px;border-radius:12px;overflow:hidden;border:1px solid rgba(71,85,105,.3);background:rgba(30,41,59,.3);cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.store-strips__item:hover{transform:scale(1.04);box-shadow:0 8px 24px rgba(0,0,0,.35);border-color:rgba(59,130,246,.4)}.store-strips__img{width:100%;height:100%;object-fit:cover;display:block;transition:filter .25s ease}.store-strips__item:hover .store-strips__img{filter:brightness(.7)}.store-strips__item-details{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px;background:rgba(15,23,42,.88);opacity:0;transition:opacity .25s ease;z-index:2}.store-strips__item:hover .store-strips__item-details{opacity:1}.store-strips__item-name{font-size:.8rem;font-weight:600;color:#fff;text-align:center;margin-bottom:4px;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-strips__item-price{font-size:.75rem;color:rgba(255,255,255,.9);margin-bottom:8px}.store-strips__item-link{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;font-size:.75rem;font-weight:600;color:#fff;background:var(--primary,#3b82f6);border-radius:8px;text-decoration:none;cursor:pointer;transition:background .2s ease,transform .2s ease}.store-strips__item-link:hover{background:var(--primary-dark,#1d4ed8);transform:scale(1.05)}.store-strips__item--skeleton{background:rgba(51,65,85,.4)}.store-strips__item--skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.04),transparent);animation:store-strip-shine 1.5s ease-in-out infinite}@keyframes store-strip-shine{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@media (max-width:768px){.store-strips__item{width:160px;height:90px}.store-strips__row--left .store-strips__track,.store-strips__row--right .store-strips__track{animation-duration:75s}}