.store-shell{display:grid;grid-template-columns:180px minmax(0,1fr) 300px;gap:14px;align-items:start}.store-brands,.store-cart{position:sticky;top:18px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px}.store-brands h3,.store-cart h3{margin:0 0 12px}.store-brands>div{display:grid;gap:5px}.store-brands button{display:flex;justify-content:space-between;width:100%;padding:9px 10px;background:#f4f5f2;color:#34403e;text-align:left}.store-brands button.active,.store-brands button:hover{background:#292b24;color:#f1d184}.store-brands button span{font-size:11px;opacity:.7}.store-toolbar{display:grid;grid-template-columns:minmax(180px,1fr) 150px 170px;gap:8px;padding:11px;background:#fff;border:1px solid var(--line);border-radius:11px}.store-toolbar label{margin:0;gap:3px;font-size:11px}.store-toolbar input,.store-toolbar select{min-height:35px;padding:7px 8px;font-size:12px}.store-result{display:flex;justify-content:space-between;margin:12px 2px;color:var(--muted);font-size:12px}.store-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.store-product{display:flex;flex-direction:column;min-height:178px;padding:11px;background:#fff;border:1px solid var(--line);border-radius:10px}.store-product:hover{border-color:#c5aa6c;box-shadow:0 7px 18px rgba(24,36,29,.06)}.store-product-top{display:flex;justify-content:space-between;gap:7px}.store-product-top span{padding:4px 7px;border-radius:99px;background:#eee7d7;color:#785d29;font-size:9px;font-weight:800}.store-product-top small{color:var(--muted);font-size:9px}.store-product h3{font-size:12px;line-height:1.3;margin:9px 0 3px}.store-product>p{margin:0;color:var(--muted);font-size:10px}.store-product-price{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:10px}.store-product-price span{color:var(--muted);font-size:8px}.store-product-price strong{font-size:14px}.store-buy{display:flex;justify-content:flex-end;gap:6px;margin-top:7px}.store-buy>button{min-width:65px;padding:7px 8px;font-size:10px}.store-buy>button.added{background:#61716c}.store-stepper{display:flex;align-items:center;border:1px solid #d8c493;border-radius:8px;overflow:hidden}.store-stepper button{width:26px;height:29px;padding:0;border-radius:0;background:#f5f0e4;color:#6b5425;font-size:16px}.store-stepper b{min-width:28px;text-align:center;font-size:11px}.store-more{display:block;margin:16px auto}.store-cart-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:10px}.store-cart-head span{color:#765b27;font-weight:800}.store-cart-line{padding:10px 0;border-bottom:1px solid var(--line)}.store-cart-line>strong{display:block;font-size:11px}.store-cart-line>small{display:block;margin:3px 0 7px;color:var(--muted);font-size:9px}.store-cart-line>div{display:flex;align-items:center;justify-content:space-between;gap:6px}.store-cart-line>div>b{font-size:10px}.store-remove{padding:3px;background:transparent;color:#934c42;font-size:9px}.store-cart-total{display:flex;justify-content:space-between;gap:10px;padding:13px 0;font-size:11px}.store-cart>#storeCheckout{width:100%}.store-review{width:min(860px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:20px;background:#fff;border-radius:15px;box-shadow:0 24px 70px #0004}.store-review-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:15px 0}.store-review-meta>div{padding:11px;background:#f5f5f1;border-radius:9px}.store-review-meta span{display:block;color:var(--muted);font-size:10px}.store-review-meta strong{display:block;margin-top:4px}.store-review-total{display:flex;justify-content:flex-end;gap:30px;padding:14px;font-size:16px}.store-review .actions{justify-content:flex-end}.store-success{text-align:center}.store-success .success-mark{display:grid;place-items:center;width:58px;height:58px;margin:5px auto 14px;border-radius:50%;background:#e1f0da;color:#3d7131;font-size:29px}.store-origin{display:inline-block;margin-left:5px;padding:3px 6px;border-radius:99px;background:#e8eff2;color:#365964;font-size:9px;font-weight:800}.store-order-alert{display:flex;justify-content:space-between;gap:18px;padding:13px 15px;margin-bottom:14px;border:1px solid #d5bd7f;border-left:4px solid #ad8942;border-radius:9px;background:#fff9eb}.store-order-alert span{color:var(--muted);font-size:12px}.button-link{vertical-align:middle}
@media(max-width:1200px){.store-shell{grid-template-columns:150px minmax(0,1fr) 270px}.store-products{grid-template-columns:repeat(2,minmax(0,1fr))}.store-toolbar{grid-template-columns:1fr 1fr}.store-toolbar label:first-child{grid-column:1/-1}}
@media(max-width:850px){.store-shell{display:block}.store-brands,.store-cart{position:static;margin-bottom:12px}.store-brands>div{display:flex;overflow:auto}.store-brands button{min-width:max-content;width:auto;gap:8px}.store-toolbar{grid-template-columns:1fr}.store-toolbar label:first-child{grid-column:auto}.store-products{grid-template-columns:repeat(2,minmax(0,1fr))}.store-review-meta{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.store-products{grid-template-columns:1fr}.store-review-meta{grid-template-columns:1fr}.store-order-alert{display:grid}}
.store-import{display:flex;align-items:center;gap:8px;grid-column:1/-1;padding-top:8px;border-top:1px solid var(--line)}.store-import button,.store-import .button-link{padding:7px 10px;font-size:10px}.store-import small{color:var(--muted);font-size:9px}.store-import-status{margin-left:auto;color:#41634d;font-weight:700}.store-csv-preview{margin:14px 0}.store-csv-preview td:nth-child(3),.store-csv-preview th:nth-child(3){text-align:center}.store-csv-summary{display:flex;gap:18px;padding:11px 13px;border-radius:9px;background:#f5f5f1}.store-csv-summary strong{color:#765b27}
@media(max-width:850px){.store-import{flex-wrap:wrap}.store-import-status{width:100%;margin-left:0}}
.store-toolbar>label[hidden]{display:none!important}.store-review-meta>div:nth-child(2){display:none}.store-review-meta{grid-template-columns:repeat(3,1fr)}
.store-buy>button:disabled{cursor:not-allowed}
.store-tabs{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}.store-tabs button{padding:8px 12px}.store-tabs [aria-pressed=true]{background:#292b24;color:#f1d184}
.store-favorite{align-self:start;background:transparent;color:#785d29;font-size:11px;padding:6px 0;margin-top:3px}.store-favorite[aria-pressed=true]{font-weight:700}
.store-stepper input{width:54px;min-width:0;min-height:29px;padding:3px;text-align:center;font-size:12px;border:0;font-variant-numeric:tabular-nums}
.store-products{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.store-product{min-height:0;min-width:0;padding:12px;gap:3px}.store-product h3{overflow-wrap:anywhere}.store-product-price{margin-top:6px;padding-top:0}.store-buy{flex-wrap:wrap;justify-content:space-between}.store-product>small{line-height:1.5;font-size:10px}.store-cart-total strong{font-variant-numeric:tabular-nums;white-space:nowrap}
.store-reuse-line{display:grid;grid-template-columns:minmax(160px,1fr) 85px 125px;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.store-reuse-line label{margin:0;font-size:12px}.store-reuse-line small{display:block;color:var(--muted);overflow-wrap:anywhere}.store-reuse-line input[type=number]{width:100%;min-width:0;font-variant-numeric:tabular-nums}.store-reuse-line .check{display:flex;align-items:center;gap:9px}.store-reuse-line .check input{width:18px;flex:0 0 18px}
@media(max-width:650px){.store-reuse-line{grid-template-columns:1fr 85px}.store-reuse-line>span,.store-reuse-line>label:nth-child(3){grid-column:1/-1}.store-products{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}
.store-proposed-price{display:grid;grid-template-columns:1fr 88px;align-items:center;gap:4px 8px;margin-top:auto;padding-top:9px;color:var(--muted);font-size:9px}.store-proposed-price input{width:88px;min-height:31px;padding:5px 7px;text-align:right;font-weight:700}.store-proposed-price small{grid-column:1/-1;color:#8a6b2f;font-size:8px}
.price-approval-panel{margin-top:14px;padding:16px;border:1px solid var(--line);border-top:2px solid #b08d45;border-radius:11px;background:#fff}.price-approval-panel .section-heading{margin-top:0}.price-review-status{padding:5px 10px;border-radius:99px;font-size:10px;font-weight:800}.price-review-status.pending{background:#faedc9;color:#795d1e}.price-review-status.approved{background:#dcefd4;color:#37602d}.price-approval-input{width:120px;min-height:34px;padding:6px 8px;text-align:right;font-weight:700}
.store-product-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;min-height:23px}.store-product-head .store-product-top{min-width:0;justify-content:flex-start;align-items:center}.store-product-head .store-favorite{flex:0 0 auto;margin:0 0 0 auto;padding:3px 1px;font-size:10px;line-height:1.2;white-space:nowrap}.store-stock-line{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:28px}.store-stock-line>small{min-width:0;color:var(--muted);line-height:1.35;font-size:9px}.store-stock-status{display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;color:#934c42;white-space:nowrap}.store-stock-status strong{font-size:10px}.store-stock-alert,.store-product-actions .store-stock-alert{display:inline-grid;place-items:center;flex:0 0 27px;width:27px;min-width:27px;height:27px;min-height:27px;margin:0;padding:0;border:1px solid #b99b58;border-radius:50%;background:#f7f1e5;color:#785d29;font-size:12px;line-height:1}.store-stock-alert:hover{background:#eee2c8}.store-stock-alert[aria-pressed=true]{background:#e7eddf;color:#46603f;border-color:#78906d}.store-product-price{gap:8px}.store-product-price strong{white-space:nowrap}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* Tienda integral: catálogo amplio, filtros horizontales y carrito lateral. */
.store-shell{grid-template-columns:minmax(0,1fr) 280px;gap:16px}
.store-catalog{min-width:0}
.store-brands{position:static;margin:14px 0 0;padding:0;background:transparent;border:0}
.store-brands>div{display:flex;flex-wrap:wrap;gap:8px}
.store-brands button{display:inline-flex;align-items:center;gap:8px;width:auto;padding:8px 12px}
.store-toolbar{grid-template-columns:minmax(260px,1fr) 170px auto;gap:10px;align-items:end;padding:14px;border-radius:12px}
.store-toolbar .store-search{min-width:0}
.store-toolbar>#storeClearFilters{min-height:35px;padding:7px 11px}
.store-result{margin:16px 2px 12px}
.store-products{grid-template-columns:repeat(auto-fill,minmax(min(100%,176px),1fr));gap:9px;align-items:stretch;justify-content:start}
.store-product{min-height:224px;padding:10px;border-radius:10px}
.store-product-head{min-height:26px}
.store-product-head .store-favorite{padding:5px 7px;font-size:11px}
.store-product h3{margin:6px 0 2px;font-size:13px;line-height:1.3}
.store-product>p.store-product-meta{margin:0;color:var(--muted);font-size:10px;line-height:1.45;overflow-wrap:anywhere}
.store-product-price{display:flex;flex-direction:column;align-items:flex-start;gap:2px;margin-top:8px;padding:0}
.store-product-price strong{font-size:17px;line-height:1.2}
.store-product-price span,.store-product-price small{color:var(--muted);font-size:9px;line-height:1.4}
.store-stock-line{min-height:31px;margin-top:6px}
.store-availability{flex:0 0 auto;padding:4px 7px;border-radius:5px;background:#dfe8f5;color:#2d5683;font-size:9px;white-space:nowrap}
.store-buy{display:grid;grid-template-columns:86px minmax(0,1fr);gap:6px;align-items:end;margin-top:auto;padding-top:8px}
.store-quantity{display:grid;gap:4px;margin:0;color:var(--muted);font-size:10px}
.store-buy>button{min-height:37px;padding:8px 10px;font-size:10px}
.store-stepper button{width:28px;height:35px}
.store-stepper input{width:40px;min-height:35px}
.store-cart{min-width:0;padding:18px}
.store-cart .empty-state{min-height:66px;margin:14px 0;padding:18px 12px;border:1px dashed var(--line);border-radius:10px;text-align:center}
.store-cart-note{display:block;margin-top:10px;color:var(--muted);font-size:9px;line-height:1.45}
.store-tabs{gap:8px;margin:14px 0}
.store-tabs button{display:inline-flex;align-items:center;gap:7px}
.store-tab-icon{display:inline-grid;place-items:center;width:16px;height:16px;line-height:1}.store-tab-icon svg{display:block;width:16px;height:16px;transform:none!important;animation:none!important}.store-tabs button:hover .store-tab-icon svg,.store-tabs button:focus-visible .store-tab-icon svg{transform:none!important;animation:none!important}
@media(max-width:1200px){.store-shell{grid-template-columns:minmax(0,1fr) 260px}.store-products{grid-template-columns:repeat(auto-fill,minmax(min(100%,176px),1fr))}.store-toolbar{grid-template-columns:minmax(220px,1fr) 150px auto}}
@media(max-width:850px){.store-shell{display:flex;flex-direction:column}.store-catalog,.store-cart{width:100%}.store-cart{position:static;order:-1}.store-toolbar{grid-template-columns:1fr 1fr}.store-toolbar .store-search{grid-column:1/-1}.store-products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.store-toolbar{grid-template-columns:1fr}.store-toolbar .store-search{grid-column:auto}.store-products{grid-template-columns:1fr}.store-product{min-height:0}}
.store-product-head .store-favorite{display:inline-flex;align-items:center;gap:5px}.store-product-head .store-favorite svg{width:13px;height:13px;fill:none}.store-product-head .store-favorite[aria-pressed=true] svg{fill:currentColor}.store-stock-alert svg{width:14px;height:14px;transform:none!important;animation:none!important;transition:none!important}
