:root{--accent:#C87F6A;--soft:#E4B9AE;--mint:#C7D8D2;--dark:#222;--muted:#777;--border:#eee;--bg:#fff}*{box-sizing:border-box}body{margin:0;font-family:Montserrat,Arial,sans-serif;color:var(--dark);background:#fff;font-size:14px}a{text-decoration:none;color:inherit}img{display:block;max-width:100%;width:100%}.container{width:min(1240px,calc(100% - 36px));margin:auto}.topbar{background:var(--accent);color:white;padding:10px 0;text-align:right;font-weight:700}.header{border-bottom:1px solid var(--border);background:#fff;position:sticky;top:0;z-index:20}.header-inner{min-height:86px;display:grid;grid-template-columns:220px 1fr 260px;align-items:center;gap:20px}.logo{font-size:30px;line-height:.85;font-weight:800;letter-spacing:-1px}.logo span{color:var(--accent)}.logo small{display:block;margin-top:8px;color:var(--accent);font-size:10px;letter-spacing:3px}.nav{display:flex;gap:24px;justify-content:center;font-size:12px;font-weight:800}.actions{display:flex;justify-content:flex-end;gap:14px;font-weight:800;font-size:12px}.badge{background:var(--accent);color:#fff;border-radius:999px;padding:2px 7px}.hero{padding:55px 0;background:linear-gradient(90deg,var(--soft),#f7f7f7)}.hero-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:30px;align-items:center}.hero h1{font-size:clamp(34px,5vw,62px);line-height:1.05;margin:0 0 20px}.hero p{font-size:18px;color:#555;line-height:1.7}.btn,button.btn{display:inline-flex;border:0;background:var(--accent);color:#fff;padding:13px 22px;font-weight:800;cursor:pointer;text-transform:uppercase;font-size:12px}.btn.secondary{background:#222}.grid{display:grid;gap:18px}.grid.cols-4{grid-template-columns:repeat(4,1fr)}.grid.cols-3{grid-template-columns:repeat(3,1fr)}.section{padding:50px 0}.section-title{text-align:center;margin-bottom:28px}.section-title h2{font-size:34px;font-weight:500;margin:0 0 10px}.card{border:1px solid var(--border);background:#fff;padding:14px}.product-img{height:260px;background:#fafafa;margin-bottom:14px}.product-img img{height:100%;object-fit:cover}.muted{color:var(--muted)}.price{color:var(--accent);font-weight:900;font-size:18px}.category-card{min-height:220px;position:relative;overflow:hidden}.category-card img{height:220px;object-fit:cover}.category-card h3{position:absolute;left:0;bottom:0;background:var(--mint);color:#fff;margin:0;padding:18px;width:80%}.form-control{width:100%;padding:12px;border:1px solid #ddd;margin:6px 0 14px}table{width:100%;border-collapse:collapse}th,td{padding:12px;border-bottom:1px solid #eee;text-align:left}.cart-row{display:grid;grid-template-columns:90px 1fr 120px 120px;gap:16px;align-items:center;border-bottom:1px solid #eee;padding:16px 0}.footer{background:#fafafa;padding:45px 0;margin-top:40px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}.notice{padding:12px;background:#f6f6f6;border-left:4px solid var(--accent);margin:15px 0}@media(max-width:900px){.header-inner,.hero-grid,.footer-grid{grid-template-columns:1fr;text-align:center}.nav,.actions{justify-content:center;flex-wrap:wrap}.grid.cols-4,.grid.cols-3{grid-template-columns:repeat(2,1fr)}.cart-row{grid-template-columns:70px 1fr}}@media(max-width:560px){.grid.cols-4,.grid.cols-3{grid-template-columns:1fr}.topbar{text-align:center}}

/* Mejoras tienda/categorías/producto */
.align-left{text-align:left}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:11px;font-weight:900;color:var(--accent);margin:0 0 10px}.category-hero{padding:46px 0;background:linear-gradient(120deg,#fff4f0,#f8f8f8)}.category-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center}.category-hero h1{font-size:clamp(34px,5vw,58px);line-height:1;margin:0 0 14px}.category-hero p{font-size:16px;line-height:1.75;color:#555}.category-hero img{height:330px;object-fit:cover;border-radius:26px}.trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.trust-row span,.product-benefits span{background:#fff;border:1px solid var(--border);border-radius:999px;padding:9px 13px;font-size:12px;font-weight:800}.shop-toolbar{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;margin-bottom:30px}.shop-toolbar .form-control{margin:0}.product-card{position:relative;transition:transform .18s ease,box-shadow .18s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(0,0,0,.08)}.product-card h3{min-height:46px;margin:6px 0 8px;line-height:1.25}.product-meta{font-size:12px;margin:0}.card-desc{color:#666;line-height:1.5;min-height:42px;margin:0 0 10px}.favorite-btn{border:1px solid var(--border);background:#fff;color:var(--dark);cursor:pointer;font-weight:900}.favorite-btn.is-active{background:var(--accent);border-color:var(--accent);color:#fff}.card-favorite{position:absolute;top:22px;right:22px;z-index:3;width:40px;height:40px;border-radius:999px;font-size:20px;box-shadow:0 8px 22px rgba(0,0,0,.09)}.product-page{padding:46px 0}.product-layout{display:grid;grid-template-columns:1fr .9fr;gap:42px;align-items:start}.product-media{position:sticky;top:112px}.product-main-img{height:560px;object-fit:cover;border-radius:28px;background:#fafafa}.product-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.product-thumbs img{height:86px;object-fit:cover;border-radius:14px;cursor:pointer;border:2px solid transparent}.product-thumbs img:hover{border-color:var(--accent)}.product-info{background:#fff;border:1px solid var(--border);border-radius:28px;padding:30px;box-shadow:0 18px 50px rgba(0,0,0,.05)}.product-info h1{font-size:clamp(30px,4vw,50px);line-height:1.05;margin:8px 0 14px}.product-price-row{display:flex;align-items:baseline;gap:14px}.product-price-row .price{font-size:30px;margin:0}.compare-price{text-decoration:line-through;color:#999;font-weight:800}.lead{font-size:17px;line-height:1.75;color:#555}.product-actions{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.btn.ghost{background:#fff;color:var(--dark);border:1px solid var(--border)}.buy-box{background:#fafafa;border:1px solid var(--border);border-radius:22px;padding:18px;margin-top:18px}.buy-box label{display:block;font-weight:900;font-size:12px;text-transform:uppercase}.stock-text{font-size:12px;margin-bottom:0}.product-benefits{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.content-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:28px;line-height:1.8}.category-card span{position:absolute;top:14px;left:14px;background:#fff;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:900;color:var(--accent)}.favorites-grid>div{min-width:0}@media(max-width:900px){.category-hero-grid,.product-layout{grid-template-columns:1fr}.product-media{position:static}.product-main-img{height:380px}.shop-toolbar{grid-template-columns:1fr}.product-info{text-align:left}}@media(max-width:560px){.product-info{padding:20px;border-radius:20px}.product-main-img{height:300px}.product-thumbs{grid-template-columns:repeat(4,1fr)}.product-actions .btn{width:100%;justify-content:center}}


/* Rediseño premium inspirado en ecommerce grande, manteniendo paleta original */
:root{--accent-2:#f8ece7;--accent-3:#f4d4ca;--surface:#fcfaf9;--shadow:0 18px 40px rgba(22,22,22,.06)}
body{background:#fbf9f8}
.header{box-shadow:0 8px 18px rgba(0,0,0,.02)}
.btn,button.btn{border-radius:10px;box-shadow:none}
.btn:hover{transform:translateY(-1px)}
.card{border-radius:22px;box-shadow:var(--shadow);padding:18px;background:#fff}
.section{padding:54px 0}.section-tight{padding:28px 0}
.grid.cols-3{grid-template-columns:repeat(3,1fr)}
.product-grid-rich,.product-grid-carousel{gap:22px}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;align-items:center;font-size:12px;color:#777;margin-bottom:20px}.breadcrumbs a{color:#666}.breadcrumbs span:last-child{color:#333;font-weight:700}
.category-hero{background:linear-gradient(180deg,#fff,#f8f4f2)}
.category-hero-grid{grid-template-columns:1.1fr .9fr;gap:38px;align-items:stretch}
.category-hero-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:30px;overflow:hidden;box-shadow:var(--shadow);min-height:360px}.category-hero-card img{width:100%;height:100%;object-fit:cover}.category-hero-overlay{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);padding:14px 16px;border-radius:18px;display:flex;flex-direction:column;gap:6px}.category-hero-overlay small{font-size:11px;text-transform:uppercase;color:var(--accent);font-weight:800}.category-hero-overlay strong{font-size:20px;line-height:1.15}.category-hero-overlay span{font-weight:900;color:var(--accent)}
.category-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.category-stats div{background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px}.category-stats strong{display:block;font-size:24px;margin-bottom:4px}.category-stats span{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#777}
.shop-layout{display:grid;grid-template-columns:290px 1fr;gap:24px;align-items:start}.shop-sidebar{position:sticky;top:108px}.sidebar-block+.sidebar-block{margin-top:18px}.sidebar-block h3{margin:0 0 12px;font-size:18px}.filter-list{display:flex;flex-wrap:wrap;gap:10px}.filter-chip{display:inline-flex;padding:10px 14px;border:1px solid #eadfd9;border-radius:999px;background:#fff;color:#444;font-weight:700;font-size:12px}.filter-chip.is-active,.filter-chip:hover{background:var(--accent);border-color:var(--accent);color:#fff}.sidebar-help{background:linear-gradient(180deg,#fff,#f9f2ef)}.sidebar-points{margin:0;padding-left:18px;color:#555;line-height:1.7}
.shop-toolbar{grid-template-columns:minmax(220px,1fr) 220px auto;border-radius:22px;padding:16px;box-shadow:var(--shadow)}.shop-toolbar .form-control{height:46px}.toolbar-sort label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:1px;font-weight:800;color:#666;margin-bottom:6px}.shop-title-block{margin:20px 0 24px}
.product-card-rich{padding:0;overflow:hidden;border-radius:24px}.product-card-rich .product-img{height:250px;background:#f4f1ef;margin:0}.product-card-rich .product-card-body{padding:16px 18px 6px}.product-card-rich h3{min-height:56px;font-size:20px;margin:8px 0}.product-card-rich .card-actions{padding:0 18px 18px}.product-card-rich .btn{width:100%;justify-content:center}.product-card-rich .card-rating{display:flex;align-items:center;gap:8px;font-size:12px;margin-bottom:8px}.product-card-rich .product-meta{font-size:12px;text-transform:uppercase;letter-spacing:.3px}.product-card-rich .card-desc{min-height:48px}.product-card-rich .card-price-row{display:flex;align-items:center;gap:10px;margin:8px 0 10px}.discount-pill{position:absolute;left:16px;top:16px;z-index:2;background:var(--accent);color:#fff;padding:7px 11px;border-radius:999px;font-size:11px;font-weight:900;text-transform:uppercase}.stars{color:#c47d15;letter-spacing:1px}.stars.small{font-size:12px}
.product-layout-premium{grid-template-columns:minmax(380px,1fr) minmax(360px,520px);gap:28px}.product-gallery-wrap,.product-detail-wrap{min-width:0}.product-gallery{padding:18px}.product-gallery-main{background:linear-gradient(180deg,#fff,#faf6f4);border-radius:24px;overflow:hidden;padding:12px}.product-main-img{height:560px;object-fit:cover;border-radius:18px;background:#fff}.product-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:14px}.thumb-btn{appearance:none;border:1px solid #eadfd9;background:#fff;border-radius:16px;padding:8px;cursor:pointer}.thumb-btn img{height:82px;object-fit:cover;border-radius:12px}.thumb-btn.is-active,.thumb-btn:hover{border-color:var(--accent);box-shadow:0 0 0 3px rgba(200,127,106,.12)}
.product-badges{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}.product-pill{display:inline-flex;padding:8px 13px;border-radius:999px;background:var(--accent-2);color:var(--accent);font-weight:900;font-size:11px;text-transform:uppercase}.product-pill.sale{background:var(--accent);color:#fff}
.media-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:16px}.mini-benefit{background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px}.mini-benefit strong{display:block;margin-bottom:6px}.mini-benefit span{font-size:13px;color:#666;line-height:1.45}
.product-info-rich{padding:28px;position:sticky;top:108px}.product-brand-line{display:flex;gap:10px;flex-wrap:wrap}.brand-tag,.category-tag{display:inline-flex;padding:8px 12px;border-radius:999px;background:#f8f0ec;color:#6e4f45;font-weight:800;font-size:11px;text-transform:uppercase;letter-spacing:.8px}.product-info-rich h1{font-size:42px;line-height:1.02;margin:14px 0 12px}.rating-row{display:flex;gap:12px;align-items:center;margin-bottom:12px}.product-price-box{justify-content:space-between;align-items:flex-end;background:var(--surface);border:1px solid #efe4df;border-radius:20px;padding:18px 20px;margin:18px 0}.product-price-box .price{font-size:36px;line-height:1;margin-bottom:6px}.price-side-note{text-align:right;display:flex;flex-direction:column;gap:6px}.price-side-note strong{font-size:16px}.price-side-note span{font-size:12px;color:#666}
.quick-features{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.quick-features span{display:inline-flex;padding:10px 12px;border:1px solid #eadfd9;border-radius:999px;background:#fff;font-size:12px;font-weight:800}.product-actions-top{margin:0 0 16px}.buy-box-rich{background:#fff8f5;border:1px solid #efd8cf;padding:18px;border-radius:24px}.qty-add-row{display:grid;grid-template-columns:180px 1fr;gap:14px;align-items:end}.qty-box label{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.qty-stepper{display:grid;grid-template-columns:44px 1fr 44px;gap:8px;align-items:center}.qty-btn{height:46px;border:1px solid #eadfd9;border-radius:12px;background:#fff;font-size:24px;cursor:pointer}.qty-input{margin:0;text-align:center;height:46px}.btn-add-primary{width:100%;justify-content:center;height:46px;font-size:13px}.buy-extra-info{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px;font-size:12px;color:#555;font-weight:700}.shipping-note{margin-top:16px;background:#fff}.shipping-note strong{display:block;margin-bottom:8px}.shipping-note p{margin:0;line-height:1.65;color:#666}
.bundle-box{padding:24px}.bundle-head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:18px}.bundle-head h2{margin:0;font-size:30px}.bundle-head p{margin:0;max-width:540px}.bundle-grid{display:grid;grid-template-columns:1.1fr 60px 1.1fr .9fr;gap:18px;align-items:center}.bundle-item{display:grid;grid-template-columns:120px 1fr;gap:14px;align-items:center;background:#faf7f6;border:1px solid var(--border);border-radius:22px;padding:14px}.bundle-item img{height:120px;object-fit:cover;border-radius:18px}.bundle-item strong{display:block;font-size:16px;line-height:1.35;margin-bottom:6px}.bundle-item span{font-weight:900;color:var(--accent)}.bundle-plus{font-size:34px;text-align:center;color:var(--accent)}.bundle-total{background:linear-gradient(180deg,#fff,#fbf5f2);border:1px solid #edd7cf;border-radius:22px;padding:18px;display:flex;flex-direction:column;gap:10px}.bundle-total strong{font-size:18px}.bundle-total span{font-size:28px;font-weight:900;color:var(--accent)}.bundle-total .btn{width:100%;justify-content:center}
.info-tabs{display:grid;grid-template-columns:1.2fr .8fr;gap:22px}.info-tab h3{margin-top:0;font-size:24px}.info-tab p,.info-tab li{line-height:1.8;color:#555}.info-tab ul{margin:0;padding-left:18px}
.favorites-grid .product-card-rich{height:100%}
@media(max-width:1100px){.product-layout-premium,.shop-layout,.info-tabs,.bundle-grid{grid-template-columns:1fr}.product-info-rich,.shop-sidebar{position:static}.media-benefits{grid-template-columns:1fr}.bundle-plus{display:none}.category-hero-grid{grid-template-columns:1fr}.category-hero-card{min-height:300px}.shop-toolbar{grid-template-columns:1fr}.grid.cols-3{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.grid.cols-4,.grid.cols-3,.product-grid-rich,.product-grid-carousel,.favorites-grid{grid-template-columns:1fr}.product-main-img{height:320px}.thumb-btn img{height:68px}.product-info-rich h1{font-size:32px}.qty-add-row{grid-template-columns:1fr}.media-benefits,.category-stats{grid-template-columns:1fr}.bundle-head{flex-direction:column;align-items:start}.bundle-item{grid-template-columns:90px 1fr}.product-price-box{flex-direction:column;align-items:flex-start;gap:10px}.price-side-note{text-align:left}.shop-toolbar button.btn{width:100%;justify-content:center}}


/* Ajuste limpio SOLO para ficha de producto */
.product-page-clean{padding:34px 0 18px}
.product-clean-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:44px;align-items:start}
.product-clean-gallery,.product-clean-summary{min-width:0}
.product-clean-main{background:#fff;border:1px solid #ece6e2;border-radius:24px;overflow:hidden}
.product-clean-main .product-main-img{display:block;width:100%;height:640px;object-fit:cover;border-radius:0;background:#fff}
.product-clean-thumbs{grid-template-columns:repeat(auto-fit,minmax(80px,96px));justify-content:start;margin-top:14px}.product-clean-thumbs .thumb-btn{padding:6px;border-radius:16px;background:#fff;border:1px solid #e6ddd8;box-shadow:none}.product-clean-thumbs .thumb-btn img{height:82px;border-radius:12px}.product-clean-thumbs .thumb-btn.is-active,.product-clean-thumbs .thumb-btn:hover{border-color:var(--accent);box-shadow:0 0 0 2px rgba(200,127,106,.10)}
.product-clean-summary{padding-top:10px}
.product-clean-meta{display:flex;flex-wrap:wrap;gap:10px 16px;margin-bottom:14px;color:#7a746f;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.product-clean-meta span{position:relative}.product-clean-meta span+span:before{content:'';position:absolute;left:-8px;top:50%;width:3px;height:3px;border-radius:50%;background:#c9beb8;transform:translateY(-50%)}
.product-clean-summary h1{font-size:54px;line-height:.98;letter-spacing:-.03em;margin:0 0 18px;color:#222}
.product-clean-lead{font-size:17px;line-height:1.75;color:#5e5a57;margin:0 0 22px}
.product-clean-price-row{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;padding:18px 0;border-top:1px solid #eee3dd;border-bottom:1px solid #eee3dd;margin-bottom:18px}.product-clean-price{font-size:44px;line-height:1;font-weight:900;color:var(--accent)}.product-clean-compare{margin-top:8px;color:#9c918b;font-size:14px;text-decoration:line-through}.product-clean-stock{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:8px 0}.product-clean-stock.in-stock{color:#2b7d4a}.product-clean-stock.out-stock{color:#aa4a4a}
.product-clean-actions-top{display:flex;gap:24px;align-items:center;flex-wrap:wrap;margin-bottom:24px}.favorite-btn-clean{border:0;background:transparent;padding:0;color:#222;font-weight:800;font-size:14px}.favorite-btn-clean.is-active{background:transparent;color:var(--accent)}.btn-link-clean{border:0;background:transparent;padding:0;color:#6e6965;font-weight:700;cursor:pointer}
.product-clean-buy{border-top:1px solid #eee3dd;padding-top:22px;margin-top:8px}.product-clean-buy-row{display:grid;grid-template-columns:180px 1fr;gap:18px;align-items:end}.qty-box-clean label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#6f6964;margin-bottom:10px}.qty-stepper-clean{grid-template-columns:44px 92px 44px;gap:8px}.qty-stepper-clean .qty-btn,.qty-stepper-clean .qty-input{height:48px}.qty-stepper-clean .qty-btn{border:1px solid #ded4ce;background:#fff;border-radius:12px;font-size:24px}.qty-stepper-clean .qty-input{margin:0;border-radius:12px;border:1px solid #ded4ce;background:#fff}.btn-add-clean{height:48px;justify-content:center;border-radius:12px;font-size:13px}
.product-clean-info{margin-top:22px;padding-top:18px;border-top:1px solid #f0e7e3}.product-clean-info p{margin:0 0 10px;color:#5f5a57;line-height:1.65}.product-clean-info p:last-child{margin-bottom:0}
.product-clean-combo,.product-clean-content{padding-top:12px;border-top:1px solid #eee3dd}.product-clean-section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:16px}.product-clean-section-head h2{margin:0;font-size:30px;letter-spacing:-.02em}.product-clean-section-head p{margin:0;max-width:640px}
.clean-combo-row{display:grid;grid-template-columns:1fr 40px 1fr auto;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid #f1e9e4}.clean-combo-item{display:grid;grid-template-columns:88px 1fr;gap:14px;align-items:center}.clean-combo-item img{width:88px;height:88px;object-fit:cover;border-radius:16px;background:#fff;border:1px solid #ece3de}.clean-combo-item strong{display:block;font-size:16px;line-height:1.35;margin-bottom:6px}.clean-combo-item span{font-weight:800;color:var(--accent)}.clean-combo-plus{text-align:center;font-size:26px;color:#a9968d}.clean-combo-total{display:flex;align-items:center;gap:16px}.clean-combo-total small{display:block;color:#7a736e;text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px}.clean-combo-total strong{font-size:28px;color:#222}.clean-combo-total form{margin:0}
.product-clean-text{max-width:920px;color:#55504d;line-height:1.9;font-size:15px}
.product-description .container,.section .container{position:relative}
@media(max-width:1100px){.product-clean-layout{grid-template-columns:1fr;gap:26px}.product-clean-main .product-main-img{height:480px}.product-clean-summary h1{font-size:42px}.clean-combo-row{grid-template-columns:1fr}.clean-combo-plus{display:none}.clean-combo-total{justify-content:space-between;padding-top:8px;border-top:1px solid #f1e9e4}}
@media(max-width:700px){.product-page-clean{padding-top:24px}.product-clean-summary h1{font-size:34px}.product-clean-price{font-size:34px}.product-clean-price-row{align-items:flex-start;flex-direction:column}.product-clean-buy-row{grid-template-columns:1fr}.product-clean-main .product-main-img{height:340px}.product-clean-section-head{flex-direction:column;align-items:flex-start}.product-clean-thumbs{grid-template-columns:repeat(4,1fr)}.product-clean-thumbs .thumb-btn img{height:66px}}


/* Footer premium */
.footer-premium{margin-top:70px;background:linear-gradient(180deg,#fbf8f6 0%, #f6f1ee 100%);border-top:1px solid #ece2dc;padding:0}
.footer-topline{border-bottom:1px solid #eadfd9;background:rgba(255,255,255,.55)}
.footer-topline-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:22px 0}
.footer-top-item{display:flex;flex-direction:column;gap:6px}.footer-top-item strong{font-size:16px;letter-spacing:-.01em}.footer-top-item span{color:#6b6662;line-height:1.55}
.footer-main{display:grid;grid-template-columns:minmax(280px,1.15fr) 1.85fr;gap:50px;padding:46px 0 34px}
.footer-logo{display:inline-block;margin-bottom:18px}.footer-brand-block{max-width:420px}.footer-text{margin:0 0 22px;color:#6d6763;line-height:1.8;font-size:15px}.footer-contact-list{display:flex;flex-direction:column;gap:10px}.footer-contact-list a{display:inline-flex;align-items:center;gap:8px;color:#2a2a2a;font-weight:600}
.footer-links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.footer-col h4{margin:0 0 16px;font-size:18px;letter-spacing:-.01em}.footer-col a{display:block;margin-bottom:11px;color:#5d5956;transition:color .18s ease, transform .18s ease}.footer-col a:hover{color:var(--accent);transform:translateX(2px)}
.footer-bottom{border-top:1px solid #eadfd9;padding:16px 0;background:rgba(255,255,255,.4)}.footer-bottom-inner{display:flex;justify-content:space-between;gap:20px;align-items:center}.footer-bottom p{margin:0;color:#706a66;font-size:13px}.footer-bottom-links{display:flex;gap:18px;flex-wrap:wrap}.footer-bottom-links a{font-size:13px;color:#706a66}.footer-bottom-links a:hover{color:var(--accent)}
@media(max-width:1100px){.footer-main{grid-template-columns:1fr;gap:30px}.footer-links-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.footer-topline-grid,.footer-links-grid{grid-template-columns:1fr}.footer-main{padding:36px 0 26px}.footer-bottom-inner{flex-direction:column;align-items:flex-start}.footer-brand-block{max-width:none}}


/* Refinado final de ficha de producto: menos aspecto IA, más sobrio */
.product-page-clean{background:#fff;margin-top:8px}
.product-clean-container{width:min(1180px,calc(100% - 48px))}
.refined-product-layout{grid-template-columns:minmax(0,58%) minmax(360px,42%);gap:42px;align-items:start}
.refined-gallery{padding-top:4px}.refined-main-image{border:1px solid #ece7e3;border-radius:18px;background:#fff;overflow:hidden;box-shadow:none}.refined-main-image .product-main-img{height:600px;object-fit:cover;background:#fff}
.refined-thumbs{margin-top:16px;display:flex;flex-wrap:wrap;gap:10px}.refined-thumbs .thumb-btn{width:72px;height:72px;padding:4px;border-radius:12px;border:1px solid #e8e1dc;background:#fff;box-shadow:none}.refined-thumbs .thumb-btn img{height:62px;border-radius:10px;object-fit:cover}.refined-thumbs .thumb-btn.is-active,.refined-thumbs .thumb-btn:hover{border-color:#c9b1a8;box-shadow:none}
.refined-summary{padding-top:8px}.refined-meta{margin-bottom:18px;color:#7e7975;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.refined-meta span+span:before{background:#b9b0aa}
.refined-summary h1{font-size:46px;line-height:1.02;letter-spacing:-.035em;font-weight:800;margin:0 0 18px;color:#1f1f1f;max-width:12ch}.refined-lead{font-size:16px;line-height:1.75;color:#615d5a;max-width:58ch;margin-bottom:22px}
.refined-price-wrap{border-top:1px solid #eee8e4;border-bottom:1px solid #eee8e4;padding:20px 0;margin:0 0 18px}.refined-price-row{margin:0;padding:0;border:0;align-items:flex-end}.product-clean-price{font-size:42px;color:var(--accent);font-weight:800;letter-spacing:-.02em}.product-clean-compare{margin-top:6px;font-size:14px;color:#9b928d}.product-clean-stock{padding:0;font-size:12px;letter-spacing:.08em}
.refined-inline-actions{gap:18px;margin-bottom:22px}.favorite-btn-clean,.btn-link-clean{font-size:14px;line-height:1.3}.favorite-btn-clean{font-weight:700;color:#1f1f1f}.favorite-btn-clean:before{content:'♥';display:inline-block;margin-right:8px;font-size:12px;vertical-align:1px}.favorite-btn-clean.is-active{color:var(--accent)}.favorite-btn-clean.is-active:before{content:'♥'}.btn-link-clean{color:#6a6663}
.refined-buy{padding-top:0;border-top:0;margin-top:0}.refined-buy-row{grid-template-columns:170px minmax(220px,1fr);gap:16px;align-items:end}.qty-box-clean label{font-size:11px;letter-spacing:.12em;margin-bottom:8px}.qty-stepper-clean{grid-template-columns:40px 76px 40px}.qty-stepper-clean .qty-btn,.qty-stepper-clean .qty-input{height:46px;border-radius:10px}.qty-stepper-clean .qty-btn{border-color:#ded7d2;color:#222}.qty-stepper-clean .qty-input{border-color:#ded7d2;font-weight:600}.btn-add-clean{height:46px;border-radius:10px;font-size:12px;letter-spacing:.03em}
.refined-info-list{margin-top:24px;padding-top:20px;border-top:1px solid #f0ebe8;display:grid;gap:12px}.refined-info-list p{display:grid;grid-template-columns:140px 1fr;gap:10px;margin:0;color:#5f5b58;line-height:1.55}.refined-info-list strong{font-size:14px;color:#2a2a2a}.refined-info-list span{display:block}
.refined-combo,.product-clean-content{border-top:1px solid #eee8e4;padding-top:20px}.refined-section-head{margin-bottom:20px}.refined-section-head h2{font-size:28px;font-weight:700;letter-spacing:-.02em}.refined-section-head p{color:#6b6662}
.refined-combo-row{padding:0;border-bottom:0;gap:18px;align-items:center}.clean-combo-item{padding:16px 0}.clean-combo-item strong{font-size:15px;color:#1f1f1f}.clean-combo-item span{font-size:15px}.clean-combo-total{gap:18px;justify-content:flex-end}.clean-combo-total strong{font-size:26px}.clean-combo-total .btn{border-radius:10px;padding:12px 18px}
.product-clean-content .product-clean-text{max-width:860px;font-size:15px;line-height:1.9;color:#55514f}.product-grid-carousel{gap:20px}
@media(max-width:1100px){.refined-product-layout{grid-template-columns:1fr}.refined-summary h1{max-width:none;font-size:40px}.refined-main-image .product-main-img{height:500px}.refined-combo-row{grid-template-columns:1fr}.clean-combo-total{justify-content:space-between;border-top:1px solid #eee8e4;padding-top:16px}}
@media(max-width:700px){.product-clean-container{width:min(100%,calc(100% - 28px))}.refined-main-image .product-main-img{height:340px}.refined-summary h1{font-size:32px}.product-clean-price{font-size:34px}.refined-info-list p{grid-template-columns:1fr;gap:4px}.refined-buy-row{grid-template-columns:1fr}.refined-thumbs .thumb-btn{width:64px;height:64px}.refined-thumbs .thumb-btn img{height:54px}}


/* Fidelización en ficha de producto */
.product-rating-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:-2px 0 14px}.product-rating-row .stars{font-size:14px;color:#c28a17}.product-rating-row .rating-count{font-size:12px;color:#5f5b58}.product-rating-row .rating-link{font-size:12px;color:#5a8f2f;font-weight:700}
.loyalty-box{margin-top:18px;background:#f1e8fa;border:1px solid #e1cff4;border-radius:14px;padding:14px 16px}.loyalty-badge{display:inline-flex;padding:5px 10px;border-radius:999px;background:#fff;color:#7c4bb3;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.loyalty-title{font-size:16px;line-height:1.45;color:#2b2431;margin-bottom:6px}.loyalty-title strong{color:#6f35b4}.loyalty-box p{margin:0 0 10px;color:#5f5669;line-height:1.55;font-size:14px}.loyalty-meta{display:flex;gap:8px;flex-wrap:wrap}.loyalty-meta span{display:inline-flex;background:rgba(255,255,255,.72);border:1px solid rgba(124,75,179,.14);color:#5a4d66;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:700}
.loyalty-soft-box{margin-top:12px;background:#eef5e3;border:1px solid #d9e7c2;border-radius:14px;padding:14px 16px}.loyalty-soft-box strong{display:block;color:#456b17;margin-bottom:6px}.loyalty-soft-box p{margin:0;color:#5f6b4f;line-height:1.55;font-size:14px}


/* Categorías limpias y modernas, sin bloques pesados */
.category-clean-shell{padding:40px 0 24px;background:#fff}
.category-clean-header{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:44px;align-items:center;padding:10px 0 24px;border-bottom:1px solid #eee8e4}.category-clean-header.no-visual{grid-template-columns:1fr}.category-clean-copy h1{font-size:clamp(44px,6vw,72px);line-height:.96;letter-spacing:-.04em;margin:0 0 18px;color:#222}.category-clean-intro{max-width:60ch;font-size:18px;line-height:1.75;color:#5f5a57;margin:0}.category-clean-visual{justify-self:end;width:min(100%,520px)}.category-clean-visual img{width:100%;height:320px;object-fit:cover;border-radius:18px;background:#f5f1ef}.category-clean-nav,.shop-clean-brands{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.category-clean-link{display:inline-flex;align-items:center;padding:11px 16px;border-radius:999px;border:1px solid #e6ddd8;background:#fff;color:#4e4a47;font-size:13px;font-weight:700;transition:all .18s ease}.category-clean-link:hover,.category-clean-link.is-active{border-color:#222;background:#222;color:#fff}
.shop-clean-section{padding-top:26px}.shop-clean-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) 220px 220px auto;gap:14px;align-items:end;padding:0 0 24px;border-bottom:1px solid #eee8e4;margin-bottom:26px}.shop-clean-toolbar label{display:block;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#746d69;margin-bottom:8px}.shop-clean-toolbar .form-control{height:48px;margin:0;border:1px solid #ddd4cf;border-radius:10px;background:#fff}.shop-clean-toolbar .btn{height:48px;justify-content:center;border-radius:10px}
.shop-clean-head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:18px}.shop-clean-head h2{margin:0;font-size:44px;line-height:1;letter-spacing:-.03em;font-weight:700}.shop-clean-head p{margin:8px 0 0;max-width:62ch}.shop-clean-tag{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#f4efec;color:#5f5752;font-size:13px;font-weight:700}
.shop-clean-brands{margin:0 0 22px}.shop-clean-grid{gap:22px}.shop-clean-empty{background:#f8f8f8;border-left:4px solid var(--accent);padding:14px 16px}
@media(max-width:1100px){.category-clean-header{grid-template-columns:1fr}.category-clean-visual{justify-self:start;width:100%}.shop-clean-toolbar{grid-template-columns:1fr 1fr}.shop-clean-head{flex-direction:column;align-items:flex-start}}
@media(max-width:700px){.category-clean-shell{padding-top:26px}.category-clean-copy h1{font-size:46px}.category-clean-intro{font-size:16px}.category-clean-visual img{height:240px}.shop-clean-toolbar{grid-template-columns:1fr}.shop-clean-head h2{font-size:34px}}

.category-clean-note{margin-top:22px;color:#7a746f;font-size:14px}
