:root{font-family:system-ui,Segoe UI,Roboto,sans-serif;line-height:1.5;color:#0f172a;background:#f8fafc}*{box-sizing:border-box}body{margin:0}a{color:#0f766e;text-decoration:none}a:hover{text-decoration:underline}.app{min-height:100vh;display:flex;flex-direction:column}.top{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:1rem 1.5rem .85rem;background:#0f766e;border-bottom:1px solid #0b5e58;flex-shrink:0}.top-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%}.top-search-bar{width:100%;max-width:960px;margin:.75rem auto 0;padding-top:.25rem}.top-search-form{display:flex;gap:.5rem;align-items:center}.top-search-form input{flex:1;min-width:0;border:1px solid rgba(255,255,255,.35);background:#fffffff2}.top-search-btn{background:#134e4a;color:#ecfdf5;border:1px solid #0d9488;white-space:nowrap}.top-search-btn:hover{background:#115e59}.top-left{display:flex;align-items:center;gap:1.25rem;min-width:0}.top-right{display:flex;align-items:center;gap:.85rem}.brand{font-weight:700;font-size:1.125rem;color:#fff;white-space:nowrap}.nav{display:flex;gap:1rem}.nav-main{gap:.4rem;flex-wrap:wrap}.nav-main a{color:#d1fae5;font-weight:500;padding:.4rem .7rem;border-radius:8px;transition:background .18s ease,color .18s ease}.nav-main a:hover{text-decoration:none;background:#ffffff24;color:#fff}.top-right a{font-weight:500;color:#ecfeff}.top .muted{color:#ccfbf1}.top-right .muted.small{font-size:1rem;font-weight:500;line-height:1}.main{flex:1 0 auto;width:100%;max-width:960px;margin:0 auto;padding:2rem 1.5rem;box-sizing:border-box}.muted{color:#64748b}.small{font-size:.875rem}.error{color:#b91c1c}.stack{display:flex;flex-direction:column;gap:.75rem}.stack.narrow{max-width:28rem}.stack.list{list-style:none;margin:0;padding:0;gap:1rem}.card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem 1.25rem}.card img{width:100%;height:160px;object-fit:cover;border-radius:6px;margin-bottom:.5rem}.invalid{border-color:#b91c1c!important;box-shadow:0 0 0 3px #b91c1c14}.field-error{color:#b91c1c;font-size:.875rem;margin-top:.35rem}.product-card{padding:0;overflow:hidden;display:flex;flex-direction:column}.product-card .card-link{color:inherit;display:flex;flex-direction:column;height:100%;text-decoration:none}.product-card .card-media img{height:160px;width:100%;object-fit:cover;display:block}.product-card .card-body{padding:.75rem 1rem 1rem;display:flex;flex-direction:column;gap:.5rem}.card-title-row{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.card-title{font-size:1rem}.price{color:#0f766e;font-weight:600}.desc{margin:0;color:#475569}.meta-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.25rem}.chip{background:#eef2f7;padding:.25rem .5rem;border-radius:999px;font-size:.75rem;color:#0f172a}.chip.in-stock{background:#ecfdf5;color:#065f46}.chip.out-stock{background:#fff1f2;color:#991b1b}.product-card .price.small{font-size:.95rem}.products-page{display:flex;flex-direction:column;gap:1.25rem;width:100vw;margin-left:calc(50% - 50vw);padding-right:1rem}.products-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;background:linear-gradient(135deg,#f0fdfa,#fff 55%);border:1px solid #dbeafe;border-radius:12px;padding:1rem 1.25rem}.products-hero h1{margin:0}.products-hero p{margin:.4rem 0 0;max-width:50ch}.products-count{background:#0f766e;color:#fff;padding:.4rem .7rem;border-radius:999px;font-size:.85rem;white-space:nowrap}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1rem;margin:0;padding:0;list-style:none}.product-tile{border:1px solid #e2e8f0;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 2px 8px #0f172a0d;transition:transform .18s ease,box-shadow .18s ease}.product-tile:hover{transform:translateY(-2px);box-shadow:0 8px 22px #0f172a1a}.product-tile-link{display:block;color:inherit;text-decoration:none}.product-tile-link:hover{text-decoration:none}.product-media{position:relative}.product-media img{display:block;width:100%;height:200px;object-fit:cover}.product-type-badge{position:absolute;top:.65rem;left:.65rem;background:#0f766ef2;color:#fff;font-size:.75rem;padding:.25rem .55rem;border-radius:999px}.product-info{padding:.9rem 1rem 1rem;display:flex;flex-direction:column;gap:.6rem}.products-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:1.2rem;align-items:start}.filters-panel{position:sticky;top:1rem;background:#fff;border:1px solid #e2e8f0;border-left:none;border-radius:0 14px 14px 0;padding:1rem;display:flex;flex-direction:column;gap:.85rem;box-shadow:0 1px 6px #0f172a0d}.filters-panel h2{margin:0 0 .2rem;font-size:1rem}.filters-panel label{font-size:.86rem}.checkbox-row{flex-direction:row;align-items:center;gap:.5rem;font-size:.85rem}.products-content{min-width:0}.product-head{display:flex;justify-content:space-between;gap:.5rem;align-items:baseline}.product-head h2{margin:0;font-size:1rem;line-height:1.3}.product-price{margin:0;color:#0f766e;font-weight:700;font-size:.95rem;white-space:nowrap}.product-description{margin:0;color:#475569;font-size:.86rem}.product-specs{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.4rem}.product-specs li{background:#f1f5f9;border-radius:999px;padding:.2rem .5rem;font-size:.74rem;color:#334155}.product-bottom{margin-top:.1rem;display:flex;justify-content:space-between;align-items:center}.stock-tag{font-size:.75rem;padding:.2rem .5rem;border-radius:999px}.stock-tag.in{background:#ecfdf5;color:#065f46}.stock-tag.out{background:#fff1f2;color:#9f1239}.product-cta{font-size:.82rem;color:#0f766e;font-weight:600}.orders-page{display:flex;flex-direction:column;gap:1rem}.orders-head{display:flex;justify-content:space-between;align-items:flex-end;gap:.8rem;background:linear-gradient(135deg,#f0fdfa,#fff 60%);border:1px solid #dbeafe;border-radius:12px;padding:.95rem 1.1rem}.orders-head h1{margin:0}.orders-head p{margin:.35rem 0 0}.orders-count{background:#0f766e;color:#fff;border-radius:999px;padding:.35rem .65rem;font-size:.82rem;white-space:nowrap}.orders-empty{display:flex;align-items:center;justify-content:space-between;gap:1rem}.orders-filters{display:grid;grid-template-columns:220px minmax(220px,1fr) auto;gap:.8rem;align-items:end}.orders-filters label{font-size:.85rem}.orders-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.9rem}.order-card{display:flex;flex-direction:column;gap:.7rem}.order-top{display:flex;justify-content:space-between;align-items:center;gap:.8rem}.order-id{margin:0}.main:has(>.admin-orders-kanban-page){flex:1 1 auto;min-height:0;max-width:none;width:100%;padding:.45rem .75rem .5rem;display:flex;flex-direction:column;overflow:hidden}.admin-orders-kanban-page{flex:1;min-height:0;display:flex;flex-direction:column;gap:.55rem;width:100%}.admin-orders-head{flex-shrink:0}.admin-orders-err{margin:0;flex-shrink:0}.admin-orders-kanban-page .admin-kanban-filters{flex-shrink:0}.admin-kanban-filters{grid-template-columns:180px minmax(200px,1fr) auto}.admin-kanban{flex:1;min-height:0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.45rem;align-items:stretch;overflow:hidden}.kanban-column{min-width:0;min-height:0;max-height:none;height:100%;display:flex;flex-direction:column;padding:.55rem .5rem;transition:box-shadow .15s ease,border-color .15s ease}.kanban-column--drop.kanban-column--active{border-color:#0f766e;box-shadow:0 0 0 2px #0f766e40}.kanban-column-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.55rem;padding-bottom:.45rem;border-bottom:1px solid #e2e8f0}.kanban-column-head h2{margin:0;font-size:.92rem}.kanban-count{font-size:.78rem;font-weight:600;background:#f1f5f9;padding:.15rem .45rem;border-radius:999px;color:#475569}.kanban-cards{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;flex:1;min-height:0}.kanban-empty{padding:.5rem 0}.kanban-card{border:1px solid #e2e8f0;border-radius:10px;padding:.55rem .5rem;background:#fafafa;display:flex;flex-direction:column;gap:.35rem;cursor:grab;touch-action:none}.kanban-card:active{cursor:grabbing}.kanban-card--dragging{opacity:.45}.kanban-status-pick{flex:1 1 100%;min-width:0}.kanban-status-select{width:100%;font-size:.78rem;padding:.28rem .35rem;border-radius:8px;border:1px solid #cbd5e1;background:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.kanban-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.35rem}.kanban-card-total{margin:0;font-size:.9rem;display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.kanban-pay-badge{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:.12rem .4rem;border-radius:999px}.kanban-pay-badge.cod{background:#fef3c7;color:#92400e}.kanban-pay-badge.online{background:#dbeafe;color:#1e40af}.kanban-ship{margin:0}.kanban-card-actions{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.25rem}.order-status{border-radius:999px;padding:.22rem .58rem;font-size:.75rem;font-weight:600}.order-status.ok{background:#ecfdf5;color:#065f46}.order-status.warn{background:#fffbeb;color:#92400e}.order-status.bad{background:#fff1f2;color:#9f1239}.order-meta{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.order-meta p{margin:0}.order-items{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.35rem}.order-items li{display:flex;justify-content:space-between;gap:.75rem;border:1px solid #e2e8f0;border-radius:8px;padding:.4rem .55rem}.order-ship{margin:0}.order-action{margin:.1rem 0 0}.order-fulfillment{max-width:260px}.main:has(>.admin-products-page){flex:1 1 auto;min-height:0;max-width:none;width:100%;padding:.5rem .65rem .6rem;display:flex;flex-direction:column;overflow:hidden}.admin-products-page{flex:1;min-height:0;display:flex;flex-direction:column;gap:.55rem;overflow:hidden}.admin-products-head{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap;padding:.55rem .75rem;background:linear-gradient(135deg,#f0fdfa,#fff 70%);border:1px solid #ccfbf1;border-radius:10px}.admin-products-head-text{min-width:0}.admin-products-head-actions{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.admin-view-toggle{display:inline-flex;padding:.2rem;gap:.15rem;background:#e2e8f0;border-radius:10px;border:1px solid #cbd5e1}.admin-view-toggle button{border:none;background:transparent;color:#475569;font-size:.82rem;font-weight:600;padding:.45rem .85rem;border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.admin-view-toggle button:hover{color:#0f766e}.admin-view-toggle button.active{background:#fff;color:#0f766e;box-shadow:0 1px 3px #0f172a1f}.admin-products-head h1{margin:0;font-size:1.25rem}.admin-products-head p{margin:.15rem 0 0}.admin-products-error{flex-shrink:0;margin:0}.admin-products-body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.admin-create-panel--solo{flex:1;min-height:0;max-width:820px;width:100%;margin:0 auto;border:1px solid #dbeafe;box-shadow:0 8px 24px #0f766e14}.admin-create-panel{display:flex;flex-direction:column;min-height:0;padding:0;overflow:hidden}.admin-create-panel-header{flex-shrink:0;padding:.75rem .9rem .65rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#f0fdfa,#f8fafc)}.admin-create-panel-header h2{margin:0;font-size:1.05rem;color:#0f766e}.admin-create-panel-header p{margin:.25rem 0 0}.admin-create-panel-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:.75rem .85rem .65rem;scrollbar-gutter:stable;background:#f8fafc}.admin-create-panel-footer{flex-shrink:0;display:flex;gap:.55rem;justify-content:flex-end;align-items:center;padding:.65rem .85rem;border-top:1px solid #e2e8f0;background:#fff}.admin-create-submit{min-width:9.5rem}.admin-create-form{display:flex;flex-direction:column;gap:.75rem}.admin-form-section{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.admin-form-section-head{padding:.55rem .75rem;background:#f1f5f9;border-bottom:1px solid #e2e8f0}.admin-form-section-head h3{margin:0;font-size:.88rem;font-weight:600;color:#0f172a}.admin-form-section-head p{margin:.2rem 0 0}.admin-form-section-body{display:flex;flex-direction:column;gap:.55rem;padding:.65rem .75rem .7rem}.admin-form-section-body label{display:flex;flex-direction:column;gap:.22rem;font-size:.82rem;font-weight:500;color:#334155}.admin-create-form input,.admin-create-form textarea,.admin-create-form select{padding:.45rem .55rem;font-size:.88rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff}.admin-create-form input:focus,.admin-create-form textarea:focus{outline:2px solid #99f6e4;outline-offset:0;border-color:#0d9488}.admin-create-form textarea{min-height:0;resize:vertical}.admin-form-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.admin-form-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.admin-form-toggles{display:flex;flex-wrap:wrap;gap:.5rem}.admin-toggle-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .65rem;border:1px solid #cbd5e1;border-radius:999px;background:#f8fafc;font-size:.82rem;font-weight:500;cursor:pointer;flex-direction:row!important}.admin-toggle-chip:has(input:checked){border-color:#0d9488;background:#ecfdf5;color:#065f46}.admin-file-field{border:1px dashed #94a3b8;border-radius:10px;padding:.85rem .75rem;background:#f8fafc;text-align:center;cursor:pointer}.admin-file-field input[type=file]{width:100%;font-size:.82rem}.admin-file-label{display:block;font-weight:600;color:#0f766e;margin-bottom:.35rem}.admin-file-count{margin:0;font-size:.82rem;color:#0f766e;font-weight:600}.admin-products-empty-actions{display:flex;gap:.5rem;flex-wrap:wrap}.admin-products-content{display:flex;flex-direction:column;gap:.55rem;min-height:0;overflow:hidden}.admin-products-filters{flex-shrink:0;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:.55rem;padding:.6rem .7rem}.admin-products-list-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:.15rem;scrollbar-gutter:stable}.admin-products-empty{flex:1;min-height:8rem;padding:.75rem .85rem}.admin-products-grid{list-style:none;margin:0;padding:0 0 .25rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.65rem}.admin-product-card{display:flex;flex-direction:column;gap:.45rem;padding:.65rem}.admin-product-thumb{width:100%;height:120px;border-radius:8px;object-fit:cover}.admin-product-thumb.fallback{border:1px dashed #cbd5e1;background:#f8fafc;color:#64748b;display:flex;align-items:center;justify-content:center;font-size:.8rem}.admin-product-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.45rem}.admin-product-head p{margin:0;font-size:.92rem;line-height:1.25}.admin-product-actions{display:flex;gap:.35rem;flex-wrap:wrap;align-items:end;margin-top:auto}.admin-product-actions .btn.sm{padding:.3rem .5rem;font-size:.78rem}.cart-page{display:flex;flex-direction:column;gap:1rem}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:1rem;align-items:start}.cart-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.85rem}.cart-item{display:grid;grid-template-columns:150px minmax(0,1fr);gap:.85rem;align-items:start}.cart-item-img{width:100%;height:120px;object-fit:cover;border-radius:10px}.cart-item-main{display:flex;flex-direction:column;gap:.45rem;min-width:0}.cart-item-head{display:flex;justify-content:space-between;align-items:baseline;gap:.7rem}.cart-item-name{font-weight:600;color:#0f172a}.cart-item-price{margin:0;color:#0f766e;font-weight:700;white-space:nowrap}.cart-item-actions{display:flex;align-items:end;gap:.55rem;flex-wrap:wrap}.cart-summary{position:sticky;top:1rem}.cart-summary h2{margin:0 0 .7rem;font-size:1.05rem}.cart-summary-row{display:flex;justify-content:space-between;gap:.65rem;margin:.45rem 0}.cart-summary-row.total{border-top:1px solid #e2e8f0;padding-top:.65rem;margin-top:.65rem}.cart-checkout-btn{width:100%;margin-top:.6rem}.cart-continue{display:inline-block;margin-top:.6rem}.cart-empty{display:flex;align-items:center;justify-content:space-between;gap:1rem}.checkout-page{display:flex;flex-direction:column;gap:1rem;max-width:960px;margin:0 auto}.checkout-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.checkout-head h1{margin:0}.checkout-head p{margin:.35rem 0 0}.checkout-error{margin:0}.checkout-retry-banner{margin:0 0 .5rem;padding:.85rem 1rem;border:1px solid #fde68a;background:#fffbeb;color:#92400e}.checkout-retry-banner p{margin:0}.checkout-retry-banner p+p{margin-top:.35rem}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,320px);gap:1rem;align-items:start}.checkout-section h2,.checkout-aside h2{margin:0 0 .85rem;font-size:1.05rem}.checkout-address-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.checkout-address-card{display:flex;gap:.65rem;align-items:flex-start;padding:.75rem .85rem;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;background:#fafafa;transition:border-color .15s ease,box-shadow .15s ease}.checkout-address-card:hover{border-color:#99f6e4}.checkout-address-card.selected{border-color:#0d9488;background:#f0fdfa;box-shadow:0 0 0 1px #99f6e4}.checkout-address-card input{margin-top:.35rem;flex-shrink:0}.checkout-address-body{flex:1;min-width:0}.checkout-address-name{margin:0;display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.checkout-address-lines{margin:.35rem 0 0;font-size:.88rem;line-height:1.4;color:#334155}.checkout-address-badge{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#065f46;background:#d1fae5;padding:.12rem .4rem;border-radius:999px}.checkout-new-toggle{margin-top:.75rem;width:100%;text-align:left;padding:.6rem .75rem;border:1px dashed #94a3b8;border-radius:10px;background:#fff;color:#0f766e;font-weight:600;cursor:pointer}.checkout-new-toggle.active{border-style:solid;border-color:#0d9488;background:#ecfdf5}.checkout-new-form{margin-top:.85rem;padding-top:.85rem;border-top:1px solid #e2e8f0}.checkout-form-two{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.checkout-aside{position:sticky;top:1rem}.checkout-pay-options{border:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.checkout-pay-option{display:flex;gap:.55rem;align-items:flex-start;padding:.65rem .7rem;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer}.checkout-pay-option:has(input:checked){border-color:#0d9488;background:#f0fdfa}.checkout-pay-option span{display:flex;flex-direction:column;gap:.1rem}.checkout-pay-hint{margin:.75rem 0}.checkout-submit{width:100%}@media(max-width:768px){.checkout-layout{grid-template-columns:1fr}.checkout-aside{position:static}.checkout-form-two{grid-template-columns:1fr}}.pdp{display:flex;flex-direction:column;gap:1rem;width:100vw;margin-left:calc(50% - 50vw);padding:0 1rem}.pdp-back{margin:0}.pdp-top{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:1rem}.pdp-media-card,.pdp-main-card,.pdp-specs-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 2px 8px #0f172a0d}.pdp-media-card{padding:.75rem;width:100%;max-width:760px;justify-self:center}.pdp-image{width:100%;aspect-ratio:4 / 3;height:auto;max-height:520px;border-radius:10px;object-fit:contain;background:#f8fafc;display:block}.pdp-main-card{padding:1rem 1.1rem 1.1rem;display:flex;flex-direction:column;gap:.8rem}.pdp-main-card h1{margin:0;font-size:clamp(1.3rem,1.1rem + .8vw,1.85rem);line-height:1.25}.pdp-desc{margin:0;color:#475569}.pdp-price-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.pdp-price{margin:0;color:#0f766e;font-size:1.35rem;font-weight:700}.pdp-stock{font-size:.8rem;border-radius:999px;padding:.26rem .58rem}.pdp-stock.in{background:#ecfdf5;color:#065f46}.pdp-stock.out{background:#fff1f2;color:#9f1239}.pdp-highlights{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.45rem}.pdp-highlights li{background:#f1f5f9;color:#334155;border-radius:999px;padding:.23rem .58rem;font-size:.78rem}.pdp-buy{display:flex;align-items:end;gap:.65rem;flex-wrap:wrap}.pdp-qty{min-width:130px}.pdp-specs-card{padding:1rem 1.1rem}.pdp-specs-card h2{margin:0 0 .75rem;font-size:1.05rem}.pdp-spec-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.6rem}.pdp-spec-item{border:1px solid #e2e8f0;border-radius:10px;padding:.55rem .65rem;display:flex;flex-direction:column;gap:.1rem}.pdp-spec-label{font-size:.76rem;color:#64748b}.pdp-spec-value{font-size:.89rem;color:#0f172a;font-weight:500}@media(max-width:1100px){.main:has(>.admin-products-page){overflow:visible;padding:.65rem .75rem}.main:has(>.admin-orders-kanban-page){overflow:visible;padding:.65rem .5rem}.admin-orders-kanban-page .admin-kanban{display:flex;overflow-x:auto;overflow-y:hidden;padding-bottom:.35rem}.admin-orders-kanban-page .kanban-column{flex:0 0 min(280px,85vw);max-height:calc(100vh - 11rem)}.admin-products-page{overflow:visible;min-height:auto}.admin-products-body{min-height:auto;overflow:visible}.admin-create-panel--solo{max-height:min(70vh,640px)}.admin-products-content{overflow:visible;min-height:auto}.admin-products-list-scroll{overflow:visible;max-height:none}.admin-products-filters{grid-template-columns:1fr 1fr}.admin-form-two,.admin-form-three{grid-template-columns:1fr}.admin-products-head-actions{width:100%;justify-content:space-between}.admin-view-toggle{flex:1}.admin-view-toggle button{flex:1;padding-left:.5rem;padding-right:.5rem;font-size:.78rem}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:1fr}.cart-item-img{height:220px}.orders-filters{grid-template-columns:1fr;align-items:stretch}.orders-filters button{justify-self:start}.pdp-top{grid-template-columns:1fr}.pdp{width:100%;margin-left:0;padding:0}.products-page{width:100%;margin-left:0;padding-right:0}.products-layout{grid-template-columns:1fr}.filters-panel{position:static}}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;list-style:none;margin:0;padding:0}.row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.price{font-size:1.25rem;font-weight:600;color:#0f766e}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0}.table th,.table td{padding:.65rem .75rem;text-align:left;border-bottom:1px solid #e2e8f0}.table th{background:#f1f5f9;font-weight:600;font-size:.875rem}.qty{width:4rem;padding:.25rem .5rem}.btn{display:inline-block;padding:.5rem 1rem;border-radius:6px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;font:inherit;cursor:pointer;text-decoration:none;text-align:center}.btn:hover{background:#f8fafc}.btn.primary{background:#0f766e;border-color:#0f766e;color:#fff}.btn.primary:hover{background:#0d9488}.btn.sm{padding:.3rem .6rem;font-size:.875rem}.btn-inner{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:1.15em;vertical-align:middle}.btn-spinner{width:.95em;height:.95em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:btn-spin .65s linear infinite;flex-shrink:0;opacity:.9}@keyframes btn-spin{to{transform:rotate(360deg)}}.btn:disabled,.btn.btn--loading{cursor:not-allowed;opacity:.78}.btn.primary:disabled,.btn.primary.btn--loading{opacity:.85}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#0f172a7a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:1.25rem;animation:modal-fade-in .18s ease-out}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.modal-dialog{background:#fff;border-radius:14px;box-shadow:0 25px 50px -12px #0f172a47,0 0 0 1px #0f172a0f;max-width:420px;width:100%;padding:1.35rem 1.45rem 1.2rem;animation:modal-slide-in .22s ease-out;outline:none}@keyframes modal-slide-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-title{margin:0 0 .55rem;font-size:1.15rem;font-weight:650;color:#0f172a}.modal-message{margin:0 0 1.25rem;color:#475569;line-height:1.55;font-size:.95rem}.modal-actions{display:flex;justify-content:flex-end;gap:.55rem;flex-wrap:wrap}.modal-btn-danger{background:#b91c1c;border-color:#b91c1c}.modal-btn-danger:hover{background:#991b1b}.btn.danger{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.btn.danger:hover{background:#fee2e2}.linkish{background:none;border:none;color:#ecfeff;font:inherit;cursor:pointer;padding:0;text-decoration:underline}.top-right .linkish{font-size:1rem;font-weight:500;text-decoration:none}.top-right .linkish:hover{text-decoration:underline}@media(max-width:900px){.top{align-items:flex-start}.top-row{flex-direction:column;align-items:flex-start}.top-left,.top-right{width:100%}.top-right{justify-content:flex-end}}label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}input,textarea{font:inherit;padding:.45rem .6rem;border:1px solid #cbd5e1;border-radius:6px}input:focus,textarea:focus{outline:2px solid #99f6e4;border-color:#0f766e}select{font:inherit;padding:.35rem .5rem;border-radius:6px;border:1px solid #cbd5e1}.price-mrp{text-decoration:line-through;color:#64748b;margin-right:.35rem}.price-off{color:#0f766e;font-size:.9rem;margin-left:.35rem}.pdp-thumbs{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.pdp-thumbs button{border:2px solid transparent;padding:0;border-radius:8px;overflow:hidden;width:64px;height:64px;cursor:pointer;background:#fff}.pdp-thumbs button.active{border-color:#0f766e}.pdp-thumbs img{width:100%;height:100%;object-fit:cover}.pdp-detail-text{white-space:pre-wrap}.pdp-buy{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.home-search-row{display:flex;gap:.5rem}.home-search-row input{flex:1}.home-banner-wrap{width:100%;max-width:760px;margin:.5rem auto 1.75rem;padding:0 .25rem;box-sizing:border-box}.home-page{display:flex;flex-direction:column;gap:0}.home-page-inner{padding-top:.25rem}.home-banner-bleed{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:1.5rem}.home-banner-carousel{position:relative;overflow:hidden;border-radius:0;background:#0f172a}.home-banner-viewport{overflow:hidden;width:100%}.home-banner-track{display:flex;width:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}@media(prefers-reduced-motion:reduce){.home-banner-track{transition:none}}.home-banner-slide{flex:0 0 100%;min-width:100%;position:relative}.home-banner-slide-link{display:block;position:relative;min-height:300px;text-decoration:none;color:#fff}.home-banner-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.home-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0f172ae0,#0f172a8c 45%,#0f172a33)}.home-banner-content{position:relative;z-index:1;max-width:960px;margin:0 auto;padding:2.5rem 1.5rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:300px;gap:.55rem}.home-banner-content h2{margin:0;font-size:clamp(1.35rem,3vw,2rem);line-height:1.2;max-width:28rem}.home-banner-content p{margin:0;max-width:32rem;color:#e2e8f0;font-size:.95rem}.home-banner-cta{margin-top:.35rem;pointer-events:none}.home-banner-kind{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#ecfdf5;background:#0f766ed9;border:1px solid #5eead4;border-radius:999px;padding:.22rem .55rem;width:fit-content}.home-category-strip{margin:0 0 1.5rem}.home-category-strip-title{margin:0 0 .65rem;font-size:1rem;font-weight:600;color:#0f766e}.home-category-list{list-style:none;margin:0;padding:0;display:flex;gap:.55rem;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:thin}.home-category-chip{display:flex;flex-direction:column;gap:.1rem;min-width:8.5rem;max-width:11rem;padding:.55rem .7rem;border-radius:10px;border:1px solid #99f6e4;background:linear-gradient(180deg,#f0fdfa,#fff);text-decoration:none;color:#0f172a;flex-shrink:0;transition:border-color .15s ease,box-shadow .15s ease}.home-category-chip:hover{border-color:#0d9488;box-shadow:0 4px 12px #0f766e1f;text-decoration:none}.home-category-chip-name{font-weight:600;font-size:.88rem}.home-category-chip-desc{line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-banner-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:2.1rem;height:2.1rem;border:none;border-radius:50%;background:#ffffffeb;color:#0f766e;font-size:1.35rem;line-height:1;cursor:pointer;box-shadow:0 2px 8px #0f172a26;display:flex;align-items:center;justify-content:center;padding:0 0 .1rem}.home-banner-nav:hover{background:#fff;color:#115e59}.home-banner-nav-prev{left:.5rem}.home-banner-nav-next{right:.5rem}.home-banner-dots{position:absolute;bottom:.65rem;left:50%;transform:translate(-50%);display:flex;gap:.4rem;padding:.25rem .45rem;border-radius:999px;background:#ffffffd9}.home-banner-dots button{width:8px;height:8px;border-radius:50%;border:none;background:#cbd5e1;padding:0;cursor:pointer;transition:transform .15s ease,background .15s ease}.home-banner-dots button.active{background:#0f766e;transform:scale(1.15)}.site-footer{flex-shrink:0;margin-top:auto;width:100%;padding:2rem 1.5rem 1rem;background:#0f172a;color:#e2e8f0}.site-footer a{color:#99f6e4}.site-footer-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem}.footer-links{list-style:none;padding:0;margin:.5rem 0 0}.footer-links li{margin:.35rem 0}.footer-contact{font-style:normal}.footer-address{white-space:pre-line;margin:.35rem 0 0;line-height:1.45;font-size:.88rem}.footer-trade-name{margin:0}.footer-owner{margin:.2rem 0 .35rem}.footer-copy{max-width:960px;margin:1.5rem auto 0;text-align:center}.admin-category-layout{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:1rem;align-items:start}.admin-category-row{width:100%;text-align:left;cursor:pointer;border:1px solid #e2e8f0}.admin-category-row.active{border-color:#0d9488;box-shadow:0 0 0 1px #99f6e4}.admin-category-detail h3{margin:.75rem 0 .35rem;font-size:.95rem}.banner-preview{max-width:100%;max-height:120px;object-fit:cover;border-radius:8px}.load-sentinel{height:1px}@media(max-width:720px){.home-banner-slide-link{min-height:240px}.home-banner-content{min-height:240px;padding:1.75rem 1rem}.home-banner-overlay{background:linear-gradient(180deg,#0f172a59,#0f172ad1 70%)}.home-banner-nav{width:1.85rem;height:1.85rem;font-size:1.15rem}}
