@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600&display=swap');

:root{
  --bg:#f7f3ee;--paper:#fffdfa;--ink:#2c241f;--muted:#766c62;--rose:#b69469;--rose-deep:#8b6947;--rose-soft:#eee4d6;--cream:#f3ede5;--line:#ded3c7;--gold:#b7925f;--success:#2f7b5b;--danger:#b64451;--shadow:0 18px 52px rgba(63,46,34,.10);--radius:24px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.hidden{display:none!important}
.topbar{background:#2d261f;color:white;text-align:center;padding:8px 16px;font-size:13px;letter-spacing:.02em}.demo-note{background:#fff1c9;color:#6b520c;text-align:center;padding:8px 14px;font-size:12px;border-bottom:1px solid #f1d88a}
.header{position:sticky;top:0;z-index:40;background:rgba(255,250,248,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(234,221,224,.8)}.header-inner{max-width:1240px;margin:auto;display:grid;grid-template-columns:200px 1fr auto;align-items:center;gap:20px;padding:12px 22px}.brand{display:flex;align-items:center;gap:12px;font-family:'Playfair Display',serif;font-size:26px;font-weight:600}.brand img{width:56px;height:56px;object-fit:cover;border-radius:50%;box-shadow:0 4px 14px rgba(92,69,46,.16)}
.nav{display:flex;justify-content:center;gap:8px;align-items:center}.nav>a,.nav-trigger{padding:12px 14px;border-radius:12px;font-weight:600;font-size:14px}.nav>a:hover,.nav-trigger:hover{background:var(--rose-soft)}.header-actions{display:flex;align-items:center;gap:8px}.icon-btn{height:42px;min-width:42px;border:1px solid var(--line);background:white;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px}.icon-btn:hover{border-color:#ccbda9;background:#fff}.cart-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;border-radius:999px;background:var(--rose-deep);color:white;font-size:11px;padding:0 5px}
.mega-wrap{position:relative}.mega{position:absolute;top:100%;left:0;width:760px;background:white;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:12px;display:none}.mega-wrap:hover .mega,.mega:focus-within{display:grid;grid-template-columns:220px 1fr}.mega-cats{padding:8px;border-right:1px solid var(--line)}.mega-cats a{display:flex;justify-content:space-between;padding:12px;border-radius:12px;font-weight:600}.mega-cats a.active{background:var(--rose-soft);color:var(--rose-deep)}.mega-cats a:hover{background:var(--rose-soft);color:var(--rose-deep)}.mega-panel{padding:14px 18px}.mega-panel h4{font-family:'Playfair Display',serif;font-size:22px;margin:4px 0 14px}.subgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.subgrid a{padding:10px 12px;border-radius:10px;color:var(--muted)}.subgrid a:hover{background:#f4eee7;color:var(--ink)}
.mobile-toggle{display:none}.mobile-menu{display:none;background:white;border-top:1px solid var(--line);padding:14px 20px}.mobile-menu details{border-bottom:1px solid var(--line);padding:10px 0}.mobile-menu summary{font-weight:700;cursor:pointer}.mobile-sub{padding:8px 0 0 14px;display:grid;gap:8px}
.container{max-width:1240px;margin:auto;padding:0 22px}.hero{padding:48px 0 26px}.hero-card{position:relative;overflow:hidden;min-height:470px;border-radius:34px;background:linear-gradient(120deg,#e8dccd 0%,#faf6f0 55%,#d9c5ae 100%);display:grid;grid-template-columns:1.02fr .98fr;align-items:center;box-shadow:var(--shadow)}.hero-copy{padding:58px}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--rose-deep)}h1,h2,h3{font-family:'Playfair Display',serif}.hero h1{font-size:clamp(46px,6vw,80px);line-height:.98;margin:15px 0 18px}.hero p{font-size:18px;line-height:1.65;color:var(--muted);max-width:560px}.btn-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{border:0;border-radius:14px;padding:13px 18px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:var(--rose-deep);color:white;box-shadow:0 10px 22px rgba(91,66,42,.22)}.btn-primary:hover{background:#725238}.btn-secondary{background:white;border:1px solid var(--line)}.btn-ghost{background:transparent;border:1px solid var(--line)}.hero-art{height:100%;display:flex;align-items:center;justify-content:center;position:relative}.hero-art:before{content:'';position:absolute;width:430px;height:430px;border-radius:50%;background:rgba(255,255,255,.56)}.hero-art img{position:relative;width:min(420px,80%);aspect-ratio:1;border-radius:50%;object-fit:cover;box-shadow:0 20px 60px rgba(63,48,36,.18)}
.section{padding:42px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.section-head h2{font-size:38px;margin:0}.section-head p{color:var(--muted);margin:7px 0 0}.text-link{color:var(--rose-deep);font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{background:white;border:1px solid var(--line);border-radius:22px;padding:24px;min-height:170px;position:relative;overflow:hidden;transition:.2s}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.category-card .bubble{position:absolute;right:-20px;bottom:-30px;width:120px;height:120px;background:var(--rose-soft);border-radius:50%}.category-card h3{font-size:26px;margin:8px 0}.category-card p{color:var(--muted);font-size:14px}.category-card span{font-size:13px;color:var(--rose-deep);font-weight:700}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:white;border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:.2s;position:relative}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-media{aspect-ratio:4/5;background:#f3eee8;overflow:hidden;position:relative}.product-media img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover .product-media img{transform:scale(1.025)}.chip{position:absolute;left:12px;top:12px;background:white;border:1px solid rgba(0,0,0,.05);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}.chip.sale{background:var(--rose-deep);color:white}.product-info{padding:15px}.product-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.11em;color:var(--muted)}.product-info h3{font-family:'DM Sans',sans-serif;font-size:16px;margin:7px 0 10px}.price{font-size:18px;font-weight:800}.price small{font-weight:500;color:var(--muted);font-size:12px}.old-price{text-decoration:line-through;color:#9a8e82;font-size:13px;margin-left:7px}.color-dots{display:flex;gap:5px;margin-top:11px}.dot{width:16px;height:16px;border-radius:50%;border:2px solid white;box-shadow:0 0 0 1px #ddd2c6}.stock-line{margin-top:9px;font-size:12px;color:var(--success)}.stock-line.low{color:#a86c19}.stock-line.out{color:var(--danger)}
.catalog-layout{display:grid;grid-template-columns:270px 1fr;gap:24px;padding:30px 0 60px}.filters{background:white;border:1px solid var(--line);border-radius:22px;padding:18px;align-self:start;position:sticky;top:96px}.filter-group{border-bottom:1px solid var(--line);padding:4px 0 16px;margin-bottom:14px}.filter-group:last-child{border:0;margin:0}.filter-group h4{margin:8px 0 11px}.check{display:flex;gap:9px;align-items:center;margin:9px 0;color:var(--muted);font-size:14px}.check input{accent-color:var(--rose-deep)}.color-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 6px;margin-top:6px}.color-filter-item{display:block}.color-filter-item input{position:absolute;opacity:0;pointer-events:none}.color-filter-chip{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:68px;padding:8px 4px;border:1px solid transparent;border-radius:16px;background:transparent;transition:.18s ease;color:var(--ink);text-align:center}.color-filter-item:hover .color-filter-chip{background:#f6f1ea}.color-filter-item input:checked + .color-filter-chip{background:#f5eee5;border-color:#cdb897;box-shadow:0 8px 18px rgba(112,82,52,.08)}.color-filter-swatch{width:22px;height:22px;border-radius:999px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08),0 4px 10px rgba(0,0,0,.06)}.color-filter-swatch.is-light{box-shadow:inset 0 0 0 1px #d9d0c6,0 5px 12px rgba(0,0,0,.04)}.color-filter-name{font-size:11px;line-height:1.15;color:#5f554c;max-width:64px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.range-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.field{width:100%;border:1px solid var(--line);background:white;border-radius:12px;padding:11px 12px;outline:none}.field:focus{border-color:#b99a73;box-shadow:0 0 0 3px #eee2d4}.catalog-main-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px}.catalog-main-head h1{font-size:38px;margin:0}.sort{min-width:220px}.results-note{color:var(--muted);font-size:13px;margin:8px 0 16px}.empty{padding:60px 24px;background:white;border:1px dashed #ddd2c6;border-radius:22px;text-align:center;color:var(--muted)}
.product-page{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;padding:42px 0 68px}.gallery-main{background:#f7f4f4;border-radius:28px;overflow:hidden;aspect-ratio:4/5}.gallery-main img{width:100%;height:100%;object-fit:cover}.product-detail{padding:12px 0}.crumb{font-size:13px;color:var(--muted);margin-bottom:20px}.product-detail h1{font-size:44px;line-height:1.08;margin:0 0 10px}.detail-price{font-size:28px;font-weight:800;margin:12px 0}.description{color:var(--muted);line-height:1.7}.option-label{font-weight:800;margin:24px 0 10px}.swatches{display:flex;gap:9px;flex-wrap:wrap}.swatch{border:1px solid var(--line);background:white;border-radius:12px;padding:10px 12px;display:flex;align-items:center;gap:8px}.swatch.active{border-color:var(--rose-deep);box-shadow:0 0 0 2px var(--rose-soft)}.swatch.disabled{opacity:.38;text-decoration:line-through}.size-btn{min-width:48px}.qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:12px;overflow:hidden;width:max-content}.qty button{border:0;background:white;width:40px;height:40px}.qty input{width:44px;border:0;text-align:center}.buy-box{display:flex;gap:10px;margin-top:24px}.buy-box .btn{flex:1}.info-strip{margin-top:26px;border-top:1px solid var(--line);padding-top:18px;display:grid;gap:10px;color:var(--muted);font-size:13px}
.search-panel{display:none;position:fixed;inset:0;background:rgba(38,28,31,.36);z-index:80;padding:76px 20px}.search-box{max-width:760px;margin:auto;background:white;border-radius:22px;padding:18px;box-shadow:var(--shadow)}.search-box form{display:flex;gap:9px}.search-box input{font-size:18px;padding:15px 16px}.search-panel.open{display:block}
.cart-drawer{position:fixed;right:-440px;top:0;width:min(430px,100%);height:100vh;background:white;z-index:90;box-shadow:-20px 0 60px rgba(30,18,21,.15);transition:.3s;display:flex;flex-direction:column}.cart-drawer.open{right:0}.cart-head{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--line)}.cart-items{padding:14px 20px;overflow:auto;flex:1}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.cart-item img{width:72px;height:88px;object-fit:cover;border-radius:12px}.cart-item h4{font-family:'DM Sans';font-size:14px;margin:3px 0}.cart-item p{font-size:12px;color:var(--muted);margin:3px 0}.cart-foot{border-top:1px solid var(--line);padding:18px 20px}.cart-total{display:flex;justify-content:space-between;font-weight:800;font-size:18px;margin-bottom:14px}.overlay{display:none;position:fixed;inset:0;background:rgba(38,28,31,.28);z-index:85}.overlay.open{display:block}
.checkout{display:grid;grid-template-columns:1fr 420px;gap:30px;padding:38px 0 70px}.panel{background:white;border:1px solid var(--line);border-radius:22px;padding:22px}.panel h2{margin-top:0}.pay-option{display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px solid var(--line);border-radius:14px;margin:10px 0}.pay-option:has(input:checked){border-color:var(--rose-deep);background:#fcfaf6}.pay-option input{margin-top:5px;accent-color:var(--rose-deep)}.summary-line{display:flex;justify-content:space-between;gap:14px;padding:10px 0;border-bottom:1px solid var(--line)}.summary-line:last-child{border:0}.muted{color:var(--muted)}
.footer{background:#2d261f;color:#f0e8df;margin-top:60px}.footer-inner{max-width:1240px;margin:auto;padding:42px 22px;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:28px}.footer h4{margin:0 0 12px}.footer p,.footer a{color:#cfc4b8;font-size:14px}.footer a:hover{color:white}
.admin-body{background:#f7f4f4}.admin-shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.admin-side{background:#2d261f;color:white;padding:22px;position:sticky;top:0;height:100vh}.admin-logo{display:flex;align-items:center;gap:10px;margin-bottom:26px}.admin-logo img{width:42px;height:42px;border-radius:50%;object-fit:cover}.admin-nav{display:grid;gap:6px}.admin-nav button{border:0;background:transparent;color:#d7cbbf;text-align:left;padding:12px;border-radius:10px}.admin-nav button.active,.admin-nav button:hover{background:#473b31;color:white}.admin-main{padding:28px}.admin-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.admin-top h1{font-size:34px;margin:0}.admin-card{background:white;border:1px solid var(--line);border-radius:20px;padding:20px;margin-bottom:18px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat{background:white;border:1px solid var(--line);border-radius:18px;padding:18px}.stat b{display:block;font-size:28px;margin-top:6px}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:12px;border-bottom:1px solid var(--line);font-size:13px}.table th{color:var(--muted);font-weight:700}.tiny-img{width:46px;height:56px;border-radius:8px;object-fit:cover}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.admin-grid .full{grid-column:1/-1}.label{display:grid;gap:6px;font-size:13px;font-weight:700}.variant-row{display:grid;grid-template-columns:1.2fr 1fr .7fr auto;gap:8px;margin-bottom:8px}.category-editor{display:grid;gap:12px}.cat-edit-row{border:1px solid var(--line);border-radius:14px;padding:12px}.subchips{display:flex;gap:7px;flex-wrap:wrap;margin-top:9px}.subchip{background:#f2ece5;border:1px solid #e5d8ca;border-radius:999px;padding:7px 9px;font-size:12px}.admin-login{min-height:100vh;display:grid;place-items:center;padding:22px;background:linear-gradient(145deg,#eee2d4,#faf7f2)}.login-card{width:min(420px,100%);background:white;border-radius:26px;padding:28px;box-shadow:var(--shadow);text-align:center}.login-card img{width:110px;height:110px;border-radius:50%;object-fit:cover}.toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%) translateY(80px);background:#2d261f;color:white;border-radius:999px;padding:12px 17px;z-index:120;opacity:0;transition:.25s;font-size:13px}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
@media(max-width:980px){.header-inner{grid-template-columns:1fr auto}.nav{display:none}.mobile-toggle{display:inline-flex}.header-actions .desktop-label{display:none}.hero-card{grid-template-columns:1fr}.hero-copy{padding:44px}.hero-art{padding:10px 0 44px}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.catalog-layout{grid-template-columns:1fr}.filters{position:static}.product-page{grid-template-columns:1fr}.checkout{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.admin-shell{grid-template-columns:1fr}.admin-side{position:static;height:auto}.admin-nav{grid-template-columns:repeat(4,1fr)}.stat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.topbar{font-size:11px}.header-inner{padding:9px 14px}.brand{font-size:22px}.brand img{width:46px;height:46px}.hero{padding-top:18px}.hero-card{min-height:0;border-radius:24px}.hero-copy{padding:32px 24px}.hero h1{font-size:48px}.hero p{font-size:16px}.hero-art img{width:72%}.container{padding:0 14px}.section{padding:30px 0}.section-head h2{font-size:30px}.category-grid,.product-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card{padding:17px;min-height:145px}.category-card h3{font-size:21px}.product-info{padding:12px}.catalog-main-head{align-items:flex-start;flex-direction:column}.sort{width:100%}.catalog-layout{padding-top:18px}.filters{display:none}.filters.mobile-open{display:block}.product-page{padding-top:22px;gap:20px}.product-detail h1{font-size:36px}.buy-box{flex-direction:column}.footer-inner{grid-template-columns:1fr}.checkout{padding-top:22px}.admin-main{padding:16px}.admin-nav{grid-template-columns:1fr 1fr}.stat-grid{grid-template-columns:1fr 1fr}.admin-grid{grid-template-columns:1fr}.variant-row{grid-template-columns:1fr 1fr}.variant-row .remove-var{grid-column:1/-1}.header-actions .icon-btn{padding:0 10px}.desktop-only{display:none!important}.color-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px 5px}.color-filter-chip{min-height:64px;padding:7px 3px}.color-filter-name{font-size:10px;max-width:58px}.color-filter-swatch{width:20px;height:20px}}
.bulk-import-card{border:1px dashed #d9cabb;background:linear-gradient(135deg,#fff,#fbf8f3)}.bulk-import-copy{display:flex;align-items:center;justify-content:space-between;gap:18px}.bulk-import-actions{display:flex;gap:8px;flex:0 0 auto}.bulk-import-note{margin-top:13px;padding:10px 12px;border-radius:12px;background:#f4ede5;color:#74675c;font-size:12px}.bulk-import-card h2{font-size:20px}@media(max-width:620px){.bulk-import-copy{align-items:flex-start;flex-direction:column}.bulk-import-actions,.bulk-import-actions .btn{width:100%}}

.price-pending{font-size:14px!important;font-weight:700;color:var(--rose-deep)}

/* v0.3.1 - imágenes por color */
#productImage{transition:opacity .18s ease,transform .18s ease}#productImage.switching{opacity:.35;transform:scale(.992)}.variant-row-rich{padding:12px;border:1px solid var(--line);border-radius:14px;margin-bottom:12px;background:#fff}.variant-extra{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:center;padding-top:4px}.variant-color-label{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.variant-image-box{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.variant-image-preview{width:48px;height:58px;object-fit:cover;border-radius:9px;border:1px solid var(--line);background:#f8f4ef}.variant-image-button{padding:9px 12px;font-size:12px}.variant-image-clear{padding:9px 12px;font-size:12px}@media(max-width:620px){.variant-extra{grid-template-columns:1fr}.variant-image-box{align-items:flex-start}}


/* v0.3.2 · galería de producto y panel */
.gallery-thumbs{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.gallery-thumb{width:74px;height:88px;padding:0;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:white;opacity:.72;transition:.18s}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb:hover{opacity:1;transform:translateY(-1px)}.gallery-thumb.active{opacity:1;border-color:var(--rose-deep);box-shadow:0 0 0 2px var(--rose-soft)}
.admin-side-footer{position:absolute;bottom:22px;left:22px;right:22px}.admin-store-button{display:flex;align-items:center;gap:11px;width:100%;padding:13px 14px;border-radius:14px;background:linear-gradient(135deg,#f8f3ed,#eadfce);border:1px solid #dfcdbb;color:#3e332b;box-shadow:0 8px 22px rgba(0,0,0,.12);transition:.18s}.admin-store-button>span:first-child{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:white;color:var(--rose-deep);font-size:18px}.admin-store-button>span:last-child{display:grid;gap:1px}.admin-store-button b{font-size:13px}.admin-store-button small{font-size:10px;color:#807063}.admin-store-button:hover{transform:translateY(-1px);box-shadow:0 10px 26px rgba(0,0,0,.16)}
.product-editor-head,.photo-manager-head,.variants-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:16px}.product-photo-manager{border:1px solid var(--line);border-radius:18px;padding:16px;background:#f9f6f1}.photo-add-button{white-space:nowrap}.photo-empty{display:grid;place-items:center;gap:5px;padding:26px;border:1px dashed #d7cbbf;border-radius:16px;color:var(--muted);text-align:center;background:white}.photo-empty-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--rose-soft);color:var(--rose-deep);font-size:23px}.photo-empty span{font-size:12px}.admin-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.admin-gallery-item{border:1px solid var(--line);border-radius:15px;background:white;overflow:hidden}.admin-gallery-item.is-main{border-color:#b99a72;box-shadow:0 0 0 2px #eee1d2}.admin-gallery-image{position:relative;aspect-ratio:4/5;background:#f7f4f4}.admin-gallery-image img{width:100%;height:100%;object-fit:cover}.admin-gallery-badge{position:absolute;top:8px;left:8px;background:rgba(43,34,36,.86);color:white;padding:5px 8px;border-radius:999px;font-size:10px}.admin-gallery-item.is-main .admin-gallery-badge{background:var(--rose-deep)}.admin-gallery-actions{display:flex;gap:6px;justify-content:space-between;align-items:center;padding:9px}.mini-action{border:0;background:#f2ece5;color:#6f5e50;padding:7px 8px;border-radius:9px;font-size:10px;font-weight:700}.mini-action:hover{background:#ebe0d4}.mini-action.danger{background:#fff3f2;color:#a95151}.main-photo-note{font-size:10px;color:var(--muted);padding-left:3px}.variant-extra-v2{grid-template-columns:auto 1fr}.variant-photo-assign{display:grid;grid-template-columns:auto minmax(180px,1fr) auto auto;gap:8px;align-items:end}.variant-photo-preview-wrap{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:10px}.variant-photo-preview-wrap img{width:46px;height:56px}.compact-label{font-size:11px}.variant-photo-select{padding:9px 10px;font-size:12px}.variant-image-button,.variant-image-clear{min-height:40px;white-space:nowrap}
@media(max-width:980px){.admin-side-footer{position:static;margin-top:20px}.variant-photo-assign{grid-template-columns:auto 1fr}.variant-image-button,.variant-image-clear{width:max-content}.admin-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}
@media(max-width:620px){.gallery-thumb{width:60px;height:72px}.product-editor-head,.photo-manager-head,.variants-head{align-items:flex-start;flex-direction:column}.photo-add-button{width:100%}.variant-photo-assign{grid-template-columns:1fr}.variant-photo-preview-wrap{align-items:center}.variant-image-button,.variant-image-clear{width:100%}.admin-gallery-grid{grid-template-columns:repeat(2,1fr)}}

.cloud-status{display:inline-flex;margin-top:6px;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:700;background:#f0ebe5;color:#746b62}.cloud-status.online{background:#eaf7ef;color:#257143}.cloud-status.saving,.cloud-status.loading{background:#fff4d8;color:#866417}.cloud-status.error{background:#ffe8ea;color:#a43b49}.cloud-status.setup{background:#eeeaf8;color:#66528d}


/* v1.0.2 · checkout completo */
.checkout-main{display:grid;gap:16px}.checkout-section{padding:26px}.checkout-section h2{font-size:28px;margin:7px 0 18px}.checkout-fields{display:grid;gap:12px;margin-top:14px}.checkout-fields.two-cols{grid-template-columns:1fr 1fr}.checkout-fields .full{grid-column:1/-1}.optional{font-size:11px;font-weight:500;color:var(--muted)}.delivery-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.choice-card{display:flex;align-items:flex-start;gap:11px;border:1px solid var(--line);border-radius:16px;padding:15px;background:#fff;transition:.18s}.choice-card:hover{border-color:#dcc1c8}.choice-card:has(input:checked){border-color:var(--rose-deep);background:#faf6f0;box-shadow:0 5px 16px rgba(112,82,52,.07)}.choice-card input{margin-top:4px;accent-color:var(--rose-deep)}.choice-card span{display:grid;gap:4px}.choice-card small{color:var(--muted);line-height:1.35}.delivery-detail{display:flex;gap:12px;align-items:flex-start;margin-top:14px;padding:14px;border-radius:15px;background:#f7f3ee;border:1px solid #e8ded4}.delivery-detail p{margin:4px 0 0;font-size:13px}.delivery-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:white;border:1px solid var(--line);font-size:18px}.shipping-note{padding:11px 13px;border-radius:12px;background:#f7f3ee;color:var(--muted);font-size:13px}.checkout-notes{display:grid;margin-top:16px}.checkout-error{margin-top:12px;border-radius:12px;padding:11px 13px;background:#fff0f2;border:1px solid #efc2cb;color:#9e304d;font-size:13px;font-weight:600}.checkout-info{margin-top:12px;border-radius:12px;padding:11px 13px;background:#fff8dd;border:1px solid #ecd998;color:#715d13;font-size:13px}.checkout-submit{width:100%;margin-top:14px;padding:15px}.checkout-summary-wrap{align-self:start}.checkout-summary-card{position:sticky;top:96px}.checkout-item{display:grid;grid-template-columns:56px 1fr auto;gap:10px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.checkout-item img{width:56px;height:66px;object-fit:cover;border-radius:10px;background:#f4efe9}.checkout-item-copy{display:grid;gap:4px;min-width:0}.checkout-item-copy b{font-size:13px;line-height:1.3}.checkout-item-copy small{color:var(--muted);font-size:11px}.checkout-total{font-size:20px;padding-top:15px}.checkout-safe{font-size:11px;color:var(--muted);padding-top:12px;text-align:center}.field-help{display:block;margin-top:6px;color:var(--muted);font-size:11px;font-weight:400}.settings-divider{height:1px;background:var(--line);margin:22px 0}.admin-card h3{font-family:'DM Sans',system-ui,sans-serif;margin:0 0 14px;font-size:16px}.label textarea.field{resize:vertical;min-height:88px}
@media(max-width:620px){.checkout-fields.two-cols,.delivery-options{grid-template-columns:1fr}.checkout-fields .full{grid-column:auto}.checkout-section{padding:19px}.checkout-summary-card{position:static}.checkout-item{grid-template-columns:48px 1fr auto}.checkout-item img{width:48px;height:58px}}

/* v1.0.6 · pedidos y retiro */
.order-complete{max-width:720px;margin:48px auto;text-align:center;padding:42px 34px}.order-check{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:0 auto 16px;background:#eef9f2;color:#228b5b;font-size:28px;font-weight:800}.order-number-label{margin:24px 0 6px;color:var(--muted);font-size:13px}.order-number{font-family:Georgia,serif;font-size:42px;letter-spacing:.04em;color:var(--rose-deep);font-weight:700;margin-bottom:18px}.pickup-reminder{margin:20px auto 0;padding:16px 18px;border:1px solid var(--line);border-radius:16px;background:#fbf8f3;display:flex;flex-direction:column;gap:4px;max-width:500px}.order-complete-actions{justify-content:center;margin-top:24px}.orders-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.orders-head .field{max-width:360px}.order-date,.table td small{display:block;color:var(--muted);font-size:11px;margin-top:4px}.order-status-pill{display:inline-flex;padding:6px 10px;border-radius:999px;background:#f1ebe4;font-size:12px}.order-status-pill.confirmed,.order-status-pill.awaiting_pickup{background:#eef8f1;color:#26744e}.order-status-pill.completed{background:#edf2ff;color:#355da8}.order-status-pill.cancelled,.order-status-pill.stock_issue{background:#fff0f0;color:#a33}.order-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.order-action-cell{white-space:nowrap}.order-edit-btn{background:#dff4e7!important;color:#176b3a!important;border:1px solid #a9dbbb!important}.order-edit-btn:hover{background:#cbedda!important}.order-refund-btn{background:#fff0b8!important;color:#725700!important;border:1px solid #e7ca64!important}.order-refund-btn:hover{background:#ffe89a!important}.order-delete-btn{background:#d9363e!important;color:#fff!important;border:1px solid #c42c34!important}.order-delete-btn:hover{background:#bd2931!important}.pay-option.hidden{display:none!important}@media(max-width:700px){.orders-head{align-items:stretch;flex-direction:column}.orders-head .field{max-width:none}.order-number{font-size:34px}}

/* ===== v1.1.0 · CUENTAS, PEDIDOS Y SEGUIMIENTO ===== */
.account-link{display:inline-flex;text-decoration:none;align-items:center;justify-content:center}
.checkout-account-box{margin:0 0 18px}.checkout-account-prompt,.checkout-account-ok{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid var(--line);border-radius:16px;background:#fbf8f4}.checkout-account-prompt div,.checkout-account-ok div{display:flex;flex-direction:column;gap:3px}.checkout-account-prompt span,.checkout-account-ok small{font-size:12px;color:var(--muted)}.checkout-account-ok>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#e8f6ee;color:#228b5b;font-weight:800}.checkout-account-ok a{color:var(--rose-deep)}
.account-page{padding-top:36px;padding-bottom:70px}.account-loading{margin:40px auto;max-width:720px}.account-auth-wrap{display:grid;grid-template-columns:1fr 460px;gap:60px;align-items:center;min-height:620px;max-width:1120px;margin:0 auto}.account-auth-copy h1{font-family:var(--serif);font-size:52px;line-height:1.05;margin:12px 0}.account-auth-copy>p{font-size:17px;line-height:1.7;color:var(--muted);max-width:560px}.account-benefits{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.account-benefits span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 14px;font-size:13px}.account-auth-card{padding:26px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f2ece5;border-radius:14px;padding:4px;margin-bottom:22px}.auth-tabs button{border:0;background:transparent;padding:11px;border-radius:11px;font:inherit;cursor:pointer}.auth-tabs button.active{background:white;box-shadow:0 4px 12px rgba(80,50,60,.08);font-weight:700}.account-form{display:grid;gap:13px}.account-form .btn{width:100%}.text-button{border:0;background:transparent;color:var(--rose-deep);cursor:pointer;padding:6px;font:inherit}.account-success-note{padding:12px 14px;background:#ecf8f1;color:#26704d;border-radius:12px;margin-bottom:16px;font-size:13px}
.account-dashboard{max-width:1260px;margin:0 auto}.account-top{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:26px}.account-top h1{font-family:var(--serif);font-size:44px;margin:6px 0}.account-grid{display:grid;grid-template-columns:360px 1fr;gap:24px;align-items:start}.account-profile{position:sticky;top:100px}.account-profile h2,.account-orders h2{font-family:var(--serif);font-size:28px;margin:0 0 16px}.account-profile-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.account-profile-form .full,.account-profile-form>button,.account-address-title{grid-column:1/-1}.account-address-title{font-weight:700;margin-top:8px;padding-top:14px;border-top:1px solid var(--line)}.account-orders-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.account-orders-title h2{margin-bottom:2px}.account-order-count{min-width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--rose-pale);color:var(--rose-deep);font-weight:800}.account-order-card{background:white;border:1px solid var(--line);border-radius:22px;padding:20px;margin-bottom:16px}.account-order-head{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:14px}.account-order-head h3{font-size:22px;margin:3px 0}.account-order-head small{color:var(--muted)}.account-order-total{text-align:right;display:flex;flex-direction:column;gap:4px}.account-order-total b{font-size:20px}.account-order-total span{font-size:12px;color:var(--muted)}.order-current-status{display:flex;align-items:center;gap:10px;padding:16px 0 10px}.order-current-status>div{display:flex;flex-direction:column}.order-current-status small{color:var(--muted);margin-top:2px}.status-dot{width:10px;height:10px;border-radius:50%;background:var(--rose-deep);box-shadow:0 0 0 5px var(--rose-pale)}.order-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin:14px 0 18px}.order-step{position:relative;text-align:center;color:#bbb1a7;font-size:11px}.order-step:before{content:"";height:2px;background:#e4dad0;position:absolute;left:-50%;right:50%;top:8px}.order-step:first-child:before{display:none}.order-step span{width:16px;height:16px;border-radius:50%;display:block;margin:0 auto 7px;background:#e9e1d9;border:3px solid white;box-shadow:0 0 0 1px #d9cdc2;position:relative;z-index:1}.order-step.done,.order-step.current{color:#493d33}.order-step.done span{background:var(--rose-deep);box-shadow:0 0 0 1px var(--rose-deep)}.order-step.done:before{background:var(--rose-deep)}.order-step.current span{background:white;box-shadow:0 0 0 3px var(--rose-pale),0 0 0 4px var(--rose-deep)}.tracking-box{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;background:#fbf7f8;border-radius:16px;padding:14px;margin:10px 0}.tracking-box>div{display:flex;flex-direction:column;gap:2px}.tracking-box .muted{font-size:11px}.tracking-wait{grid-column:1/-1;font-size:12px}.order-details{border-top:1px solid var(--line);margin-top:14px;padding-top:12px}.order-details summary{cursor:pointer;font-weight:700;color:var(--rose-deep)}.account-order-items{padding:10px 0}.account-order-item{display:grid;grid-template-columns:52px 1fr auto;gap:10px;align-items:center;padding:8px 0}.account-order-item img{width:52px;height:52px;object-fit:cover;border-radius:10px}.account-order-item div{display:flex;flex-direction:column;gap:3px}.account-order-item small{color:var(--muted)}.order-address{font-size:12px;line-height:1.5}.empty-orders{text-align:center;padding:38px}.empty-orders h3{font-family:var(--serif);font-size:26px}
.order-result-page{padding-top:70px;padding-bottom:90px}.order-result-card{max-width:680px;margin:0 auto;text-align:center;padding:42px}.result-order-status{display:inline-flex;align-items:center;gap:12px;text-align:left;background:#fbf7f8;border-radius:14px;padding:12px 16px;margin:12px 0 20px}.result-order-status div{display:flex;flex-direction:column}.account-after-order{display:flex;flex-direction:column;gap:4px;background:#f6efe7;border:1px solid #e1d1c0;border-radius:15px;padding:14px;margin:16px 0}.account-after-order span{font-size:13px;color:var(--muted)}
.order-manage-card{border:1px solid #deccba}.order-manage-head{display:flex;justify-content:space-between;gap:18px;align-items:start;margin-bottom:18px}.order-manage-head h2{margin:4px 0}.order-manage-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.admin-order-line{display:flex;justify-content:space-between;gap:14px;padding:8px 0;border-bottom:1px solid var(--line);font-size:13px}.order-manage-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.order-manage-form .full{grid-column:1/-1}
@media(max-width:900px){.account-auth-wrap{grid-template-columns:1fr;gap:26px;min-height:auto}.account-auth-copy h1{font-size:40px}.account-grid{grid-template-columns:1fr}.account-profile{position:static}.order-manage-grid{grid-template-columns:1fr}.tracking-box{grid-template-columns:1fr}.order-progress{overflow-x:auto;min-width:0}.account-link{padding-left:10px!important;padding-right:10px!important}}
@media(max-width:620px){.account-top{align-items:flex-start;flex-direction:column}.account-profile-form{grid-template-columns:1fr}.account-profile-form .full,.account-profile-form>button,.account-address-title{grid-column:auto}.account-order-head{flex-direction:column}.account-order-total{text-align:left}.order-progress{grid-template-columns:repeat(5,minmax(72px,1fr));overflow-x:auto;padding-bottom:5px}.order-manage-form{grid-template-columns:1fr}.order-manage-form .full{grid-column:auto}.checkout-account-prompt{align-items:flex-start;flex-direction:column}}


/* ===== v1.1.2 · PERFIL, CUENTAS Y CACHE ===== */
#accountSlot:empty{display:none}.account-menu{position:relative;display:inline-flex}.account-chevron{font-size:13px;color:var(--muted);transition:.18s}.account-menu:hover .account-chevron{transform:rotate(180deg)}.account-menu-dropdown{position:absolute;top:calc(100% + 7px);right:0;min-width:168px;background:white;border:1px solid var(--line);border-radius:14px;box-shadow:0 16px 34px rgba(73,45,53,.14);padding:7px;display:none;z-index:80}.account-menu:after{content:"";position:absolute;left:0;right:0;top:100%;height:10px}.account-menu:hover .account-menu-dropdown,.account-menu:focus-within .account-menu-dropdown{display:grid}.account-menu-dropdown a,.account-menu-dropdown button{border:0;background:transparent;text-align:left;padding:10px 11px;border-radius:9px;font:inherit;font-size:13px;cursor:pointer;color:var(--ink)}.account-menu-dropdown a:hover,.account-menu-dropdown button:hover{background:var(--rose-soft);color:var(--rose-deep)}
.auth-confirm-note{font-size:12px;line-height:1.45;color:var(--muted);text-align:center;margin:2px 0 0}.account-dashboard-v2{max-width:1180px;margin:0 auto}.account-top-v2{margin:4px 0 28px}.account-top-v2 h1{font-size:44px;margin:7px 0 5px}.account-shell-v2{display:grid;grid-template-columns:270px minmax(0,1fr);gap:24px;align-items:start}.account-sidebar{padding:12px;position:sticky;top:102px}.account-sidebar-title{padding:10px 10px 15px;display:flex;flex-direction:column;border-bottom:1px solid var(--line);margin-bottom:8px}.account-sidebar-title span{font-family:'Playfair Display',serif;font-size:24px;font-weight:600}.account-sidebar-title small{color:var(--muted);margin-top:2px}.account-side-nav{display:grid;gap:4px}.account-side-nav button{border:0;background:transparent;width:100%;display:grid;grid-template-columns:32px 1fr;gap:8px;align-items:center;text-align:left;padding:12px 10px;border-radius:12px;color:var(--ink)}.account-side-nav button>span{width:30px;height:30px;border-radius:10px;background:#f5eee7;display:grid;place-items:center;color:var(--rose-deep)}.account-side-nav button div{display:flex;flex-direction:column;gap:2px}.account-side-nav button small{color:var(--muted);font-size:10px}.account-side-nav button.active,.account-side-nav button:hover{background:var(--rose-soft);color:var(--rose-deep)}.account-side-nav button.active>span{background:white}.account-content-panel{min-width:0}.account-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:15px;margin-bottom:16px}.account-section-head h2{font-size:34px;margin:4px 0}.verified-badge{display:inline-flex;align-items:center;gap:6px;background:#edf8f1;color:#26704d;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:700}.account-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.account-settings-card{padding:20px}.account-settings-card:first-child{grid-row:span 2}.account-settings-card h3,.account-address-card h3{font-family:'DM Sans',sans-serif;font-size:17px;margin:0 0 15px}.small-copy{font-size:12px;line-height:1.5}.account-address-card{padding:22px}.account-address-form{display:grid;grid-template-columns:1fr 1fr;gap:13px}.account-address-form .full{grid-column:1/-1}.account-order-summary{background:white;border:1px solid var(--line);border-radius:20px;padding:18px;margin-bottom:13px}.account-order-summary-main{display:flex;justify-content:space-between;gap:18px;padding-bottom:13px;border-bottom:1px solid var(--line)}.account-order-summary-main h3{font-size:23px;margin:3px 0}.account-order-summary-main small{color:var(--muted)}.account-order-summary-total{text-align:right;display:flex;flex-direction:column;gap:3px}.account-order-summary-total b{font-size:20px}.account-order-summary-total span{font-size:11px;color:var(--muted)}.account-order-summary-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:14px 0}.account-order-summary-meta>span{display:flex;flex-direction:column;gap:3px}.account-order-summary-meta b{font-size:13px}.account-order-summary-meta small{font-size:10px;color:var(--muted)}.account-order-summary-actions{display:flex;justify-content:flex-end}.account-order-summary-actions .btn{padding:10px 16px}
.order-detail-page{max-width:1080px;margin:0 auto}.order-detail-top{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:22px}.order-detail-top h1{font-size:44px;margin:5px 0}.order-detail-number{text-align:right;display:flex;flex-direction:column}.order-detail-number small{color:var(--muted)}.order-detail-number b{font-family:'Playfair Display',serif;color:var(--rose-deep);font-size:30px}.order-status-main{padding:16px 20px;display:flex;align-items:center;gap:14px}.order-status-main>div{display:flex;flex-direction:column}.order-status-main small{color:var(--muted);font-size:11px}.order-status-main b{font-size:16px}.order-progress-detail{margin:26px 10px}.order-detail-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);gap:18px;align-items:start}.order-detail-card{padding:20px}.order-detail-card h2{font-size:22px;margin:0 0 14px}.order-detail-side{display:grid;gap:14px}.order-detail-item{display:grid;grid-template-columns:62px 1fr auto;gap:12px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.order-detail-item img{width:62px;height:70px;object-fit:cover;border-radius:11px}.order-detail-item>div{display:flex;flex-direction:column;gap:4px}.order-detail-item span{font-size:12px;color:var(--muted)}.order-detail-totals{padding-top:12px}.order-detail-totals>div{display:flex;justify-content:space-between;padding:6px 0}.order-detail-totals .grand{font-size:18px;border-top:1px solid var(--line);margin-top:5px;padding-top:12px}.tracking-detail{display:grid;gap:5px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.tracking-detail span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.07em;margin-top:5px}.tracking-detail .btn{margin-top:8px}.order-detail-actions{justify-content:center;margin-top:24px}
@media(max-width:900px){.account-shell-v2{grid-template-columns:1fr}.account-sidebar{position:static}.account-side-nav{grid-template-columns:repeat(3,1fr)}.account-side-nav button{grid-template-columns:1fr;text-align:center;justify-items:center}.account-side-nav button small{display:none}.account-settings-grid{grid-template-columns:1fr}.account-settings-card:first-child{grid-row:auto}.order-detail-grid{grid-template-columns:1fr}.order-detail-side{grid-template-columns:1fr 1fr}.account-menu-dropdown{right:0}}
@media(max-width:620px){.account-top-v2 h1{font-size:36px}.account-side-nav{grid-template-columns:1fr}.account-side-nav button{grid-template-columns:32px 1fr;text-align:left;justify-items:stretch}.account-side-nav button small{display:block}.account-section-head{align-items:flex-start;flex-direction:column}.account-address-form{grid-template-columns:1fr}.account-address-form .full{grid-column:auto}.account-order-summary-main{flex-direction:column}.account-order-summary-total{text-align:left}.account-order-summary-meta{grid-template-columns:1fr}.order-detail-top{align-items:flex-start;flex-direction:column}.order-detail-number{text-align:left}.order-detail-top h1{font-size:36px}.order-detail-side{grid-template-columns:1fr}.order-detail-item{grid-template-columns:54px 1fr}.order-detail-item img{width:54px;height:62px}.order-detail-item strong{grid-column:2}.account-menu .account-chevron{display:none}}


/* ===== v1.1.3 · PERFIL VISUAL REFINADO ===== */
.account-page{padding-top:42px;padding-bottom:88px}.account-dashboard-v3{max-width:1200px;margin:0 auto}.account-top-v3{margin:0 0 30px;padding:0 2px}.account-top-v3 h1{font-family:var(--serif);font-size:46px;line-height:1.05;margin:8px 0 8px;letter-spacing:-.02em}.account-top-v3>div>p{font-size:15px;margin:0;max-width:680px}.account-shell-v3{display:grid;grid-template-columns:248px minmax(0,1fr);gap:30px;align-items:start}
.account-sidebar-v3{position:sticky;top:104px;background:rgba(255,255,255,.88);border:1px solid #ded4ca;border-radius:22px;padding:14px;box-shadow:0 14px 42px rgba(68,44,51,.045);backdrop-filter:blur(10px)}.account-sidebar-v3 .account-sidebar-title{padding:12px 12px 17px;margin-bottom:8px;border-bottom:1px solid #efe3e6}.account-sidebar-v3 .account-sidebar-title span{font-size:25px;letter-spacing:-.015em}.account-sidebar-v3 .account-sidebar-title small{font-size:11px;margin-top:4px}.account-sidebar-v3 .account-side-nav{gap:5px}.account-sidebar-v3 .account-side-nav button{min-height:61px;padding:10px 11px;border-radius:13px;grid-template-columns:34px 1fr;gap:10px;transition:background .18s ease,color .18s ease,transform .18s ease}.account-sidebar-v3 .account-side-nav button:hover{transform:translateX(2px)}.account-sidebar-v3 .account-side-nav button>span{width:34px;height:34px;border-radius:11px}.account-sidebar-v3 .account-side-nav button b{font-size:14px}.account-sidebar-v3 .account-side-nav button small{font-size:10px;line-height:1.3}.account-sidebar-v3 .account-side-nav button.active{box-shadow:inset 0 0 0 1px rgba(194,69,109,.06)}
.account-content-panel{min-width:0}.account-section-head-v3{align-items:center;margin-bottom:20px;min-height:74px}.account-section-head-v3 h2{font-family:var(--serif);font-size:36px;line-height:1.05;letter-spacing:-.02em;margin:5px 0 7px}.account-section-head-v3 p{margin:0;font-size:13px;max-width:620px}.verified-badge{white-space:nowrap;border:1px solid #d8ecdf;background:#f1faf4;padding:8px 12px;font-size:11px}
.account-settings-grid-v3{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}.account-card-v3{background:#fff;border:1px solid #ded4ca;border-radius:22px;padding:22px;box-shadow:0 14px 38px rgba(68,44,51,.035);min-width:0}.account-card-personal,.account-card-email{min-height:328px;display:flex;flex-direction:column}.account-card-password{grid-column:1/-1}.account-card-head-v3{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e9e0d7}.account-card-head-v3 h3{font-family:var(--serif);font-size:25px;line-height:1.05;margin:4px 0 0;letter-spacing:-.015em}.account-card-head-v3 p{margin:6px 0 0}.account-card-kicker{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:9px;font-weight:800;color:var(--rose-deep)}.account-card-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#f8f3ed;border:1px solid #e3d5c6;color:#8b6947;font-size:10px;font-weight:800;flex:0 0 auto}.account-form-v3{display:flex;flex-direction:column;gap:16px;flex:1}.account-form-grid-v3{display:grid;grid-template-columns:1fr;gap:14px}.account-card-v3 .label{gap:7px}.account-card-v3 .field{min-height:44px;background:#fffdfa}.account-card-actions-v3{margin-top:auto;display:flex;justify-content:flex-end;align-items:center;gap:14px;padding-top:2px}.account-card-actions-v3 .btn{min-width:156px}.account-card-actions-between-v3{justify-content:space-between;align-items:flex-end}.account-card-actions-between-v3 .field-help{max-width:260px;margin:0}.current-email-v3{display:flex;justify-content:space-between;align-items:center;gap:14px;border:1px solid #efe3e6;background:#faf7f2;border-radius:14px;padding:12px 14px;margin:-2px 0 15px}.current-email-v3>div{display:flex;flex-direction:column;gap:3px;min-width:0}.current-email-v3 span{font-size:10px;color:var(--muted)}.current-email-v3 strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-verified-v3{background:#eaf7ef!important;color:#24734e!important;border-radius:999px;padding:6px 9px;font-weight:700;flex:0 0 auto}.account-password-form-v3{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:14px;align-items:end}.account-password-button-v3{height:44px;min-width:185px;white-space:nowrap}
.account-address-card{border-radius:22px;border-color:#ded4ca;box-shadow:0 14px 38px rgba(68,44,51,.035);padding:24px}.account-address-form{gap:15px}.account-order-summary{border-color:#ded4ca;box-shadow:0 12px 32px rgba(68,44,51,.03)}
@media(max-width:980px){.account-shell-v3{grid-template-columns:220px minmax(0,1fr);gap:20px}.account-settings-grid-v3{grid-template-columns:1fr}.account-card-password{grid-column:auto}.account-card-personal,.account-card-email{min-height:auto}.account-password-form-v3{grid-template-columns:1fr 1fr}.account-password-button-v3{grid-column:1/-1;justify-self:end}.account-card-actions-between-v3{align-items:center}}
@media(max-width:760px){.account-page{padding-top:28px}.account-top-v3{margin-bottom:22px}.account-top-v3 h1{font-size:38px}.account-shell-v3{grid-template-columns:1fr;gap:20px}.account-sidebar-v3{position:static}.account-sidebar-v3 .account-side-nav{grid-template-columns:repeat(3,1fr)}.account-sidebar-v3 .account-side-nav button{grid-template-columns:1fr;justify-items:center;text-align:center;min-height:82px}.account-sidebar-v3 .account-side-nav button small{display:none}.account-section-head-v3{align-items:flex-start;flex-direction:column}.account-settings-grid-v3{gap:14px}.account-password-form-v3{grid-template-columns:1fr}.account-password-button-v3{grid-column:auto;justify-self:stretch}.account-card-actions-between-v3{align-items:stretch;flex-direction:column}.account-card-actions-between-v3 .btn{width:100%}.account-card-actions-between-v3 .field-help{max-width:none}.account-card-actions-v3 .btn{min-width:0}.current-email-v3{align-items:flex-start;flex-direction:column}}
@media(max-width:520px){.account-sidebar-v3 .account-side-nav{grid-template-columns:1fr}.account-sidebar-v3 .account-side-nav button{grid-template-columns:34px 1fr;justify-items:stretch;text-align:left;min-height:58px}.account-sidebar-v3 .account-side-nav button small{display:block}.account-card-v3{padding:18px}.account-section-head-v3 h2{font-size:32px}.account-card-head-v3 h3{font-size:23px}.account-card-actions-v3{justify-content:stretch}.account-card-actions-v3 .btn{width:100%}}


/* v1.1.5 · Optimización móvil */
html,body{max-width:100%;overflow-x:hidden}
.icon-btn{color:var(--ink);-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent}
.ui-icon{width:19px;height:19px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.ui-icon svg{display:block;width:100%;height:100%;stroke:currentColor}
html.ui-locked,body.ui-locked{overflow:hidden;overscroll-behavior:none}
.cart-drawer{height:100vh;height:100dvh;max-height:100dvh;overflow:hidden}
.cart-head{flex:0 0 auto}.cart-items{min-height:0;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.cart-foot{flex:0 0 auto;background:#fff}

@media(max-width:980px){
 .mobile-menu:not(.hidden){display:block}
 .mobile-menu{position:absolute;top:100%;left:0;right:0;z-index:76;padding:10px 16px 18px;background:rgba(255,255,255,.985);box-shadow:0 18px 38px rgba(62,38,45,.12);max-height:calc(100dvh - 78px);overflow-y:auto;-webkit-overflow-scrolling:touch}
 .mobile-menu>a{display:flex;align-items:center;min-height:46px;padding:0 4px;border-bottom:1px solid var(--line)}
 .mobile-menu details{padding:0}.mobile-menu summary{min-height:46px;display:flex;align-items:center;justify-content:space-between;list-style:none;padding:0 4px}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary:after{content:'+';font-size:20px;font-weight:400;color:var(--rose-deep)}.mobile-menu details[open] summary:after{content:'−'}
 .mobile-sub{padding:2px 0 10px 14px;gap:0}.mobile-sub a{display:flex;align-items:center;min-height:40px;padding:7px 8px;border-radius:10px;color:#655b52}.mobile-sub a:active{background:var(--rose-soft)}
 .mobile-menu p{margin:10px 0 0;padding:10px 4px 0;border-top:1px solid var(--line);display:flex;gap:16px;flex-wrap:wrap}
}

@media(max-width:700px){
 .topbar{padding:7px 10px;font-size:10.5px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
 .header{backdrop-filter:blur(18px)}
 .header-inner{display:flex;grid-template-columns:none;justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;min-height:62px}
 .brand{gap:0;flex:0 0 auto;min-width:0}.brand span{display:none}.brand img{width:43px;height:43px;border-radius:50%;box-shadow:none;border:1px solid #e8dacb;background:#fff;display:block}
 .header-actions{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0}#accountSlot{display:flex;min-width:0}
 #searchBtn,#cartBtn,#mobileToggle,.header-actions .account-link{width:42px;min-width:42px;height:42px;padding:0;border-radius:13px;background:rgba(255,255,255,.92);box-shadow:none;gap:0}
 #searchBtn:active,#cartBtn:active,#mobileToggle:active,.header-actions .account-link:active{background:#f5eee5;border-color:#d3bea1;transform:translateY(1px)}
 .desktop-label,.account-label,.account-chevron{display:none!important}.mobile-toggle{display:inline-flex}.mobile-toggle.is-open{background:#fff0f4;border-color:#d2b895;color:var(--rose-deep)}.account-menu-dropdown{display:none!important}
 #cartBtn{position:relative}#cartBtn .cart-badge{position:absolute;top:-5px;right:-5px;min-width:19px;height:19px;font-size:10px;border:2px solid var(--bg);padding:0 4px}
 .hero{padding:18px 0}.hero-card{display:flex;flex-direction:column;min-height:0;border-radius:24px}.hero-copy{width:100%;padding:30px 22px 18px}.hero h1{font-size:clamp(39px,11.5vw,48px);line-height:.98;margin:14px 0 16px;letter-spacing:-.025em}.hero p{font-size:15px;line-height:1.55;margin:0}.btn-row{gap:10px;margin-top:22px}.btn-row .btn{min-height:48px}.hero-art{width:100%;height:auto;min-height:0;padding:12px 0 28px}.hero-art:before{width:min(82vw,340px);height:min(82vw,340px)}.hero-art img{width:min(72vw,310px);max-width:310px;box-shadow:0 14px 38px rgba(91,52,60,.14)}
 .section-head{align-items:flex-end;gap:12px}.section-head h2{font-size:31px}.section-head p{font-size:14px}.text-link{white-space:nowrap;font-size:14px}.category-card{min-width:0}.category-card h3{overflow-wrap:anywhere}
 .cart-drawer{width:100vw;right:-100vw;height:100vh;height:100dvh;max-height:100dvh;border-radius:0;box-shadow:none}.cart-drawer.open{right:0}.cart-head{padding:calc(14px + env(safe-area-inset-top)) 18px 14px;min-height:68px;background:#fff}.cart-head b{font-size:20px}.cart-head .icon-btn{width:42px;min-width:42px;height:42px}.cart-items{padding:12px 18px 20px;overflow-y:auto;overflow-x:hidden}.cart-item{grid-template-columns:68px minmax(0,1fr) 42px;gap:12px;padding:14px 0;align-items:start}.cart-item img{width:68px;height:82px}.cart-item h4{font-size:15px;line-height:1.25;margin-top:2px}.cart-item p{font-size:12.5px;line-height:1.35}.cart-item>.icon-btn{width:40px;min-width:40px;height:40px;padding:0}.cart-foot{position:relative;z-index:2;padding:16px 18px calc(20px + env(safe-area-inset-bottom));border-top:1px solid var(--line);box-shadow:0 -10px 28px rgba(74,48,55,.07)}.cart-total{font-size:19px;margin-bottom:12px}.cart-foot .btn{min-height:52px;font-size:16px}.overlay.open{display:none}
 .search-panel{padding:calc(72px + env(safe-area-inset-top)) 12px 12px}.search-box{padding:12px;border-radius:18px}.search-box form{display:grid;grid-template-columns:1fr auto;gap:8px}.search-box input{grid-column:1/-1;font-size:16px;padding:13px 14px}.search-box .btn{min-height:44px}.search-box .icon-btn{width:44px;min-width:44px;height:44px}
 body:not([data-page="admin"]) input.field,body:not([data-page="admin"]) select.field,body:not([data-page="admin"]) textarea.field{font-size:16px}.checkout{padding-bottom:calc(70px + env(safe-area-inset-bottom))}.checkout-section{border-radius:18px}.checkout-account-prompt,.checkout-account-ok{border-radius:14px}.footer{margin-top:42px}
}

@media(max-width:460px){
 .container{padding-left:12px;padding-right:12px}.header-inner{padding-left:10px;padding-right:10px;gap:8px}.brand img{width:40px;height:40px}.header-actions{gap:5px}#searchBtn,#cartBtn,#mobileToggle,.header-actions .account-link{width:40px;min-width:40px;height:40px;border-radius:12px}
 .hero-copy{padding:28px 20px 16px}.hero h1{font-size:clamp(38px,11vw,44px)}.category-grid{grid-template-columns:1fr;gap:10px}.category-card{min-height:132px;padding:18px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-info h3{font-size:14px}.price{font-size:16px}.section-head{align-items:flex-start}.section-head .text-link{padding-top:8px}
}

/* v1.2.1 · Ofertas + cotización automática real por CP */
.price-row,.detail-price{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.price-row .old-price,.detail-price .old-price{margin-left:0}.price-row .old-price{font-size:12px}.price-row .sale-price{color:var(--rose-deep)}.discount-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 8px;background:#fff0f4;border:1px solid #ddc8ad;color:var(--rose-deep);font-size:11px;font-weight:800;line-height:1}.detail-price .old-price{font-size:17px;color:#9d9084;text-decoration-color:#9a7045;text-decoration-thickness:2px}.detail-price .discount-badge{padding:7px 10px;background:var(--rose-deep);border-color:var(--rose-deep);color:#fff;font-size:12px}.detail-price .sale-price{font-size:30px;color:var(--ink)}
.shipping-toggle{flex-basis:100%;min-height:46px;color:var(--rose-deep);background:#fcfaf6}.shipping-toggle:hover{background:#f5ede4;border-color:#d6c0a3}.shipping-calculator{margin-top:12px;border:1px solid #e5d8ca;border-radius:18px;padding:16px;background:linear-gradient(135deg,#fff,#fbf8f3)}.shipping-calculator>div:first-child b{font-size:15px}.shipping-calculator>div:first-child p{margin:4px 0 12px;color:var(--muted);font-size:12px;line-height:1.45}.shipping-calc-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}.shipping-calc-form .btn{white-space:nowrap}.shipping-result{min-height:0;margin-top:0;border-radius:13px;font-size:12px;transition:.18s}.shipping-result:not(:empty){margin-top:11px;padding:11px 12px;border:1px solid var(--line)}.shipping-result.loading{background:#fff9ec;color:#806019;border-color:#f0dfaa}.shipping-result.error{background:#fff3f4;color:#9e304d;border-color:#f1c7cf}.shipping-result.success{background:#f4fbf7;border-color:#cfe8d9;color:#315d47;display:flex;align-items:center;justify-content:space-between;gap:14px}.shipping-result.success>div{display:grid;gap:2px}.shipping-result.success span{display:block;color:#688071}.shipping-result.success strong{font-size:16px;color:var(--ink);white-space:nowrap}
.shipping-quote-status{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;border-radius:12px;background:#f7f3ee;border:1px solid var(--line);color:var(--muted);font-size:12px}.shipping-quote-status.loading{background:#fff9ec;border-color:#f0dfaa;color:#806019}.shipping-quote-status.success{background:#f4fbf7;border-color:#cfe8d9;color:#315d47}.shipping-quote-status.error{background:#fff3f4;border-color:#f1c7cf;color:#9e304d}.shipping-quote-status b{font-size:14px;white-space:nowrap}
.offer-fields{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:15px;border:1px solid #e3d5c6;border-radius:16px;background:#fbf8f3}.offer-preview{display:flex;flex-direction:column;justify-content:center;gap:4px;padding:12px 14px;border-radius:13px;background:white;border:1px solid var(--line)}.offer-preview span{font-size:11px;color:var(--muted);font-weight:700}.offer-preview b{font-size:24px;color:var(--rose-deep)}.offer-preview small{color:var(--muted);font-size:11px}.settings-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px;padding:5px;background:#ebe5de;border-radius:15px;width:max-content;max-width:100%}.settings-tabs button{border:0;background:transparent;color:#6e6259;padding:10px 15px;border-radius:11px;font-weight:700}.settings-tabs button.active{background:white;color:var(--rose-deep);box-shadow:0 4px 14px rgba(64,48,35,.08)}.settings-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.settings-card-head h2{margin:4px 0 7px}.settings-card-head p{margin:0;max-width:670px;line-height:1.5}.security-pill{display:inline-flex;align-items:center;white-space:nowrap;border-radius:999px;padding:7px 10px;background:#edf8f2;color:#257047;border:1px solid #d0eadb;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.shipping-package-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.shipping-fallback-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:22px 0 12px}.shipping-fallback-head h3{margin:0}.shipping-rules{display:grid;gap:9px}.shipping-rule-row{display:grid;grid-template-columns:minmax(120px,1.25fr) .7fr .7fr .75fr .55fr .55fr auto;gap:8px;align-items:end;padding:10px;border:1px solid var(--line);border-radius:14px;background:#fff}.shipping-rule-row .field{padding:9px 10px;font-size:12px}.shipping-rule-row .mini-action{min-height:38px}.shipping-rule-labels{display:grid;grid-template-columns:minmax(120px,1.25fr) .7fr .7fr .75fr .55fr .55fr auto;gap:8px;padding:0 10px;color:var(--muted);font-size:10px;font-weight:700}.empty-rule-state{padding:18px;border:1px dashed #dccbd0;border-radius:14px;color:var(--muted);font-size:12px;text-align:center;background:#f9f6f1}.integration-card{border:1px solid #e2d7cb;border-radius:16px;padding:15px;background:#faf7f2}.integration-card h4{margin:0 0 7px;font-family:'DM Sans',system-ui,sans-serif}.integration-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.integration-card code{font-size:11px;background:#ece5dd;padding:2px 5px;border-radius:6px}.order-manage-card .summary-line{font-size:13px}
@media(max-width:900px){.shipping-package-grid{grid-template-columns:1fr 1fr}.shipping-rule-labels{display:none}.shipping-rule-row{grid-template-columns:1fr 1fr 1fr}.shipping-rule-row [data-rule="name"]{grid-column:1/-1}.shipping-rule-row .mini-action{grid-column:1/-1}.settings-card-head{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.price-row{gap:6px}.price-row .discount-badge{order:3}.detail-price{gap:8px}.detail-price .sale-price{font-size:26px}.shipping-calculator{padding:14px}.shipping-calc-form{grid-template-columns:1fr}.shipping-result.success{align-items:flex-start;flex-direction:column}.shipping-result.success strong{font-size:18px}.shipping-quote-status{align-items:flex-start;flex-direction:column}.offer-fields{grid-template-columns:1fr;padding:12px}.settings-tabs{display:grid;grid-template-columns:repeat(3,1fr);width:100%}.settings-tabs button{padding:10px 8px;font-size:12px}.shipping-package-grid{grid-template-columns:1fr 1fr}.shipping-fallback-head{align-items:flex-start;flex-direction:column}.shipping-fallback-head .btn{width:100%}.shipping-rule-row{grid-template-columns:1fr 1fr;padding:11px}.shipping-rule-row [data-rule="name"],.shipping-rule-row .mini-action{grid-column:1/-1}.security-pill{white-space:normal}.buy-box .shipping-toggle{width:100%}}
/* v1.2.1 · aliases reales del panel de Envíos */
.package-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.fallback-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin:22px 0 12px}.fallback-head h3{margin:0 0 4px}.fallback-head p{margin:0}.inline-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}.shipping-rules-table{display:grid;gap:8px;margin-top:14px}.shipping-rule{display:grid;grid-template-columns:minmax(120px,1.25fr) .7fr .7fr .75fr .55fr .55fr auto;gap:8px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:14px;background:#fff}.shipping-rule-head{padding:2px 10px 5px;border:0;background:transparent;color:var(--muted);font-size:10px;font-weight:800}.shipping-rule .field{padding:9px 10px;font-size:12px}.shipping-rule .mini-action{min-height:38px}.integration-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.integration-row p{margin:5px 0 0}.status-neutral{display:inline-flex;align-items:center;border-radius:999px;padding:6px 9px;background:#f1ece6;color:#70645a;font-size:10px;font-weight:800;white-space:nowrap}
@media(max-width:900px){.package-grid{grid-template-columns:1fr 1fr}.shipping-rule-head{display:none}.shipping-rule{grid-template-columns:1fr 1fr 1fr}.shipping-rule [data-rule="name"]{grid-column:1/-1}.shipping-rule .mini-action{grid-column:1/-1}.fallback-head{flex-direction:column}.integration-row{flex-direction:column}}
@media(max-width:620px){.package-grid{grid-template-columns:1fr 1fr}.fallback-head .btn{width:100%}.shipping-rule{grid-template-columns:1fr 1fr;padding:11px}.shipping-rule [data-rule="name"],.shipping-rule .mini-action{grid-column:1/-1}}

/* Pedidos · acciones de limpieza/reembolso */
.order-action-cell{white-space:nowrap}.order-action-cell .order-actions{justify-content:flex-end;flex-wrap:nowrap}.order-edit-btn{background:#dff4e7!important;color:#176b3a!important;border:1px solid #a9dbbb!important}.order-edit-btn:hover{background:#cbedda!important}.order-refund-btn{background:#fff0b8!important;color:#725700!important;border:1px solid #e7ca64!important}.order-refund-btn:hover{background:#ffe89a!important}.order-delete-btn{background:#d9363e!important;color:#fff!important;border:1px solid #c42c34!important}.order-delete-btn:hover{background:#bd2931!important}.order-edit-btn:disabled,.order-refund-btn:disabled,.order-delete-btn:disabled{opacity:.55;cursor:not-allowed}@media(max-width:900px){.order-action-cell .order-actions{flex-wrap:wrap;justify-content:flex-start}.order-action-cell{white-space:normal}}


/* v1.2.9 · identidad premium enfocada en indumentaria */
body{background:linear-gradient(180deg,#faf7f3 0,#f7f3ee 420px,#f7f3ee 100%)}
.topbar{background:#2d261f;color:#f7f0e8;letter-spacing:.055em;text-transform:uppercase;font-size:11px}
.header{background:rgba(250,247,243,.94);border-bottom-color:rgba(222,211,199,.86)}
.brand{letter-spacing:-.02em}.brand img{border:1px solid #e6dccf;box-shadow:0 6px 18px rgba(63,46,34,.10)}
.nav>a:hover,.nav-trigger:hover{color:var(--rose-deep)}
.hero{padding-top:42px}.hero-card{min-height:520px;border:1px solid #dfd2c2;background:linear-gradient(125deg,#eee3d5 0%,#faf7f2 52%,#d9c4aa 100%);box-shadow:0 28px 70px rgba(62,45,31,.12)}
.hero-copy{position:relative;z-index:2;padding:64px 52px 60px 62px}.hero h1{max-width:640px;letter-spacing:-.035em;color:#2b241f}.hero p{max-width:590px;color:#6e6258}.hero-signature{margin-top:26px;padding-top:18px;border-top:1px solid rgba(139,105,71,.22);max-width:360px;color:#8b6947;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.btn{transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:#8b6947;box-shadow:0 12px 26px rgba(91,66,42,.22)}.btn-primary:hover{background:#725238;box-shadow:0 14px 30px rgba(91,66,42,.25)}.btn-secondary{background:rgba(255,253,250,.9);border-color:#d9ccbd}.btn-secondary:hover{border-color:#bda889;background:#fffdfa}
.hero-fashion{min-height:520px;position:relative;display:block;overflow:hidden;padding:0}.hero-fashion:before{display:none}.hero-fashion .hero-image{position:absolute;overflow:hidden;background:#eee8e0;border:1px solid rgba(255,255,255,.8);box-shadow:0 20px 45px rgba(55,40,28,.16)}.hero-fashion .hero-image img{width:100%;height:100%;max-width:none;aspect-ratio:auto;border-radius:0;object-fit:cover;box-shadow:none;display:block}.hero-image-main{left:8%;top:9%;width:57%;height:82%;border-radius:180px 180px 26px 26px}.hero-image-top{right:7%;top:8%;width:30%;height:42%;border-radius:24px}.hero-image-bottom{right:4%;bottom:7%;width:35%;height:38%;border-radius:24px}.hero-seal{position:absolute;right:31%;top:47%;z-index:5;width:118px;height:118px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#2d261f;color:#f8f0e6;border:6px solid rgba(255,253,250,.9);box-shadow:0 14px 30px rgba(46,35,26,.22);transform:rotate(-5deg)}.hero-seal span{font-family:'Playfair Display',serif;font-size:24px;line-height:1}.hero-seal small{margin-top:5px;font-size:8px;text-transform:uppercase;letter-spacing:.09em;max-width:80px;color:#d7c4aa}
.section-head h2{letter-spacing:-.025em}.category-card,.product-card,.panel,.account-order-summary{border-color:#dfd5c9}.category-card{background:linear-gradient(145deg,#fffdfa,#faf6f0)}.category-card .bubble{background:linear-gradient(135deg,#eee4d6,#dfcdb6)}.category-card:hover,.product-card:hover{box-shadow:0 18px 44px rgba(63,46,34,.10)}.product-media,.gallery-main{background:#f1ece5}.chip.sale{background:#8b6947}.text-link,.category-card span{color:#8b6947}.footer{background:#2d261f;color:#f3ece3}.footer p,.footer a{color:#cfc3b6}.footer a:hover{color:#fffdfa}
.field:focus{border-color:#b99a73;box-shadow:0 0 0 3px rgba(185,154,115,.16)}.check input,.pay-option input,.choice-card input{accent-color:#8b6947}.swatch.active,.gallery-thumb.active{border-color:#8b6947;box-shadow:0 0 0 2px #eee4d6}
.admin-side{background:#2d261f}.admin-nav button{color:#d8cec2}.admin-nav button.active,.admin-nav button:hover{background:#493b30}.admin-login{background:linear-gradient(145deg,#e7dacb,#faf7f2)}.toast{background:#2d261f}.admin-store-button{background:linear-gradient(135deg,#f8f3ed,#eadfce);border-color:#dfcdbb;color:#3e332b}.account-side-nav button>span{background:#f4eee7;color:#8b6947}.account-side-nav button.active,.account-side-nav button:hover{background:#eee4d6;color:#7b5c3f}
@media(max-width:980px){.hero-card{min-height:0}.hero-copy{padding:46px 44px 30px}.hero-fashion{min-height:470px}.hero-image-main{left:12%;width:50%}.hero-image-top{right:12%;width:27%}.hero-image-bottom{right:10%;width:31%}.hero-seal{right:34%}}
@media(max-width:620px){.topbar{letter-spacing:.025em;text-transform:none}.hero{padding-top:18px}.hero-copy{padding:34px 24px 24px}.hero h1{font-size:clamp(42px,12vw,54px)}.hero-signature{margin-top:20px}.hero-fashion{min-height:340px;padding:0}.hero-image-main{left:5%;top:5%;width:61%;height:88%;border-radius:110px 110px 20px 20px}.hero-image-top{right:5%;top:5%;width:30%;height:43%;border-radius:18px}.hero-image-bottom{right:3%;bottom:5%;width:34%;height:40%;border-radius:18px}.hero-seal{right:28%;top:44%;width:88px;height:88px;border-width:4px}.hero-seal span{font-size:19px}.hero-seal small{font-size:6px;max-width:64px}}


/* v1.2.9 · Nueva identidad TULUZ */
.header-inner{grid-template-columns:215px 1fr auto}
.brand{display:flex;align-items:center;gap:0;min-width:0}
.brand img{display:block;width:188px;height:auto;max-height:70px;object-fit:contain;object-position:left center;border-radius:0;box-shadow:none}
.admin-logo{display:flex;flex-direction:column;align-items:flex-start;gap:7px;margin-bottom:26px;padding:10px 12px;border-radius:15px;background:#f5eadc;border:1px solid rgba(183,146,95,.26)}
.admin-logo img{display:block;width:168px;height:auto;border-radius:0;object-fit:contain;filter:none}
.admin-logo-caption{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#7b654f;font-weight:700;padding-left:2px}
.login-card .admin-login-logo{display:block;width:min(300px,88%);height:auto;margin:0 auto;border-radius:0;object-fit:contain}
@media(max-width:980px){.header-inner{grid-template-columns:1fr auto}.brand img{width:170px;max-height:62px}}
@media(max-width:620px){.brand img{width:136px;max-height:50px}.header-inner{padding-top:8px;padding-bottom:8px}.admin-logo img{width:156px}}


/* v1.3.1 · logo fix */
.header-inner{grid-template-columns:290px 1fr auto}
.brand img{width:240px;max-height:76px;height:auto;object-fit:contain;object-position:left center;border:0;background:transparent;box-shadow:none}
.admin-logo img{width:210px;height:auto;object-fit:contain;background:transparent;border:0;box-shadow:none}
.login-card .admin-login-logo{width:min(360px,94%);height:auto;background:transparent;border:0;box-shadow:none}
@media(max-width:980px){.header-inner{grid-template-columns:240px 1fr auto}.brand img{width:200px;max-height:66px}}
@media(max-width:620px){.header-inner{grid-template-columns:1fr auto;gap:10px}.brand img{width:168px;max-height:56px}.admin-logo img{width:180px}}


/* v1.3.1 · premium logo integration */
.header-inner{grid-template-columns:300px 1fr auto}
.brand{display:flex;align-items:center;min-width:0}
.brand img{display:block;width:236px;max-height:66px;height:auto;object-fit:contain;object-position:left center;border:0;border-radius:0;background:transparent;box-shadow:none}
.admin-logo{background:transparent;border:0;padding:0;margin-bottom:22px}
.admin-logo img{display:block;width:196px;height:auto;object-fit:contain;border:0;border-radius:0;background:transparent;box-shadow:none}
.admin-logo-caption{padding-left:0;color:#9e8468;letter-spacing:.15em}
.login-card .admin-login-logo{display:block;width:min(340px,92%);height:auto;border:0;border-radius:0;background:transparent;box-shadow:none}
@media(max-width:980px){.header-inner{grid-template-columns:220px 1fr auto}.brand img{width:184px;max-height:56px}.admin-logo img{width:176px}}
@media(max-width:620px){.header-inner{grid-template-columns:1fr auto;gap:10px}.brand img{width:156px;max-height:48px}.admin-logo img{width:168px}.login-card .admin-login-logo{width:min(280px,94%)}}
