.official-shops-section{background:linear-gradient(180deg,#fff,#fafafa);padding:3rem 0}.official-shops-category{margin-bottom:2.5rem}.official-shops-category-title{font-size:1.1rem;font-weight:600;color:#374151;margin-bottom:1rem;text-align:center;text-transform:uppercase;letter-spacing:.05em}.marquee-row{overflow:hidden;width:100%;position:relative}.marquee-track{display:flex;gap:1rem;animation:marquee-scroll 30s linear infinite;width:max-content}.marquee-row:hover .marquee-track{animation-play-state:paused}.marquee-brand{flex-shrink:0;padding:.7rem 1.5rem;border-radius:9999px;border:1.5px solid #e5e7eb;background:#fff;color:#374151;font-weight:600;font-size:.85rem;text-decoration:none;white-space:nowrap;transition:all .2s;cursor:pointer}.marquee-brand:hover{border-color:#ec4899;background:#fdf2f8;color:#be185d}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.marquee-brand{padding:.5rem 1.2rem;font-size:.8rem}.marquee-track{animation-duration:20s}}