.stores-page{min-height:calc(100vh - 200px);background:#ffffff}.stores-hero{background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url(/images/stores-hero.jpg) 50%/cover no-repeat;background-color:#1a1a1a;min-height:280px;display:flex;align-items:center;justify-content:center;text-align:center;padding:60px 20px}.stores-hero-content h1{font-size:2.8rem;font-weight:300;color:white;margin-bottom:15px;letter-spacing:-1px}.stores-hero-content p{color:rgba(255,255,255,.85);font-size:1.15rem;max-width:500px;margin:0 auto}.stores-container{max-width:1200px;margin:0 auto;padding:60px 20px}.stores-intro{text-align:center;max-width:700px;margin:0 auto 50px}.stores-intro p{color:#555;font-size:1.05rem;line-height:1.7}.stores-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:30px;margin-bottom:60px}.store-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e5e5;text-decoration:none;transition:all .3s ease;overflow:hidden}.store-card:hover{border-color:var(--primary-color,#1a1a1a);box-shadow:0 8px 30px rgba(0,0,0,.08);transform:translateY(-4px)}.store-card-content{padding:25px;display:flex;flex-direction:column;flex-grow:1}.store-card-content h2{font-size:1.2rem;font-weight:600;color:var(--primary-color,#1a1a1a);margin-bottom:15px;letter-spacing:-.3px}.store-card-info{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;flex-grow:1}.store-card-address,.store-card-hours{display:flex;align-items:flex-start;gap:10px;color:#666;font-size:.9rem;line-height:1.4}.store-card-address svg,.store-card-hours svg{flex-shrink:0;margin-top:2px;color:#999}.store-card-action{display:flex;align-items:center;justify-content:space-between;padding-top:15px;border-top:1px solid #eee;color:var(--primary-color,#1a1a1a);font-size:.9rem;font-weight:500}.store-card-action svg{transition:transform .2s}.store-card:hover .store-card-action svg{transform:translateX(5px)}.stores-cta{background:#f8f8f8;border:1px solid #e5e5e5;padding:50px;text-align:center;margin-bottom:50px}.stores-cta h2{font-size:1.5rem;font-weight:600;color:var(--primary-color,#1a1a1a);margin-bottom:15px}.stores-cta p{color:#666;font-size:1rem;margin-bottom:25px;max-width:450px;margin-left:auto;margin-right:auto}.btn-retiros{display:inline-block;padding:14px 30px;background:var(--primary-color,#1a1a1a);color:white;text-decoration:none;font-size:.95rem;font-weight:500;transition:background .2s}.btn-retiros:hover{background:#333}.stores-contact{text-align:center;padding:40px 0}.stores-contact h2{font-size:1.3rem;font-weight:600;color:var(--primary-color,#1a1a1a);margin-bottom:10px}.stores-contact p{color:#666;font-size:.95rem;margin-bottom:20px}.stores-contact .btn-whatsapp{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:#25D366;color:white;text-decoration:none;font-size:.95rem;font-weight:500;transition:background .2s}.stores-contact .btn-whatsapp:hover{background:#1da851}@media (max-width:768px){.stores-hero{min-height:220px}.stores-hero-content h1{font-size:2rem}.stores-hero-content p{font-size:1rem}.stores-container{padding:40px 15px}.stores-grid{grid-template-columns:1fr;gap:20px}.stores-cta{padding:35px 20px}.stores-cta h2{font-size:1.3rem}}@media (max-width:480px){.store-card-content{padding:20px}.store-card-content h2{font-size:1.1rem}}