:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#161616;background:#f6f6f4;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f6f6f4;--surface: #ffffff;--text: #161616;--muted: #6b6b6b;--line: #e7e7e2;--dark: #111111;--soft: #efefe9;--radius: 22px;--shadow: 0 18px 50px rgba(0,0,0,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.container{width:min(1240px,calc(100% - 32px));margin:0 auto}.app-shell{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.page-section{padding:38px 0 72px}.site-header{position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f6f6f4eb;border-bottom:1px solid var(--line)}.header-row{height:78px;display:grid;grid-template-columns:auto minmax(260px,1fr) auto;gap:28px;align-items:center}.brand{display:flex;align-items:center;gap:10px;font-weight:850;letter-spacing:-.03em;font-size:1.1rem;white-space:nowrap}.brand-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:var(--dark);color:#fff;font-size:.8rem}.header-search{max-width:560px;width:100%;justify-self:center;display:flex;gap:10px;align-items:center;padding:0 16px;height:46px;background:#fff;border:1px solid var(--line);border-radius:999px}.header-search input{width:100%;border:0;outline:0;background:transparent}.main-nav{display:flex;align-items:center;gap:20px;font-weight:650;font-size:.94rem}.main-nav a{color:#333}.main-nav a.active{color:#000}.cart-link{display:flex;align-items:center;gap:7px;position:relative}.cart-count{min-width:20px;height:20px;border-radius:999px;background:#111;color:#fff;display:grid;place-items:center;font-size:.72rem;padding:0 5px}.menu-button{display:none;border:0;background:transparent}.catalog-hero{min-height:270px;display:flex;align-items:end;padding:48px;border-radius:32px;background:radial-gradient(circle at 75% 20%,#deded8,transparent 32%),linear-gradient(135deg,#f0f0eb,#deded8);margin-bottom:28px}.catalog-hero h1,.page-heading h1,.admin-heading h1{font-size:clamp(2.2rem,5vw,4.7rem);letter-spacing:-.055em;line-height:.96;margin:6px 0 14px}.catalog-hero p{max-width:620px;color:#565656;font-size:1.05rem}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.73rem;font-weight:800;color:#6e6e6e;margin:0 0 6px}.catalog-toolbar{display:grid;grid-template-columns:240px 1fr;gap:24px;align-items:start;margin-bottom:18px}.catalog-sort{display:flex;justify-content:space-between;align-items:center;gap:14px}.catalog-sort span{color:var(--muted)}.catalog-sort select,.filters-panel select{border:1px solid var(--line);background:#fff;border-radius:12px;padding:11px 13px;outline:none}.catalog-layout{display:grid;grid-template-columns:240px 1fr;gap:24px}.filters-panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px}.desktop-filters{grid-row:1}.filters-title-row{display:flex;justify-content:space-between;align-items:start;margin-bottom:18px}.filters-title-row h3{margin:0}.field-label{display:block;margin:16px 0 7px;font-size:.88rem;font-weight:750}.filters-panel select{width:100%}.checkbox-row{display:flex;align-items:center;gap:9px;margin-top:16px;font-size:.92rem}.checkbox-row input{width:16px;height:16px}.text-button{border:0;background:transparent;color:#666;padding:0;font-size:.85rem}.mobile-filter-button{display:none!important}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-image-wrap{position:relative;aspect-ratio:1 / 1;background:#efefeb;overflow:hidden;display:block}.product-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-image-wrap img{transform:scale(1.035)}.image-placeholder,.detail-image-placeholder{display:grid;place-items:center;height:100%;color:#8b8b8b;background:#eeeeea}.badges{position:absolute;top:12px;left:12px;display:flex;gap:6px}.badge{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;background:#fff;border:1px solid rgba(0,0,0,.08);font-size:.72rem;font-weight:800}.badge-dark{background:#111;color:#fff}.product-card-body{padding:15px;display:grid;gap:16px}.product-title{font-weight:760;letter-spacing:-.02em;line-height:1.25;display:block}.product-card-footer{display:flex;justify-content:space-between;align-items:end;gap:12px}.price{display:block;font-size:1.17rem}.stock{display:block;margin-top:5px;font-size:.78rem}.available{color:#2f6e43}.sold-out{color:#9a3a3a}.icon-button{width:38px;height:38px;border-radius:12px;border:1px solid var(--line);display:grid;place-items:center;background:#fafafa}.btn{border:0;border-radius:12px;min-height:44px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:750}.btn-primary{background:#111;color:#fff}.btn-primary:disabled{opacity:.45;cursor:not-allowed}.btn-secondary{background:#fff;color:#222;border:1px solid var(--line)}.btn-large{min-height:54px;width:100%}.btn-block{width:100%;margin-top:10px}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:34px}.empty-state,.error-state{min-height:240px;display:grid;place-items:center;text-align:center;align-content:center;gap:10px;padding:30px;border-radius:20px;border:1px dashed #ccc;background:#ffffff8c}.back-link{display:inline-flex;gap:8px;align-items:center;color:#555;margin-bottom:20px}.product-detail-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:52px;align-items:start}.gallery-main{width:100%;position:relative;border:0;padding:0;background:#efefeb;border-radius:24px;overflow:hidden;aspect-ratio:1 / 1}.gallery-main img{width:100%;height:100%;object-fit:contain}.zoom-hint{position:absolute;left:18px;bottom:18px;display:flex;align-items:center;gap:8px;background:#ffffffeb;padding:9px 12px;border-radius:999px;font-size:.8rem;font-weight:760}.gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.gallery-thumbs button{border:2px solid transparent;padding:0;aspect-ratio:1;border-radius:14px;overflow:hidden;background:#eee}.gallery-thumbs button.active{border-color:#111}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}.product-info{position:sticky;top:104px}.product-info h1{font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.05em;line-height:1;margin:8px 0 15px}.detail-badges{display:flex;gap:8px;margin-bottom:18px}.detail-price{font-size:2rem;font-weight:850;margin:10px 0 4px}.muted{color:var(--muted)}.small{font-size:.85rem}.info-block{border-top:1px solid var(--line);padding:18px 0;display:grid;gap:10px}.info-block>span{color:var(--muted);font-size:.84rem}.info-heading{display:flex;justify-content:space-between;gap:10px}.info-heading span{font-weight:760}.info-heading small{color:var(--muted)}.size-grid{display:flex;flex-wrap:wrap;gap:9px}.size-button{min-width:54px;height:45px;border-radius:11px;border:1px solid var(--line);background:#fff;font-weight:760}.size-button.selected{background:#111;color:#fff;border-color:#111}.size-button:disabled{opacity:.35;text-decoration:line-through;cursor:not-allowed}.shipping-card{display:flex;gap:13px;padding:16px;border-radius:16px;background:#efefe9;margin-top:14px}.shipping-card p{margin:4px 0 0;color:#666;font-size:.88rem}.description{border-top:1px solid var(--line);margin-top:22px;padding-top:20px}.description p{color:#555;line-height:1.65}.lightbox{position:fixed;inset:0;z-index:100;background:#000000f0;display:grid;place-items:center;padding:40px 80px}.lightbox img{max-width:100%;max-height:92vh;object-fit:contain}.lightbox-close,.lightbox-nav{position:fixed;z-index:101;border:0;color:#fff;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;width:48px;height:48px;display:grid;place-items:center}.lightbox-close{top:20px;right:20px}.lightbox-nav{top:50%;transform:translateY(-50%)}.lightbox-nav.left{left:22px}.lightbox-nav.right{right:22px}.lightbox-counter{position:fixed;bottom:20px;color:#fff;background:#ffffff1a;padding:7px 12px;border-radius:999px}.cart-layout{display:grid;grid-template-columns:1fr 350px;gap:28px;align-items:start}.cart-items{display:grid;gap:12px}.cart-item{display:grid;grid-template-columns:110px 1fr auto auto;gap:16px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px}.cart-item-image{width:110px;aspect-ratio:1;background:#eee;border-radius:12px;overflow:hidden;display:grid;place-items:center;color:#888;font-size:.8rem}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-info{display:grid;gap:5px}.cart-item-info a{font-weight:780}.cart-item-info span{color:var(--muted);font-size:.86rem}.quantity-control{display:flex;align-items:center;border:1px solid var(--line);border-radius:12px;overflow:hidden}.quantity-control button{border:0;background:#fff;width:34px;height:36px;display:grid;place-items:center}.quantity-control span{min-width:32px;text-align:center}.trash-button{border:0;background:transparent;color:#777}.cart-summary{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;position:sticky;top:104px}.cart-summary h2{margin-top:0}.summary-row,.summary-total{display:flex;justify-content:space-between;gap:16px;padding:10px 0}.summary-total{border-top:1px solid var(--line);margin-top:10px;padding-top:18px;font-size:1.12rem}.admin-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:24px}.admin-heading h1{font-size:clamp(2rem,4vw,3.6rem)}.admin-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;margin-top:18px}.admin-card-header{display:flex;justify-content:space-between;gap:15px;align-items:center}.status-pill{padding:7px 10px;border-radius:999px;background:#ecece8;font-size:.78rem;font-weight:800}.status-pill.completada{background:#e3f0e6;color:#28613b}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0}.stats-grid>div{background:#f5f5f1;border-radius:14px;padding:16px}.stats-grid span{display:block;color:var(--muted);font-size:.8rem}.stats-grid strong{display:block;margin-top:8px;font-size:1.5rem}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:760px}th,td{text-align:left;border-bottom:1px solid var(--line);padding:12px 10px;font-size:.88rem}th{color:#666}.site-footer{border-top:1px solid var(--line);padding:28px 0;background:#efefea}.footer-row{display:flex;justify-content:space-between;gap:30px;color:#5f5f5f;font-size:.86rem}.footer-row p{margin:5px 0 0}.center-loader{min-height:55vh;display:grid;place-items:center}.spinner{width:38px;height:38px;border-radius:50%;border:3px solid #ddd;border-top-color:#111;animation:spin .8s linear infinite}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(90deg,#ecece8 25%,#f7f7f4,#ecece8 75%);background-size:200% 100%;animation:shimmer 1.3s infinite;border-radius:10px}.skeleton-image{aspect-ratio:1;border-radius:0}.skeleton-line{height:15px}.skeleton-line.short{width:36%}.skeleton-line.medium{width:70%}@keyframes shimmer{to{background-position:-200% 0}}.drawer-backdrop{position:fixed;inset:0;background:#00000061;z-index:70;display:flex;justify-content:flex-end}.mobile-drawer{width:min(390px,88vw);height:100%;border-radius:22px 0 0 22px;position:relative;padding-top:55px}.drawer-close{position:absolute;right:16px;top:16px;border:0;background:transparent}@media(max-width:1050px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-detail-layout{gap:30px}.main-nav{gap:12px}.main-nav a:not(.cart-link){display:none}}@media(max-width:800px){.container{width:min(100% - 22px,1240px)}.header-row{height:68px;grid-template-columns:1fr auto auto;gap:12px}.header-search{position:absolute;top:76px;left:11px;right:11px;width:auto;max-width:none;box-shadow:0 8px 24px #00000012}.site-header{margin-bottom:60px}.brand>span:last-child{display:none}.menu-button{display:grid;place-items:center}.main-nav{display:none;position:absolute;top:68px;right:12px;flex-direction:column;align-items:stretch;width:220px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav a:not(.cart-link){display:flex}.catalog-hero{min-height:220px;padding:28px;border-radius:24px}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:10px}.catalog-layout{display:block}.desktop-filters,.desktop-filter-space{display:none}.mobile-filter-button{display:inline-flex!important}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{border-radius:15px}.product-card-body{padding:12px}.product-title{font-size:.9rem}.product-detail-layout{grid-template-columns:1fr}.product-info{position:static}.gallery-thumbs{grid-template-columns:repeat(4,1fr)}.lightbox{padding:50px 10px}.lightbox-nav{width:42px;height:42px}.lightbox-nav.left{left:8px}.lightbox-nav.right{right:8px}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:86px 1fr auto}.cart-item-image{width:86px}.trash-button{grid-column:3;grid-row:1;align-self:start}.quantity-control{grid-column:2 / 4;justify-self:start}.admin-heading{align-items:stretch;flex-direction:column}.stats-grid{grid-template-columns:repeat(2,1fr)}.footer-row{flex-direction:column}}@media(max-width:480px){.page-section{padding-top:22px}.catalog-hero{padding:22px;min-height:190px}.catalog-sort span{display:none}.catalog-sort select{max-width:155px}.product-card-footer{align-items:center}.price{font-size:1rem}.icon-button{width:34px;height:34px}.gallery-main{border-radius:18px}.zoom-hint{left:10px;bottom:10px}}.catalog-v2{width:100%;min-height:100vh;background:#fafafa}.catalog-v2 *,.catalog-v2 *:before,.catalog-v2 *:after{box-sizing:border-box}.catalog-v2-container{width:min(100% - 40px,1460px);margin:0 auto;padding:42px 0 64px}.catalog-v2{position:relative;overflow:hidden}.catalog-v2-container{position:relative;z-index:1}.catalog-watermark{position:absolute;top:180px;right:-110px;width:min(520px,38vw);aspect-ratio:1;display:flex;align-items:center;justify-content:center;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.035;z-index:0}.catalog-watermark img{width:100%;height:100%;object-fit:contain}html[data-theme=dark] .catalog-watermark{opacity:.055}@media(max-width:768px){.catalog-watermark{top:240px;right:-85px;width:300px;opacity:.025}html[data-theme=dark] .catalog-watermark{opacity:.04}}.catalog-v2-heading{margin-bottom:22px}.catalog-v2-heading h1{margin:0;color:#111;font-size:2.15rem;font-weight:800;line-height:1.05;letter-spacing:-.04em}.catalog-v2-heading p{margin:12px 0 0;color:#555;font-size:.95rem}.catalog-v2-layout{display:grid;grid-template-columns:264px minmax(0,1fr);gap:28px;width:100%;align-items:start}.catalog-v2-sidebar{width:264px;min-width:0}.catalog-v2-main{width:100%;min-width:0}.catalog-v2-desktop-toolbar{display:flex;justify-content:flex-end;align-items:center;width:100%;margin-bottom:18px}.catalog-v2-desktop-toolbar select{width:170px;height:46px;padding:0 38px 0 15px;border:1px solid #e1e1e1;border-radius:12px;background:#fff;color:#111;font-family:inherit;font-size:.9rem;cursor:pointer;outline:none}.catalog-v2-products{display:block;width:100%;min-width:0}.catalog-v2-products .product-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:100%!important;max-width:none!important;gap:18px!important;margin:0!important}.catalog-v2-products .product-card{width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;border-radius:16px}.catalog-v2-products .product-image-wrap{width:100%!important;aspect-ratio:1 / 1;overflow:hidden;background:#fff}.catalog-v2-products .product-image-wrap img{display:block;width:100%!important;height:100%!important;padding:10px;object-fit:contain!important;object-position:center}.catalog-v2-mobile-controls{display:none}@media(max-width:1200px){.catalog-v2-container{width:min(100% - 32px,1180px)}.catalog-v2-layout{grid-template-columns:235px minmax(0,1fr);gap:20px}.catalog-v2-sidebar{width:235px}.catalog-v2-products .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:950px){.catalog-v2-products .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:768px){.catalog-v2-container{width:calc(100% - 24px);padding:26px 0 36px}.catalog-v2-heading{margin-bottom:18px}.catalog-v2-heading h1{font-size:1.8rem}.catalog-v2-heading p{margin-top:9px;font-size:.86rem}.catalog-v2-sidebar,.catalog-v2-desktop-toolbar{display:none!important}.catalog-v2-mobile-controls{display:grid;grid-template-columns:minmax(0,1fr) minmax(135px,1fr);gap:10px;width:100%;margin-bottom:18px}.catalog-v2-mobile-filter,.catalog-v2-sort{min-width:0}.catalog-v2-sort select{width:100%;height:44px;padding:0 34px 0 14px;border:1px solid #e2e2e2;border-radius:12px;background:#fff;color:#111;font-family:inherit;font-size:.87rem;outline:none}.catalog-v2-layout{display:block;width:100%}.catalog-v2-main{width:100%}.catalog-v2-products .product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;width:100%!important}.catalog-v2-products .product-card{width:100%!important;min-width:0!important}.catalog-v2-products .product-image-wrap{aspect-ratio:1 / 1}.catalog-v2-products .product-image-wrap img{padding:6px}.catalog-v2-products .product-card-body{padding:4px 11px 12px}}@media(max-width:390px){.catalog-v2-container{width:calc(100% - 20px)}.catalog-v2-mobile-controls{grid-template-columns:minmax(0,1fr) 128px;gap:8px}.catalog-v2-products .product-grid{gap:8px!important}}html[data-theme=dark]{color-scheme:dark;--bg: #111315;--surface: #191b1e;--text: #f5f5f5;--muted: #a9adb3;--line: #303338;--dark: #f5f5f5;--soft: #202327;--shadow: 0 18px 50px rgba(0,0,0,.32);color:var(--text);background:var(--bg)}html[data-theme=light]{color-scheme:light}body,.app-shell,.main-content{transition:background-color .2s ease,color .2s ease}.header-row{grid-template-columns:auto minmax(260px,1fr) auto auto;gap:18px}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.theme-toggle{width:42px;height:42px;flex:0 0 42px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .15s ease}.theme-toggle:hover{border-color:color-mix(in srgb,var(--text) 24%,var(--line))}.theme-toggle:active{transform:scale(.96)}html[data-theme=dark] .site-header{background:#111315eb}html[data-theme=dark] .brand-mark{background:#f5f5f5;color:#111315}html[data-theme=dark] .header-search,html[data-theme=dark] .main-nav.open{background:var(--surface);color:var(--text)}html[data-theme=dark] .main-nav a,html[data-theme=dark] .main-nav a.active{color:var(--text)}html[data-theme=dark] .cart-count{background:#f5f5f5;color:#111315}html[data-theme=dark] .menu-button{color:var(--text)}.brand-logo{width:40px;height:40px;object-fit:contain;flex-shrink:0}@media(max-width:600px){.brand-logo{width:34px;height:34px}}html[data-theme=dark] .catalog-v2{background:var(--bg);color:var(--text)}html[data-theme=dark] .catalog-v2-heading h1{color:var(--text)}html[data-theme=dark] .catalog-v2-heading p{color:var(--muted)}html[data-theme=dark] .catalog-v2-desktop-toolbar select,html[data-theme=dark] .catalog-v2-sort select,html[data-theme=dark] .catalog-sort select,html[data-theme=dark] .filters-panel select,html[data-theme=dark] .filters-panel,html[data-theme=dark] .product-card{background:var(--surface);color:var(--text);border-color:var(--line)}html[data-theme=dark] .text-button{color:var(--muted)}html[data-theme=dark] .product-image-wrap,html[data-theme=dark] .catalog-v2-products .product-image-wrap,html[data-theme=dark] .gallery-main,html[data-theme=dark] .gallery-thumbs button,html[data-theme=dark] .cart-item-image{background:#fff}html[data-theme=dark] .image-placeholder,html[data-theme=dark] .detail-image-placeholder{background:#f1f1ef;color:#777}html[data-theme=dark] .badge{background:#fffffff0;color:#111;border-color:#0000001a}html[data-theme=dark] .badge-dark{background:#111;color:#fff}html[data-theme=dark] .icon-button,html[data-theme=dark] .btn-secondary,html[data-theme=dark] .size-button,html[data-theme=dark] .quantity-control button{background:var(--surface);color:var(--text);border-color:var(--line)}html[data-theme=dark] .btn-primary,html[data-theme=dark] .size-button.selected{background:#f5f5f5;color:#111315;border-color:#f5f5f5}html[data-theme=dark] .available{color:#65c779}html[data-theme=dark] .sold-out{color:#e06a6a}html[data-theme=dark] .empty-state,html[data-theme=dark] .error-state{background:#ffffff06;border-color:var(--line)}html[data-theme=dark] .back-link,html[data-theme=dark] .description p,html[data-theme=dark] .shipping-card p{color:var(--muted)}html[data-theme=dark] .gallery-thumbs button.active{border-color:#f5f5f5}html[data-theme=dark] .shipping-card{background:var(--soft)}html[data-theme=dark] .cart-item,html[data-theme=dark] .cart-summary{background:var(--surface);color:var(--text);border-color:var(--line)}html[data-theme=dark] .trash-button{color:var(--muted)}html[data-theme=dark] .admin-card{background:var(--surface);color:var(--text);border-color:var(--line)}html[data-theme=dark] .status-pill{background:var(--soft);color:var(--text)}html[data-theme=dark] .status-pill.completada{background:#65c77924;color:#65c779}html[data-theme=dark] .stats-grid>div{background:var(--soft)}html[data-theme=dark] th{color:var(--muted)}.site-footer{margin-top:72px;background:var(--surface);border-top:1px solid var(--border);color:var(--text)}.footer-main{display:grid;grid-template-columns:minmax(240px,1.6fr) minmax(130px,.7fr) minmax(190px,1fr) minmax(150px,.8fr);gap:48px;padding-top:48px;padding-bottom:44px}.footer-brand-section{display:flex;flex-direction:column;align-items:flex-start;gap:18px}.footer-brand{display:inline-flex;align-items:center;gap:10px;color:var(--text);font-weight:800;font-size:1rem;letter-spacing:-.02em}.footer-brand:hover{color:var(--text)}.footer-description{max-width:340px;margin:0;color:var(--text-secondary);font-size:.9rem;line-height:1.65}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-title{margin-bottom:4px;color:var(--text);font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.footer-column a{color:var(--text-secondary);font-size:.88rem;transition:color .18s ease,transform .18s ease}.footer-column a:hover{color:var(--text);transform:translate(2px)}.footer-info{display:inline-flex;align-items:center;gap:9px;color:var(--text-secondary);font-size:.88rem;line-height:1.4}.footer-info svg{flex-shrink:0;color:var(--text-muted)}.footer-bottom{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--border);color:var(--text-muted);font-size:.78rem}.footer-logo{width:40px;height:40px;object-fit:contain;flex-shrink:0}@media(max-width:600px){.footer-logo{width:34px;height:34px}}@media(max-width:900px){.footer-main{grid-template-columns:1.4fr 1fr;gap:36px 48px}}@media(max-width:600px){.site-footer{margin-top:44px}.footer-main{grid-template-columns:1fr 1fr;gap:28px 20px;padding-top:32px;padding-bottom:28px}.footer-brand-section{grid-column:1 / -1;gap:12px}.footer-brand{font-size:.95rem}.footer-description{max-width:320px;font-size:.84rem;line-height:1.55}.footer-column{gap:9px}.footer-title{margin-bottom:2px;font-size:.74rem;letter-spacing:.05em}.footer-column a,.footer-info{font-size:.82rem}.footer-info{gap:7px}.footer-info svg{width:15px;height:15px}.footer-bottom{min-height:auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding-top:16px;padding-bottom:16px;font-size:.7rem}.footer-bottom span:last-child{text-align:right}}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea{color:var(--text)}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#858a90}html[data-theme=dark] .spinner{border-color:#373b40;border-top-color:#f5f5f5}html[data-theme=dark] .skeleton{background:linear-gradient(90deg,#202327 25%,#2a2e33,#202327 75%);background-size:200% 100%}@media(max-width:800px){.header-row{grid-template-columns:1fr auto;gap:12px}.header-actions{grid-column:2}}.admin-access-page{width:min(100% - 32px,1240px);min-height:62vh;margin:0 auto;display:grid;place-items:center;padding:48px 0 72px}.admin-access-card{width:min(100%,470px);background:var(--surface);border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);padding:34px}.admin-access-icon,.admin-mini-icon,.admin-sidebar-brand-icon,.admin-sync-progress-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:var(--dark);color:#fff}.admin-access-card h1{margin:8px 0 10px;font-size:clamp(2rem,6vw,3.2rem);letter-spacing:-.045em;line-height:1}.admin-access-form{display:grid;gap:14px;margin-top:24px}.admin-access-form>label,.admin-field>span{font-size:.86rem;font-weight:760}.admin-code-input{height:50px;display:flex;align-items:center;gap:10px;padding:0 14px;background:var(--bg);border:1px solid var(--line);border-radius:13px}.admin-code-input input{flex:1;min-width:0;border:0;outline:0;color:var(--text);background:transparent}.admin-shell{display:grid;grid-template-columns:250px minmax(0,1fr);gap:28px;align-items:start;padding-top:34px;padding-bottom:72px}.admin-sidebar{position:sticky;top:98px;display:flex;flex-direction:column;min-height:520px;padding:18px;background:var(--surface);border:1px solid var(--line);border-radius:22px}.admin-sidebar-brand{display:flex;align-items:center;gap:12px;padding:4px 4px 18px;border-bottom:1px solid var(--line)}.admin-sidebar-brand-icon{width:38px;height:38px;border-radius:12px}.admin-sidebar-brand strong,.admin-sidebar-brand span{display:block}.admin-sidebar-brand strong{font-size:.92rem}.admin-sidebar-brand span{margin-top:2px;color:var(--muted);font-size:.78rem}.admin-nav{display:grid;gap:7px;margin-top:18px}.admin-nav a,.admin-lock-button{min-height:44px;display:flex;align-items:center;gap:10px;padding:0 12px;color:var(--muted);background:transparent;border:0;border-radius:11px;font-weight:700;font-size:.88rem}.admin-nav a:hover,.admin-nav a.active{color:var(--text);background:var(--soft)}.admin-lock-button{margin-top:auto;width:100%;color:#9a3a3a}.admin-lock-button:hover{background:#9a3a3a14}.admin-content,.admin-page{min-width:0}.admin-page-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:22px}.admin-page-heading h1{margin:4px 0 10px;font-size:clamp(2.15rem,5vw,4rem);letter-spacing:-.052em;line-height:.98}.admin-page-heading p:not(.eyebrow){max-width:720px;margin:0;color:var(--muted);line-height:1.55}.admin-page-heading-action{align-items:center}.admin-main-action{flex-shrink:0;min-height:48px}.admin-toolbar-card,.admin-simulation-card,.admin-sync-hero,.admin-sync-progress,.admin-info-banner,.admin-warning-card,.admin-error-card{background:var(--surface);border:1px solid var(--line);border-radius:18px}.admin-toolbar-card{display:flex;justify-content:space-between;gap:14px;padding:12px}.admin-search-form{flex:1;min-width:0;display:flex;align-items:center;gap:10px;padding-left:12px;border:1px solid var(--line);border-radius:12px;background:var(--bg)}.admin-search-form input{flex:1;min-width:0;height:42px;border:0;outline:0;background:transparent;color:var(--text)}.admin-toolbar-actions select,.admin-field input,.admin-percent-input,.admin-input-suffix{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:12px}.admin-toolbar-actions select{height:46px;padding:0 38px 0 13px;outline:none}.admin-simulation-card{margin-top:12px;padding:15px 16px;display:flex;justify-content:space-between;gap:16px;align-items:center}.admin-simulation-copy{display:flex;align-items:center;gap:12px}.admin-simulation-copy strong,.admin-simulation-copy span{display:block}.admin-simulation-copy span{margin-top:3px;color:var(--muted);font-size:.82rem}.admin-mini-icon{width:38px;height:38px;border-radius:11px;flex:0 0 auto}.admin-simulation-controls{display:flex;align-items:center;gap:10px}.admin-percent-input,.admin-input-suffix{display:flex;align-items:center;overflow:hidden}.admin-percent-input input,.admin-input-suffix input{min-width:0;border:0!important;outline:0;background:transparent;color:var(--text)}.admin-percent-input input{width:90px;height:42px;padding:0 10px}.admin-percent-input span,.admin-input-suffix span{padding-right:12px;color:var(--muted);font-weight:760}.admin-info-banner{display:flex;align-items:center;gap:9px;margin-top:12px;padding:12px 14px;font-size:.88rem}.admin-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px}.admin-kpi-grid article{padding:18px;background:var(--surface);border:1px solid var(--line);border-radius:17px}.admin-kpi-grid span,.admin-kpi-grid small,.admin-kpi-grid strong{display:block}.admin-kpi-grid span{color:var(--muted);font-size:.8rem;font-weight:700}.admin-kpi-grid strong{margin-top:9px;font-size:1.55rem;letter-spacing:-.03em}.admin-kpi-grid small{margin-top:4px;color:var(--muted);font-size:.72rem}.admin-table-card{padding:0;overflow:hidden}.admin-table-card .admin-card-header{padding:20px 20px 14px}.admin-card-header h2,.admin-form-section h2,.admin-save-card h2,.admin-sync-hero h2{margin:0;letter-spacing:-.025em}.admin-card-header p,.admin-section-title p{margin:5px 0 0}.admin-result-count{padding:7px 10px;color:var(--muted);background:var(--soft);border-radius:999px;font-size:.77rem;font-weight:750}.admin-products-table,.admin-sync-table{min-width:980px}.admin-products-table th,.admin-products-table td,.admin-sync-table th,.admin-sync-table td{padding:13px 16px;vertical-align:middle}.admin-product-cell{min-width:250px;display:flex;align-items:center;gap:11px}.admin-product-thumb{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:10px}.admin-product-thumb img{width:100%;height:100%;padding:3px;object-fit:contain}.admin-product-cell strong,.admin-product-cell span{display:block}.admin-product-cell span{margin-top:3px;color:var(--muted);font-size:.75rem}.admin-positive-value,.admin-stock-ok{color:#2f6e43;font-weight:760}.admin-stock-empty{color:#9a3a3a;font-weight:760}.admin-empty-table{padding:30px!important;text-align:center;color:var(--muted)}.admin-config-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:18px;align-items:start}.admin-config-main{min-width:0}.admin-form-section{margin-top:0;margin-bottom:14px}.admin-section-title{display:flex;gap:12px;align-items:flex-start;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--line)}.admin-section-title p{color:var(--muted);font-size:.84rem;line-height:1.45}.admin-form-grid{display:grid;gap:14px}.admin-form-grid.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-form-grid.three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-field{display:grid;gap:7px}.admin-field input{width:100%;height:46px;padding:0 13px;outline:0}.admin-field small{color:var(--muted);line-height:1.35}.admin-input-suffix input{height:44px;padding:0 13px}.admin-config-summary{position:sticky;top:98px}.admin-save-card{margin-top:0}.admin-save-card>p{line-height:1.55}.admin-save-card .btn{margin-top:14px}.admin-inline-error,.admin-inline-success{padding:11px 12px;border-radius:11px;font-size:.82rem;line-height:1.4}.admin-inline-error{color:#8a2f2f;background:#9a3a3a17;border:1px solid rgba(154,58,58,.16)}.admin-inline-success{color:#275f39;background:#2f6e4317;border:1px solid rgba(47,110,67,.16)}.admin-error-card{display:grid;gap:8px;padding:20px}.admin-error-card span{color:var(--muted)}.admin-error-card .btn{width:fit-content;margin-top:5px}.admin-sync-progress{position:relative;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;margin-bottom:15px;padding:16px;overflow:hidden}.admin-sync-progress strong,.admin-sync-progress span{display:block}.admin-sync-progress span{margin-top:3px;color:var(--muted);font-size:.82rem}.admin-progress-line{position:absolute;left:0;right:0;bottom:0;height:3px;overflow:hidden;background:var(--soft)}.admin-progress-line span{width:38%;height:100%;margin:0;background:var(--dark);animation:adminProgress 1.2s ease-in-out infinite}@keyframes adminProgress{0%{transform:translate(-110%)}to{transform:translate(300%)}}.admin-sync-hero{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:20px}.admin-sync-hero p{margin:6px 0 0;color:var(--muted);font-size:.84rem}.admin-sync-state{width:fit-content;display:inline-flex;align-items:center;gap:7px;margin-bottom:13px;padding:7px 10px;border-radius:999px;background:var(--soft);font-size:.76rem;font-weight:800}.admin-sync-state.completada,.admin-sync-state.completed{color:#28613b;background:#e3f0e6}.admin-sync-id{color:var(--muted);font-size:1.4rem;font-weight:850}.admin-warning-card{display:flex;gap:12px;margin-top:14px;padding:16px}.admin-warning-card p{margin:4px 0 0;color:var(--muted);font-size:.83rem}.admin-duration{display:inline-flex;align-items:center;gap:6px;color:var(--muted)}.admin-loader{margin-top:16px}.admin-loader-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.admin-skeleton-card{min-height:105px;display:grid;align-content:center;gap:15px;padding:18px;background:var(--surface);border:1px solid var(--line);border-radius:17px}.admin-skeleton-table{display:grid;gap:13px;padding:20px}.admin-skeleton-row{display:grid;grid-template-columns:1.5fr 1fr .5fr;gap:30px;padding:12px 0;border-bottom:1px solid var(--line)}html[data-theme=dark] .admin-product-thumb{background:#fff}html[data-theme=dark] .admin-sync-state.completada,html[data-theme=dark] .admin-sync-state.completed{color:#65c779;background:#65c77924}html[data-theme=dark] .admin-inline-success{color:#65c779;background:#65c7791a;border-color:#65c7792e}html[data-theme=dark] .admin-inline-error{color:#e06a6a;background:#e06a6a1a;border-color:#e06a6a2e}html[data-theme=dark] .admin-progress-line span,html[data-theme=dark] .admin-access-icon,html[data-theme=dark] .admin-mini-icon,html[data-theme=dark] .admin-sidebar-brand-icon,html[data-theme=dark] .admin-sync-progress-icon{background:#f5f5f5;color:#111315}@media(max-width:1050px){.admin-shell{grid-template-columns:210px minmax(0,1fr);gap:18px}.admin-kpi-grid,.admin-loader-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-config-grid{grid-template-columns:1fr}.admin-config-summary{position:static}.admin-form-grid.three-columns{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:800px){.admin-shell{display:block;padding-top:18px}.admin-sidebar{position:static;min-height:0;margin-bottom:18px;padding:12px}.admin-sidebar-brand{display:none}.admin-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:0}.admin-nav a{justify-content:center;padding:0 9px;text-align:center;font-size:.78rem}.admin-lock-button{min-height:38px;justify-content:center;margin-top:8px;border-top:1px solid var(--line);border-radius:0 0 10px 10px}.admin-page-heading,.admin-page-heading-action,.admin-toolbar-card,.admin-simulation-card{align-items:stretch;flex-direction:column}.admin-main-action{width:100%}.admin-toolbar-card,.admin-simulation-card{display:flex}.admin-simulation-controls{flex-wrap:wrap}.admin-form-grid.two-columns,.admin-form-grid.three-columns{grid-template-columns:1fr}.admin-sync-hero{align-items:flex-start}}@media(max-width:560px){.admin-access-page{width:calc(100% - 22px);padding-top:24px}.admin-access-card{padding:24px 18px;border-radius:20px}.admin-nav{grid-template-columns:1fr}.admin-nav a{justify-content:flex-start}.admin-kpi-grid,.admin-loader-cards{grid-template-columns:1fr}.admin-search-form{flex-wrap:wrap;padding:8px}.admin-search-form input{min-width:170px}.admin-search-form .btn,.admin-toolbar-actions select{width:100%}.admin-simulation-controls{display:grid;grid-template-columns:1fr}.admin-percent-input,.admin-simulation-controls .btn,.admin-percent-input input{width:100%}.admin-sync-hero{flex-direction:column}}.admin-products-management-table{min-width:1320px}.admin-categories-table{min-width:900px}.admin-inline-select{width:155px;min-height:38px;padding:0 30px 0 10px;color:var(--text);background:var(--surface);border:1px solid var(--line);border-radius:10px;outline:none;font:inherit;font-size:.78rem}.admin-inline-select:disabled{opacity:.58;cursor:wait}.admin-category-warning,.admin-manual-label{display:block!important;width:max-content;margin-top:5px!important;font-size:.68rem!important;font-weight:760}.admin-category-warning{color:#9a3a3a!important}.admin-manual-label{color:var(--muted)!important}.admin-catalog-toggle{display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.admin-catalog-toggle input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.admin-catalog-toggle-track{width:38px;height:22px;flex:0 0 38px;display:flex;align-items:center;padding:2px;background:var(--line);border-radius:999px;transition:background .18s ease}.admin-catalog-toggle-thumb{width:18px;height:18px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #0000002e;transform:translate(0);transition:transform .18s ease}.admin-catalog-toggle input:checked+.admin-catalog-toggle-track{background:#2f6e43}.admin-catalog-toggle input:checked+.admin-catalog-toggle-track .admin-catalog-toggle-thumb{transform:translate(16px)}.admin-catalog-toggle input:disabled+.admin-catalog-toggle-track{opacity:.55}.admin-catalog-toggle-label{min-width:68px;color:var(--muted);font-size:.75rem;font-weight:740}.admin-category-cell strong,.admin-category-cell span{display:block}.admin-category-cell span{margin-top:3px;color:var(--muted);font-size:.74rem}.admin-status-on,.admin-status-off{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border-radius:999px;font-size:.72rem;font-weight:760}.admin-status-on{color:#2f6e43;background:#2f6e431a}.admin-status-off{color:#9a3a3a;background:#9a3a3a17}html[data-theme=dark] .admin-status-on{color:#65c779;background:#65c7791f}html[data-theme=dark] .admin-status-off,html[data-theme=dark] .admin-category-warning{color:#e06a6a!important}.catalog-category-strip{display:flex;gap:.65rem;overflow-x:auto;padding:.2rem 0 1rem;scrollbar-width:thin}.catalog-category-chip{flex:0 0 auto;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:999px;padding:.62rem .95rem;font:inherit;font-weight:700;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.catalog-category-chip:hover{transform:translateY(-1px);border-color:currentColor}.catalog-category-chip.active{background:var(--text);color:var(--surface);border-color:var(--text)}.catalog-filter-search{display:flex;align-items:center;gap:.55rem;width:100%;border:1px solid var(--line);border-radius:.75rem;background:var(--surface);padding:0 .7rem}.catalog-filter-search:focus-within{border-color:var(--text)}.catalog-filter-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text);padding:.72rem 0;font:inherit}.catalog-results-summary{display:flex;flex-direction:column;gap:.1rem;min-width:0;margin-right:auto}.catalog-results-summary strong{color:var(--text);font-size:.98rem}.catalog-results-summary span{color:var(--muted);font-size:.82rem}@media(max-width:760px){.catalog-category-strip{margin-top:.35rem;padding-bottom:.8rem}.catalog-category-chip{padding:.55rem .82rem;font-size:.9rem}}.admin-category-visibility-control{display:flex;min-width:245px;flex-direction:column;align-items:flex-start;gap:7px}.admin-category-public-state{display:inline-flex;align-items:center;gap:5px;font-size:.7rem;font-weight:720;line-height:1.25}.admin-category-public-state.is-visible{color:#2f6e43}.admin-category-public-state.is-hidden{color:var(--muted)}html[data-theme=dark] .admin-category-public-state.is-visible{color:#86c99b}.admin-category-profit-control{display:grid;grid-template-columns:minmax(130px,150px) auto;align-items:center;gap:8px;min-width:285px}.admin-category-profit-input{display:flex;align-items:center;gap:6px;min-height:40px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--muted)}.admin-category-profit-input:focus-within{border-color:var(--text)}.admin-category-profit-input input{width:74px;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-weight:700;text-align:right}.admin-category-profit-input input::placeholder{color:var(--muted);font-weight:600}.admin-category-profit-input>span{color:var(--muted);font-size:.82rem;font-weight:800}.admin-category-profit-save{min-height:40px;white-space:nowrap}.admin-category-profit-help{grid-column:1 / -1;color:var(--muted);font-size:.72rem;font-weight:650}@media(max-width:760px){.admin-category-profit-control{min-width:245px;grid-template-columns:minmax(120px,1fr) auto}}.admin-products-table-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.admin-products-table-title{min-width:220px;flex:1 1 360px}.admin-products-table-tools{position:relative;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.admin-table-presets{display:inline-flex;align-items:center;padding:3px;background:var(--soft);border:1px solid var(--line);border-radius:11px}.admin-table-preset,.admin-table-tool-button{min-height:36px;border:0;outline:0;color:var(--text);background:transparent;font:inherit;font-size:.76rem;font-weight:760;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.admin-table-preset{padding:0 10px;border-radius:8px}.admin-table-preset:hover,.admin-table-preset:focus-visible{background:var(--surface)}.admin-table-tool-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 11px;border:1px solid var(--line);border-radius:10px;background:var(--surface);white-space:nowrap}.admin-table-tool-button:hover,.admin-table-tool-button:focus-visible,.admin-table-tool-button.is-active{background:var(--soft);border-color:var(--text)}.admin-table-tool-button>span{min-width:20px;height:20px;padding:0 5px;display:inline-grid;place-items:center;border-radius:999px;background:var(--soft);color:var(--muted);font-size:.66rem}.admin-column-selector-wrap{position:relative}.admin-column-selector-panel{position:absolute;z-index:50;top:calc(100% + 8px);right:0;width:min(360px,calc(100vw - 40px));padding:14px;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 50px #00000024}.admin-column-selector-heading strong,.admin-column-selector-heading span{display:block}.admin-column-selector-heading strong{font-size:.86rem}.admin-column-selector-heading span{margin-top:3px;color:var(--muted);font-size:.7rem}.admin-column-selector-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:12px}.admin-column-option{display:flex;align-items:center;gap:8px;min-height:36px;padding:0 9px;border:1px solid var(--line);border-radius:9px;cursor:pointer;font-size:.76rem;-webkit-user-select:none;user-select:none}.admin-column-option:hover{background:var(--soft)}.admin-column-option input{width:15px;height:15px;accent-color:currentColor}.admin-column-option.is-required{color:var(--muted);cursor:default;background:var(--soft)}.admin-products-table-wrap{scrollbar-gutter:stable}.admin-products-management-table{width:100%}.admin-products-management-table th,.admin-products-management-table td{white-space:nowrap}.admin-products-management-table th:first-child,.admin-products-management-table td:first-child{white-space:normal}.admin-final-price-cell{font-size:.9rem}body.admin-table-fullscreen-open{overflow:hidden}.admin-table-card-fullscreen{position:fixed;z-index:1000;inset:12px;margin:0!important;display:flex;flex-direction:column;overflow:hidden;background:var(--surface);border-radius:18px;box-shadow:0 24px 80px #0000003d}.admin-table-card-fullscreen .admin-card-header{flex:0 0 auto;padding:14px 16px 12px;border-bottom:1px solid var(--line)}.admin-table-card-fullscreen .admin-products-table-title p{max-width:720px}.admin-table-card-fullscreen .admin-products-table-wrap{flex:1 1 auto;min-height:0;overflow:auto}.admin-table-card-fullscreen .admin-products-management-table{min-width:1120px}.admin-table-card-fullscreen .admin-products-management-table th,.admin-table-card-fullscreen .admin-products-management-table td{padding:10px 12px}.admin-table-card-fullscreen .admin-product-cell{min-width:220px}.admin-table-card-fullscreen .admin-product-thumb{width:42px;height:42px;flex-basis:42px}.admin-table-card-fullscreen thead th{position:sticky;z-index:4;top:0;background:var(--surface);box-shadow:0 1px 0 var(--line)}.admin-table-fullscreen-footer{flex:0 0 auto;min-height:58px;padding:8px 14px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid var(--line);background:var(--surface)}.admin-table-fullscreen-footer>span{color:var(--muted);font-size:.72rem}.admin-table-fullscreen-footer .pagination{margin:0}@media(min-width:1500px){.admin-products-management-table{min-width:1180px}.admin-products-management-table th,.admin-products-management-table td{padding-left:13px;padding-right:13px}}@media(max-width:1180px){.admin-products-table-header{flex-direction:column}.admin-products-table-tools{width:100%;justify-content:flex-start}}@media(max-width:1023px){.admin-table-fullscreen-button{display:none}}@media(max-width:700px){.admin-table-presets{width:100%}.admin-table-preset{flex:1 1 0}.admin-column-selector-wrap{flex:1 1 auto}.admin-table-tool-button{width:100%}.admin-column-selector-panel{left:0;right:auto}.admin-column-selector-grid{grid-template-columns:1fr}}
