
:root{
  --red:#b30d20;
  --red-2:#d82138;
  --black:#111827;
  --text:#2f3744;
  --muted:#687385;
  --line:#e8ebef;
  --soft:#f7f8fa;
  --cream:#fff6ed;
  --white:#fff;
  --shadow:0 20px 60px rgba(17,24,39,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:#fff}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
.topbar{display:flex;gap:28px;justify-content:center;flex-wrap:wrap;background:var(--red);color:#fff;padding:9px 16px;font-size:13px;font-weight:800}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px clamp(16px,4vw,58px)}
.brand{display:flex;flex-direction:column;line-height:1}
.brand-main{font-family:"Playfair Display",serif;font-size:32px;font-weight:900;color:var(--black);letter-spacing:-.5px}
.brand-sub{font-size:12px;font-weight:900;letter-spacing:3px;color:var(--red);text-transform:uppercase;margin-top:4px}
.nav{display:flex;gap:24px;font-weight:800}
.nav a:hover{color:var(--red)}
.header-actions{display:flex;align-items:center;gap:10px}
.header-whatsapp{background:#fff;border:1px solid var(--line);padding:12px 16px;border-radius:999px;font-weight:900}
.cart-button{border:0;background:var(--black);color:#fff;border-radius:999px;padding:12px 16px;font-weight:900;cursor:pointer}
.cart-button strong{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;background:#fff;color:var(--black);border-radius:999px;margin-left:6px}
.menu-btn{display:none;border:0;background:var(--soft);border-radius:12px;padding:10px 12px;font-weight:900}
.kicker{display:block;color:var(--red);font-size:13px;letter-spacing:2.4px;text-transform:uppercase;font-weight:900;margin-bottom:10px}
h1,h2,h3{margin:0;color:var(--black);line-height:1.04}
h1{font-size:clamp(42px,6vw,78px);letter-spacing:-2.2px;max-width:780px}
h2{font-size:clamp(32px,4vw,54px);letter-spacing:-1.4px}
h3{font-size:26px;letter-spacing:-.7px}
p{line-height:1.65}
.hero{display:grid;grid-template-columns:1fr .95fr;gap:36px;align-items:center;padding:62px clamp(16px,5vw,78px) 38px;background:linear-gradient(180deg,#fff,#fafafa)}
.hero-copy p{max-width:680px;font-size:19px;color:var(--muted)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 22px;border-radius:999px;border:1px solid transparent;font-weight:900;cursor:pointer}
.primary{background:var(--red);color:#fff}
.primary:hover{background:#8f0a19}
.secondary{background:#fff;color:var(--black);border-color:var(--line)}
.white{background:#fff;color:var(--red)}
.danger{background:#fff0f2;color:var(--red);border-color:#ffd1d7}
.full{width:100%}
.hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:32px}
.hero-points div{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:var(--shadow)}
.hero-points strong{display:block;color:var(--black);font-size:18px}
.hero-points span{display:block;color:var(--muted);font-size:13px;margin-top:4px}
.hero-showcase{display:grid;gap:16px}
.showcase-card{border:1px solid var(--line);box-shadow:var(--shadow);border-radius:34px;padding:34px;background:#fff}
.showcase-card span,.mini-card span{display:block;color:var(--red);font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:2px;margin-bottom:10px}
.showcase-card strong{display:block;color:var(--black);font-size:40px;line-height:1.08;max-width:520px}
.showcase-card p{color:var(--muted);margin-bottom:0}
.showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.mini-card{min-height:155px;border:1px solid var(--line);border-radius:26px;padding:24px;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:space-between}
.mini-card strong{font-size:25px;line-height:1.1;color:var(--black)}
.mini-card.red{background:linear-gradient(160deg,#fff4f5,#ffe7ea)}
.mini-card.dark{background:linear-gradient(160deg,#171a23,#323949);border-color:#323949}
.mini-card.dark span,.mini-card.dark strong{color:#fff}
.mini-card.cream{background:linear-gradient(160deg,#fff7ed,#ffecd2)}
.mini-card.white{background:#fff}
.section-head{text-align:center;max-width:920px;margin:0 auto 26px}
.section-head p{color:var(--muted);margin:12px auto 0}
.brand-section{padding:56px clamp(16px,5vw,78px);background:#fff}
.brand-chips{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.brand-chips span{background:#fff;border:1px solid var(--line);padding:13px 17px;border-radius:999px;font-weight:900;box-shadow:0 10px 28px rgba(17,24,39,.06)}
.quick-cats{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;padding:18px clamp(16px,5vw,78px);background:#fafafa;border-block:1px solid var(--line)}
.quick-cats a{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;text-align:center;font-weight:900}
.quick-cats a:hover{background:var(--red);border-color:var(--red);color:#fff}
.catalog{padding:58px clamp(16px,5vw,78px)}
.tools{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:24px}
.tabs{display:flex;gap:10px;flex-wrap:wrap}
.tab{border:1px solid var(--line);background:#fff;border-radius:999px;padding:12px 16px;font-weight:900;cursor:pointer}
.tab.active{background:var(--red);color:#fff;border-color:var(--red)}
.search-sort{display:flex;gap:12px;flex-wrap:wrap}
.search-sort input,.search-sort select{border:1px solid var(--line);border-radius:14px;padding:14px 16px;background:#fff;min-width:250px}
.products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:var(--shadow)}
.product-visual{height:280px;position:relative;padding:18px;background:linear-gradient(180deg,#ffffff,#f8f9fb);border-bottom:1px solid var(--line)}
.product-img{width:100%;height:100%;object-fit:cover;border-radius:20px;display:block;cursor:pointer}
.no-image{height:100%;border:1px dashed rgba(104,115,133,.35);border-radius:22px;background:rgba(255,255,255,.72);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px}
.no-image strong{font-size:14px;color:var(--black);margin-bottom:6px}
.no-image span{font-size:12px;color:var(--muted);line-height:1.45}
.product-badge{position:absolute;left:16px;top:16px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;color:var(--black);box-shadow:0 8px 18px rgba(17,24,39,.06);z-index:2}
.gallery-thumbs{display:flex;gap:8px;position:absolute;left:18px;right:18px;bottom:18px;overflow:auto;padding:4px}
.thumb{width:50px;height:50px;flex:0 0 auto;border:2px solid #fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 16px rgba(17,24,39,.18);cursor:pointer;background:#fff}
.thumb.active{border-color:var(--red)}
.thumb img{width:100%;height:100%;object-fit:cover;display:block}
.product-info{padding:16px}
.product-info h4{margin:0 0 6px;color:var(--black);font-size:18px;line-height:1.3}
.meta{font-size:13px;color:var(--muted);margin-bottom:12px}
.price{display:flex;gap:8px;align-items:center;margin-bottom:14px}
.price strong{font-size:22px;color:var(--red)}
.price s{color:#9ca1a6}
.options{display:grid;gap:10px;margin-bottom:14px}
.options select{border:1px solid var(--line);border-radius:12px;padding:11px 12px;background:#fff}
.add-cart{width:100%;border:0;background:var(--black);color:#fff;border-radius:14px;padding:13px;font-weight:900;cursor:pointer}
.add-cart:hover{background:#000}
.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:0 clamp(16px,5vw,78px) 58px}
.benefits article{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:var(--shadow)}
.benefits span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:var(--red);color:#fff;font-weight:900;margin-bottom:12px}
.benefits p{color:var(--muted)}
.location{display:grid;grid-template-columns:.95fr 1.05fr;gap:26px;padding:58px clamp(16px,5vw,78px);background:#fafafa}
.location p{color:var(--muted)}
.info-list{display:grid;gap:12px;margin-top:18px}
.info-list div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px}
.info-list strong{display:block;color:var(--black)}
.info-list span{display:block;color:var(--muted);margin-top:4px}
.map-card{border:1px solid var(--line);border-radius:30px;background:linear-gradient(180deg,#fff,#f6f7f9);box-shadow:var(--shadow);padding:38px;display:flex;flex-direction:column;justify-content:center;min-height:350px}
.map-card span{display:block;color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:2px;font-size:12px;margin-bottom:12px}
.map-card strong{font-size:38px;color:var(--black);line-height:1}
.map-card p{max-width:500px}
.map-card a{color:var(--red);font-weight:900}
.final-cta{text-align:center;padding:72px 16px;background:linear-gradient(135deg,var(--red),#850012);color:#fff}
.final-cta span{display:block;font-size:13px;font-weight:900;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px}
.final-cta h2{color:#fff}
.final-cta p{color:#ffe6e9;max-width:620px;margin:12px auto 22px}
.footer{display:grid;grid-template-columns:1.4fr .6fr .6fr;gap:30px;padding:44px clamp(16px,5vw,78px);background:#11151a;color:#fff}
.footer-brand span{display:block;font-family:"Playfair Display",serif;font-size:32px;font-weight:900}
.footer-brand small{display:block;color:#ffb5bd;font-weight:900;letter-spacing:2px;text-transform:uppercase;margin-top:3px}
.footer p,.footer a{color:#cdd2d8}
.footer strong{display:block;margin-bottom:12px}
.footer a{display:block;margin:8px 0}
.cart-panel{position:fixed;top:0;right:-430px;width:min(430px,94vw);height:100vh;background:#fff;z-index:100;box-shadow:-20px 0 50px rgba(0,0,0,.18);transition:.28s ease;display:flex;flex-direction:column}
.cart-panel.open{right:0}
.cart-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--line)}
.cart-header h3{margin:0}
.cart-header button{border:0;background:var(--black);color:#fff;width:38px;height:38px;border-radius:999px;font-size:24px;cursor:pointer}
.cart-items{padding:16px;overflow:auto;flex:1}
.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:12px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;margin-bottom:10px}
.cart-mini{width:72px;height:72px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;text-align:center;padding:7px;border:1px solid var(--line);background:#f7f8fa;overflow:hidden}
.cart-mini img{width:100%;height:100%;object-fit:cover;border-radius:10px}
.cart-item h4{margin:0;font-size:14px}
.cart-item p{margin:4px 0;color:var(--muted);font-size:12px}
.cart-item button{border:0;background:#ffe8ec;color:var(--red);border-radius:10px;padding:9px 10px;cursor:pointer;font-weight:900}
.cart-footer{padding:18px 20px;border-top:1px solid var(--line)}
.total-line{display:flex;justify-content:space-between;font-size:18px;margin-bottom:14px}
.cart-footer p{font-size:12px;color:var(--muted);margin:12px 0 0}
.overlay{position:fixed;inset:0;background:rgba(0,0,0,.34);z-index:80;display:none}
.overlay.show{display:block}
.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:45;background:#25d366;color:#fff;border-radius:999px;padding:14px 18px;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.2)}
.empty{grid-column:1/-1;text-align:center;padding:42px;color:var(--muted)}
.gallery-modal{position:fixed;inset:0;background:rgba(0,0,0,.88);z-index:200;display:none;align-items:center;justify-content:center;padding:22px}
.gallery-modal.open{display:flex}
.gallery-modal img{max-width:96vw;max-height:88vh;border-radius:18px;box-shadow:0 20px 70px rgba(0,0,0,.4)}
.gallery-close{position:fixed;top:18px;right:18px;border:0;background:#fff;color:#111;width:42px;height:42px;border-radius:999px;font-size:30px;cursor:pointer}

/* Admin */
.admin-body{background:#f6f7f9}
.admin-header{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px clamp(16px,4vw,58px)}
.admin-header-actions{display:flex;gap:10px;flex-wrap:wrap}
.admin-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:22px;padding:28px clamp(16px,4vw,58px)}
.admin-card{background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);padding:24px}
.admin-title h1{font-size:46px}.admin-title.small h2{font-size:34px}.admin-title p{color:var(--muted)}
.admin-tools{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}
.file-label{position:relative;overflow:hidden}
.file-label input{position:absolute;inset:0;opacity:0;cursor:pointer}
.admin-list{display:grid;gap:12px}
.product-row{border:1px solid var(--line);border-radius:18px;padding:14px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}
.product-row strong{display:block;color:var(--black)}
.product-row span{display:block;color:var(--muted);font-size:13px;margin-top:4px}
.row-actions{display:flex;gap:8px}
.row-actions button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 12px;font-weight:800;cursor:pointer}
.row-actions .delete{color:var(--red);background:#fff0f2;border-color:#ffd1d7}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
label{display:grid;gap:7px;font-weight:800;color:var(--black)}
input,select{border:1px solid var(--line);border-radius:14px;padding:13px 14px;background:#fff}
.variants-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin:24px 0 12px}
.variants-head p{color:var(--muted);margin:6px 0 0}
.variants-box{display:grid;gap:14px}
.variant-card{border:1px solid var(--line);border-radius:20px;padding:16px;background:#fafafa}
.variant-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.variant-top h4{margin:0}
.variant-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.photo-upload-row{margin-top:14px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:10px;margin-top:12px}
.photo-item{position:relative;height:92px;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}
.photo-item img{width:100%;height:100%;object-fit:cover}
.photo-item button{position:absolute;top:6px;right:6px;border:0;background:rgba(17,24,39,.86);color:#fff;width:26px;height:26px;border-radius:999px;cursor:pointer}
.photo-empty{border:1px dashed rgba(104,115,133,.45);border-radius:14px;padding:16px;text-align:center;color:var(--muted);background:#fff}
.variant-actions{display:flex;justify-content:flex-end;margin-top:12px}
.remove-variant{border:1px solid #ffd1d7;background:#fff0f2;color:var(--red);border-radius:999px;padding:10px 14px;font-weight:900;cursor:pointer}
.form-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.hint{font-size:12px;color:var(--muted);line-height:1.45}

@media(max-width:1150px){.hero,.location,.footer,.admin-layout{grid-template-columns:1fr}.products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:850px){.menu-btn{display:block}.nav{display:none;position:absolute;top:82px;left:16px;right:16px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);flex-direction:column}.nav.open{display:flex}.header-whatsapp,.cart-button span{display:none}.brand-main{font-size:25px}.hero-points,.quick-cats,.benefits{grid-template-columns:1fr}.showcase-grid{grid-template-columns:1fr}.products{grid-template-columns:1fr}.search-sort{width:100%}.search-sort input,.search-sort select{min-width:unset;width:100%}.form-grid,.variant-grid{grid-template-columns:1fr}}
@media(max-width:540px){h1{font-size:42px}.footer{grid-template-columns:1fr}.admin-header{align-items:flex-start;flex-direction:column}}


/* V12 - precios por numeración */
.price-note{
  margin-top:-8px;
  margin-bottom:12px;
  color:var(--muted);
  font-size:12px;
  font-weight:700;
}
.price-groups-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin:16px 0 10px;
}
.price-groups-head strong{
  color:var(--black);
}
.small-btn{
  min-height:40px;
  padding:10px 14px;
  font-size:13px;
}
.price-groups{
  display:grid;
  gap:10px;
}
.price-group-card{
  display:grid;
  grid-template-columns:1fr 1.4fr .75fr .75fr auto;
  gap:10px;
  align-items:end;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:12px;
}
.price-group-card label{
  font-size:12px;
}
.price-group-card input{
  padding:11px 12px;
}
@media(max-width:1150px){
  .price-group-card{grid-template-columns:1fr 1fr;}
}
@media(max-width:720px){
  .price-groups-head{align-items:flex-start;flex-direction:column;}
  .price-group-card{grid-template-columns:1fr;}
}


/* V13 - panel privado */
.admin-login{
  position:fixed;
  inset:0;
  z-index:999;
  background:linear-gradient(135deg,#fff,#f6f7f9);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
}
.admin-login.hidden{
  display:none;
}
.login-card{
  width:min(520px,100%);
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  box-shadow:var(--shadow);
  padding:34px;
}
.login-card h1{
  font-size:42px;
  letter-spacing:-1.4px;
}
.login-card p{
  color:var(--muted);
}
.login-card form{
  display:grid;
  gap:14px;
  margin:20px 0;
}
.login-card code{
  background:#f6f7f9;
  border:1px solid var(--line);
  border-radius:8px;
  padding:2px 6px;
}
.login-error{
  color:var(--red)!important;
  font-weight:900;
  min-height:20px;
  margin:0;
}
.admin-body:not(.admin-unlocked) .admin-header,
.admin-body:not(.admin-unlocked) .admin-layout{
  filter:blur(2px);
  pointer-events:none;
  user-select:none;
}


/* V14 - panel más claro: precio fijo / precio por numeración */
.fixed-price-box{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  border:1px solid var(--line);
  background:#fff;
  border-radius:18px;
  padding:14px;
}
.fixed-price-box .hint{
  grid-column:1/-1;
  margin:0;
}
.fixed-price-box.muted-disabled{
  opacity:.62;
  background:#fafafa;
}
.fixed-price-box.muted-disabled input{
  background:#f7f8fa;
}
.fixed-mode-note{
  margin-top:14px;
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px;
  background:#fff;
  display:grid;
  gap:5px;
}
.fixed-mode-note strong{
  color:var(--black);
}
.fixed-mode-note span{
  color:var(--muted);
  font-size:13px;
}
.size-helper{
  margin-top:14px;
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px;
  background:#fff;
}
.size-helper.mini{
  margin:0 0 8px;
  background:#fafafa;
}
.size-helper strong{
  display:block;
  margin-bottom:10px;
  color:var(--black);
}
.size-helper-grid{
  display:grid;
  grid-template-columns:1fr 1fr .8fr auto;
  gap:10px;
  align-items:center;
}
.price-groups-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin:16px 0 10px;
}
.price-groups-head strong{
  color:var(--black);
}
.small-btn{
  min-height:40px;
  padding:10px 14px;
  font-size:13px;
}
.price-groups{
  display:grid;
  gap:10px;
}
.price-group-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:0;
  overflow:hidden;
}
.price-group-card summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  padding:14px;
}
.price-group-card summary::-webkit-details-marker{
  display:none;
}
.price-group-card summary strong{
  color:var(--black);
}
.price-group-card summary span{
  color:var(--muted);
  font-size:13px;
  text-align:right;
}
.price-group-card summary::after{
  content:"＋";
  color:var(--red);
  font-weight:900;
}
.price-group-card[open] summary::after{
  content:"−";
}
.price-group-inner{
  border-top:1px solid var(--line);
  padding:14px;
  display:grid;
  grid-template-columns:1fr 1.4fr .75fr .75fr auto;
  gap:10px;
  align-items:end;
}
.price-group-inner label{
  font-size:12px;
}
.price-group-inner input{
  padding:11px 12px;
}
.price-note{
  margin-top:-8px;
  margin-bottom:12px;
  color:var(--muted);
  font-size:12px;
  font-weight:700;
}
@media(max-width:1150px){
  .price-group-inner{grid-template-columns:1fr 1fr;}
}
@media(max-width:720px){
  .fixed-price-box{grid-template-columns:1fr;}
  .size-helper-grid{grid-template-columns:1fr 1fr;}
  .price-groups-head{align-items:flex-start;flex-direction:column;}
  .price-group-inner{grid-template-columns:1fr;}
  .price-group-card summary{align-items:flex-start;flex-direction:column;}
  .price-group-card summary span{text-align:left;}
}


/* V15 - selector visual de tallas */
.size-select-box,
.range-size-box{
  margin-top:14px;
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px;
  background:#fff;
}
.range-size-box{
  grid-column:1/-1;
  background:#fafafa;
}
.size-select-box strong,
.range-size-box strong{
  display:block;
  color:var(--black);
  margin-bottom:4px;
}
.size-picker{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(58px,1fr));
  gap:8px;
  margin-top:12px;
  max-height:210px;
  overflow:auto;
  padding:4px;
}
.size-chip{
  border:1px solid var(--line);
  background:#fff;
  color:var(--black);
  border-radius:999px;
  padding:10px 8px;
  font-weight:900;
  cursor:pointer;
  transition:.15s ease;
}
.size-chip:hover{
  border-color:var(--red);
  color:var(--red);
}
.size-chip.selected{
  background:var(--red);
  border-color:var(--red);
  color:#fff;
  box-shadow:0 8px 20px rgba(179,13,32,.18);
}
.price-group-inner{
  grid-template-columns:1fr .75fr .75fr auto;
}
@media(max-width:900px){
  .price-group-inner{grid-template-columns:1fr;}
  .size-picker{grid-template-columns:repeat(auto-fill,minmax(52px,1fr));}
}

.size-helper{display:none!important;}


/* V16 - stock / cantidad por talla */
.stock-box{margin-top:14px;border:1px solid var(--line);border-radius:16px;padding:14px;background:#fff;}
.stock-box strong{display:block;color:var(--black);margin-bottom:4px;}
.stock-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(118px,1fr));gap:10px;margin-top:12px;}
.stock-item{display:grid;grid-template-columns:1fr 68px;align-items:center;gap:8px;background:#fafafa;border:1px solid var(--line);border-radius:14px;padding:10px;font-size:13px;}
.stock-item span{font-weight:900;color:var(--black);}
.stock-item input{padding:8px 9px;border-radius:10px;text-align:center;}
.stock-note{margin-top:-8px;margin-bottom:12px;color:#27834f;font-size:12px;font-weight:900;}
.product-img{object-fit:contain!important;background:#fff;padding:10px;}
.product-visual{min-height:300px;}
.qty-controls{display:flex;align-items:center;gap:8px;margin-top:8px;}
.qty-controls button{border:1px solid var(--line)!important;background:#fff!important;color:var(--black)!important;width:28px!important;height:28px!important;border-radius:999px!important;padding:0!important;}
.qty-controls span{font-weight:900;min-width:24px;text-align:center;}
.qty-controls small{color:var(--muted);}
@media(max-width:720px){.stock-grid{grid-template-columns:1fr 1fr;}}


/* V20 - carrito limpio, un solo almacenamiento y sin contador fantasma */
.cart-panel{position:fixed!important;top:0!important;right:0!important;transform:translateX(110%)!important;width:min(440px,94vw)!important;height:100vh!important;background:#fff!important;z-index:99999!important;box-shadow:-22px 0 70px rgba(0,0,0,.25)!important;transition:transform .25s ease!important;display:flex!important;flex-direction:column!important;border-left:1px solid var(--line)!important;}
.cart-panel.open{transform:translateX(0)!important;}
.overlay{position:fixed!important;inset:0!important;background:rgba(0,0,0,.35)!important;z-index:99990!important;display:none!important;}
.overlay.show{display:block!important;} body.cart-is-open{overflow:hidden!important;}
.cart-header{flex:0 0 auto!important;display:flex!important;justify-content:space-between!important;align-items:center!important;padding:18px 20px!important;border-bottom:1px solid var(--line)!important;background:#fff!important;}
.cart-header h3{margin:0!important;}.cart-header button{border:0!important;background:var(--black)!important;color:#fff!important;width:38px!important;height:38px!important;border-radius:999px!important;font-size:24px!important;cursor:pointer!important;}
.cart-items{flex:1 1 auto!important;min-height:0!important;overflow:auto!important;padding:16px!important;background:#fafafa!important;}.cart-footer{flex:0 0 auto!important;padding:18px 20px!important;border-top:1px solid var(--line)!important;background:#fff!important;}
.qty-controls{display:flex;align-items:center;gap:8px;margin-top:8px}.qty-controls button{border:1px solid var(--line)!important;background:#fff!important;color:var(--black)!important;width:28px!important;height:28px!important;border-radius:999px!important;padding:0!important;font-weight:900!important}.qty-controls span{font-weight:900;min-width:24px;text-align:center}.qty-controls small{color:var(--muted)}
@media(max-width:520px){.cart-panel{width:100vw!important;}}


/* V21 - evita contador fantasma y hace visible contenido del carrito */
.clear-cart{border:1px solid var(--line);background:#fff;color:var(--muted);border-radius:999px;padding:10px 14px;font-weight:900;margin-bottom:12px;cursor:pointer;}
.cart-item{display:grid!important;grid-template-columns:72px 1fr 72px!important;gap:12px!important;align-items:start!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:18px!important;padding:12px!important;margin-bottom:12px!important;}
.cart-mini{width:64px!important;height:64px!important;border-radius:14px!important;background:#f5f5f5!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;font-size:11px!important;font-weight:900!important;}
.cart-mini img{width:100%!important;height:100%!important;object-fit:contain!important;}
.cart-item h4{margin:0 0 4px!important;font-size:15px!important;}
.cart-item p{margin:2px 0!important;color:var(--muted)!important;font-size:13px!important;}


/* V22 - carrito único y funcional */
.cart-panel{
  position:fixed!important;
  top:0!important;
  right:0!important;
  transform:translateX(110%)!important;
  width:min(440px,94vw)!important;
  height:100vh!important;
  background:#fff!important;
  z-index:99999!important;
  box-shadow:-22px 0 70px rgba(0,0,0,.25)!important;
  transition:transform .25s ease!important;
  display:flex!important;
  flex-direction:column!important;
  border-left:1px solid var(--line)!important;
}
.cart-panel.open{ transform:translateX(0)!important; }
.overlay{ position:fixed!important; inset:0!important; background:rgba(0,0,0,.35)!important; z-index:99990!important; display:none!important; }
.overlay.show{ display:block!important; }
body.cart-is-open{ overflow:hidden!important; }
.cart-header{ flex:0 0 auto!important; display:flex!important; justify-content:space-between!important; align-items:center!important; padding:18px 20px!important; border-bottom:1px solid var(--line)!important; background:#fff!important; }
.cart-header h3{ margin:0!important; }
.cart-header button{ border:0!important; background:var(--black)!important; color:#fff!important; width:38px!important; height:38px!important; border-radius:999px!important; font-size:24px!important; cursor:pointer!important; }
.cart-items{ flex:1 1 auto!important; min-height:0!important; overflow:auto!important; padding:16px!important; background:#fafafa!important; }
.cart-footer{ flex:0 0 auto!important; padding:18px 20px!important; border-top:1px solid var(--line)!important; background:#fff!important; }
.clear-cart{ border:1px solid var(--line)!important; background:#fff!important; color:var(--muted)!important; border-radius:999px!important; padding:10px 14px!important; font-weight:900!important; margin-bottom:12px!important; cursor:pointer!important; }
.cart-item{ display:grid!important; grid-template-columns:72px 1fr 72px!important; gap:12px!important; align-items:start!important; background:#fff!important; border:1px solid var(--line)!important; border-radius:18px!important; padding:12px!important; margin-bottom:12px!important; }
.cart-mini{ width:64px!important; height:64px!important; border-radius:14px!important; background:#f5f5f5!important; display:flex!important; align-items:center!important; justify-content:center!important; overflow:hidden!important; font-size:11px!important; font-weight:900!important; }
.cart-mini img{ width:100%!important; height:100%!important; object-fit:contain!important; }
.cart-item h4{ margin:0 0 4px!important; font-size:15px!important; }
.cart-item p{ margin:2px 0!important; color:var(--muted)!important; font-size:13px!important; }
.qty-controls{ display:flex!important; align-items:center!important; gap:8px!important; margin-top:8px!important; }
.qty-controls button{ border:1px solid var(--line)!important; background:#fff!important; color:var(--black)!important; width:28px!important; height:28px!important; border-radius:999px!important; padding:0!important; font-weight:900!important; }
.qty-controls span{ font-weight:900!important; min-width:24px!important; text-align:center!important; }
.qty-controls small{ color:var(--muted)!important; }
@media(max-width:520px){ .cart-panel{ width:100vw!important; } }


/* V23.1 - pulido visual SIN tocar lógica ni estructura del carrito */
.brands-polished-v231{
  padding:72px 7vw;
  background:linear-gradient(180deg,#fff,#faf7f5);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section-head-v231{
  text-align:center;
  max-width:840px;
  margin:0 auto 28px;
}
.section-head-v231 span{
  display:block;
  color:var(--red);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:12px;
  font-weight:900;
}
.section-head-v231 h2{
  margin:10px 0;
  font-size:clamp(34px,4vw,54px);
  letter-spacing:-1.4px;
  color:var(--black);
}
.section-head-v231 p{
  margin:0 auto;
  color:var(--muted);
  max-width:720px;
}
.brand-grid-polished-v231{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  max-width:1120px;
  margin:0 auto;
}
.brand-grid-polished-v231 article{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:22px;
  box-shadow:0 10px 35px rgba(17,24,39,.05);
  min-height:110px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.brand-grid-polished-v231 strong{
  font-size:20px;
  color:var(--black);
}
.brand-grid-polished-v231 small{
  color:var(--muted);
  font-weight:800;
  margin-top:10px;
}
.product-card{
  overflow:hidden;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.product-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 55px rgba(17,24,39,.10);
  border-color:rgba(184,58,75,.30);
}
.product-visual{
  background:linear-gradient(180deg,#fff,#fbf8f7);
  display:flex;
  align-items:center;
  justify-content:center;
}
.product-img{
  object-fit:contain!important;
  padding:12px;
}
.no-image{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.stock-note{
  color:#25794b;
  font-weight:900;
}
.add-cart{
  transition:transform .15s ease, opacity .15s ease;
}
.add-cart:hover{
  transform:translateY(-1px);
  opacity:.94;
}
.panel-note-v231{
  border:1px solid var(--line);
  background:#fff;
  border-radius:16px;
  padding:12px 14px;
  margin:12px 0;
  color:var(--muted);
}
.panel-note-v231 strong{
  color:var(--black);
}
@media(max-width:980px){
  .brand-grid-polished-v231{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:560px){
  .brand-grid-polished-v231{
    grid-template-columns:1fr;
  }
  .brands-polished-v231{
    padding:48px 20px;
  }
}


/* V24 - filtros reales por marca y línea */
.filter-panel-v24{
  max-width:1120px;
  margin:18px auto 34px;
  padding:18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  box-shadow:0 14px 45px rgba(17,24,39,.06);
  display:grid;
  gap:18px;
}
.filter-title-v24{
  display:block;
  color:var(--red);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:11px;
  font-weight:900;
  margin-bottom:10px;
}
.brand-filters-v24,
.line-filters-v24{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.brand-filter-v24,
.line-filter-v24{
  border:1px solid var(--line);
  background:#fff;
  color:var(--black);
  border-radius:999px;
  padding:11px 15px;
  font-weight:900;
  cursor:pointer;
  transition:.16s ease;
}
.brand-filter-v24:hover,
.line-filter-v24:hover{
  border-color:var(--red);
  color:var(--red);
}
.brand-filter-v24.active,
.line-filter-v24.active{
  background:var(--red);
  border-color:var(--red);
  color:#fff;
  box-shadow:0 10px 25px rgba(184,58,75,.18);
}
#brand,
#line{
  border:1px solid var(--line);
  border-radius:14px;
  padding:12px 14px;
  font-weight:900;
  background:#fff;
}
@media(max-width:640px){
  .filter-panel-v24{
    margin-left:16px;
    margin-right:16px;
    border-radius:20px;
  }
  .brand-filter-v24,
  .line-filter-v24{
    padding:10px 12px;
    font-size:13px;
  }
}

/* V26 - pulido tienda real, catálogo más limpio y filtros seguros */
.hero{
  min-height:auto;
  padding-top:clamp(38px,5vw,68px);
  padding-bottom:clamp(34px,5vw,62px);
  align-items:center;
}
.hero h1{max-width:780px;}
.hero-copy p{max-width:680px;}
.showcase-card.main-card{padding:28px;}
.showcase-grid{margin-top:14px;}
.brand-section{padding-top:54px;padding-bottom:28px;}
.quick-cats{padding-top:6px;padding-bottom:18px;}
.filter-panel-v24{
  margin:0 clamp(16px,5vw,78px) 28px;
  padding:18px;
  border:1px solid var(--line);
  border-radius:24px;
  background:linear-gradient(180deg,#fff,#fbfbfc);
  box-shadow:0 18px 45px rgba(17,24,39,.06);
}
.filter-title-v24{display:block;margin-bottom:10px;}
.brand-filters-v24,.line-filters-v24{gap:8px;}
.catalog{padding-top:42px;}
.tools{align-items:center;}
.active-filters{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
  margin-bottom:8px;
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
}
.active-filters span{font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:var(--muted);font-weight:900;}
.active-filters strong{font-size:12px;background:#fff0f2;color:var(--red);border-radius:999px;padding:7px 10px;}
.active-filters button{
  margin-left:auto;
  border:0;
  background:var(--black);
  color:#fff;
  border-radius:999px;
  padding:8px 12px;
  font-weight:900;
  cursor:pointer;
}
.smart-empty{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  background:#fff;
  border:1px dashed rgba(179,13,32,.28);
  border-radius:24px;
  min-height:220px;
  justify-content:center;
}
.smart-empty strong{color:var(--black);font-size:20px;}
.product-card{overflow:hidden;}
.product-topline{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px;}
.product-topline span{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:1.4px;
  font-weight:900;
  color:var(--red);
  background:#fff0f2;
  border-radius:999px;
  padding:6px 9px;
}
.product-mini-info{display:grid;gap:4px;margin:8px 0 12px;color:var(--muted);font-size:13px;}
.product-actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:10px;}
.ask-whatsapp{
  width:100%;
  border:1px solid rgba(37,211,102,.35);
  background:#eafff1;
  color:#108b3f;
  border-radius:14px;
  padding:12px;
  font-weight:900;
  cursor:pointer;
}
.ask-whatsapp:hover{background:#dfffea;}
.brand-grid-clickable article{cursor:pointer;transition:.18s ease;position:relative;}
.brand-grid-clickable article:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(17,24,39,.08);border-color:rgba(179,13,32,.25);}
.brand-grid-clickable button{
  margin-top:14px;
  border:0;
  background:var(--red);
  color:#fff;
  border-radius:999px;
  padding:9px 13px;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}
.map-card-live{padding:24px;gap:10px;}
.map-card-live iframe{
  width:100%;
  min-height:230px;
  border:0;
  border-radius:22px;
  background:#f0f2f5;
}
.cart-panel{right:-480px;width:min(480px,94vw);}
.cart-footer .clear-cart{
  width:100%;
  margin-bottom:12px;
  border:1px solid #ffd1d7;
  background:#fff0f2;
  color:var(--red);
  border-radius:14px;
  padding:11px;
  font-weight:900;
  cursor:pointer;
}
@media(max-width:850px){
  .hero{padding-top:34px;}
  .filter-panel-v24{margin-left:16px;margin-right:16px;}
  .active-filters button{margin-left:0;width:100%;}
  .product-actions{grid-template-columns:1fr;}
}


/* V27 - enfoque tienda real / compra */
.hero{
  min-height:auto!important;
  padding-top:42px!important;
  padding-bottom:34px!important;
  background:
    radial-gradient(circle at 12% 12%, rgba(179,13,32,.08), transparent 32%),
    linear-gradient(180deg,#fff,#fbfbfc)!important;
}
.hero-copy .kicker::after{content:" · Compra por WhatsApp y recoge en tienda";}
.hero-copy p{font-size:18px!important;max-width:640px!important;}
.main-card{border:1px solid rgba(179,13,32,.15)!important;background:linear-gradient(135deg,#fff,#fff6f7)!important;}
.main-card strong{font-size:clamp(28px,3.6vw,46px)!important;line-height:1.04!important;}
.showcase-grid{grid-template-columns:repeat(2,1fr)!important;}
.mini-card{min-height:128px!important;padding:22px!important;}
.mini-card strong{font-size:22px!important;}
.mini-card.dark{background:linear-gradient(160deg,#111827,#263044)!important;}
.hero-points div{border-color:rgba(179,13,32,.12)!important;}
.btn.primary,.tab.active,.brand-filter-v24.active,.line-filter-v24.active{box-shadow:0 12px 26px rgba(179,13,32,.16)!important;}
.quick-cats{position:sticky;top:86px;z-index:35;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);padding-top:14px!important;padding-bottom:14px!important;}
.filter-panel-v24{background:#fff!important;border-top:0!important;padding-top:22px!important;}
.filter-title-v24{display:block;margin-bottom:10px!important;color:var(--red)!important;font-weight:900!important;letter-spacing:1.8px!important;text-transform:uppercase!important;font-size:12px!important;}
.catalog{padding-top:42px!important;}
.products{align-items:stretch!important;}
.product-card{position:relative!important;border-radius:28px!important;transition:.18s ease!important;}
.product-card:hover{transform:translateY(-3px);box-shadow:0 24px 70px rgba(17,24,39,.12)!important;border-color:rgba(179,13,32,.22)!important;}
.product-topline span:first-child{background:#fff1f3!important;color:var(--red)!important;border-color:#ffd7dd!important;}
.product-info h4{font-size:20px!important;}
.product-mini-info{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;margin:10px 0!important;}
.product-mini-info span{background:#f7f8fa!important;border:1px solid var(--line)!important;border-radius:12px!important;padding:8px 10px!important;color:#3d4654!important;font-size:12px!important;font-weight:800!important;}
.price strong{font-size:26px!important;}
.options select{min-height:46px!important;font-weight:800!important;}
.product-actions{display:grid!important;grid-template-columns:1.15fr .85fr!important;gap:10px!important;}
.add-cart{background:linear-gradient(135deg,var(--red),#8d0012)!important;min-height:48px!important;border-radius:16px!important;}
.ask-whatsapp{background:#25d366!important;color:#fff!important;border:0!important;border-radius:16px!important;font-weight:900!important;padding:13px!important;cursor:pointer!important;}
.ask-whatsapp:hover{filter:brightness(.96);}
.no-image{background:linear-gradient(145deg,#fff7f8,#f1f4f8)!important;border:1px dashed rgba(179,13,32,.22)!important;}
.no-image strong::before{content:"🛍️ ";}
.brands-polished-v231{padding-top:34px!important;}
.benefits article{position:relative!important;overflow:hidden!important;}
.benefits article::after{content:"";position:absolute;right:-30px;bottom:-30px;width:90px;height:90px;background:rgba(179,13,32,.06);border-radius:999px;}
.location{background:linear-gradient(180deg,#fafafa,#fff)!important;}
.final-cta{background:linear-gradient(135deg,#b30d20,#da2037)!important;}
.cart-panel{width:min(500px,96vw)!important;}
.cart-header h3::after{content:" · revisa antes de enviar";display:block;font-size:12px;color:var(--muted);font-weight:700;margin-top:3px;}
.cart-footer .btn.primary.full{background:linear-gradient(135deg,#25d366,#17a84c)!important;}
.whatsapp-float{right:20px!important;bottom:20px!important;background:#25d366!important;border:2px solid #fff!important;}
@media(max-width:850px){
  .showcase-grid{grid-template-columns:1fr!important;}
  .quick-cats{position:static!important;}
  .product-actions{grid-template-columns:1fr!important;}
  .hero{padding-top:28px!important;}
}

/* v28 WooCommerce bridge */
.full-row{grid-column:1/-1;}
.woo-buy{background:linear-gradient(135deg,#111,#6b0010)!important;}
.quick-list{width:100%;border:1px solid var(--line);background:#fff;color:var(--black);border-radius:14px;padding:12px;font-weight:900;cursor:pointer;}
.quick-list:hover{background:#f7f7f7;}
.product-actions{display:grid;grid-template-columns:1fr;gap:10px;}
.product-mini-info span:nth-child(3){background:#f7efe7;color:#6b3400;border-color:#ead7c4;}
.cart-header h3::after{content:" · WooCommerce sigue siendo la compra real";display:block;font-size:12px;color:var(--muted);font-weight:700;margin-top:3px;}
@media(min-width:720px){.product-actions{grid-template-columns:1fr 1fr}.product-actions .quick-list{grid-column:1/-1}}

/* V29 - portada puente para WooCommerce real */
.cart-real{display:inline-flex;align-items:center;gap:6px;text-decoration:none;}
.online-flow{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  padding:28px clamp(16px,5vw,78px) 10px;
  background:#fff;
}
.online-flow article{
  border:1px solid var(--line);
  border-radius:24px;
  padding:22px;
  background:linear-gradient(180deg,#fff,#fafafa);
  box-shadow:0 14px 35px rgba(17,24,39,.06);
}
.online-flow span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:999px;
  background:#fff0f2;
  color:var(--red);
  font-weight:900;
  margin-bottom:12px;
}
.online-flow strong{display:block;color:var(--black);font-size:20px;line-height:1.1;}
.online-flow p{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.45;}
.product-actions{display:grid;grid-template-columns:1fr;gap:10px;}
.ask-whatsapp,.quick-list{
  width:100%;
  border:1px solid var(--line);
  background:#fff;
  color:var(--black);
  border-radius:14px;
  padding:13px;
  font-weight:900;
  cursor:pointer;
}
.ask-whatsapp{background:#fff8f9;color:var(--red);border-color:#ffd1d7;}
.quick-list{background:#f8f9fb;color:#4b5563;}
.product-mini-info{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:0 0 12px;
}
.product-mini-info span{
  display:inline-flex;
  border:1px solid var(--line);
  background:#fafafa;
  border-radius:999px;
  padding:6px 9px;
  font-size:11px;
  font-weight:800;
  color:#596273;
}
.stock-note{font-size:12px;color:var(--muted);font-weight:800;margin-top:-8px;margin-bottom:12px;}
.active-filters{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:12px;
}
.active-filters span{font-weight:900;color:var(--black);}
.active-filters strong{background:#fff0f2;color:var(--red);border-radius:999px;padding:7px 10px;font-size:12px;}
.active-filters button{border:0;background:var(--black);color:#fff;border-radius:999px;padding:9px 12px;font-weight:900;cursor:pointer;}
.smart-empty{background:#fff;border:1px dashed #d6dae0;border-radius:24px;}
@media(max-width:980px){.online-flow{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.online-flow{grid-template-columns:1fr}.hero-actions .btn{width:100%}}


/* V30 - pulido final para portada + WooCommerce */
body{background:#fff!important;}
.topbar{padding:7px 16px!important;font-size:12px!important;}
.header{padding:12px clamp(16px,4vw,52px)!important;}
.brand-main{font-size:28px!important;}
.nav{gap:18px!important;font-size:14px!important;}
.hero{grid-template-columns:1.02fr .98fr!important;gap:28px!important;padding:38px clamp(16px,5vw,70px) 26px!important;}
h1{font-size:clamp(40px,5.2vw,68px)!important;line-height:.98!important;max-width:700px!important;}
.hero-copy p{font-size:17px!important;line-height:1.55!important;margin:14px 0 0!important;}
.hero-actions{margin-top:20px!important;gap:10px!important;}
.btn{min-height:46px!important;padding:12px 18px!important;}
.soft-whats{background:#e9fff1!important;color:#148d43!important;border-color:#bdebcf!important;}
.hero-points{grid-template-columns:repeat(3,1fr)!important;gap:10px!important;margin-top:22px!important;}
.hero-points div{padding:14px!important;border-radius:17px!important;box-shadow:0 10px 26px rgba(17,24,39,.05)!important;}
.hero-points strong{font-size:15px!important;}
.hero-points span{font-size:12px!important;}
.showcase-card{padding:26px!important;border-radius:26px!important;}
.showcase-card strong{font-size:clamp(28px,3.2vw,40px)!important;}
.showcase-card p{font-size:14px!important;line-height:1.5!important;}
.showcase-grid{gap:10px!important;}
.mini-card{min-height:112px!important;border-radius:20px!important;padding:18px!important;}
.mini-card strong{font-size:18px!important;}
.online-flow{padding:18px clamp(16px,5vw,70px) 0!important;gap:12px!important;}
.online-flow article{padding:18px!important;border-radius:20px!important;box-shadow:0 10px 24px rgba(17,24,39,.04)!important;}
.online-flow span{width:34px!important;height:34px!important;margin-bottom:8px!important;}
.online-flow strong{font-size:17px!important;}
.online-flow p{font-size:12px!important;line-height:1.35!important;}
.brand-section{padding:38px clamp(16px,5vw,70px) 24px!important;}
.section-head{margin-bottom:18px!important;}
.section-head p{font-size:14px!important;line-height:1.5!important;}
.quick-cats{position:static!important;padding:12px clamp(16px,5vw,70px)!important;grid-template-columns:repeat(5,1fr)!important;}
.quick-cats a{padding:13px!important;border-radius:14px!important;}
.filter-panel-v24{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important;padding:18px clamp(16px,5vw,70px)!important;margin:0!important;border-bottom:1px solid var(--line)!important;}
.brand-filters-v24,.line-filters-v24{gap:8px!important;}
.brand-filter-v24,.line-filter-v24{padding:10px 13px!important;font-size:12px!important;}
.catalog{padding:36px clamp(16px,5vw,70px)!important;}
.tools{margin-bottom:18px!important;align-items:center!important;}
.tabs{order:1;}
.search-sort{order:2;}
.products{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;}
.product-card-v30{border-radius:24px!important;display:flex!important;flex-direction:column!important;min-height:100%!important;background:#fff!important;}
.product-visual{height:230px!important;padding:14px!important;background:linear-gradient(180deg,#fff,#f6f7f9)!important;}
.product-img{object-fit:contain!important;background:#fff!important;}
.product-badge{font-size:11px!important;padding:7px 10px!important;}
.shoe-placeholder{position:relative!important;background:linear-gradient(145deg,#fff6f7,#eef2f7)!important;overflow:hidden!important;}
.shoe-placeholder::before{content:"";width:128px;height:74px;border-radius:58% 42% 48% 52%;background:linear-gradient(135deg,#222b38,#667085);opacity:.16;transform:rotate(-13deg);display:block;margin-bottom:14px;}
.shoe-placeholder::after{content:"";position:absolute;width:70px;height:12px;border-radius:999px;background:rgba(17,24,39,.08);bottom:46px;}
.no-image strong{font-size:15px!important;}
.no-image span{font-size:12px!important;}
.no-image strong::before{content:""!important;}
.product-info{padding:16px!important;display:flex!important;flex-direction:column!important;flex:1!important;}
.product-topline{margin-bottom:8px!important;}
.product-topline span{font-size:10px!important;padding:5px 8px!important;}
.product-info h4{font-size:18px!important;min-height:44px!important;}
.meta{font-size:12px!important;margin-bottom:10px!important;}
.product-mini-info{gap:6px!important;margin-bottom:10px!important;}
.product-mini-info span{font-size:10.5px!important;padding:6px 8px!important;}
.price{margin-bottom:8px!important;}
.price strong{font-size:25px!important;}
.price-note,.stock-note{font-size:11px!important;margin-bottom:8px!important;}
.options{grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:auto!important;margin-bottom:10px!important;}
.options label{gap:4px!important;font-size:11px!important;text-transform:uppercase;letter-spacing:.9px;color:var(--muted)!important;}
.options select{min-height:42px!important;padding:9px 10px!important;border-radius:12px!important;font-size:13px!important;}
.product-actions{grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:8px!important;}
.woo-buy{grid-column:1/-1!important;background:linear-gradient(135deg,var(--red),#8d0012)!important;min-height:46px!important;border-radius:14px!important;font-size:15px!important;}
.ask-whatsapp{background:#25d366!important;color:#fff!important;border:0!important;border-radius:14px!important;font-size:14px!important;}
.quick-list{background:#fff!important;color:#374151!important;border-color:var(--line)!important;border-radius:14px!important;font-size:14px!important;}
.benefits{padding:0 clamp(16px,5vw,70px) 34px!important;gap:14px!important;}
.benefits article{padding:20px!important;border-radius:20px!important;}
.benefits h3{font-size:21px!important;}
.benefits p{font-size:14px!important;line-height:1.45!important;}
.brands-polished-v231{padding:30px clamp(16px,5vw,70px)!important;}
.brand-grid-polished-v231{grid-template-columns:repeat(4,1fr)!important;gap:14px!important;}
.brand-grid-polished-v231 article{padding:18px!important;border-radius:18px!important;}
.location{padding:42px clamp(16px,5vw,70px)!important;gap:22px!important;}
.map-card{padding:24px!important;border-radius:24px!important;min-height:auto!important;}
.map-card strong{font-size:30px!important;}
.map-card-live iframe{min-height:220px!important;}
.final-cta{padding:54px 16px!important;}
.cta-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}
.white-outline{background:transparent!important;color:#fff!important;border-color:rgba(255,255,255,.65)!important;}
.footer{padding:34px clamp(16px,5vw,70px)!important;}
.whatsapp-float{padding:12px 16px!important;font-size:13px!important;}
@media(max-width:1150px){.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.brand-grid-polished-v231{grid-template-columns:repeat(2,1fr)!important}.hero{grid-template-columns:1fr!important}.showcase-grid{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:850px){.filter-panel-v24{grid-template-columns:1fr!important}.quick-cats{grid-template-columns:repeat(2,1fr)!important}.hero-points,.online-flow,.benefits{grid-template-columns:1fr!important}.products{grid-template-columns:1fr!important}.showcase-grid{grid-template-columns:1fr!important}.header{gap:10px!important}.header-actions{margin-left:auto}.cart-button{padding:10px 12px!important}.hero{padding-top:26px!important}.tools{display:grid!important}.search-sort{width:100%!important}.brand-grid-polished-v231{grid-template-columns:1fr!important}}
@media(max-width:540px){h1{font-size:38px!important}.hero-actions .btn{width:100%!important}.product-actions{grid-template-columns:1fr!important}.woo-buy{grid-column:auto!important}.options{grid-template-columns:1fr!important}.quick-cats{grid-template-columns:1fr!important}}
