*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100vh;margin:0}body{color:#111;background:#f5f5f5;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.admin-shell{background:#f5f5f5;min-height:100vh;display:flex}.admin-sidebar{color:#fff;background:#050505;flex-direction:column;width:245px;padding:28px 18px 20px;display:flex;position:fixed;inset:0 auto 0 0}.admin-brand{flex-direction:column;padding:4px 15px 35px;display:flex}.admin-brand strong{letter-spacing:8px;font-size:30px;line-height:1}.admin-brand span{letter-spacing:7px;color:#9b9b9b;margin-top:8px;font-size:10px}.admin-nav{flex-direction:column;gap:5px;display:flex}.admin-nav-link{color:#999;border-radius:8px;align-items:center;gap:13px;min-height:46px;padding:0 14px;font-size:14px;transition:background .15s,color .15s;display:flex}.admin-nav-link:hover{color:#fff;background:#171717}.admin-nav-link.active{color:#080808;background:#fff}.admin-sidebar-footer{border-top:1px solid #252525;margin-top:auto;padding-top:18px}.admin-user{flex-direction:column;padding:0 12px 15px;display:flex}.admin-user strong{font-size:13px}.admin-user span{color:#777;margin-top:3px;font-size:11px}.logout-button{color:#888;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;padding:12px;display:flex}.logout-button:hover{color:#fff;background:#171717}.admin-content{flex:1;min-width:0;margin-left:245px}.admin-topbar{background:#fff;border-bottom:1px solid #e8e8e8;align-items:center;height:64px;padding:0 34px;display:flex}.admin-topbar strong{letter-spacing:1px;font-size:13px}.admin-topbar span{color:#999;font-size:13px}.admin-main{padding:35px}.page-header{margin-bottom:28px}.page-eyebrow{letter-spacing:2px;color:#929292;margin-bottom:8px;font-size:10px;font-weight:700;display:block}.page-header h1{margin:0;font-size:30px;font-weight:650}.page-header p{color:#777;margin:7px 0 0;font-size:14px}.dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.dashboard-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;flex-direction:column;min-height:145px;padding:22px;display:flex}.dashboard-card span{color:#777;font-size:12px}.dashboard-card strong{margin-top:15px;font-size:30px;font-weight:650}.dashboard-card small{color:#a2a2a2;margin-top:auto;font-size:11px}.dashboard-panel{background:#fff;border:1px solid #e5e5e5;border-radius:12px;margin-top:20px;padding:24px}.dashboard-panel h2{margin:0;font-size:18px}.empty-state{color:#999;text-align:center;border:1px dashed #d5d5d5;border-radius:10px;margin-top:22px;padding:45px 20px;font-size:13px}@media (width<=1000px){.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.admin-sidebar{width:75px}.admin-brand strong{letter-spacing:2px;font-size:18px}.admin-brand span,.admin-nav-link span,.admin-user,.logout-button{display:none}.admin-nav-link{justify-content:center}.admin-content{margin-left:75px}.admin-main{padding:22px}.dashboard-grid{grid-template-columns:1fr}}.page-header-row{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.primary-button,.secondary-button,.icon-button{border:0;font-weight:600}.primary-button{color:#fff;background:#080808;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 17px;display:inline-flex}.primary-button:hover{background:#252525}.primary-button:disabled{opacity:.55;cursor:not-allowed}.secondary-button{color:#222;background:#eee;border-radius:8px;min-height:42px;padding:0 17px}.secondary-button:hover{background:#e2e2e2}.icon-button{color:#555;background:0 0;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.icon-button:hover{background:#f0f0f0}.content-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden}.table-wrapper{width:100%;overflow-x:auto}.data-table{border-collapse:collapse;width:100%;font-size:13px}.data-table th{color:#8a8a8a;letter-spacing:1px;text-align:left;text-transform:uppercase;background:#fafafa;border-bottom:1px solid #e7e7e7;padding:14px 18px;font-size:10px;font-weight:700}.data-table td{color:#444;border-bottom:1px solid #eee;padding:16px 18px}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#fafafa}.status-badge{border-radius:999px;align-items:center;padding:5px 9px;font-size:10px;font-weight:700;display:inline-flex}.status-published,.status-active{color:#367447;background:#edf7ef}.status-draft{color:#777;background:#f2f2f2}.status-inactive{color:#9a4242;background:#fbecec}.alert{border-radius:8px;margin-bottom:18px;padding:12px 15px;font-size:13px}.alert-success{color:#2f693e;background:#edf7ef}.alert-error{color:#8e3434;background:#fbecec}.modal-backdrop{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:30px;display:flex;position:fixed;inset:0}.modal-panel{background:#fff;border-radius:14px;width:100%;max-height:calc(100vh - 60px);overflow-y:auto;box-shadow:0 25px 80px #0000002e}.product-modal{max-width:760px}.modal-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:flex-start;padding:24px 26px;display:flex}.modal-header h2{margin:0;font-size:22px}.modal-footer{border-top:1px solid #eee;justify-content:flex-end;gap:10px;padding:20px 26px;display:flex}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding:26px;display:grid}.form-full{grid-column:1/-1}.form-group{flex-direction:column;gap:7px;display:flex}.form-group label{color:#555;font-size:12px;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#111;background:#fff;border:1px solid #dcdcdc;border-radius:8px;outline:none;width:100%;padding:10px 12px}.form-group input,.form-group select{min-height:42px}.form-group textarea{resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#777}.option-grid{flex-wrap:wrap;gap:8px;display:flex}.option-button{color:#555;background:#fff;border:1px solid #ddd;border-radius:8px;min-width:52px;padding:9px 13px}.option-button:hover{border-color:#999}.option-button.selected{color:#fff;background:#080808;border-color:#080808}.color-grid{flex-wrap:wrap;gap:8px;display:flex}.color-option{color:#555;background:#fff;border:1px solid #ddd;border-radius:8px;align-items:center;gap:8px;padding:9px 12px;display:inline-flex}.color-option:hover{border-color:#999}.color-option.selected{color:#111;border-color:#080808;box-shadow:inset 0 0 0 1px #080808}.color-dot{border:1px solid #ccc;border-radius:50%;flex:none;width:14px;height:14px}.checkbox-row{flex-wrap:wrap;gap:25px;display:flex}.checkbox-row label{cursor:pointer;align-items:center;gap:7px;display:flex}.checkbox-row input{width:auto;min-height:auto}.empty-state{color:#999;flex-direction:column;gap:7px;display:flex}.empty-state strong{color:#555}@media (width<=700px){.page-header-row{flex-direction:column;align-items:stretch}.page-header-row .primary-button{width:100%}.modal-backdrop{padding:10px}.modal-panel{max-height:calc(100vh - 20px)}.form-grid{grid-template-columns:1fr;padding:20px}.form-full{grid-column:auto}}.image-upload-box{margin-top:2px}.image-upload-button{cursor:pointer;background:#fafafa;border:1px dashed #ccc;border-radius:10px;align-items:center;gap:14px;min-height:78px;padding:16px;transition:border-color .15s,background .15s;display:flex}.image-upload-button:hover{background:#f7f7f7;border-color:#777}.image-upload-button>div{flex-direction:column;gap:3px;display:flex}.image-upload-button strong{color:#333;font-size:13px}.image-upload-button span{color:#999;font-size:11px;font-weight:400}.image-preview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.image-preview-card{aspect-ratio:1;background:#eee;border:1px solid #ddd;border-radius:10px;position:relative;overflow:hidden}.image-preview-card img{object-fit:cover;width:100%;height:100%;display:block}.primary-image-badge{color:#fff;letter-spacing:1px;background:#000c;border-radius:5px;padding:5px 7px;font-size:8px;font-weight:700;position:absolute;bottom:8px;left:8px}.remove-image-button{color:#333;background:#ffffffeb;border:0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:7px;right:7px;box-shadow:0 2px 8px #00000026}.remove-image-button:hover{color:#a52c2c;background:#fff}.image-help{color:#999;margin-top:8px;font-size:10px;display:block}@media (width<=700px){.image-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-table-image,.product-table-image-placeholder{border-radius:8px;width:58px;height:58px}.product-table-image{object-fit:cover;border:1px solid #e5e5e5;display:block}.product-table-image-placeholder{color:#999;text-align:center;background:#f3f3f3;border:1px solid #e5e5e5;justify-content:center;align-items:center;font-size:9px;display:flex}.table-action-button{color:#444;background:#fff;border:1px solid #ddd;border-radius:7px;justify-content:center;align-items:center;gap:7px;min-height:34px;padding:0 11px;font-size:11px;font-weight:600;display:inline-flex}.table-action-button:hover{background:#f7f7f7;border-color:#999}.set-primary-image-button{color:#555;background:#ffffffeb;border:0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:7px;left:7px;box-shadow:0 2px 8px #00000026}.set-primary-image-button:hover{color:#111;background:#fff}.form-help{color:#999;margin-top:3px;font-size:10px;line-height:1.5}.modal-alert-wrapper{padding:0 26px}.modal-alert-wrapper .alert{margin-bottom:0}.stock-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.stock-summary-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;align-items:center;gap:15px;min-height:105px;padding:20px;display:flex}.stock-summary-icon{color:#333;background:#f2f2f2;border-radius:10px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.stock-summary-card>div:last-child{flex-direction:column;gap:4px;display:flex}.stock-summary-card span{color:#888;font-size:11px}.stock-summary-card strong{color:#111;font-size:25px;font-weight:650}.stock-toolbar{border-bottom:1px solid #eee;grid-template-columns:minmax(220px,1.6fr) repeat(4,minmax(120px,1fr)) auto;gap:10px;padding:16px;display:grid}.stock-toolbar select,.stock-search{background:#fff;border:1px solid #ddd;border-radius:8px;min-height:40px}.stock-toolbar select{color:#555;outline:none;width:100%;padding:0 10px}.stock-search{color:#999;align-items:center;gap:9px;padding:0 11px;display:flex}.stock-search input{color:#222;background:0 0;border:0;outline:0;width:100%}.stock-clear-button{color:#555;background:#f7f7f7;border:1px solid #ddd;border-radius:8px;min-height:40px;padding:0 14px;font-size:11px;font-weight:600}.stock-clear-button:hover{background:#eee}.stock-message-wrapper{padding:16px 16px 0}.stock-color-cell{align-items:center;gap:8px;display:flex}.stock-size-badge{background:#fafafa;border:1px solid #e2e2e2;border-radius:6px;justify-content:center;align-items:center;min-width:34px;padding:5px 9px;font-size:11px;font-weight:600;display:inline-flex}.stock-number{font-size:16px}.stock-status{border-radius:999px;padding:5px 9px;font-size:10px;font-weight:700;display:inline-flex}.stock-status-ok{color:#367447;background:#edf7ef}.stock-status-low{color:#8c6516;background:#fff5df}.stock-status-out{color:#9a4242;background:#fbecec}@media (width<=1100px){.stock-summary-grid,.stock-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.stock-summary-grid,.stock-toolbar{grid-template-columns:1fr}}.suppliers-toolbar{border-bottom:1px solid #eee;padding:16px;display:flex}.suppliers-toolbar .stock-search{width:100%;max-width:420px}.supplier-modal{max-width:700px}.purchases-toolbar{border-bottom:1px solid #eee;padding:16px;display:flex}.purchases-toolbar .stock-search{width:100%;max-width:430px}.purchase-modal{max-width:1050px}.purchase-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-items{flex-direction:column;gap:12px;display:flex}.purchase-item-row{background:#fafafa;border:1px solid #e3e3e3;border-radius:10px;grid-template-columns:34px minmax(260px,2fr) minmax(90px,.55fr) minmax(130px,.8fr) minmax(120px,.7fr) 38px;align-items:end;gap:10px;padding:14px;display:grid}.purchase-item-number{color:#fff;background:#111;border-radius:50%;justify-content:center;align-self:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:700;display:flex}.purchase-item-subtotal{flex-direction:column;justify-content:center;gap:2px;min-height:42px;padding:0 8px;display:flex}.purchase-item-subtotal span{color:#999;font-size:9px}.purchase-item-subtotal strong{font-size:13px}.purchase-remove-button{color:#777;background:#fff;border:1px solid #ddd;border-radius:8px;justify-content:center;align-items:center;width:38px;height:42px;display:flex}.purchase-remove-button:hover:not(:disabled){color:#9a4242;border-color:#e3aaaa}.purchase-remove-button:disabled{opacity:.35;cursor:not-allowed}.purchase-add-item{color:#444;background:#fff;border:1px solid #ddd;border-radius:8px;align-self:flex-start;align-items:center;gap:7px;margin-top:3px;padding:9px 12px;font-size:11px;font-weight:600;display:inline-flex}.purchase-add-item:hover{background:#f5f5f5}.purchase-total{color:#fff;background:#111;border-radius:10px;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.purchase-total span{color:#bdbdbd;font-size:12px}.purchase-total strong{font-size:25px;font-weight:650}@media (width<=1000px){.purchase-item-row{grid-template-columns:34px minmax(220px,1fr) 100px 130px;align-items:end}.purchase-item-subtotal{grid-column:2/4}}@media (width<=700px){.purchase-form-grid{grid-template-columns:1fr}.purchase-item-row{grid-template-columns:30px 1fr}.purchase-item-row .form-group,.purchase-item-subtotal,.purchase-remove-button{grid-column:2}}.sales-toolbar{border-bottom:1px solid #eee;padding:16px;display:flex}.sales-toolbar .stock-search{width:100%;max-width:450px}.sale-modal{max-width:1050px}.sale-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sale-items{flex-direction:column;gap:12px;display:flex}.sale-item-row{background:#fafafa;border:1px solid #e3e3e3;border-radius:10px;grid-template-columns:34px minmax(280px,2fr) minmax(90px,.55fr) minmax(135px,.8fr) minmax(120px,.7fr) 38px;align-items:end;gap:10px;padding:14px;display:grid}.sale-stock-help{color:#777;margin-top:2px;font-size:10px}.sale-stock-help strong{color:#222}.sale-totals{color:#fff;background:#111;border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.sale-totals>div{border-right:1px solid #2c2c2c;flex-direction:column;gap:5px;padding:18px 20px;display:flex}.sale-totals>div:last-child{border-right:0}.sale-totals span{color:#aaa;font-size:10px}.sale-totals strong{font-size:21px;font-weight:650}.danger-action:hover{color:#a23838;background:#fff6f6;border-color:#d99d9d}@media (width<=1000px){.sale-item-row{grid-template-columns:34px minmax(220px,1fr) 100px 130px}.sale-item-row .purchase-item-subtotal{grid-column:2/4}}@media (width<=700px){.sale-form-grid{grid-template-columns:1fr}.sale-item-row{grid-template-columns:30px 1fr}.sale-item-row .form-group,.sale-item-row .purchase-item-subtotal,.sale-item-row .purchase-remove-button{grid-column:2}.sale-totals{grid-template-columns:1fr}.sale-totals>div{border-bottom:1px solid #2c2c2c;border-right:0}.sale-totals>div:last-child{border-bottom:0}}.dashboard-metric-card{position:relative}.dashboard-metric-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-metric-icon{color:#333;background:#f2f2f2;border-radius:8px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.dashboard-section-header{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.dashboard-section-caption{color:#999;font-size:10px}.dashboard-sales-table{border:1px solid #eee;border-radius:10px;margin-top:20px}.dashboard-sales-table .data-table th{background:#fafafa}@media (width<=700px){.dashboard-section-header{flex-direction:column;align-items:flex-start;gap:8px}}.report-filter-card{justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;padding:16px;display:flex}.report-period-buttons{flex-wrap:wrap;gap:7px;display:flex}.report-period-button{color:#666;background:#fff;border:1px solid #ddd;border-radius:8px;min-height:38px;padding:0 14px;font-size:11px;font-weight:600}.report-period-button:hover{border-color:#999}.report-period-button.active{color:#fff;background:#111;border-color:#111}.report-custom-dates{gap:10px;display:flex}.report-custom-dates .form-group{min-width:150px}.report-alert{margin-bottom:18px}.report-period-heading{color:#777;align-items:center;gap:8px;margin:0 0 12px;font-size:12px;font-weight:600;display:flex}.report-summary-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:20px;display:grid}.report-summary-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;flex-direction:column;min-height:125px;padding:18px;display:flex}.report-summary-icon{color:#333;background:#f2f2f2;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:13px;display:flex}.report-summary-card>span{color:#888;font-size:10px}.report-summary-card>strong{margin-top:6px;font-size:21px;font-weight:650}.reports-two-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:20px;display:grid}.report-section{overflow:hidden}.report-section-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:flex-end;padding:20px;display:flex}.report-section-header h2{margin:0;font-size:17px}.report-section-header .page-eyebrow{margin-bottom:5px}.report-record-count{color:#999;font-size:10px}.report-sales-section{margin-bottom:25px}@media (width<=1250px){.report-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.report-filter-card{flex-direction:column;align-items:stretch}.reports-two-columns{grid-template-columns:1fr}}@media (width<=700px){.report-summary-grid{grid-template-columns:1fr}.report-custom-dates{flex-direction:column}.report-custom-dates .form-group{min-width:0}}.stock-section-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:20px;padding:20px;display:flex}.stock-section-header h2{margin:0;font-size:17px}.stock-section-header .page-eyebrow{margin-bottom:5px}.stock-section-header p{color:#999;margin:5px 0 0;font-size:10px}.stock-history-card{margin-top:20px;margin-bottom:25px}.stock-history-toolbar{border-bottom:1px solid #eee;grid-template-columns:minmax(260px,1fr) minmax(190px,260px);gap:10px;padding:16px;display:grid}.stock-history-toolbar select{color:#555;background:#fff;border:1px solid #ddd;border-radius:8px;outline:none;width:100%;min-height:40px;padding:0 10px}.movement-type{color:#555;background:#f2f2f2;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:600;display:inline-flex}.movement-quantity{border-radius:6px;justify-content:center;align-items:center;min-width:38px;padding:5px 8px;font-size:11px;font-weight:700;display:inline-flex}.movement-positive{color:#367447;background:#edf7ef}.movement-negative{color:#9a4242;background:#fbecec}.stock-adjustment-modal{max-width:560px}.stock-adjustment-product{background:#f7f7f7;border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;gap:20px;padding:15px 24px;display:flex}.stock-adjustment-product strong{font-size:13px}.stock-adjustment-product span{color:#777;font-size:11px}.stock-adjustment-product b{color:#111}.stock-adjustment-body{flex-direction:column;gap:18px;padding:24px;display:flex}.adjustment-type-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.adjustment-type-button{color:#666;background:#fff;border:1px solid #ddd;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:44px;font-size:11px;font-weight:600;display:flex}.adjustment-type-button:hover{border-color:#999}.adjustment-type-button.active{color:#fff;background:#111;border-color:#111}.stock-adjustment-preview{color:#fff;background:#111;border-radius:9px;justify-content:space-between;align-items:center;padding:15px 17px;display:flex}.stock-adjustment-preview span{color:#b8b8b8;font-size:10px}.stock-adjustment-preview strong{font-size:22px;font-weight:650}@media (width<=700px){.stock-history-toolbar{grid-template-columns:1fr}.stock-adjustment-product{flex-direction:column;align-items:flex-start;gap:5px}}.store-shell{color:#111;background:#fff;min-height:100vh}.store-announcement{color:#fff;letter-spacing:2.4px;background:#000;justify-content:center;align-items:center;min-height:28px;padding:5px 20px;font-size:9px;font-weight:600;display:flex}.store-header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border-bottom:1px solid #ececec;position:sticky;top:0}.store-header-inner{justify-content:space-between;align-items:center;width:min(1400px,100% - 48px);min-height:78px;margin:0 auto;display:flex}.store-logo{color:#000;flex-direction:column;text-decoration:none;display:flex}.store-logo strong{letter-spacing:8px;font-size:28px;line-height:1}.store-logo span{letter-spacing:7px;margin-top:6px;font-size:8px}.store-nav{align-items:center;gap:34px;display:flex}.store-nav-link{color:#777;padding:29px 0;font-size:11px;font-weight:600;text-decoration:none;transition:color .2s;position:relative}.store-nav-link:hover,.store-nav-link.active{color:#000}.store-nav-link.active:after{content:"";background:#000;height:1px;position:absolute;bottom:19px;left:0;right:0}.store-header-actions{align-items:center;gap:10px;display:flex}.store-cart-button,.store-mobile-menu-button{color:#111;background:0 0;border:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:relative}.store-cart-count{color:#fff;background:#000;border-radius:999px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:8px;font-weight:700;display:flex;position:absolute;top:4px;right:1px}.store-mobile-menu-button{display:none}.store-main{min-height:65vh}.store-hero{color:#fff;background:#050505;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);min-height:670px;display:grid}.store-hero-content{flex-direction:column;justify-content:center;padding:90px max(48px,50vw - 700px);display:flex}.store-hero-eyebrow{color:#aaa;letter-spacing:4px;margin-bottom:26px;font-size:9px;font-weight:600}.store-hero h1{letter-spacing:-5px;margin:0;font-size:clamp(70px,8vw,130px);font-weight:800;line-height:.83}.store-hero p{color:#b5b5b5;max-width:440px;margin:34px 0 0;font-size:15px;line-height:1.8}.store-hero-button{color:#000;letter-spacing:1px;background:#fff;align-items:center;gap:13px;width:fit-content;min-height:50px;margin-top:34px;padding:0 22px;font-size:10px;font-weight:700;text-decoration:none;display:inline-flex}.store-hero-button:hover{background:#e8e8e8}.store-hero-visual{background:radial-gradient(circle at 65% 35%,#292929 0%,#111 32%,#050505 68%);border-left:1px solid #222;flex-direction:column;justify-content:flex-end;padding:55px;display:flex;position:relative;overflow:hidden}.store-hero-word{color:#ffffff0b;letter-spacing:-12px;font-size:clamp(120px,18vw,300px);font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-90deg)}.store-hero-line{background:#333;width:100%;height:1px;margin-bottom:17px}.store-hero-visual>span{color:#777;letter-spacing:3px;font-size:8px}.store-categories-section,.store-products-section,.store-catalog-page{width:min(1400px,100% - 48px);margin:0 auto}.store-categories-section{padding:100px 0 25px}.store-products-section{padding:75px 0 110px}.store-section-heading>span,.store-catalog-heading>span{color:#8a8a8a;letter-spacing:3px;margin-bottom:10px;font-size:8px;font-weight:700;display:block}.store-section-heading h2{letter-spacing:-1.7px;margin:0;font-size:clamp(30px,4vw,48px);font-weight:600}.store-section-heading-row{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.store-text-link{color:#111;border-bottom:1px solid #111;align-items:center;gap:8px;padding-bottom:4px;font-size:10px;font-weight:700;text-decoration:none;display:inline-flex}.store-category-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.store-category-card{color:#111;background:#fafafa;border:1px solid #dedede;justify-content:space-between;align-items:flex-end;gap:20px;min-height:115px;padding:22px;text-decoration:none;transition:background .2s,color .2s;display:flex}.store-category-card span{font-size:15px;font-weight:600}.store-category-card:hover{color:#fff;background:#000}.store-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.store-product-card{min-width:0}.store-product-image-wrapper{aspect-ratio:4/5;background:#f2f2f2;position:relative;overflow:hidden}.store-product-image{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.store-product-no-image{color:#bbb;letter-spacing:7px;background:#eee;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;font-size:34px;font-weight:700;display:flex}.store-product-no-image span{letter-spacing:6px;margin-top:8px;font-size:8px}.store-featured-badge,.store-stock-badge{letter-spacing:1px;padding:7px 9px;font-size:7px;font-weight:800;position:absolute;top:12px;left:12px}.store-featured-badge{color:#fff;background:#000}.store-stock-badge.available{color:#111;background:#fff}.store-stock-badge.out{color:#fff;background:#111}.store-product-info{padding:16px 2px 2px}.store-product-category{color:#999;letter-spacing:1px;text-transform:uppercase;font-size:8px;font-weight:600}.store-product-info h3{margin:5px 0 8px;font-size:14px;font-weight:600}.store-product-info strong{font-size:13px;font-weight:600}.store-product-skeleton{aspect-ratio:4/5;background:linear-gradient(90deg,#f1f1f1 25%,#f7f7f7 50%,#f1f1f1 75%) 0 0/200% 100%;animation:1.4s infinite storeSkeleton}@keyframes storeSkeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.store-empty,.store-message{text-align:center;border:1px solid #e5e5e5;flex-direction:column;justify-content:center;align-items:center;min-height:180px;display:flex}.store-empty strong{font-size:19px}.store-empty span{color:#888;margin-top:6px;font-size:12px}.store-message{color:#8b3434}.store-manifesto{color:#fff;background:#000;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.store-manifesto>div{border-right:1px solid #242424;flex-direction:column;justify-content:flex-end;min-height:225px;padding:36px;display:flex}.store-manifesto>div:last-child{border-right:0}.store-manifesto span{color:#777;letter-spacing:3px;margin-bottom:8px;font-size:8px}.store-manifesto strong{font-size:25px;font-weight:500}.store-catalog-page{padding:80px 0 110px}.store-catalog-heading h1{letter-spacing:-3px;margin:0;font-size:clamp(48px,6vw,80px);font-weight:650;line-height:1}.store-catalog-heading p{color:#888;margin:14px 0 0;font-size:13px}.store-catalog-tools{border-bottom:1px solid #e5e5e5;flex-direction:column;gap:16px;margin-bottom:32px;padding-bottom:24px;display:flex}.store-catalog-search{border:1px solid #ddd;align-items:center;gap:10px;width:100%;max-width:460px;min-height:46px;padding:0 14px;display:flex}.store-catalog-search input{background:0 0;border:0;outline:0;width:100%;font-size:12px}.store-catalog-categories{flex-wrap:wrap;gap:7px;display:flex}.store-catalog-categories button{color:#666;background:#fff;border:1px solid #ddd;min-height:35px;padding:0 13px;font-size:9px;font-weight:600}.store-catalog-categories button.active{color:#fff;background:#000;border-color:#000}.store-footer{color:#fff;background:#080808}.store-footer-inner{grid-template-columns:2fr 1fr 1fr;gap:60px;width:min(1400px,100% - 48px);margin:0 auto;padding:70px 0;display:grid}.store-footer-brand{flex-direction:column;align-items:flex-start;display:flex}.store-footer-brand strong{letter-spacing:10px;font-size:34px}.store-footer-brand>span{color:#aaa;letter-spacing:8px;margin-top:6px;font-size:8px}.store-footer-brand p{color:#777;letter-spacing:3px;margin:25px 0 0;font-size:8px}.store-footer-column{color:#777;flex-direction:column;align-items:flex-start;gap:10px;font-size:10px;display:flex}.store-footer-column strong{color:#fff;margin-bottom:7px;font-size:10px}.store-footer-column a{color:#888;text-decoration:none}.store-footer-column a:hover{color:#fff}.store-footer-bottom{color:#555;border-top:1px solid #222;width:min(1400px,100% - 48px);margin:0 auto;padding:18px 0 25px;font-size:8px}@media (width<=1050px){.store-products-grid,.store-category-list{grid-template-columns:repeat(2,minmax(0,1fr))}.store-hero{min-height:570px}.store-hero h1{letter-spacing:-3px}}@media (width<=760px){.store-header-inner,.store-categories-section,.store-products-section,.store-catalog-page,.store-footer-inner,.store-footer-bottom{width:min(100% - 30px,1400px)}.store-header-inner{min-height:68px}.store-logo strong{font-size:24px}.store-nav{background:#fff;border-bottom:1px solid #ddd;flex-direction:column;align-items:stretch;gap:0;padding:10px 15px 20px;display:none;position:absolute;top:68px;left:0;right:0}.store-nav.open{display:flex}.store-nav-link{border-bottom:1px solid #eee;padding:16px 4px}.store-nav-link.active:after{display:none}.store-mobile-menu-button{display:flex}.store-hero{grid-template-columns:1fr;min-height:auto}.store-hero-content{min-height:560px;padding:70px 24px}.store-hero h1{letter-spacing:-4px;font-size:clamp(65px,20vw,100px)}.store-hero-visual{display:none}.store-categories-section{padding-top:70px}.store-products-section{padding:55px 0 75px}.store-products-grid{gap:10px}.store-product-info h3{font-size:12px}.store-category-list{grid-template-columns:1fr}.store-category-card{min-height:90px}.store-section-heading-row{flex-direction:column;align-items:flex-start;gap:12px}.store-manifesto{grid-template-columns:1fr}.store-manifesto>div{border-bottom:1px solid #242424;border-right:0;min-height:150px}.store-footer-inner{grid-template-columns:1fr;gap:40px;padding:55px 0}}.store-product-card{color:inherit;text-decoration:none;display:block}.store-product-page{width:min(1400px,100% - 48px);margin:0 auto;padding:38px 0 110px}.store-product-back{color:#777;align-items:center;gap:7px;margin-bottom:30px;font-size:10px;font-weight:600;text-decoration:none;display:inline-flex}.store-product-back:hover{color:#111}.store-product-detail-grid{grid-template-columns:minmax(0,1.12fr) minmax(380px,.88fr);gap:70px;display:grid}.store-product-gallery{min-width:0}.store-product-main-image{aspect-ratio:4/5;background:#f2f2f2;overflow:hidden}.store-product-main-image img{object-fit:cover;width:100%;height:100%;display:block}.store-product-thumbnails{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-top:10px;display:grid}.store-product-thumbnails button{aspect-ratio:4/5;opacity:.65;background:#f2f2f2;border:1px solid #0000;padding:0;overflow:hidden}.store-product-thumbnails button.active{opacity:1;border-color:#111}.store-product-thumbnails img{object-fit:cover;width:100%;height:100%;display:block}.store-product-details{padding-top:18px}.store-product-detail-category{color:#999;letter-spacing:2px;text-transform:uppercase;font-size:8px;font-weight:700}.store-product-details h1{letter-spacing:-2px;margin:10px 0 16px;font-size:clamp(36px,4vw,56px);font-weight:600;line-height:1.05}.store-product-detail-price{font-size:21px;font-weight:600;display:block}.store-product-description{color:#777;max-width:600px;margin:27px 0 0;font-size:13px;line-height:1.8}.store-product-divider{background:#e5e5e5;height:1px;margin:32px 0}.store-product-option{margin-bottom:28px}.store-product-option-heading{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.store-product-option-heading strong{font-size:11px}.store-product-option-heading span{color:#888;font-size:10px}.store-color-options{flex-wrap:wrap;gap:10px;display:flex}.store-color-button{background:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;padding:4px;display:flex;position:relative}.store-color-button.active{border-color:#111}.store-color-button>span{border:1px solid #00000014;border-radius:50%;width:100%;height:100%;display:block}.store-color-button i{background:#999;width:1px;height:44px;position:absolute;transform:rotate(45deg)}.store-size-options{flex-wrap:wrap;gap:8px;display:flex}.store-size-options button{color:#333;background:#fff;border:1px solid #ddd;min-width:52px;min-height:42px;padding:0 13px;font-size:10px;font-weight:600}.store-size-options button.active{color:#fff;background:#111;border-color:#111}.store-size-options button:disabled{color:#b9b9b9;cursor:not-allowed;background:linear-gradient(to bottom right,#0000 48%,#ddd 49% 51%,#0000 52%)}.store-product-stock-info{color:#555;align-items:center;gap:7px;min-height:38px;margin-bottom:18px;font-size:10px;display:flex}.store-product-purchase-row{grid-template-columns:120px 1fr;gap:10px;display:grid}.store-quantity-selector{border:1px solid #ddd;grid-template-columns:38px 1fr 38px;align-items:center;min-height:52px;display:grid}.store-quantity-selector button{background:0 0;border:0;justify-content:center;align-items:center;height:100%;display:flex}.store-quantity-selector button:disabled{opacity:.3}.store-quantity-selector strong{text-align:center;font-size:11px}.store-add-cart-button{color:#fff;letter-spacing:.5px;background:#000;border:1px solid #000;justify-content:center;align-items:center;gap:10px;min-height:52px;font-size:10px;font-weight:700;display:flex}.store-add-cart-button:hover{background:#222}.store-add-cart-button.added{color:#111;background:#fff}.store-product-out-message{color:#777;border:1px solid #ddd;padding:16px;font-size:11px}.store-product-note{border-top:1px solid #eee;flex-direction:column;gap:4px;margin-top:25px;padding-top:20px;display:flex}.store-product-note strong{letter-spacing:2px;font-size:8px}.store-product-note span{color:#999;font-size:9px}.store-product-detail-loading,.store-product-detail-message{color:#777;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:500px;display:flex}.store-cart-backdrop{z-index:500;background:#00000073;justify-content:flex-end;display:flex;position:fixed;inset:0}.store-cart-drawer{background:#fff;flex-direction:column;width:min(440px,100%);min-height:100%;display:flex;box-shadow:-15px 0 45px #0000001f}.store-cart-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;min-height:90px;padding:20px 24px;display:flex}.store-cart-header span{color:#999;letter-spacing:2px;margin-bottom:4px;font-size:7px;font-weight:700;display:block}.store-cart-header h2{margin:0;font-size:23px;font-weight:600}.store-cart-header button{background:0 0;border:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.store-cart-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.store-cart-empty strong{margin-top:16px;font-size:16px}.store-cart-empty span{color:#999;margin-top:5px;font-size:10px}.store-cart-empty button{color:#fff;background:#111;border:1px solid #111;margin-top:24px;padding:12px 17px;font-size:9px;font-weight:700}.store-cart-items{flex:1;padding:0 24px;overflow-y:auto}.store-cart-item{border-bottom:1px solid #eee;grid-template-columns:85px 1fr;gap:14px;padding:20px 0;display:grid}.store-cart-item-image{aspect-ratio:4/5;background:#eee;justify-content:center;align-items:center;display:flex;overflow:hidden}.store-cart-item-image img{object-fit:cover;width:100%;height:100%;display:block}.store-cart-item-image span{color:#aaa;letter-spacing:3px;font-size:12px}.store-cart-item-content{flex-direction:column;justify-content:space-between;min-width:0;display:flex}.store-cart-item-top{justify-content:space-between;gap:10px;display:flex}.store-cart-item-top>div{flex-direction:column;gap:5px;display:flex}.store-cart-item-top strong{font-size:11px}.store-cart-item-top span{color:#888;font-size:9px}.store-cart-remove{color:#999;background:0 0;border:0;flex:none;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.store-cart-item-bottom{justify-content:space-between;align-items:center;gap:12px;display:flex}.store-cart-item-bottom>strong{font-size:11px}.store-cart-quantity{border:1px solid #ddd;grid-template-columns:29px 30px 29px;align-items:center;min-height:30px;display:grid}.store-cart-quantity button{background:0 0;border:0;justify-content:center;align-items:center;height:100%;display:flex}.store-cart-quantity button:disabled{opacity:.25}.store-cart-quantity span{text-align:center;font-size:9px}.store-cart-footer{background:#fff;border-top:1px solid #ddd;padding:22px 24px 26px}.store-cart-total{justify-content:space-between;align-items:center;display:flex}.store-cart-total span{font-size:11px}.store-cart-total strong{font-size:20px}.store-cart-stock-note{color:#999;margin:11px 0 17px;font-size:9px;line-height:1.5}.store-cart-checkout{color:#fff;background:#111;border:0;width:100%;min-height:50px;font-size:10px;font-weight:700}.store-cart-checkout:disabled{cursor:not-allowed;background:#ccc}.store-cart-next-step{color:#aaa;text-align:center;margin-top:8px;font-size:8px;display:block}@media (width<=900px){.store-product-detail-grid{grid-template-columns:1fr;gap:35px}.store-product-details{padding-top:0}}@media (width<=760px){.store-product-page{width:min(100% - 30px,1400px);padding-top:24px}.store-product-detail-grid{gap:25px}.store-product-details h1{font-size:36px}.store-product-purchase-row{grid-template-columns:105px 1fr}.store-product-thumbnails{grid-template-columns:repeat(4,minmax(0,1fr))}}.store-checkout-backdrop{z-index:700;background:#00000094;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.store-checkout-modal{background:#fff;width:min(620px,100%);max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 25px 80px #00000040}.store-checkout-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;min-height:90px;padding:22px 26px;display:flex}.store-checkout-eyebrow{color:#999;letter-spacing:2.5px;margin-bottom:5px;font-size:7px;font-weight:700;display:block}.store-checkout-header h2{margin:0;font-size:24px;font-weight:600}.store-checkout-header>button{background:0 0;border:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.store-checkout-body{flex-direction:column;gap:19px;padding:25px 26px;display:flex}.store-checkout-field{flex-direction:column;gap:7px;display:flex}.store-checkout-field label{color:#555;font-size:10px;font-weight:600}.store-checkout-field input,.store-checkout-field textarea{width:100%;font:inherit;background:#fff;border:1px solid #ddd;outline:none;padding:12px 13px;font-size:12px}.store-checkout-field input{min-height:44px}.store-checkout-field input:focus,.store-checkout-field textarea:focus{border-color:#111}.store-delivery-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.store-delivery-options button{color:#555;text-align:left;background:#fff;border:1px solid #ddd;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;min-height:110px;padding:14px;display:flex}.store-delivery-options button strong{color:#222;font-size:10px}.store-delivery-options button span{color:#999;font-size:8px;line-height:1.4}.store-delivery-options button.active{color:#fff;background:#111;border-color:#111}.store-delivery-options button.active strong,.store-delivery-options button.active span{color:#fff}.store-checkout-summary{border:1px solid #e2e2e2;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.store-checkout-summary>div{flex-direction:column;gap:5px;padding:16px;display:flex}.store-checkout-summary>div:first-child{border-right:1px solid #e2e2e2}.store-checkout-summary span{color:#999;font-size:8px}.store-checkout-summary strong{font-size:17px}.store-checkout-stock-warning{color:#777;background:#f6f6f6;padding:12px 14px;font-size:9px;line-height:1.6}.store-checkout-error{color:#963d3d;background:#fff5f5;border:1px solid #edd1d1;padding:12px 14px;font-size:10px;line-height:1.5}.store-checkout-footer{border-top:1px solid #eee;grid-template-columns:auto 1fr;gap:10px;padding:18px 26px 24px;display:grid}.store-checkout-confirm,.store-checkout-secondary{min-height:48px;padding:0 20px;font-size:10px;font-weight:700}.store-checkout-confirm{color:#fff;background:#111;border:1px solid #111}.store-checkout-confirm:disabled{opacity:.6}.store-checkout-secondary{color:#555;background:#fff;border:1px solid #ddd}.store-order-success{text-align:center;flex-direction:column;align-items:center;padding:55px 40px;display:flex}.store-order-success>svg{margin-bottom:20px}.store-order-success h2{margin:5px 0 12px;font-size:31px}.store-order-success p{color:#777;max-width:410px;margin:0;font-size:11px;line-height:1.7}.store-order-success-total{background:#f5f5f5;justify-content:space-between;align-items:center;width:100%;margin:27px 0 17px;padding:17px 19px;display:flex}.store-order-success-total span{color:#777;font-size:10px}.store-order-success-total strong{font-size:22px}.store-whatsapp-button{color:#fff;background:#111;border:0;width:100%;min-height:50px;font-size:10px;font-weight:700}.store-order-success .store-checkout-secondary{width:100%;margin-top:9px}.store-order-success .store-checkout-error{width:100%;margin-top:12px}@media (width<=650px){.store-checkout-backdrop{padding:0}.store-checkout-modal{width:100%;min-height:100vh;max-height:100vh}.store-delivery-options{grid-template-columns:1fr}.store-delivery-options button{min-height:80px}.store-checkout-footer{grid-template-columns:1fr}.store-order-success{justify-content:center;padding:35px 24px}}.admin-nav-badge{color:#111;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:auto;padding:0 6px;font-size:9px;font-weight:700;display:inline-flex}.admin-nav-link.active .admin-nav-badge{color:#fff;background:#111}.orders-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.orders-summary-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;align-items:center;gap:15px;min-height:105px;padding:20px;display:flex}.orders-summary-icon{color:#333;background:#f2f2f2;border-radius:10px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.orders-summary-card>div:last-child{flex-direction:column;gap:4px;display:flex}.orders-summary-card span{color:#888;font-size:11px}.orders-summary-card strong{color:#111;font-size:25px;font-weight:650}.orders-toolbar{border-bottom:1px solid #eee;grid-template-columns:minmax(260px,1fr) minmax(180px,260px);gap:10px;padding:16px;display:grid}.orders-toolbar select{color:#555;background:#fff;border:1px solid #ddd;border-radius:8px;width:100%;min-height:40px;padding:0 10px}.order-customer-cell{flex-direction:column;gap:3px;display:flex}.order-customer-cell strong{font-size:11px}.order-customer-cell span{color:#888;font-size:9px}.order-status{border-radius:999px;padding:5px 9px;font-size:9px;font-weight:700;display:inline-flex}.order-status-pending{color:#8c6516;background:#fff5df}.order-status-reserved{color:#3f628f;background:#eaf1fb}.order-status-confirmed{color:#367447;background:#edf7ef}.order-status-cancelled{color:#9a4242;background:#fbecec}.order-actions{white-space:nowrap;align-items:center;gap:6px;display:flex}.order-icon-action{color:#555;background:#fff;border:1px solid #ddd;border-radius:7px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.order-icon-action:hover{background:#f5f5f5}.order-icon-action.danger:hover{color:#a13b3b;background:#fff6f6;border-color:#daa6a6}.order-action-button{border-radius:7px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:0 10px;font-size:9px;font-weight:700;display:inline-flex}.order-action-button.reserve{color:#333;background:#fff;border:1px solid #ddd}.order-action-button.confirm{color:#fff;background:#111;border:1px solid #111}.order-action-button:disabled,.order-icon-action:disabled{opacity:.45;cursor:not-allowed}.order-detail-modal{max-width:720px}.order-detail-body{padding:24px}.order-detail-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:20px;display:grid}.order-detail-info-grid>div{background:#fafafa;border:1px solid #eee;flex-direction:column;gap:4px;padding:13px;display:flex}.order-detail-info-grid span,.order-detail-notes>span{color:#999;font-size:8px}.order-detail-info-grid strong{font-size:11px}.order-detail-notes{background:#f7f7f7;margin-bottom:20px;padding:14px}.order-detail-notes p{color:#555;margin:5px 0 0;font-size:10px;line-height:1.6}.order-detail-section-title{color:#777;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;font-size:9px;font-weight:700}.order-detail-item{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:20px;padding:14px 0;display:flex}.order-detail-item>div:first-child{flex-direction:column;gap:4px;display:flex}.order-detail-item>div:first-child strong{font-size:11px}.order-detail-item>div:first-child span{color:#888;font-size:9px}.order-detail-item-values{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.order-detail-item-values span{color:#888;font-size:9px}.order-detail-item-values strong{font-size:11px}.order-detail-total{color:#fff;background:#111;justify-content:space-between;align-items:center;margin-top:18px;padding:17px;display:flex}.order-detail-total span{color:#aaa;font-size:9px}.order-detail-total strong{font-size:21px}.order-sale-reference{background:#f3faf4;border:1px solid #dceadc;align-items:center;gap:11px;margin-top:15px;padding:14px;display:flex}.order-sale-reference>div{flex-direction:column;gap:3px;display:flex}.order-sale-reference span{color:#758675;font-size:8px}.order-sale-reference strong{color:#365d3b;font-size:10px}.order-cancellation-info{color:#943e3e;background:#fff2f2;flex-direction:column;gap:4px;margin-top:15px;padding:14px;display:flex}.order-cancellation-info strong{font-size:10px}.order-cancellation-info span{font-size:9px}.order-confirm-modal{max-width:520px}.order-confirm-body{flex-direction:column;gap:20px;padding:24px;display:flex}.order-confirm-body>p{color:#777;margin:0;font-size:10px;line-height:1.7}.order-confirm-summary{color:#fff;background:#111;justify-content:space-between;align-items:center;padding:16px;display:flex}.order-confirm-summary span{color:#aaa;font-size:9px}.order-confirm-summary strong{font-size:20px}@media (width<=1050px){.orders-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.orders-summary-grid,.orders-toolbar,.order-detail-info-grid{grid-template-columns:1fr}.order-detail-item{flex-direction:column;align-items:flex-start}.order-detail-item-values{align-items:flex-start}}.sale-stock-breakdown{flex-wrap:wrap;gap:5px 12px;margin-top:6px;display:flex}.sale-stock-breakdown span{color:#888;font-size:9px}.sale-stock-breakdown strong{color:#444}.sale-stock-breakdown .sale-stock-reserved,.sale-stock-breakdown .sale-stock-reserved strong{color:#8c6516}.sale-stock-breakdown .sale-stock-available,.sale-stock-breakdown .sale-stock-available strong{color:#367447}.sale-reservation-note{color:#777;background:#f8f8f8;border:1px solid #e5e5e5;border-radius:8px;margin-top:10px;padding:11px 13px;font-size:9px;line-height:1.5}.dashboard-operations-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:18px;display:grid}.dashboard-link-card{color:inherit;text-decoration:none;transition:transform .15s,border-color .15s,box-shadow .15s}.dashboard-link-card:hover{border-color:#ccc;transform:translateY(-2px);box-shadow:0 8px 24px #0000000d}.dashboard-low-stock-alert{color:#725b22;background:#fffaf0;border:1px solid #eadfbd;border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;margin-bottom:18px;padding:15px 18px;text-decoration:none;display:grid}.dashboard-low-stock-alert>div{flex-direction:column;gap:3px;display:flex}.dashboard-low-stock-alert strong{font-size:10px}.dashboard-low-stock-alert span{font-size:9px;line-height:1.4}.dashboard-low-stock-link{white-space:nowrap;font-weight:700}.dashboard-activity-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.dashboard-activity-grid .dashboard-panel{margin:0}.dashboard-section-link{color:#555;font-size:9px;font-weight:700;text-decoration:none}.dashboard-section-link:hover{color:#000}.dashboard-order-list,.dashboard-sale-list{flex-direction:column;display:flex}.dashboard-order-item,.dashboard-sale-item{border-top:1px solid #eee;padding:15px 18px}.dashboard-order-item:first-child,.dashboard-sale-item:first-child{border-top:0}.dashboard-order-main,.dashboard-sale-item{justify-content:space-between;align-items:center;gap:14px;display:flex}.dashboard-order-main>div,.dashboard-sale-item>div:first-child{flex-direction:column;gap:3px;min-width:0;display:flex}.dashboard-order-main>div strong,.dashboard-sale-item>div:first-child strong{color:#222;font-size:10px}.dashboard-order-main>div span,.dashboard-sale-item>div:first-child span{color:#888;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.dashboard-order-meta{color:#999;align-items:center;gap:12px;margin-top:10px;font-size:8px;display:flex}.dashboard-order-meta strong{color:#333;margin-left:auto;font-size:10px}.dashboard-sale-values{flex-direction:column;align-items:flex-end;gap:3px;min-width:130px;display:flex}.dashboard-sale-values strong{color:#222;font-size:11px}.dashboard-sale-values span{color:#999;text-align:right;font-size:8px}@media (width<=1150px){.dashboard-operations-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.dashboard-activity-grid{grid-template-columns:1fr}}@media (width<=650px){.dashboard-operations-grid{grid-template-columns:1fr}.dashboard-low-stock-alert{grid-template-columns:auto 1fr}.dashboard-low-stock-link{grid-column:2}.dashboard-order-meta{flex-wrap:wrap}}.stock-summary-reservations{grid-template-columns:repeat(5,minmax(0,1fr))}.stock-number-reserved{color:#946c20}.stock-number-muted{color:#bbb}.stock-number-available{color:#367447}.stock-status-reserved{color:#8c6516;background:#fff4dc}.stock-adjustment-current-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.stock-adjustment-current-grid span{color:#888;background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;flex-direction:column;gap:4px;padding:11px;font-size:9px;display:flex}.stock-adjustment-current-grid b{color:#222;font-size:17px}.stock-adjustment-result-grid{border:1px solid #ddd;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.stock-adjustment-result-grid>div{flex-direction:column;gap:5px;padding:14px;display:flex}.stock-adjustment-result-grid>div:not(:last-child){border-right:1px solid #ddd}.stock-adjustment-result-grid span{color:#888;font-size:8px}.stock-adjustment-result-grid strong{color:#222;font-size:18px}.stock-reservation-warning{color:#725b22;background:#fffaf0;border:1px solid #eadfbd;border-radius:8px;padding:12px 14px;font-size:9px;line-height:1.5}@media (width<=1200px){.stock-summary-reservations{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=800px){.stock-summary-reservations{grid-template-columns:repeat(2,minmax(0,1fr))}.stock-adjustment-current-grid,.stock-adjustment-result-grid{grid-template-columns:1fr}.stock-adjustment-result-grid>div:not(:last-child){border-bottom:1px solid #ddd;border-right:0}}@media (width<=520px){.stock-summary-reservations{grid-template-columns:1fr}}.users-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.users-toolbar{border-bottom:1px solid #eee;padding:16px}.users-toolbar .stock-search{max-width:420px}.users-name-cell{align-items:center;gap:7px;display:flex}.users-name-cell>span{color:#777;background:#eee;border-radius:999px;padding:3px 6px;font-size:8px;font-weight:700}.user-role-badge{border-radius:999px;padding:5px 9px;font-size:9px;font-weight:700;display:inline-flex}.user-role-admin{color:#222;background:#eee}.user-role-seller{color:#777;background:#f5f5f5}.users-help-card{background:#fafafa;border:1px solid #e5e5e5;border-radius:10px;gap:12px;margin-top:18px;padding:16px 18px;display:flex}.users-help-card>div{flex-direction:column;gap:4px;display:flex}.users-help-card strong{font-size:10px}.users-help-card p{color:#777;margin:0;font-size:9px;line-height:1.5}.users-edit-modal{max-width:520px}.users-edit-body{flex-direction:column;gap:18px;padding:24px;display:flex}.users-account-info{background:#f7f7f7;flex-direction:column;gap:4px;padding:14px;display:flex}.users-account-info span,.users-account-info small{color:#888;font-size:8px}.users-account-info strong{font-size:10px}.users-active-control{border:1px solid #e5e5e5;justify-content:space-between;align-items:center;gap:18px;padding:14px;display:flex}.users-active-control>div{flex-direction:column;gap:3px;display:flex}.users-active-control strong{font-size:10px}.users-active-control span{color:#888;font-size:8px}.users-switch{flex:none;width:42px;height:24px;position:relative}.users-switch input{opacity:0;width:0;height:0}.users-switch>span{cursor:pointer;background:#ccc;border-radius:999px;transition:all .2s;position:absolute;inset:0}.users-switch>span:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;top:3px;left:3px}.users-switch input:checked+span{background:#111}.users-switch input:checked+span:before{transform:translate(18px)}.users-switch input:disabled+span{cursor:not-allowed;opacity:.45}.users-self-warning{color:#725b22;background:#fffaf0;border:1px solid #eadfbd;border-radius:8px;padding:12px 14px;font-size:9px;line-height:1.5}@media (width<=950px){.users-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.users-summary-grid{grid-template-columns:1fr}}.order-manager-cell{color:#777;white-space:nowrap;align-items:center;gap:6px;font-size:9px;display:flex}.order-manager-cell svg{color:#999;flex:none}.order-audit-section{flex-direction:column;gap:12px;display:flex}.order-audit-timeline{background:#fafafa;border:1px solid #e8e8e8;border-radius:9px;overflow:hidden}.order-audit-event{border-top:1px solid #e8e8e8;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:12px 14px;display:grid}.order-audit-event:first-child{border-top:0}.order-audit-dot{color:#555;background:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:29px;height:29px;display:flex}.order-audit-event-info{flex-direction:column;gap:3px;min-width:0;display:flex}.order-audit-event-info strong{color:#222;font-size:9px}.order-audit-event-info span{color:#777;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.order-audit-event time{color:#999;white-space:nowrap;font-size:8px}@media (width<=650px){.order-audit-event{grid-template-columns:auto 1fr}.order-audit-event time{grid-column:2}}.sale-manager-cell{color:#777;white-space:nowrap;align-items:center;gap:6px;font-size:9px;display:flex}.sale-manager-cell svg{color:#999;flex:none}.sale-audit-actions{white-space:nowrap;align-items:center;gap:7px;display:flex}.sale-detail-modal{max-width:760px}.sale-detail-financials{border:1px solid #ddd;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.sale-detail-financials>div{flex-direction:column;gap:5px;padding:14px 16px;display:flex}.sale-detail-financials>div:not(:last-child){border-right:1px solid #ddd}.sale-detail-financials span{color:#888;font-size:8px}.sale-detail-financials strong{color:#222;font-size:15px}@media (width<=650px){.sale-detail-financials{grid-template-columns:1fr}.sale-detail-financials>div:not(:last-child){border-bottom:1px solid #ddd;border-right:0}}.purchase-manager-cell{color:#777;white-space:nowrap;align-items:center;gap:6px;font-size:9px;display:flex}.purchase-manager-cell svg{color:#999;flex:none}.purchase-audit-actions{white-space:nowrap;align-items:center;gap:7px;display:flex}.purchase-detail-modal{max-width:760px}.purchase-detail-total{background:#fafafa;border:1px solid #ddd;border-radius:8px;justify-content:space-between;align-items:center;gap:20px;padding:16px 18px;display:flex}.purchase-detail-total span{color:#777;font-size:9px}.purchase-detail-total strong{color:#111;font-size:18px}.order-whatsapp-icon{color:#168c46}.order-whatsapp-icon:hover{color:#128c44;background:#effcf4;border-color:#25d366}.order-whatsapp-contact{color:#fff;cursor:pointer;text-align:left;background:#25d366;border:0;border-radius:8px;align-items:center;gap:11px;width:100%;padding:13px 15px;transition:transform .15s,opacity .15s;display:flex}.order-whatsapp-contact:hover{opacity:.93;transform:translateY(-1px)}.order-whatsapp-contact svg{flex:none}.order-whatsapp-contact>div{flex-direction:column;gap:2px;display:flex}.order-whatsapp-contact strong{font-size:10px}.order-whatsapp-contact span{color:#fffc;font-size:9px}.new-order-toast{z-index:9999;color:#fff;background:#111;border:1px solid #222;border-radius:11px;grid-template-columns:auto 1fr;gap:13px;width:min(360px,100vw - 32px);padding:17px;animation:.25s new-order-toast-in;display:grid;position:fixed;top:22px;right:22px;box-shadow:0 18px 50px #00000038}.new-order-toast-icon{color:#111;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.new-order-toast-content{flex-direction:column;align-items:flex-start;display:flex}.new-order-toast-content>span{color:#aaa;letter-spacing:1.3px;margin-bottom:4px;font-size:8px;font-weight:700}.new-order-toast-content>strong{font-size:14px}.new-order-toast-content>p{color:#ccc;margin:4px 0 0;font-size:10px}.new-order-toast-content>b{margin-top:7px;font-size:16px}.new-order-toast-content>button{color:#fff;cursor:pointer;background:0 0;border:0;margin-top:12px;padding:0;font-size:9px;font-weight:700}.new-order-toast-content>button:hover{text-decoration:underline}.new-order-toast-close{color:#888;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:9px;right:9px}.new-order-toast-close:hover{color:#fff;background:#222}@keyframes new-order-toast-in{0%{opacity:0;transform:translateY(-10px)translate(10px)}to{opacity:1;transform:translateY(0)translate(0)}}@media (width<=600px){.new-order-toast{width:auto;top:12px;left:12px;right:12px}}.order-contact-info{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.order-contact-info small{color:#777;font-size:8px}.order-contact-badge{white-space:nowrap;border-radius:999px;align-items:center;padding:5px 8px;font-size:8px;font-weight:700;display:inline-flex}.order-contact-badge.contacted{color:#168c46;background:#edf9f1}.order-contact-badge.uncontacted{color:#9a6500;background:#fff6e6}.order-contacted-detail{color:#168c46;background:#f5fcf7;border:1px solid #dbeee2;border-radius:8px;align-items:center;gap:10px;padding:12px 14px;display:flex}.order-contacted-detail svg{flex:none}.order-contacted-detail>div{flex-direction:column;gap:3px;display:flex}.order-contacted-detail strong{font-size:9px}.order-contacted-detail span{color:#64816e;font-size:8px}.store-shell{--store-black:#070707;--store-ink:#111;--store-muted:#737373;--store-soft:#f6f6f4;--store-line:#e8e8e5;--store-green:#1f9d55;color:var(--store-ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:#fff;overflow-x:clip}.store-shell button,.store-shell a{-webkit-tap-highlight-color:transparent}.store-shell button:focus-visible,.store-shell a:focus-visible,.store-shell input:focus-visible,.store-shell textarea:focus-visible{outline-offset:3px;outline:2px solid #111}.store-announcement{letter-spacing:2.7px;background:linear-gradient(90deg,#000 0%,#161616 50%,#000 100%);min-height:32px;padding:6px 20px;font-size:9px;font-weight:650}.store-header{transition:box-shadow .2s,background .2s;box-shadow:0 1px #00000008}.store-header-inner{min-height:82px}.store-logo{transition:opacity .2s,transform .2s}.store-logo:hover{opacity:.78;transform:translateY(-1px)}.store-logo strong{letter-spacing:8.5px;font-size:29px;font-weight:800}.store-logo span{color:#666;font-weight:650}.store-nav{gap:40px}.store-nav-link{color:#747474;letter-spacing:.45px;text-transform:uppercase;font-size:10px;font-weight:700}.store-nav-link.active:after{height:2px;bottom:18px}.store-cart-button{color:#fff;background:#111;border:1px solid #111;border-radius:999px;gap:9px;width:auto;min-width:116px;height:44px;padding:0 34px 0 15px;transition:transform .18s,background .18s,box-shadow .18s}.store-cart-button:after{content:"Carrito";letter-spacing:.7px;text-transform:uppercase;font-size:9px;font-weight:750}.store-cart-button:hover{background:#252525;transform:translateY(-1px);box-shadow:0 8px 20px #00000021}.store-cart-count{color:#111;background:#fff;border:1px solid #dcdcdc;min-width:20px;height:20px;padding:0 5px;font-size:8px;top:50%;right:9px;transform:translateY(-50%)}.store-hero{background:linear-gradient(135deg,#030303 0%,#090909 58%,#111 100%);min-height:710px}.store-hero-content{padding-top:105px;padding-bottom:105px;position:relative}.store-hero-content:before{content:"";background:#fff;width:46px;height:2px;position:absolute;top:68px;left:max(48px,50vw - 700px)}.store-hero-eyebrow{color:#8c8c8c;letter-spacing:4.5px;margin-bottom:30px;font-weight:700}.store-hero h1{letter-spacing:-5.5px;text-wrap:balance;max-width:760px;font-size:clamp(72px,8.3vw,136px);font-weight:850;line-height:.82}.store-hero p{color:#a8a8a8;max-width:480px;font-size:14px;line-height:1.85}.store-hero-button{letter-spacing:1.3px;border:1px solid #fff;min-height:54px;margin-top:37px;padding:0 25px;font-size:9px;transition:transform .2s,background .2s,color .2s}.store-hero-button:hover{color:#fff;background:#000;transform:translateY(-2px)}.store-hero-visual{background:radial-gradient(circle at 58% 37%,#353535 0%,#191919 24%,#0b0b0b 53%,#040404 78%);border-left:1px solid #1f1f1f}.store-hero-visual:after{content:"";pointer-events:none;background:linear-gradient(125deg,#0000 0%,#ffffff06 45%,#0000 70%);position:absolute;inset:0}.store-hero-word{color:#ffffff0d;font-weight:950}.store-categories-section{padding-top:115px}.store-products-section{padding-top:85px;padding-bottom:125px}.store-section-heading{margin-bottom:38px}.store-section-heading>span,.store-catalog-heading>span{color:#777;letter-spacing:3.2px;font-weight:800}.store-section-heading h2{letter-spacing:-2px;font-weight:650}.store-text-link{letter-spacing:.4px;text-transform:uppercase;border-bottom-width:2px;padding-bottom:5px;font-size:9px;transition:opacity .2s,gap .2s}.store-text-link:hover{opacity:.62;gap:12px}.store-category-list{gap:14px}.store-category-card{border-color:var(--store-line);background:linear-gradient(145deg,#fbfbfa 0%,#f3f3f1 100%);border-radius:4px;min-height:130px;padding:24px;transition:transform .22s,background .22s,color .22s,box-shadow .22s;position:relative;overflow:hidden}.store-category-card:before{content:"";border:1px solid #0000000f;border-radius:50%;width:105px;height:105px;transition:transform .35s,border-color .35s;position:absolute;top:-35px;right:-35px}.store-category-card span{z-index:1;font-size:15px;font-weight:650;position:relative}.store-category-card:hover{color:#fff;background:#090909;transform:translateY(-3px);box-shadow:0 16px 36px #0000001a}.store-category-card:hover:before{border-color:#ffffff1c;transform:scale(1.35)}.store-products-grid{gap:28px 18px}.store-product-card{background:#fff;border:1px solid #ececea;border-radius:5px;transition:transform .22s,border-color .22s,box-shadow .22s;position:relative;overflow:hidden}.store-product-card:hover{border-color:#ddddda;transform:translateY(-4px);box-shadow:0 16px 38px #00000013}.store-product-image-wrapper{background:linear-gradient(145deg,#f3f3f1,#ededeb)}.store-product-image{transition:transform .55s cubic-bezier(.2,.7,.2,1)}.store-product-card:hover .store-product-image{transform:scale(1.045)}.store-featured-badge,.store-stock-badge{letter-spacing:1.1px;border-radius:999px;padding:7px 10px;font-size:7px;top:13px;left:13px;box-shadow:0 3px 10px #00000012}.store-product-info{min-height:96px;padding:16px 15px 17px}.store-product-category{color:#888;letter-spacing:1.25px;font-size:7px;font-weight:800}.store-product-info h3{color:#181818;margin:7px 0 9px;font-size:14px;font-weight:650}.store-product-info strong{color:#111;font-size:14px;font-weight:750}.store-product-no-image{color:#b7b7b2;background:linear-gradient(145deg,#f5f5f3,#ebebe8)}.store-manifesto{border-top:1px solid #181818;border-bottom:1px solid #181818}.store-manifesto>div{min-height:245px;padding:42px}.store-manifesto span{color:#666;font-weight:700}.store-manifesto strong{letter-spacing:-.6px;font-size:27px;font-weight:550}.store-catalog-page{padding-top:92px}.store-catalog-heading{margin-bottom:55px}.store-catalog-heading h1{letter-spacing:-3.7px;font-weight:700}.store-catalog-heading p{color:#777;max-width:580px;line-height:1.7}.store-catalog-tools{gap:18px;margin-bottom:38px;padding-bottom:28px}.store-catalog-search{background:#fafafa;border-radius:999px;max-width:520px;min-height:48px;padding:0 17px;transition:border-color .18s,background .18s,box-shadow .18s}.store-catalog-search:focus-within{background:#fff;border-color:#111;box-shadow:0 0 0 3px #0000000b}.store-catalog-categories{gap:8px}.store-catalog-categories button{letter-spacing:.35px;border-radius:999px;min-height:37px;padding:0 15px;font-size:8px;font-weight:750;transition:transform .15s,background .15s,border-color .15s}.store-catalog-categories button:hover{border-color:#999;transform:translateY(-1px)}.store-product-page{padding-top:48px}.store-product-back{letter-spacing:.3px;text-transform:uppercase;margin-bottom:34px;font-size:9px}.store-product-detail-grid{gap:80px}.store-product-main-image{background:linear-gradient(145deg,#f3f3f1,#ebebe8);border-radius:5px}.store-product-main-image img{transition:transform .5s}.store-product-main-image:hover img{transform:scale(1.012)}.store-product-thumbnails button{border-radius:3px;transition:opacity .15s,border-color .15s}.store-product-details{height:fit-content;padding-top:10px;position:sticky;top:125px}.store-product-details h1{letter-spacing:-2.5px;margin-top:12px;font-weight:700}.store-product-detail-price{font-size:23px;font-weight:750}.store-product-description{color:#6f6f6f;line-height:1.85}.store-product-divider{background:#e9e9e6;margin:35px 0}.store-product-option-heading strong{letter-spacing:.25px;text-transform:uppercase;font-size:10px;font-weight:750}.store-color-button,.store-size-options button{transition:transform .15s,border-color .15s,background .15s}.store-color-button:hover:not(:disabled),.store-size-options button:hover:not(:disabled){border-color:#777;transform:translateY(-1px)}.store-size-options button{border-radius:3px;min-height:44px}.store-product-stock-info{font-weight:600}.store-product-purchase-row{gap:12px}.store-quantity-selector{border-radius:3px;min-height:56px}.store-add-cart-button{letter-spacing:.8px;text-transform:uppercase;border-radius:3px;min-height:56px;font-size:9px;transition:transform .18s,background .18s,box-shadow .18s}.store-add-cart-button:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0000001f}.store-product-note{margin-top:29px;padding-top:23px}.store-cart-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008f;animation:.2s storeCartBackdropIn}.store-cart-drawer{width:min(480px,100%);animation:.28s cubic-bezier(.2,.7,.2,1) storeCartDrawerIn;box-shadow:-24px 0 70px #0000002e}@keyframes storeCartBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes storeCartDrawerIn{0%{opacity:.8;transform:translate(28px)}to{opacity:1;transform:translate(0)}}.store-cart-header{color:#fff;background:#0b0b0b;border-bottom-color:#222;min-height:96px;padding:22px 26px}.store-cart-header span{color:#777;letter-spacing:2.5px;font-size:7px;font-weight:800}.store-cart-header h2{font-size:25px;font-weight:650}.store-cart-header button{color:#fff;border-radius:50%;transition:background .15s}.store-cart-header button:hover{background:#222}.store-cart-items{padding:5px 26px}.store-cart-item{grid-template-columns:96px 1fr;gap:16px;padding:21px 0}.store-cart-item-image{background:#f0f0ed;border-radius:3px}.store-cart-item-top strong{font-size:12px;font-weight:650}.store-cart-item-top span{font-size:9px}.store-cart-remove{border-radius:50%;transition:color .15s,background .15s}.store-cart-remove:hover{color:#a23c3c;background:#f5eded}.store-cart-quantity{border-radius:999px;min-height:32px;overflow:hidden}.store-cart-item-bottom>strong{font-size:12px;font-weight:750}.store-cart-footer{z-index:2;padding:24px 26px 28px;position:sticky;bottom:0;box-shadow:0 -10px 28px #0000000b}.store-cart-total span{color:#686868;font-size:10px;font-weight:650}.store-cart-total strong{font-size:24px;font-weight:750}.store-cart-stock-note{color:#898989;margin-top:10px;margin-bottom:18px}.store-cart-checkout{letter-spacing:.7px;text-transform:uppercase;background:#080808;border-radius:3px;min-height:54px;font-size:9px;transition:transform .18s,background .18s,box-shadow .18s}.store-cart-checkout:hover:not(:disabled){background:#252525;transform:translateY(-1px);box-shadow:0 8px 20px #0000001f}.store-cart-next-step{margin-top:10px}.store-checkout-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.store-checkout-modal{border-radius:8px;overflow:hidden;box-shadow:0 30px 90px #00000047}.store-checkout-header{background:#fafafa}.store-checkout-field input,.store-checkout-field textarea{border-radius:4px;transition:border-color .15s,box-shadow .15s}.store-checkout-field input:focus,.store-checkout-field textarea:focus{box-shadow:0 0 0 3px #0000000a}.store-checkout-summary,.store-checkout-stock-warning,.store-checkout-confirm,.store-checkout-secondary,.store-order-success-total{border-radius:4px}.store-whatsapp-button{letter-spacing:.65px;text-transform:uppercase;background:#1f9d55;border-radius:4px;min-height:52px;font-size:9px;transition:transform .18s,background .18s,box-shadow .18s}.store-whatsapp-button:hover{background:#188447;transform:translateY(-1px);box-shadow:0 9px 22px #1f9d5533}.store-footer{background:linear-gradient(#090909 0%,#030303 100%)}.store-footer-inner{padding-top:78px;padding-bottom:72px}.store-footer-brand strong{font-weight:800}.store-footer-column strong{letter-spacing:.5px;text-transform:uppercase;margin-bottom:10px;font-size:9px}.store-footer-column a{transition:color .15s,transform .15s}.store-footer-column a:hover{transform:translate(2px)}@media (width<=1050px){.store-products-grid{gap:22px 14px}.store-product-detail-grid{gap:48px}.store-product-details{position:static}}@media (width<=760px){.store-announcement{letter-spacing:2px;text-align:center;min-height:30px;padding-left:12px;padding-right:12px;font-size:7px}.store-header-inner{min-height:70px}.store-logo strong{letter-spacing:6.5px;font-size:23px}.store-logo span{letter-spacing:5.5px;font-size:7px}.store-header-actions{gap:5px}.store-cart-button{border-radius:50%;width:46px;min-width:46px;height:44px;padding:0}.store-cart-button:after{display:none}.store-cart-count{border-color:#111;min-width:18px;height:18px;top:1px;right:-3px;transform:none}.store-nav{padding-top:8px;padding-bottom:17px;top:70px;box-shadow:0 16px 30px #00000014}.store-nav-link{letter-spacing:.8px;font-size:10px}.store-hero-content{min-height:590px;padding:88px 24px 75px}.store-hero-content:before{top:55px;left:24px}.store-hero h1{font-size:clamp(64px,20vw,98px);line-height:.84}.store-hero p{margin-top:30px;font-size:13px;line-height:1.75}.store-hero-button{justify-content:space-between;width:100%;margin-top:31px}.store-categories-section{padding-top:76px}.store-products-section{padding:64px 0 84px}.store-section-heading{margin-bottom:28px}.store-category-card{min-height:94px;padding:20px}.store-products-grid{gap:20px 9px}.store-product-card{border-radius:3px}.store-product-info{min-height:90px;padding:13px 11px 14px}.store-product-category{font-size:6.5px}.store-product-info h3{margin-top:6px;font-size:12px;line-height:1.35}.store-product-info strong{font-size:12px}.store-featured-badge,.store-stock-badge{padding:6px 7px;font-size:6px;top:8px;left:8px}.store-manifesto>div{padding:30px 24px}.store-catalog-page{padding:62px 0 85px}.store-catalog-heading{margin-bottom:38px}.store-catalog-heading h1{letter-spacing:-2.7px}.store-catalog-search{max-width:none}.store-product-page{padding-bottom:82px}.store-product-back{margin-bottom:22px}.store-product-main-image{border-radius:3px}.store-product-details h1{margin-bottom:13px;font-size:34px;line-height:1.08}.store-product-detail-price{font-size:20px}.store-product-description{margin-top:22px}.store-product-divider{margin:27px 0}.store-product-purchase-row{grid-template-columns:102px minmax(0,1fr)}.store-cart-drawer{width:100%}.store-cart-header{min-height:82px;padding:18px 20px}.store-cart-items{padding:4px 20px}.store-cart-item{grid-template-columns:82px 1fr}.store-cart-footer{padding:20px 20px calc(22px + env(safe-area-inset-bottom))}.store-checkout-modal{border-radius:0}}@media (prefers-reduced-motion:reduce){.store-shell *,.store-shell :before,.store-shell :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.store-product-whatsapp-button{color:#168447;text-align:left;background:#f3fbf6;border:1px solid #d9e9df;border-radius:3px;justify-content:center;align-items:center;gap:11px;width:100%;min-height:58px;margin-top:12px;padding:10px 16px;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:flex}.store-product-whatsapp-button:hover{background:#eaf8ef;border-color:#9dd9b4;transform:translateY(-1px);box-shadow:0 8px 20px #1f9d5517}.store-product-whatsapp-button>svg{flex:none}.store-product-whatsapp-button>span{flex-direction:column;gap:3px;display:flex}.store-product-whatsapp-button strong{letter-spacing:.5px;text-transform:uppercase;font-size:9px;font-weight:800}.store-product-whatsapp-button small{color:#689178;font-size:8px;font-weight:500}.store-mobile-cart-bar{display:none}@media (width<=760px){.store-shell{padding-bottom:env(safe-area-inset-bottom)}.store-mobile-cart-bar{right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:420;color:#fff;background:#0a0a0a;border:1px solid #272727;border-radius:8px;justify-content:space-between;align-items:center;gap:15px;min-height:62px;padding:9px 14px 9px 10px;animation:.24s storeMobileCartBarIn;display:flex;position:fixed;left:12px;box-shadow:0 16px 38px #0000003d}.store-mobile-cart-bar-left{align-items:center;gap:10px;min-width:0;display:flex}.store-mobile-cart-bar-icon{color:#111;background:#fff;border-radius:6px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:relative}.store-mobile-cart-bar-icon b{color:#111;background:#fff;border:2px solid #0a0a0a;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:7px;font-weight:800;display:flex;position:absolute;top:-5px;right:-5px}.store-mobile-cart-bar-copy{flex-direction:column;align-items:flex-start;gap:2px;min-width:0;display:flex}.store-mobile-cart-bar-copy small{color:#777;letter-spacing:1.6px;font-size:6px;font-weight:800}.store-mobile-cart-bar-copy strong{font-size:11px;font-weight:700}.store-mobile-cart-bar-total{flex:none;font-size:13px;font-weight:800}.store-product-whatsapp-button{min-height:56px;margin-top:10px}@keyframes storeMobileCartBarIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}}.store-home{background:#fff}.store-home-hero{color:#fff;background:#070707;grid-template-columns:minmax(0,.96fr) minmax(420px,1.04fr);min-height:720px;display:grid;overflow:hidden}.store-home-hero-copy{flex-direction:column;justify-content:center;padding:92px max(48px,50vw - 700px);display:flex;position:relative}.store-home-hero-copy:before{content:"";background:#fff;width:48px;height:2px;position:absolute;top:70px}.store-home-hero-kicker{color:#858585;letter-spacing:3.5px;margin-bottom:27px;font-size:8px;font-weight:800}.store-home-hero h1{letter-spacing:-5.5px;margin:0;font-size:clamp(70px,7.5vw,126px);font-weight:900;line-height:.84}.store-home-hero h1>span{color:#969696}.store-home-hero-copy>p{color:#a8a8a8;max-width:440px;margin:32px 0 0;font-size:14px;line-height:1.8}.store-home-hero-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:34px;display:flex}.store-home-primary-cta,.store-home-secondary-cta{letter-spacing:.7px;text-transform:uppercase;justify-content:center;align-items:center;min-height:52px;font-size:9px;font-weight:800;transition:transform .18s,background .18s,color .18s;display:inline-flex}.store-home-primary-cta{color:#111;background:#fff;gap:14px;padding:0 22px}.store-home-primary-cta:hover{background:#e7e7e7;transform:translateY(-2px)}.store-home-secondary-cta{color:#b5b5b5;border:1px solid #333;padding:0 18px}.store-home-secondary-cta:hover{color:#fff;border-color:#777;transform:translateY(-2px)}.store-home-hero-meta{color:#686868;letter-spacing:1.4px;flex-wrap:wrap;align-items:center;gap:11px;margin-top:42px;font-size:7px;font-weight:700;display:flex}.store-home-hero-meta i{background:#555;border-radius:50%;width:3px;height:3px}.store-home-hero-media{background:radial-gradient(circle,#323232,#101010 58%,#060606);min-width:0;position:relative;overflow:hidden}.store-home-hero-media>img{object-fit:cover;filter:saturate(.88)contrast(1.02);width:100%;height:100%;transition:transform .8s cubic-bezier(.2,.7,.2,1);display:block}.store-home-hero:hover .store-home-hero-media>img{transform:scale(1.018)}.store-home-hero-media-overlay{background:linear-gradient(#0000000d 0%,#00000014 48%,#000000b8 100%);position:absolute;inset:0}.store-home-hero-product{flex-direction:column;align-items:flex-start;display:flex;position:absolute;bottom:32px;left:34px;right:34px}.store-home-hero-product>span{color:#bdbdbd;letter-spacing:2px;margin-bottom:7px;font-size:7px;font-weight:800}.store-home-hero-product>strong{color:#fff;letter-spacing:-1.3px;max-width:520px;font-size:clamp(22px,3vw,38px);font-weight:650;line-height:1.05}.store-home-hero-product>small{color:#d2d2d2;margin-top:8px;font-size:11px;font-weight:650}.store-home-hero-fallback{background:radial-gradient(circle at 50% 42%,#2d2d2d 0%,#151515 30%,#070707 68%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:720px;display:flex}.store-home-hero-fallback>span{color:#ffffff1c;letter-spacing:-8px;font-size:clamp(90px,13vw,220px);font-weight:950;line-height:.8}.store-home-hero-fallback>strong{color:#fff;letter-spacing:12px;margin-top:18px;font-size:20px}.store-home-hero-fallback>small{color:#666;letter-spacing:3px;margin-top:16px;font-size:7px}.store-home-benefits{border-bottom:1px solid #e7e7e4;grid-template-columns:repeat(3,minmax(0,1fr));width:min(1400px,100% - 48px);margin:0 auto;padding:34px 0;display:grid}.store-home-benefits article{border-right:1px solid #e7e7e4;grid-template-columns:auto 1fr;column-gap:13px;padding:12px 32px;display:grid;position:relative}.store-home-benefits article:first-child{padding-left:0}.store-home-benefits article:last-child{border-right:0;padding-right:0}.store-home-benefits article>div{color:#fff;background:#111;border-radius:50%;grid-row:1/span 3;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.store-home-benefits article>span{color:#aaa;letter-spacing:1.4px;font-size:7px;font-weight:800}.store-home-benefits article>strong{margin-top:3px;font-size:11px;font-weight:750}.store-home-benefits article>p{color:#858585;margin:4px 0 0;font-size:9px;line-height:1.5}.store-home-categories{padding-top:95px}.store-home-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.store-home-category-card{color:#fff;background:linear-gradient(145deg,#eeeeeb,#deded9);min-height:360px;position:relative;overflow:hidden}.store-home-category-card>img{object-fit:cover;filter:saturate(.88);width:100%;height:100%;transition:transform .55s cubic-bezier(.2,.7,.2,1);position:absolute;inset:0}.store-home-category-card:hover>img{transform:scale(1.045)}.store-home-category-shade{background:linear-gradient(#00000008 0%,#0000001c 40%,#000000b8 100%);position:absolute;inset:0}.store-home-category-card:not(:has(img)) .store-home-category-shade{background:linear-gradient(145deg,#272727,#090909)}.store-home-category-copy{flex-direction:column;align-items:flex-start;display:flex;position:absolute;bottom:22px;left:22px;right:22px}.store-home-category-copy small{color:#ffffffa6;letter-spacing:1.5px;margin-bottom:7px;font-size:6.5px;font-weight:800}.store-home-category-copy strong{letter-spacing:-1px;font-size:clamp(22px,2.4vw,32px);font-weight:650;line-height:1.05}.store-home-category-copy span{color:#ffffffe0;letter-spacing:.4px;text-transform:uppercase;border-bottom:1px solid #ffffff8c;align-items:center;gap:7px;margin-top:14px;padding-bottom:3px;font-size:8px;font-weight:700;display:flex}.store-home-products{padding-top:90px}.store-home-product-view{z-index:3;color:#111;letter-spacing:.4px;text-transform:uppercase;opacity:0;background:#fffffff0;align-items:center;gap:7px;min-height:34px;padding:0 11px;font-size:7px;font-weight:800;transition:opacity .18s,transform .18s;display:flex;position:absolute;bottom:12px;right:12px;transform:translateY(5px)}.store-product-card:hover .store-home-product-view{opacity:1;transform:translateY(0)}.store-home-editorial{color:#fff;background:#080808;grid-template-columns:.38fr 1.2fr .9fr;min-height:440px;display:grid;overflow:hidden}.store-home-editorial-number{color:#444;letter-spacing:-6px;border-right:1px solid #242424;justify-content:center;align-items:flex-start;padding-top:62px;font-size:clamp(70px,8vw,120px);font-weight:900;line-height:1;display:flex}.store-home-editorial-copy{flex-direction:column;justify-content:center;padding:65px;display:flex}.store-home-editorial-copy>span{color:#777;letter-spacing:2.6px;margin-bottom:18px;font-size:7px;font-weight:800}.store-home-editorial-copy h2{letter-spacing:-2.6px;margin:0;font-size:clamp(36px,4.5vw,66px);font-weight:620;line-height:.98}.store-home-editorial-copy>p{color:#939393;max-width:500px;margin:26px 0 0;font-size:12px;line-height:1.75}.store-home-editorial-values{flex-wrap:wrap;gap:18px;margin-top:28px;display:flex}.store-home-editorial-values span{color:#c5c5c5;align-items:center;gap:6px;font-size:8px;font-weight:650;display:flex}.store-home-editorial-brand{color:#ffffff24;letter-spacing:-4px;border-left:1px solid #242424;flex-direction:column;justify-content:flex-end;align-items:flex-end;padding:48px;font-size:clamp(42px,6vw,86px);font-weight:900;line-height:.8;display:flex}.store-home-editorial-brand strong{color:#fff}.store-home-contact{justify-content:space-between;align-items:center;gap:50px;width:min(1400px,100% - 48px);min-height:260px;margin:0 auto;padding:60px 0;display:flex}.store-home-contact>div{max-width:650px}.store-home-contact>div>span{color:#999;letter-spacing:2.5px;font-size:7px;font-weight:800}.store-home-contact h2{letter-spacing:-3px;margin:8px 0 0;font-size:clamp(42px,5vw,72px);font-weight:700;line-height:.95}.store-home-contact p{color:#777;margin:15px 0 0;font-size:11px;line-height:1.6}.store-home-contact>a{color:#fff;letter-spacing:.5px;text-transform:uppercase;background:#111;border:1px solid #111;border-radius:3px;flex:none;justify-content:center;align-items:center;gap:10px;min-height:54px;padding:0 21px;font-size:9px;font-weight:800;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex}.store-home-contact>a:hover{background:#252525;transform:translateY(-2px);box-shadow:0 10px 24px #0000001f}@media (width<=1050px){.store-home-hero{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);min-height:650px}.store-home-benefits article{padding:12px 20px}.store-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-home-editorial{grid-template-columns:.28fr 1.3fr}.store-home-editorial-brand{display:none}}@media (width<=760px){.store-home-hero{grid-template-columns:1fr;min-height:auto}.store-home-hero-copy{min-height:570px;padding:84px 24px 70px}.store-home-hero-copy:before{top:52px;left:24px}.store-home-hero h1{letter-spacing:-4px;font-size:clamp(65px,20vw,98px)}.store-home-hero-copy>p{margin-top:27px;font-size:13px}.store-home-hero-actions{flex-direction:column;align-items:stretch;margin-top:29px}.store-home-primary-cta,.store-home-secondary-cta{width:100%}.store-home-primary-cta{justify-content:space-between}.store-home-hero-meta{margin-top:31px;line-height:1.5}.store-home-hero-media{min-height:520px}.store-home-hero-product{bottom:20px;left:20px;right:20px}.store-home-hero-fallback{min-height:450px}.store-home-benefits{grid-template-columns:1fr;width:calc(100% - 30px);padding:20px 0}.store-home-benefits article,.store-home-benefits article:first-child,.store-home-benefits article:last-child{border-bottom:1px solid #ececea;border-right:0;padding:18px 0}.store-home-benefits article:last-child{border-bottom:0}.store-home-categories{padding-top:68px}.store-home-category-grid{grid-template-columns:1fr;gap:10px}.store-home-category-card{min-height:280px}.store-home-products{padding-top:68px}.store-home-product-view{display:none}.store-home-editorial{grid-template-columns:1fr;min-height:auto}.store-home-editorial-number{border-bottom:1px solid #242424;border-right:0;justify-content:flex-start;align-items:flex-end;min-height:120px;padding:30px 24px;font-size:70px}.store-home-editorial-copy{padding:48px 24px 55px}.store-home-editorial-copy h2{letter-spacing:-2px;font-size:clamp(39px,12vw,54px)}.store-home-editorial-values{gap:12px 16px}.store-home-contact{flex-direction:column;justify-content:center;align-items:stretch;gap:28px;width:calc(100% - 30px);min-height:320px;padding:52px 0}.store-home-contact>a{width:100%}}.store-header-whatsapp-button{color:#168c46;background:#f0faf4;border:1px solid #d7eadf;border-radius:50%;flex:none;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .18s,background .18s,border-color .18s,color .18s,box-shadow .18s;display:inline-flex;box-shadow:0 3px 12px #1f9d5514}.store-header-whatsapp-button:hover{color:#fff;background:#25d366;border-color:#25d366;transform:translateY(-1px);box-shadow:0 8px 20px #25d3662e}@media (width<=760px){.store-header-whatsapp-button{width:42px;height:42px}}.store-catalog-heading-bottom{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.store-catalog-heading-bottom>p{margin-bottom:0}.store-catalog-total{color:#888;flex:none;align-items:baseline;gap:6px;display:flex}.store-catalog-total strong{color:#111;font-size:22px;font-weight:750}.store-catalog-total span{letter-spacing:.8px;text-transform:uppercase;font-size:8px;font-weight:700}.store-catalog-primary-tools{grid-template-columns:minmax(260px,520px) minmax(190px,230px);gap:10px;display:grid}.store-catalog-search{position:relative}.store-catalog-search-clear{color:#888;background:0 0;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.store-catalog-search-clear:hover{color:#111;background:#eee}.store-catalog-sort{color:#777;background:#fff;border:1px solid #ddd;border-radius:999px;align-items:center;gap:9px;min-height:48px;padding:0 13px;display:flex}.store-catalog-sort select{color:#333;cursor:pointer;background:0 0;border:0;outline:0;width:100%;font-size:9px;font-weight:650}.store-catalog-categories-wrap{min-width:0}.store-catalog-categories button{align-items:center;gap:7px;display:inline-flex}.store-catalog-categories button>span{color:#888;background:#f0f0f0;border-radius:999px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:6.5px;font-weight:800;display:inline-flex}.store-catalog-categories button.active>span{color:#fff;background:#ffffff2b}.store-catalog-active-filter{color:#777;background:#f7f7f5;border-radius:4px;justify-content:space-between;align-items:center;gap:14px;padding:10px 13px;font-size:8px;display:flex}.store-catalog-active-filter>button{color:#111;background:0 0;border:0;flex:none;align-items:center;gap:5px;padding:0;font-size:8px;font-weight:750;display:inline-flex}.store-catalog-product-card{height:100%}.store-stock-badge.available.low{color:#8a6012;background:#fff6df}.store-catalog-card-action{z-index:3;color:#111;letter-spacing:.4px;text-transform:uppercase;opacity:0;background:#fffffff0;align-items:center;gap:7px;min-height:34px;padding:0 11px;font-size:7px;font-weight:800;transition:opacity .18s,transform .18s;display:flex;position:absolute;bottom:12px;right:12px;transform:translateY(5px)}.store-catalog-product-card:hover .store-catalog-card-action{opacity:1;transform:translateY(0)}.store-catalog-product-bottom{justify-content:space-between;align-items:flex-end;gap:10px;display:flex}.store-catalog-product-bottom>span{color:#9a9a9a;text-align:right;font-size:7px;line-height:1.25}.store-catalog-empty>button{color:#fff;letter-spacing:.4px;text-transform:uppercase;background:#111;border:1px solid #111;border-radius:3px;min-height:42px;margin-top:18px;padding:0 16px;font-size:8px;font-weight:800}@media (width<=900px){.store-catalog-primary-tools{grid-template-columns:minmax(0,1fr) 210px}}@media (width<=760px){.store-catalog-heading-bottom{flex-direction:column;align-items:flex-start;gap:15px}.store-catalog-total{background:#f5f5f3;border-radius:999px;padding:7px 10px}.store-catalog-total strong{font-size:15px}.store-catalog-total span{font-size:6.5px}.store-catalog-tools{background:#fffffff5;border-top:1px solid #eeeeeb;gap:12px;margin-left:-15px;margin-right:-15px;padding:14px 15px 18px}.store-catalog-primary-tools{grid-template-columns:1fr}.store-catalog-search,.store-catalog-sort{border-radius:7px;min-height:46px}.store-catalog-sort{padding:0 14px}.store-catalog-categories-wrap{margin-left:-15px;margin-right:-15px;overflow:hidden}.store-catalog-categories{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:7px;padding:2px 15px 8px;overflow-x:auto}.store-catalog-categories::-webkit-scrollbar{display:none}.store-catalog-categories button{white-space:nowrap;flex:none;min-height:36px}.store-catalog-active-filter{font-size:7.5px}.store-catalog-products-grid{align-items:stretch}.store-catalog-card-action{display:none}.store-catalog-product-bottom{flex-direction:column;align-items:flex-start;gap:5px}.store-catalog-product-bottom>span{text-align:left;font-size:6.5px}.store-catalog-product-card .store-product-info{flex-direction:column;display:flex}.store-catalog-product-card .store-catalog-product-bottom{margin-top:auto}}@media (width<=420px){.store-catalog-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-catalog-product-card .store-product-info{padding:12px 9px 13px}.store-catalog-product-card .store-product-info h3,.store-catalog-product-card .store-product-info strong{font-size:11px}.store-catalog-product-card .store-stock-badge{white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 16px);font-size:5.5px;overflow:hidden}}.image-upload-button.processing{pointer-events:none;background:#f5f5f5;border-color:#bbb}.image-optimizer-spinner{animation:.85s linear infinite imageOptimizerSpin}@keyframes imageOptimizerSpin{to{transform:rotate(360deg)}}.image-optimizer-info{background:#fafafa;border:1px solid #e4e4e4;border-radius:8px;flex-direction:column;gap:3px;margin-top:9px;padding:10px 12px;display:flex}.image-optimizer-info strong{color:#333;font-size:9px}.image-optimizer-info span{color:#888;font-size:8px;line-height:1.5}.image-optimized-badge{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000c7;border-radius:6px;align-items:center;gap:5px;min-width:0;padding:5px 7px;display:flex;position:absolute;bottom:7px;left:7px;right:7px}.image-optimized-badge strong{color:#111;background:#fff;border-radius:3px;flex:none;padding:2px 4px;font-size:6px;font-weight:800}.image-optimized-badge span{color:#ddd;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:6.5px;overflow:hidden}.image-optimized-badge small{color:#aaa;flex:none;margin-left:auto;font-size:6px}@media (width<=700px){.image-optimized-badge{flex-direction:column;align-items:flex-start;gap:2px}.image-optimized-badge small{margin-left:0}}.category-admin-list{flex-direction:column;display:flex}.category-admin-card{border-bottom:1px solid #ececec;grid-template-columns:76px minmax(200px,1.25fr) minmax(220px,.8fr) auto;align-items:center;gap:20px;min-height:86px;padding:13px 18px;transition:background .16s,opacity .16s;display:grid}.category-admin-card:last-child{border-bottom:0}.category-admin-card:hover{background:#fafafa}.category-admin-card.inactive{opacity:.58}.category-admin-order{grid-template-columns:26px 1fr 26px;align-items:center;gap:4px;display:grid}.category-admin-order>span{color:#777;text-align:center;font-size:8px;font-weight:800}.category-admin-order>button{color:#555;background:#fff;border:1px solid #ddd;border-radius:5px;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.category-admin-order>button:hover:not(:disabled){color:#111;border-color:#111}.category-admin-order>button:disabled{opacity:.28;cursor:not-allowed}.category-admin-main{min-width:0}.category-admin-title{align-items:center;gap:9px;display:flex}.category-admin-title>strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:750;overflow:hidden}.category-admin-main>small{color:#999;margin-top:5px;font-size:8px;display:block}.category-admin-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.category-admin-stats>div{border-left:1px solid #e6e6e6;flex-direction:column;gap:2px;padding-left:12px;display:flex}.category-admin-stats strong{font-size:13px}.category-admin-stats span{color:#888;text-transform:uppercase;letter-spacing:.5px;font-size:7px;font-weight:650}.category-admin-actions{align-items:center;gap:7px;display:flex}.category-toggle-button{background:#fff;border:1px solid #ddd;border-radius:5px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:0 10px;font-size:8px;font-weight:700;display:inline-flex}.category-toggle-button.deactivate{color:#7b3a3a}.category-toggle-button.activate{color:#237546}.category-toggle-button:hover{border-color:#999}.category-admin-note{background:#fafafa;border:1px solid #e8e8e8;border-radius:7px;align-items:flex-start;gap:10px;margin-top:12px;padding:12px 14px;display:flex}.category-admin-note strong{text-transform:uppercase;letter-spacing:.5px;flex:none;font-size:8px;font-weight:800}.category-admin-note span{color:#777;font-size:8px;line-height:1.55}.category-modal{max-width:500px}@media (width<=850px){.category-admin-card{grid-template-columns:60px 1fr;gap:12px 15px}.category-admin-stats{grid-column:2}.category-admin-actions{flex-wrap:wrap;grid-column:2}}@media (width<=520px){.category-admin-card{grid-template-columns:1fr;padding:16px 13px}.category-admin-order,.category-admin-stats,.category-admin-actions{grid-column:1}.category-admin-order{width:92px}.category-admin-stats{max-width:230px}.category-admin-actions{flex-direction:column;align-items:stretch}.category-admin-actions>button{width:100%}.category-admin-note{flex-direction:column}}
