/* Rossetti Sanitarios — estilos base tomados de mockup_v3 (6/5/2026).
   Todo lo agregado para el sitio real (tienda, carrito, panel público) va al final. */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:#222;background:#fff;line-height:1.5}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}
button{cursor:pointer;font-family:inherit;border:none;background:none}

/* TOPBAR */
.topbar{background:#1a2744;color:#fff;font-size:0.75rem;padding:0.4rem 0}
.topbar-inner{max-width:1280px;margin:0 auto;padding:0 1.25rem;display:flex;justify-content:space-between;align-items:center;gap:0.5rem;flex-wrap:wrap}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}
.topbar-left span,.topbar-right span,.topbar-right a{display:flex;align-items:center;gap:0.3rem;color:#fff;opacity:0.9}
.topbar-right a:hover{opacity:1;color:#b8974a}

/* HEADER */
.site-header{background:#fff;border-bottom:1px solid #e8e6e0;position:sticky;top:0;z-index:100;transition:box-shadow 0.2s}
.site-header.scrolled{box-shadow:0 2px 8px rgba(0,0,0,.1)}
.header-inner{max-width:1280px;margin:0 auto;padding:0.75rem 1.25rem;display:flex;align-items:center;gap:1.5rem}
.logo-wrap{flex-shrink:0}
.logo-wrap img{height:52px;width:auto;object-fit:contain}
.logo-fallback{font-size:1.1rem;font-weight:700;color:#1a2744;white-space:nowrap}
.search-wrap{flex:1;display:flex;max-width:600px}
.search-wrap input{flex:1;border:1.5px solid #d0cec8;border-right:none;padding:0.55rem 0.9rem;font-size:0.9rem;font-family:inherit;border-radius:2px 0 0 2px;outline:none;transition:border-color 0.2s}
.search-wrap input:focus{border-color:#1a2744}
.search-wrap button{background:#1a2744;color:#fff;border:none;padding:0 1rem;border-radius:0 2px 2px 0;cursor:pointer;transition:background 0.2s;flex-shrink:0}
.search-wrap button:hover{background:#b8974a}
.search-wrap button svg{display:block}
.header-icons{display:flex;align-items:center;gap:0.25rem;flex-shrink:0}
.icon-btn{display:flex;flex-direction:column;align-items:center;gap:0.2rem;padding:0.5rem 0.6rem;border-radius:2px;transition:background 0.15s;cursor:pointer;position:relative;background:none;border:none;color:#222;font-size:0.65rem}
.icon-btn:hover{background:#f5f4f2;color:#1a2744}
.icon-btn svg{width:20px;height:20px}
.cart-badge{position:absolute;top:4px;right:4px;background:#e63535;color:#fff;border-radius:50%;width:16px;height:16px;font-size:0.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}

/* NAV CATEGORÍAS */
.cat-nav{background:#f5f4f2;border-bottom:1px solid #e0ddd6}
.cat-nav-inner{max-width:1280px;margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;gap:0;overflow-x:auto;scrollbar-width:none}
.cat-nav-inner::-webkit-scrollbar{display:none}
.cat-nav a{display:block;padding:0.65rem 0.9rem;font-size:0.82rem;font-weight:500;color:#444;white-space:nowrap;border-bottom:2px solid transparent;transition:color 0.15s,border-color 0.15s}
.cat-nav a:hover,.cat-nav a.active{color:#1a2744;border-bottom-color:#b8974a}
.cat-nav a.ofertas{color:#e63535;font-weight:600}
.cat-nav a.ofertas:hover{color:#c02020;border-bottom-color:#e63535}
.hamburger{display:none;background:none;border:none;padding:0.5rem;cursor:pointer;flex-shrink:0}
.hamburger span{display:block;width:22px;height:2px;background:#222;margin:4px 0;transition:0.2s}
.mobile-nav{display:none;background:#f5f4f2;border-top:1px solid #e0ddd6;padding:0.5rem 0}
.mobile-nav a{display:block;padding:0.6rem 1.25rem;font-size:0.9rem;color:#333}
.mobile-nav a.ofertas{color:#e63535;font-weight:600}

/* PROMO BANNER */
.promo-banner{background:#1a2744;color:#fff;padding:0.85rem 0}
.promo-inner{max-width:1280px;margin:0 auto;padding:0 1.25rem;display:flex;justify-content:center;align-items:center;gap:0;flex-wrap:wrap}
.promo-item{display:flex;align-items:center;gap:0.5rem;padding:0.3rem 2rem;font-size:0.82rem}
.promo-item+.promo-item{border-left:1px solid rgba(255,255,255,.2)}
.promo-item strong{font-weight:700}

/* HERO GRID */
.hero-grid{max-width:1280px;margin:1.5rem auto 0;padding:0 1.25rem;display:grid;grid-template-columns:60% 40%;gap:0.75rem}
.hero-main{border-radius:3px;overflow:hidden;position:relative;min-height:320px;background:linear-gradient(135deg,#0d1b38 0%,#1a2744 60%,#243363 100%);display:flex;align-items:flex-end;padding:2rem}
.hero-main-content{position:relative;z-index:2;max-width:320px}
.hero-label{font-size:0.7rem;font-weight:700;letter-spacing:0.1em;color:#b8974a;text-transform:uppercase;margin-bottom:0.5rem}
.hero-main h1{font-size:1.9rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:0.5rem}
.hero-main p{font-size:0.9rem;color:rgba(255,255,255,.75);margin-bottom:1.25rem}
.btn-gold{display:inline-block;background:#b8974a;color:#fff;padding:0.6rem 1.3rem;font-size:0.85rem;font-weight:600;border-radius:2px;border:none;cursor:pointer;transition:background 0.2s}
.btn-gold:hover{background:#a07c35}
.hero-main-img{position:absolute;right:1.5rem;bottom:0;top:0;width:45%;display:flex;align-items:center;justify-content:center;opacity:0.22}
.hero-side{display:flex;flex-direction:column;gap:0.75rem}
.hero-sub{border-radius:3px;overflow:hidden;flex:1;display:flex;align-items:flex-end;padding:1.25rem;position:relative;min-height:0}
.hero-sub-top{background:linear-gradient(135deg,#e8d9b5 0%,#d4b870 100%)}
.hero-sub-bottom{background:linear-gradient(135deg,#e8e5df 0%,#d0ccc2 100%)}
.hero-sub-content{position:relative;z-index:2}
.hero-sub h3{font-size:1rem;font-weight:700;margin-bottom:0.2rem}
.hero-sub-top h3{color:#1a2744}
.hero-sub-bottom h3{color:#333}
.hero-sub p{font-size:0.78rem;margin-bottom:0.75rem}
.hero-sub-top p{color:#3d2c0a}
.hero-sub-bottom p{color:#555}
.btn-sm-navy{display:inline-block;background:#1a2744;color:#fff;padding:0.4rem 0.9rem;font-size:0.78rem;font-weight:600;border-radius:2px;border:none;cursor:pointer;transition:background 0.2s}
.btn-sm-navy:hover{background:#b8974a}
.btn-sm-dark{display:inline-block;background:#333;color:#fff;padding:0.4rem 0.9rem;font-size:0.78rem;font-weight:600;border-radius:2px;border:none;cursor:pointer;transition:background 0.2s}
.btn-sm-dark:hover{background:#1a2744}
.hero-sub-img{position:absolute;right:1rem;top:50%;transform:translateY(-50%);opacity:0.18}

/* PRODUCTOS DESTACADOS */
.products-section{max-width:1280px;margin:3rem auto 0;padding:0 1.25rem}
.section-header{margin-bottom:1.25rem}
.section-label{font-size:0.7rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:#b8974a;display:block;margin-bottom:0.3rem}
.section-title{font-size:1.5rem;font-weight:700;color:#1a2744}
.product-tabs{display:flex;gap:0.5rem;margin-top:1rem;flex-wrap:wrap}
.tab-btn{padding:0.4rem 0.9rem;font-size:0.8rem;font-weight:500;border:1.5px solid #d0cec8;border-radius:2px;background:#fff;color:#555;cursor:pointer;transition:all 0.15s}
.tab-btn.active,.tab-btn:hover{background:#1a2744;color:#fff;border-color:#1a2744}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.25rem}
.product-card{background:#fff;border:1px solid #e8e6e0;border-radius:2px;overflow:hidden;transition:transform 0.2s,box-shadow 0.2s;position:relative}
.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}
.product-img{position:relative;background:#f5f4f2;aspect-ratio:1/1;overflow:hidden;display:flex;align-items:center;justify-content:center}
.product-img svg{opacity:0.18}
.product-img .cat-label{position:absolute;bottom:0.5rem;left:0.5rem;background:rgba(255,255,255,.9);font-size:0.62rem;font-weight:600;padding:0.15rem 0.4rem;border-radius:2px;color:#555;text-transform:uppercase;letter-spacing:0.05em}
.badge{position:absolute;top:0.5rem;left:0.5rem;font-size:0.62rem;font-weight:700;padding:0.2rem 0.4rem;border-radius:2px;text-transform:uppercase;letter-spacing:0.05em;z-index:2}
.badge-oferta{background:#e63535;color:#fff}
.badge-nuevo{background:#1a2744;color:#fff}
.badge-pct{background:#e63535;color:#fff}
.wishlist-btn{position:absolute;top:0.5rem;right:0.5rem;background:rgba(255,255,255,.9);border:none;border-radius:2px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background 0.15s}
.wishlist-btn:hover{background:#fff}
.wishlist-btn svg{width:14px;height:14px;color:#999}
.wishlist-btn.active svg{color:#e63535;fill:#e63535}
.product-body{padding:0.7rem}
.product-brand{font-size:0.68rem;color:#999;font-weight:500;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.2rem}
.product-name{font-size:0.85rem;font-weight:600;color:#222;line-height:1.35;margin-bottom:0.35rem}
.product-rating{display:flex;align-items:center;gap:0.3rem;margin-bottom:0.4rem}
.stars{color:#f5a623;font-size:0.75rem;letter-spacing:0.05em}
.reviews{font-size:0.7rem;color:#999}
.product-price{margin-bottom:0.6rem}
.price-old{font-size:0.78rem;color:#999;text-decoration:line-through;margin-right:0.3rem}
.price-current{font-size:1.05rem;font-weight:700;color:#1a2744}
.price-only{font-size:1.05rem;font-weight:700;color:#1a2744}
.btn-cart{width:100%;padding:0.55rem;background:#1a2744;color:#fff;font-size:0.8rem;font-weight:600;border:none;border-radius:2px;cursor:pointer;transition:background 0.2s}
.btn-cart:hover{background:#b8974a}
.btn-cart.added{background:#2e7d32}

/* BANNER FULL WIDTH */
.full-banner{background:#f5f4f2;margin:3rem 0 0;padding:2.5rem 0}
.full-banner-inner{max-width:1280px;margin:0 auto;padding:0 1.25rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}
.full-banner-text h2{font-size:1.5rem;font-weight:700;color:#1a2744;margin-bottom:0.6rem;line-height:1.3}
.full-banner-text p{font-size:0.9rem;color:#555;margin-bottom:1.25rem;line-height:1.6}
.btn-navy{display:inline-block;background:#1a2744;color:#fff;padding:0.65rem 1.4rem;font-size:0.85rem;font-weight:600;border-radius:2px;border:none;cursor:pointer;transition:background 0.2s}
.btn-navy:hover{background:#b8974a}
.full-banner-img{background:#e0ddd6;border-radius:3px;height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.full-banner-img svg{opacity:0.3}

/* CATEGORÍAS GRID */
.cat-section{max-width:1280px;margin:3rem auto 0;padding:0 1.25rem}
.cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:0.75rem;margin-top:1.25rem}
.cat-card{background:#fff;border:1px solid #e8e6e0;border-radius:2px;padding:1.25rem 0.75rem;text-align:center;cursor:pointer;transition:transform 0.2s,box-shadow 0.2s}
.cat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:#b8974a}
.cat-card svg{width:36px;height:36px;color:#1a2744;margin:0 auto 0.6rem;display:block}
.cat-card-name{font-size:0.82rem;font-weight:600;color:#222;margin-bottom:0.2rem}
.cat-card-count{font-size:0.7rem;color:#999}

/* MARCAS */
.brands-section{background:#f5f4f2;margin:3rem 0 0;padding:2.5rem 0}
.brands-inner{max-width:1280px;margin:0 auto;padding:0 1.25rem}
.brands-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:0.75rem;margin-top:1.25rem}
.brand-card{background:#fff;border:1px solid #e8e6e0;border-radius:2px;padding:0.9rem 0.5rem;text-align:center;font-size:0.85rem;font-weight:700;color:#555;letter-spacing:0.03em;transition:all 0.2s;cursor:pointer}
.brand-card:hover{border-color:#b8974a;color:#1a2744;box-shadow:0 2px 8px rgba(0,0,0,.08)}

/* FOOTER */
.footer{background:#fff;border-top:1px solid #e8e6e0;padding:3rem 0 0}
.footer-inner{max-width:1280px;margin:0 auto;padding:0 1.25rem;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:2rem}
.footer-logo img{height:44px;width:auto;object-fit:contain;margin-bottom:0.75rem}
.footer-logo .logo-fallback{font-size:1rem;font-weight:700;color:#1a2744;margin-bottom:0.75rem;display:block}
.footer-tagline{font-size:0.78rem;font-weight:600;color:#b8974a;margin-bottom:0.5rem}
.footer-desc{font-size:0.8rem;color:#666;line-height:1.6;margin-bottom:1rem}
.social-icons{display:flex;gap:0.5rem}
.social-btn{width:32px;height:32px;border-radius:50%;background:#1a2744;color:#fff;display:flex;align-items:center;justify-content:center;transition:background 0.2s}
.social-btn:hover{background:#b8974a}
.social-btn svg{width:15px;height:15px}
.footer-col h4{font-size:0.85rem;font-weight:700;color:#1a2744;margin-bottom:0.9rem;padding-bottom:0.5rem;border-bottom:2px solid #b8974a;display:inline-block}
.footer-col ul li{margin-bottom:0.4rem}
.footer-col ul li a{font-size:0.82rem;color:#555;transition:color 0.15s}
.footer-col ul li a:hover{color:#b8974a}
.footer-contact-item{display:flex;align-items:flex-start;gap:0.5rem;font-size:0.82rem;color:#555;margin-bottom:0.5rem}
.footer-contact-item svg{width:14px;height:14px;flex-shrink:0;margin-top:0.15rem;color:#b8974a}
.footer-bottom{background:#1a2744;color:#fff;margin-top:2.5rem;padding:0.85rem 0}
.footer-bottom-inner{max-width:1280px;margin:0 auto;padding:0 1.25rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:0.5rem}
.footer-bottom-inner p{font-size:0.75rem;opacity:0.8}
.footer-bottom-inner a{color:#b8974a;font-size:0.75rem}
.footer-bottom-inner a:hover{color:#fff}

/* MEDIA QUERIES */
@media(max-width:1024px){
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .cat-grid{grid-template-columns:repeat(3,1fr)}
  .brands-grid{grid-template-columns:repeat(4,1fr)}
  .footer-inner{grid-template-columns:1fr 1fr}
  .hero-main h1{font-size:1.5rem}
}
@media(max-width:768px){
  .topbar-right .topbar-hours{display:none}
  .header-inner{flex-wrap:wrap;gap:0.75rem}
  .search-wrap{order:3;flex-basis:100%}
  .logo-wrap{flex:1}
  .cat-nav-inner{display:none}
  .hamburger{display:block}
  .hero-grid{grid-template-columns:1fr;grid-template-rows:auto auto}
  .hero-side{flex-direction:row}
  .hero-main{min-height:240px}
  .hero-main h1{font-size:1.3rem}
  .hero-main-img{display:none}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .promo-inner{flex-direction:column;gap:0.5rem}
  .promo-item{padding:0.2rem 1rem;border-left:none!important}
  .full-banner-inner{grid-template-columns:1fr}
  .full-banner-img{display:none}
  .cat-grid{grid-template-columns:repeat(3,1fr)}
  .brands-grid{grid-template-columns:repeat(4,1fr)}
  .footer-inner{grid-template-columns:1fr 1fr;gap:1.5rem}
  .footer-bottom-inner{justify-content:center;text-align:center}
}
@media(max-width:480px){
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .cat-grid{grid-template-columns:repeat(2,1fr)}
  .brands-grid{grid-template-columns:repeat(3,1fr)}
  .footer-inner{grid-template-columns:1fr}
  .hero-side{flex-direction:column}
}

/* SHOWROOM */
.showroom-section{background:#f5f4f2;padding:3.5rem 0}
.showroom-inner{max-width:1280px;margin:0 auto;padding:0 1.25rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.showroom-info{}
.showroom-eyebrow{font-size:0.7rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:#b8974a;margin-bottom:0.5rem}
.showroom-info h2{font-size:1.7rem;font-weight:700;color:#1a2744;line-height:1.2;margin-bottom:1rem}
.showroom-info p{color:#555;font-size:0.92rem;line-height:1.65;margin-bottom:1.5rem;max-width:420px}
.showroom-details{display:flex;flex-direction:column;gap:0.75rem;margin-bottom:1.75rem}
.showroom-detail{display:flex;align-items:flex-start;gap:0.7rem;font-size:0.88rem;color:#333}
.showroom-detail svg{flex-shrink:0;color:#b8974a;margin-top:1px}
.showroom-detail strong{display:block;font-weight:600;color:#1a2744;font-size:0.82rem;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.1rem}
.showroom-btns{display:flex;gap:0.75rem;flex-wrap:wrap}
.btn-navy{display:inline-flex;align-items:center;gap:0.4rem;background:#1a2744;color:#fff;padding:0.65rem 1.3rem;font-size:0.85rem;font-weight:600;border-radius:2px;border:none;cursor:pointer;transition:background 0.2s;text-decoration:none}
.btn-navy:hover{background:#b8974a}
.btn-outline{display:inline-flex;align-items:center;gap:0.4rem;background:transparent;color:#1a2744;padding:0.65rem 1.3rem;font-size:0.85rem;font-weight:600;border-radius:2px;border:1.5px solid #1a2744;cursor:pointer;transition:all 0.2s;text-decoration:none}
.btn-outline:hover{background:#1a2744;color:#fff}
.showroom-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,160px);gap:0.5rem}
.showroom-photo{border-radius:3px;overflow:hidden;position:relative;cursor:pointer}
.showroom-photo:first-child{grid-column:span 2;grid-row:span 1}
.showroom-photo-inner{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.5rem;transition:transform 0.3s}
.showroom-photo:hover .showroom-photo-inner{transform:scale(1.04)}
.showroom-photo span{font-size:0.72rem;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;opacity:0.7}
@media(max-width:768px){
  .showroom-inner{grid-template-columns:1fr}
  .showroom-gallery{grid-template-rows:repeat(2,130px)}
  .showroom-info p{max-width:100%}
}

/* INSTAGRAM */
.instagram-section{padding:3.5rem 0;background:#fff}
.instagram-inner{max-width:1280px;margin:0 auto;padding:0 1.25rem}
.instagram-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}
.instagram-title{display:flex;align-items:center;gap:0.75rem}
.instagram-title h2{font-size:1.4rem;font-weight:700;color:#1a2744}
.instagram-handle{font-size:0.85rem;color:#b8974a;font-weight:600}
.ig-icon{width:36px;height:36px;background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.instagram-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:0.4rem}
.ig-post{position:relative;aspect-ratio:1;overflow:hidden;border-radius:2px;cursor:pointer}
.ig-post-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform 0.3s}
.ig-post:hover .ig-post-inner{transform:scale(1.06)}
.ig-overlay{position:absolute;inset:0;background:rgba(26,39,68,.55);display:flex;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:opacity 0.25s}
.ig-post:hover .ig-overlay{opacity:1}
.ig-stat{display:flex;align-items:center;gap:0.3rem;color:#fff;font-size:0.82rem;font-weight:600}
@media(max-width:768px){
  .instagram-grid{grid-template-columns:repeat(3,1fr)}
  .instagram-grid .ig-post:nth-child(n+4){display:none}
}

/* ==========================================================================
   Sitio real: imágenes reales, tienda, carrito, filtros y fichas.
   ========================================================================== */

/* --- correcciones sobre la base del mockup --- */
.product-card{display:flex;flex-direction:column}
.product-card .product-img{display:flex;align-items:center;justify-content:center}
.product-card .product-img img{width:100%;height:100%;object-fit:contain;padding:0.75rem;mix-blend-mode:multiply}
.product-card .product-body{display:flex;flex-direction:column;flex:1}
.product-card .product-name{min-height:2.3em}
.product-card .product-name a{color:inherit}
.product-card .product-name a:hover{color:#b8974a}
.product-card .btn-cart{margin-top:auto}
.product-card.sin-stock .product-img{opacity:.72}
.badge-stock{background:#555;color:#fff;top:auto;bottom:.5rem;left:.5rem}
.price-consultar{font-size:.92rem;font-weight:600;color:#1a2744}
.btn-cart-wa{display:flex;align-items:center;justify-content:center;gap:.4rem;text-decoration:none;background:#2e7d32}
.btn-cart-wa:hover{background:#1a2744}
.section-more{margin-top:1.5rem;text-align:center}
.cat-card{display:block;color:inherit}
.cat-card img{height:56px;width:auto;margin:0 auto .6rem;object-fit:contain}
.brand-card{display:flex;align-items:center;justify-content:center;min-height:56px;color:inherit}
.brand-card img{max-height:34px;width:auto;object-fit:contain}
.full-banner-img img{width:100%;height:100%;object-fit:cover}
.showroom-photo-cap{position:absolute;left:.6rem;bottom:.5rem;background:rgba(255,255,255,.9);color:#1a2744;font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.15rem .45rem;border-radius:2px}
.hero-main{background-color:#1a2744}

/* Instagram real (sin métricas inventadas) */
.ig-post img.ig-post-inner{object-fit:cover}
.ig-post-vacio{background:#f5f4f2;color:rgba(26,39,68,.35)}
.ig-overlay{gap:.4rem;font-size:.78rem;font-weight:600;color:#fff}
.ig-vacio-nota{color:#666;font-size:.9rem;max-width:640px}

/* Aviso de tienda apagada */
.aviso-tienda{background:#fdf6e3;border-bottom:1px solid #eadfbf}
.aviso-tienda-inner{max-width:1280px;margin:0 auto;padding:.7rem 1.25rem;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;font-size:.86rem;color:#5c4a12}
.aviso-tienda-inner svg{color:#b8974a;flex-shrink:0}
.aviso-tienda-inner span{flex:1;min-width:220px}

/* Botón flotante de WhatsApp */
.wa-float{position:fixed;right:1rem;bottom:1rem;width:52px;height:52px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.22);z-index:120;transition:transform .18s}
.wa-float:hover{transform:scale(1.06)}

/* --- carrito lateral --- */
[hidden]{display:none!important}
.drawer-backdrop{position:fixed;inset:0;background:rgba(10,16,30,.45);z-index:130;animation:fade .18s ease}
@keyframes fade{from{opacity:0}to{opacity:1}}
.cart-drawer{position:fixed;top:0;right:0;height:100%;width:min(400px,92vw);background:#fff;z-index:140;display:flex;flex-direction:column;box-shadow:-6px 0 24px rgba(0,0,0,.18);animation:slidein .22s ease}
@keyframes slidein{from{transform:translateX(100%)}to{transform:translateX(0)}}
.cart-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.1rem;border-bottom:1px solid #e8e6e0}
.cart-drawer-head strong{font-size:1rem;color:#1a2744}
.drawer-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:2px;color:#555}
.drawer-close:hover{background:#f5f4f2;color:#1a2744}
.cart-drawer-body{flex:1;overflow-y:auto;padding:.75rem 1.1rem}
.cart-item{display:grid;grid-template-columns:1fr auto;gap:.35rem .75rem;padding:.75rem 0;border-bottom:1px solid #f0eee9}
.cart-item-nombre{font-size:.85rem;font-weight:600;color:#222;line-height:1.35}
.cart-item-cod{font-size:.7rem;color:#999;margin-top:.15rem}
.cart-item-precio{font-size:.9rem;font-weight:700;color:#1a2744;white-space:nowrap}
.cart-item-ctrl{display:flex;align-items:center;gap:.4rem;grid-column:1/-1}
.qty{display:flex;align-items:center;border:1px solid #d0cec8;border-radius:2px}
.qty button{width:26px;height:26px;display:flex;align-items:center;justify-content:center;color:#555}
.qty button:hover{background:#f5f4f2;color:#1a2744}
.qty span{min-width:28px;text-align:center;font-size:.82rem;font-weight:600}
.cart-item-del{color:#b33;font-size:.75rem;margin-left:auto}
.cart-item-del:hover{text-decoration:underline}
.cart-vacio{color:#888;font-size:.88rem;text-align:center;padding:2.5rem 1rem}
.cart-drawer-foot{border-top:1px solid #e8e6e0;padding:1rem 1.1rem}
.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}
.cart-total span{font-size:.85rem;color:#555}
.cart-total strong{font-size:1.2rem;color:#1a2744}
.cart-nota{font-size:.72rem;color:#888;line-height:1.5;margin-bottom:.75rem}
.btn-block{display:flex;width:100%;justify-content:center}
.btn-linkish{display:block;width:100%;text-align:center;margin-top:.5rem;font-size:.75rem;color:#999}
.btn-linkish:hover{color:#b33;text-decoration:underline}

/* Aviso flotante al agregar al carrito */
.toast{position:fixed;left:50%;bottom:1.5rem;transform:translateX(-50%);background:#1a2744;color:#fff;font-size:.85rem;padding:.65rem 1.1rem;border-radius:3px;z-index:150;box-shadow:0 4px 16px rgba(0,0,0,.25)}

/* --- tienda --- */
.breadcrumbs{max-width:1280px;margin:1rem auto 0;padding:0 1.25rem;font-size:.75rem;color:#888;display:flex;gap:.35rem;flex-wrap:wrap}
.breadcrumbs a{color:#888}
.breadcrumbs a:hover{color:#b8974a}
.shop-wrap{max-width:1280px;margin:1.25rem auto 0;padding:0 1.25rem;display:grid;grid-template-columns:238px 1fr;gap:1.5rem;align-items:start}
.shop-side{border:1px solid #e8e6e0;border-radius:2px;padding:1rem;background:#fff;position:sticky;top:86px}
.shop-side h3{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#1a2744;margin-bottom:.6rem}
.shop-side h3+h3{margin-top:1.25rem}
.filtro-lista{max-height:42vh;overflow-y:auto;margin:-.25rem 0}
.filtro-lista a{display:flex;justify-content:space-between;gap:.5rem;padding:.3rem 0;font-size:.82rem;color:#555}
.filtro-lista a:hover{color:#b8974a}
.filtro-lista a.on{color:#1a2744;font-weight:700}
.filtro-lista .n{color:#aaa;font-size:.72rem}
.shop-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}
.shop-head h1{font-size:1.4rem;font-weight:700;color:#1a2744}
.shop-head .total{font-size:.8rem;color:#888;margin-top:.2rem}
.shop-tools{display:flex;align-items:center;gap:.5rem}
.shop-tools select{border:1.5px solid #d0cec8;border-radius:2px;padding:.45rem .6rem;font-size:.8rem;font-family:inherit;color:#333;background:#fff}
.chips{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1rem}
.chip{display:inline-flex;align-items:center;gap:.35rem;background:#f5f4f2;border:1px solid #e0ddd6;border-radius:2px;padding:.25rem .55rem;font-size:.75rem;color:#444}
.chip a{color:#999;display:flex}
.chip a:hover{color:#b33}
.shop-wrap .product-grid{grid-template-columns:repeat(4,1fr);margin-top:0}
.vacio{border:1px dashed #d8d5cd;border-radius:3px;padding:3rem 1.5rem;text-align:center;color:#777}
.vacio strong{display:block;color:#1a2744;font-size:1rem;margin-bottom:.4rem}
.paginacion{display:flex;justify-content:center;align-items:center;gap:.35rem;margin:2rem 0 0;flex-wrap:wrap}
.paginacion a,.paginacion span{min-width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid #e0ddd6;border-radius:2px;font-size:.82rem;color:#555;padding:0 .5rem}
.paginacion a:hover{border-color:#b8974a;color:#1a2744}
.paginacion .on{background:#1a2744;border-color:#1a2744;color:#fff;font-weight:600}
.side-toggle{display:none}

/* --- ficha de producto --- */
.prod-wrap{max-width:1280px;margin:1.25rem auto 0;padding:0 1.25rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2.5rem;align-items:start}
.prod-foto{background:#f5f4f2;border:1px solid #e8e6e0;border-radius:3px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.prod-foto img{width:100%;height:100%;object-fit:contain;padding:1.5rem;mix-blend-mode:multiply}
.prod-info h1{font-size:1.6rem;font-weight:700;color:#1a2744;line-height:1.25;margin-bottom:.5rem}
.prod-marca{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#b8974a;margin-bottom:.35rem}
.prod-cod{font-size:.75rem;color:#999;margin-bottom:1rem}
.prod-precio{display:flex;align-items:baseline;gap:.6rem;margin:1rem 0}
.prod-precio .price-current{font-size:1.8rem}
.prod-stock{font-size:.8rem;margin-bottom:1rem}
.prod-stock.hay{color:#2e7d32}
.prod-stock.no{color:#b33}
.prod-acciones{display:flex;gap:.6rem;flex-wrap:wrap;margin:1.25rem 0}
.prod-desc{font-size:.9rem;color:#555;line-height:1.65;border-top:1px solid #e8e6e0;padding-top:1.25rem;margin-top:1.25rem}
.prod-ficha{width:100%;border-collapse:collapse;margin-top:1rem;font-size:.85rem}
.prod-ficha th,.prod-ficha td{text-align:left;padding:.5rem .25rem;border-bottom:1px solid #f0eee9}
.prod-ficha th{color:#888;font-weight:500;width:38%}
.relacionados{max-width:1280px;margin:3rem auto 0;padding:0 1.25rem}

/* --- contacto --- */
.pagina{max-width:1280px;margin:2rem auto 0;padding:0 1.25rem}
.pagina h1{font-size:1.6rem;font-weight:700;color:#1a2744;margin-bottom:1rem}
.contacto-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;margin-top:1.5rem}
.contacto-datos .showroom-detail{margin-bottom:.9rem}
.mapa{border:1px solid #e8e6e0;border-radius:3px;overflow:hidden;aspect-ratio:16/10}
.mapa iframe{width:100%;height:100%;border:0;display:block}

@media(max-width:1024px){
  .shop-wrap{grid-template-columns:1fr}
  .shop-side{position:static;max-height:none}
  .shop-wrap .product-grid{grid-template-columns:repeat(3,1fr)}
  .prod-wrap{grid-template-columns:1fr;gap:1.5rem}
  .contacto-grid{grid-template-columns:1fr}
}
@media(max-width:768px){
  .shop-wrap .product-grid{grid-template-columns:repeat(2,1fr)}
  .side-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;border:1.5px solid #1a2744;color:#1a2744;background:#fff;border-radius:2px;padding:.55rem .8rem;font-size:.85rem;font-weight:600;margin-bottom:.75rem}
  .shop-side{display:none}
  .shop-side.abierto{display:block}
  .filtro-lista{max-height:38vh}
  .wa-float{width:46px;height:46px;right:.75rem;bottom:.75rem}
}
@media(max-width:480px){
  .shop-wrap .product-grid{grid-template-columns:repeat(2,1fr)}
  .prod-info h1{font-size:1.3rem}
}
