:root{--bg:#0b1220;--panel:#121c31;--panel2:#fff;--text:#e7edf9;--muted:#97a5c0;--primary:#2563eb;--primary2:#1d4ed8;--border:#dbe4f0;--soft:#f5f7fb;--danger:#b91c1c;--success:#166534}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f3f6fb;color:#162033}a{text-decoration:none;color:var(--primary)}.container{max-width:1180px;margin:0 auto;padding:24px}.topbar{background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff}.topbar .container{display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-size:22px;font-weight:700;color:#fff}.nav{display:flex;gap:16px;flex-wrap:wrap}.nav a{color:#fff;opacity:.94}.hero{padding:48px 0;background:linear-gradient(180deg,#0f172a 0%,#1e3a8a 100%);color:#fff}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center}.hero-card,.card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 12px 30px rgba(15,23,42,.08)}.hero-panel{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:24px;padding:24px}.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.section-title{font-size:26px;margin:0 0 12px}.muted{color:#64748b}.btn{display:inline-block;background:var(--primary);color:#fff;border:none;border-radius:12px;padding:12px 18px;cursor:pointer;font-weight:700}.btn-outline{background:#fff;color:var(--primary);border:1px solid var(--primary)}.btn-dark{background:#0f172a}.btn-small{padding:8px 12px;border-radius:10px}.product-card{display:flex;flex-direction:column;background:#fff;border-radius:18px;overflow:hidden;border:1px solid #e8eef7;box-shadow:0 10px 26px rgba(15,23,42,.06)}.product-image{height:180px;background:linear-gradient(135deg,#dbeafe,#eff6ff);display:flex;align-items:center;justify-content:center;color:#1d4ed8;font-size:40px;font-weight:700}.product-body{padding:18px;display:flex;flex-direction:column;gap:10px}.price{font-size:24px;font-weight:700;color:#0f172a}.tag{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:700}.searchbar{display:flex;gap:10px;flex-wrap:wrap}.searchbar input,.field input,.field select,.field textarea{width:100%;padding:12px 14px;border:1px solid #d7e0ef;border-radius:12px;font-size:14px;background:#fff}.field textarea{min-height:110px;resize:vertical}.form-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1/-1}.alert{padding:12px 14px;border-radius:12px;margin-bottom:16px}.alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.alert-success{background:#ecfdf5;color:#166534;border:1px solid #bbf7d0}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:16px;overflow:hidden}.table th,.table td{padding:14px;border-bottom:1px solid #e8eef7;text-align:left;font-size:14px}.table th{background:#f8fbff}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.stat{background:#fff;padding:20px;border-radius:18px;box-shadow:0 8px 24px rgba(15,23,42,.05)}.sidebar-layout{display:grid;grid-template-columns:260px 1fr;gap:24px}.sidebar{background:#0f172a;color:#fff;border-radius:20px;padding:20px}.sidebar a{display:block;color:#fff;padding:10px 12px;border-radius:10px}.sidebar a:hover{background:rgba(255,255,255,.08)}.footer{padding:32px 0;color:#64748b}.cart-list{display:grid;gap:16px}.cart-item{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;background:#fff;padding:16px;border-radius:16px;border:1px solid #e8eef7}.kpi{font-size:30px;font-weight:700}.small{font-size:13px}.banner{background:linear-gradient(135deg,#dbeafe,#eff6ff);border-radius:22px;padding:22px}.actions{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:900px){.hero-grid,.grid-4,.grid-3,.sidebar-layout,.stats,.form-grid{grid-template-columns:1fr}.grid-2{grid-template-columns:1fr}.topbar .container{flex-direction:column;align-items:flex-start}}

.list-toolbar{
    justify-content:space-between;
    align-items:center;
    gap:16px;
    margin-bottom:18px;
}

.list-toolbar-controls{
    justify-content:flex-end;
    align-items:center;
    gap:12px;
    flex-wrap:nowrap;
}

.list-toolbar-controls > .btn{
    flex:0 0 auto;
    white-space:nowrap;
}

.searchbar-inline{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:nowrap;
    min-width:min(100%,440px);
}

.searchbar-inline input{
    flex:1 1 320px;
    min-width:240px;
}

.searchbar-inline .btn{
    flex:0 0 auto;
    white-space:nowrap;
}

.searchbar-inline select{
    flex:0 0 170px;
    min-width:140px;
    padding:12px 14px;
    border:1px solid #d7e0ef;
    border-radius:12px;
    font-size:14px;
    background:#fff;
}

.table-row-actions{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:nowrap;
    white-space:nowrap;
}

.table-row-actions .inline-form{
    display:inline-flex;
    margin:0;
}

.table-row-actions .btn{
    min-width:84px;
    text-align:center;
}

.order-items-grid,
.order-item-row{
    display:grid;
    grid-template-columns:minmax(220px, 2fr) minmax(100px, .7fr) minmax(140px, .9fr) minmax(190px, 1fr) auto;
    gap:10px;
    align-items:center;
}

.order-items-grid{
    margin-bottom:10px;
}

.order-items-head{
    font-size:13px;
    font-weight:700;
    color:#475569;
}

.order-item-row input,
.order-item-row select{
    width:100%;
    padding:12px 14px;
    border:1px solid #d7e0ef;
    border-radius:12px;
    font-size:14px;
    background:#fff;
}

@media(max-width:900px){
    .list-toolbar,
    .list-toolbar-controls{
        align-items:stretch;
    }

    .list-toolbar-controls{
        width:100%;
        justify-content:flex-start;
        flex-wrap:wrap;
    }

    .searchbar-inline{
        width:100%;
        min-width:0;
        flex-wrap:wrap;
    }

    .searchbar-inline input{
        min-width:0;
        flex:1 1 auto;
    }

    .searchbar-inline select{
        flex:1 1 auto;
        min-width:0;
    }

    .table-row-actions{
        flex-wrap:wrap;
        white-space:normal;
    }

    .order-items-grid{
        display:none;
    }

    .order-item-row{
        grid-template-columns:1fr;
    }
}
.product-image-media{width:100%;height:180px;object-fit:cover;display:block}.cart-item{grid-template-columns:1fr auto auto auto}.table select{padding:8px;border-radius:10px;border:1px solid #d7e0ef}code{display:block;background:#0f172a;color:#e2e8f0;padding:12px;border-radius:12px;overflow:auto;margin-top:6px}@media(max-width:900px){.cart-item{grid-template-columns:1fr}}
.storefront-message-strip{background:#0f172a;color:#fff}.storefront-message-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding-top:12px;padding-bottom:12px;font-size:13px}.storefront-message-grid span{display:block;padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.09);text-align:center}.storefront-topbar{position:sticky;top:0;z-index:20}.storefront-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.storefront-brand{display:flex;align-items:center;gap:14px}.storefront-brand-logo,.storefront-footer-logo{width:52px;height:52px;object-fit:contain;border-radius:16px;background:#fff;padding:6px}.storefront-category-nav{background:#fff;border-bottom:1px solid #e2e8f0}.storefront-chip-list{display:flex;flex-wrap:wrap;gap:10px;padding-top:16px;padding-bottom:16px}.storefront-chip{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:700;font-size:13px}.storefront-hero{padding-top:56px}.storefront-hero-title{font-size:44px;line-height:1.08;margin:12px 0}.storefront-hero-copy{font-size:18px;line-height:1.7;max-width:640px}.storefront-slot{padding-top:12px;padding-bottom:12px}.storefront-block+.storefront-block{margin-top:20px}.storefront-banner-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.storefront-banner-card{display:block;overflow:hidden;border-radius:24px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 40px rgba(15,23,42,.08)}.storefront-banner-card img{width:100%;height:220px;object-fit:cover;display:block}.storefront-banner-copy{padding:18px;display:flex;flex-direction:column;gap:8px;color:#162033}.storefront-banner-copy strong{font-size:18px}.storefront-circle-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.storefront-circle-card{display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center;color:#162033}.storefront-circle-media{width:132px;height:132px;border-radius:50%;background:linear-gradient(135deg,#dbeafe,#eff6ff);display:flex;align-items:center;justify-content:center;overflow:hidden;border:4px solid #fff;box-shadow:0 18px 34px rgba(15,23,42,.08)}.storefront-circle-media img{width:100%;height:100%;object-fit:cover}.storefront-circle-media span{font-size:34px;font-weight:700;color:#1d4ed8}.storefront-brand-strip{display:flex;flex-wrap:wrap;gap:12px}.storefront-brand-pill{display:inline-flex;align-items:center;padding:12px 16px;border-radius:14px;background:#fff;border:1px solid #dbe4f0;font-weight:700;color:#0f172a}.storefront-social-row{display:flex;flex-wrap:wrap;gap:14px}.storefront-social-item{width:56px;height:56px;border-radius:18px;background:#fff;border:1px solid #dbe4f0;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 10px 20px rgba(15,23,42,.06)}.storefront-social-item img{width:100%;height:100%;object-fit:cover}.storefront-social-item span{font-size:22px;font-weight:700;color:#1d4ed8}.storefront-footer{margin-top:28px;padding:36px 0;background:#0f172a;color:#cbd5e1}.storefront-footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:28px}.storefront-footer-brand{display:flex;align-items:center;gap:14px;margin-bottom:14px;color:#fff}.storefront-footer-links{display:flex;flex-direction:column;gap:10px;margin-top:12px}.storefront-footer-links a{color:#cbd5e1}.storefront-table-thumb{width:72px;height:52px;object-fit:cover;border-radius:12px;display:block}.storefront-asset-preview{width:100%;height:280px;object-fit:cover;border-radius:18px;display:block}.storefront-circle-preview{width:240px;height:240px;object-fit:cover;border-radius:50%;display:block;margin:0 auto;box-shadow:0 18px 34px rgba(15,23,42,.08)}.storefront-logo-preview{display:flex;align-items:center;justify-content:center;min-height:180px;padding:18px;background:#f8fbff;border:1px dashed #cbd5e1;border-radius:18px;margin-bottom:18px}.storefront-logo-preview img{max-width:100%;max-height:120px;object-fit:contain}.storefront-company-data{display:grid;gap:10px}
@media(max-width:900px){.storefront-message-grid,.storefront-banner-grid,.storefront-circle-grid,.storefront-footer-grid{grid-template-columns:1fr}.storefront-topbar-inner{flex-direction:column;align-items:flex-start}.storefront-circle-media{width:108px;height:108px}}
.storefront-headline-bar{background:#5b5d3f;color:#fff}.storefront-headline-track{display:flex;align-items:center;justify-content:center;min-height:54px;font-size:15px;font-weight:700;letter-spacing:.01em;text-align:center}.storefront-headline-text{display:inline-block;transition:opacity .22s ease,transform .22s ease}.storefront-headline-text.is-leaving{opacity:0;transform:translateY(-6px)}.storefront-header-shell{background:#fff;border-bottom:1px solid #ece8df}.storefront-header-main{display:grid;grid-template-columns:260px minmax(320px,1fr) auto;gap:24px;align-items:center;padding-top:26px;padding-bottom:26px}.storefront-brand{display:flex;align-items:center;gap:14px;color:#1d1d1d}.storefront-brand-logo{width:118px;height:78px;object-fit:contain;border-radius:0;background:transparent;padding:0}.storefront-brand-copy strong{display:block;font-size:26px;line-height:1.05;letter-spacing:-.02em}.storefront-search{display:flex;align-items:center;background:#f3f1ec;border:1px solid #ece8df;border-radius:999px;padding:8px 10px;min-height:58px}.storefront-search input{flex:1;border:0;background:transparent;padding:0 16px;font-size:15px;outline:none}.storefront-search button{border:0;background:#fff;color:#6a6248;border-radius:999px;padding:10px 18px;font-weight:700;cursor:pointer;box-shadow:0 4px 12px rgba(15,23,42,.08)}.storefront-header-actions{display:flex;align-items:center;gap:14px;justify-self:end}.storefront-action-link{display:flex;flex-direction:column;gap:2px;color:#1d1d1d;padding:8px 4px;white-space:nowrap}.storefront-action-link small{font-size:12px;color:#6b7280}.storefront-action-link strong{font-size:15px}.storefront-support{position:relative}.storefront-support-trigger{display:flex;align-items:center;gap:10px;border:0;background:transparent;color:#1d1d1d;cursor:pointer;padding:8px 4px}.storefront-support-trigger small{display:block;font-size:12px;color:#6b7280;text-align:left}.storefront-support-trigger strong{display:block;font-size:15px}.storefront-support-icon{width:30px;height:30px;border-radius:50%;border:1px solid #6a6248;display:flex;align-items:center;justify-content:center;font-weight:700;color:#6a6248}.storefront-support-panel{position:absolute;top:100%;right:0;width:290px;background:#fff;border-top:4px solid #3e4030;border-radius:0 0 16px 16px;box-shadow:0 18px 38px rgba(15,23,42,.16);padding:18px;display:none;z-index:40}.storefront-support:hover .storefront-support-panel,.storefront-support:focus-within .storefront-support-panel{display:block}.storefront-support-item{display:flex;flex-direction:column;gap:4px;padding:12px 0;border-bottom:1px solid #ece8df}.storefront-support-item:last-child{border-bottom:0;padding-bottom:0}.storefront-support-item strong{font-size:14px;color:#374151}.storefront-support-item span{font-size:15px;color:#0f172a}.storefront-nav-shell{background:#fff;border-bottom:1px solid #ece8df}.storefront-nav-row{display:flex;align-items:center;gap:22px;padding-top:14px;padding-bottom:14px}.storefront-mega-menu{position:relative;min-width:220px}.storefront-mega-menu summary{list-style:none;display:flex;align-items:center;gap:12px;cursor:pointer;color:#2f2f2f;font-size:16px;font-weight:700}.storefront-mega-menu summary::-webkit-details-marker{display:none}.storefront-burger{display:inline-flex;flex-direction:column;gap:4px}.storefront-burger span{display:block;width:20px;height:2px;background:#2f2f2f;border-radius:2px}.storefront-mega-panel{position:absolute;top:calc(100% + 14px);left:0;width:340px;max-height:70vh;overflow:auto;background:#fff;border:1px solid #ece8df;border-radius:18px;box-shadow:0 22px 45px rgba(15,23,42,.14);padding:18px;z-index:35}.storefront-tree-list{margin:0;padding-left:18px;display:grid;gap:8px}.storefront-tree-list>li>a{font-weight:700;color:#1f2937}.storefront-tree-list li{color:#475569}.storefront-tree-list li a{display:inline-block;padding:4px 0}.storefront-tree-list .storefront-tree-list{margin-top:4px;padding-left:16px}.storefront-main-nav{display:flex;flex-wrap:wrap;gap:26px;align-items:center}.storefront-main-nav a{font-size:15px;font-weight:700;color:#343434;white-space:nowrap}.storefront-hero{padding-top:42px}.storefront-hero-title{font-size:46px;line-height:1.02;margin:12px 0 16px}.storefront-hero-copy{font-size:18px;line-height:1.75;max-width:620px}.storefront-footer-brand strong{font-size:22px}.storefront-footer-logo{width:72px;height:72px;object-fit:contain;border-radius:14px;background:#fff;padding:8px}.storefront-footer-links a:hover,.storefront-main-nav a:hover,.storefront-tree-list a:hover,.storefront-action-link:hover{color:#6a6248}
@media(max-width:1100px){.storefront-header-main{grid-template-columns:1fr;justify-items:start}.storefront-header-actions{justify-self:stretch;flex-wrap:wrap}.storefront-search{width:100%}.storefront-main-nav{gap:16px}.storefront-mega-panel{width:min(92vw,340px)}}
@media(max-width:760px){.storefront-headline-track{font-size:13px;min-height:46px}.storefront-brand-logo{width:92px;height:64px}.storefront-brand-copy strong{font-size:22px}.storefront-nav-row{flex-direction:column;align-items:flex-start}.storefront-main-nav{gap:12px}.storefront-search button{padding:10px 14px}.storefront-header-actions{gap:10px}.storefront-action-link strong,.storefront-support-trigger strong{font-size:14px}}
:root{--secondary:#0f172a;--storefront-accent:#1d4ed8;--storefront-topline:#0f172a;--storefront-surface:#f3f1ec;--storefront-border:#ece8df}
.storefront-headline-bar{background:var(--storefront-topline);color:#fff}
.storefront-brand-copy strong,.storefront-action-link strong,.storefront-support-trigger strong,.storefront-main-nav a,.storefront-mega-menu summary,.storefront-support-item span{color:var(--secondary)}
.storefront-search{background:var(--storefront-surface);border-color:var(--storefront-border)}
.storefront-search button{background:var(--primary);color:#fff}
.storefront-support-icon{border-color:var(--storefront-accent);color:var(--storefront-accent)}
.storefront-support-panel{border-top-color:var(--secondary)}
.storefront-burger span{background:var(--secondary)}
.storefront-footer{background:var(--secondary)}
.storefront-footer-links a:hover,.storefront-main-nav a:hover,.storefront-tree-list a:hover,.storefront-action-link:hover{color:var(--storefront-accent)}

.storefront-headline-bar .container,
.storefront-header-shell .container,
.storefront-nav-shell .container{max-width:1340px}
.storefront-headline-bar{background:var(--storefront-topline);color:#fff}
.storefront-headline-track{min-height:34px;font-size:13px;font-weight:600;letter-spacing:.01em}
.storefront-header-shell{background:#fff;border-bottom:1px solid #ebe8e1}
.storefront-header-main{display:grid;grid-template-columns:minmax(360px,420px) minmax(320px,1fr) auto;gap:28px;align-items:center;padding-top:22px;padding-bottom:22px}
.storefront-header-main .storefront-brand{display:grid;grid-template-columns:96px minmax(0,1fr);align-items:center;gap:16px;color:#1f2937;min-width:0}
.storefront-brand-media{width:96px;height:78px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.storefront-brand-logo{width:100%;height:100%;object-fit:contain;background:transparent;padding:0;border-radius:0}
.storefront-brand-fallback{width:78px;height:78px;border-radius:24px;background:linear-gradient(135deg,var(--storefront-accent),var(--secondary));color:#fff;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:800;letter-spacing:.06em;box-shadow:0 16px 30px rgba(15,23,42,.15)}
.storefront-brand-copy{display:flex;flex-direction:column;justify-content:center;min-width:0}
.storefront-brand-copy strong{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;font-size:clamp(1rem,1.1vw + .4rem,1.55rem);line-height:.95;font-weight:800;letter-spacing:-.04em;color:var(--secondary);text-transform:uppercase;text-wrap:balance;max-width:260px}
.storefront-search{display:flex;align-items:center;gap:10px;min-height:52px;padding:6px 8px 6px 14px;border-radius:999px;background:#f2f0ea;border:1px solid #ebe6dc;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.storefront-search-leading{width:22px;height:22px;color:#8a7e60;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.storefront-search-leading svg,.storefront-search button svg,.storefront-header-icon svg{width:20px;height:20px;display:block}
.storefront-search input{flex:1;min-width:0;border:0;background:transparent;padding:0;font-size:15px;color:#1f2937;outline:none}
.storefront-search input::placeholder{color:#7b7f86}
.storefront-search button{width:44px;height:44px;border-radius:50%;border:0;background:#fff;color:#867750;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 14px rgba(15,23,42,.08);cursor:pointer;flex:0 0 auto}
.storefront-header-actions{display:flex;align-items:center;gap:16px;justify-self:end;flex-wrap:nowrap}
.storefront-header-card{display:flex;align-items:center;gap:10px;color:var(--secondary);position:relative}
.storefront-header-icon{width:34px;height:34px;border-radius:50%;border:1px solid #c9bea4;display:flex;align-items:center;justify-content:center;color:#7a6b46;flex:0 0 auto;background:#fff}
.storefront-header-copy{display:flex;flex-direction:column;gap:1px;line-height:1.05}
.storefront-header-copy small{font-size:12px;color:#6b7280}
.storefront-header-copy strong{font-size:15px;font-weight:800;color:var(--secondary)}
.storefront-business-card{max-width:240px;align-items:center}
.storefront-business-main{display:flex;align-items:center;gap:10px;color:inherit;min-width:0}
.storefront-business-card .storefront-header-copy{min-width:0;max-width:188px}
.storefront-business-card .storefront-header-copy small,
.storefront-business-card .storefront-header-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.storefront-business-link{color:inherit;display:block;max-width:100%}
.storefront-business-logoff{display:inline-flex;align-items:center;margin-top:3px;font-size:12px;font-weight:700;color:var(--storefront-accent)}
.storefront-business-logoff:hover{text-decoration:underline}
.storefront-account-card{max-width:300px;align-items:center}
.storefront-account-main{display:flex;align-items:center;gap:10px;color:inherit;min-width:0}
.storefront-account-card .storefront-header-copy{min-width:0;max-width:228px}
.storefront-account-card .storefront-header-copy small,
.storefront-account-card .storefront-header-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.storefront-account-link{color:inherit;display:block;max-width:100%}
.storefront-account-logoff{display:inline-flex;align-items:center;margin-top:3px;font-size:12px;font-weight:700;color:var(--storefront-accent)}
.storefront-account-logoff:hover{text-decoration:underline}
.storefront-support{position:relative}
.storefront-support-trigger,.storefront-account-card,.storefront-cart-card{padding:6px 2px;background:transparent;border:0;text-align:left;cursor:pointer}
.storefront-support-trigger:hover .storefront-header-copy strong,
.storefront-account-card:hover .storefront-header-copy strong{color:var(--storefront-accent)}
.storefront-support-panel{position:absolute;top:calc(100% + 8px);right:0;width:320px;background:#fff;border-top:4px solid var(--secondary);border-radius:0 0 18px 18px;box-shadow:0 18px 36px rgba(15,23,42,.16);padding:10px 22px;display:none;z-index:50}
.storefront-support:hover .storefront-support-panel,.storefront-support:focus-within .storefront-support-panel{display:block}
.storefront-support-item{display:flex;align-items:flex-start;gap:12px;padding:16px 0;border-bottom:1px solid #ede9df;color:inherit}
.storefront-support-item:last-child{border-bottom:0}
.storefront-support-item-icon{width:32px;height:32px;border-radius:10px;background:#f3efe5;color:#6f6446;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex:0 0 auto}
.storefront-support-item-copy{display:flex;flex-direction:column;gap:4px}
.storefront-support-item-copy small{font-size:12px;color:#6b7280}
.storefront-support-item-copy strong{font-size:15px;color:var(--secondary);line-height:1.3}
.storefront-support-empty{padding:16px 0;color:#6b7280;font-size:14px}
.storefront-cart-card{width:40px;height:40px;justify-content:center;padding:0;flex:0 0 auto}
.storefront-cart-badge{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#6f6a46;color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 12px rgba(15,23,42,.12)}
.storefront-nav-shell{background:#fff;border-top:1px solid #f0ede5;border-bottom:1px solid #ece7dc}
.storefront-nav-row{display:flex;align-items:center;gap:28px;padding-top:14px;padding-bottom:14px}
.storefront-mega-menu{position:relative;min-width:0;flex:0 0 auto}
.storefront-mega-menu summary{list-style:none;display:flex;align-items:center;gap:12px;cursor:pointer;color:var(--secondary);font-size:16px;font-weight:800}
.storefront-mega-menu summary::-webkit-details-marker{display:none}
.storefront-burger{display:inline-flex;flex-direction:column;gap:4px}
.storefront-burger span{display:block;width:20px;height:2px;background:var(--secondary);border-radius:2px}
.storefront-mega-panel{position:absolute;top:calc(100% + 14px);left:0;width:360px;max-height:72vh;overflow:auto;background:#fff;border:1px solid #ece8df;border-radius:18px;box-shadow:0 26px 48px rgba(15,23,42,.14);padding:18px 22px;z-index:45}
.storefront-tree-list{margin:0;padding-left:18px;display:grid;gap:8px}
.storefront-tree-list>li>a{font-weight:800;color:var(--secondary)}
.storefront-tree-list li{color:#4b5563}
.storefront-tree-list li a{display:inline-block;padding:2px 0}
.storefront-tree-list .storefront-tree-list{margin-top:6px;padding-left:16px}
.storefront-main-nav{display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.storefront-main-nav a{font-size:14px;font-weight:800;color:var(--secondary);letter-spacing:.01em;text-transform:uppercase;white-space:nowrap}
.storefront-footer-links a:hover,.storefront-main-nav a:hover,.storefront-tree-list a:hover,.storefront-header-card:hover{color:var(--storefront-accent)}

@media(max-width:1180px){
  .storefront-header-main{grid-template-columns:1fr;gap:18px}
  .storefront-header-actions{justify-self:start;flex-wrap:wrap}
  .storefront-search{width:100%}
  .storefront-header-main .storefront-brand{grid-template-columns:88px minmax(0,1fr)}
  .storefront-brand-media{width:88px;height:70px}
  .storefront-brand-copy strong{max-width:none}
}

@media(max-width:760px){
  .storefront-header-main{padding-top:16px;padding-bottom:16px}
  .storefront-header-main .storefront-brand{grid-template-columns:72px minmax(0,1fr);gap:12px}
  .storefront-brand-media{width:72px;height:58px}
  .storefront-brand-copy strong{font-size:clamp(.95rem,4.2vw,1.2rem);line-height:1;-webkit-line-clamp:4}
  .storefront-nav-row{flex-direction:column;align-items:flex-start;gap:14px}
  .storefront-main-nav{gap:14px}
  .storefront-main-nav a{font-size:13px}
  .storefront-support-panel{width:min(92vw,320px)}
}
.storefront-color-input{display:flex;align-items:center;gap:12px;min-height:48px;padding:8px 12px;border:1px solid #d7e0ef;border-radius:14px;background:#fff}
.storefront-color-control{width:64px !important;height:38px;padding:0 !important;border:0 !important;border-radius:10px;cursor:pointer;background:transparent}
.storefront-color-chip{width:28px;height:28px;border-radius:50%;border:2px solid rgba(15,23,42,.12);box-shadow:inset 0 0 0 1px rgba(255,255,255,.45)}
.storefront-color-code{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#f8fbff;color:#334155;font-size:12px;font-weight:700;letter-spacing:.04em}
.storefront-theme-preview{padding:18px;border-radius:18px;background:#f8fbff;border:1px solid #dbe4f0}
.storefront-theme-preview-bar{display:flex;align-items:center;justify-content:center;padding:0 18px;border-radius:16px;text-align:center;font-weight:700;box-shadow:0 10px 24px rgba(15,23,42,.08)}
.storefront-theme-preview-footer{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:18px;align-items:start}
.storefront-theme-preview-footer-brand{display:grid;gap:8px}
.storefront-theme-preview-footer-brand strong{font-size:1.25em;color:inherit}
.storefront-theme-preview-footer-links{display:grid;gap:10px;justify-items:start}
.storefront-footer,.storefront-footer a,.storefront-footer strong{color:inherit}
.storefront-footer-links a{color:inherit;opacity:.92}
.storefront-footer-links a:hover{opacity:1}
@media(max-width:900px){
  .storefront-theme-preview-footer{grid-template-columns:1fr}
}
