.grid{display:grid;gap:22px}
.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.panel{background:#fff;border:1px solid var(--line);border-radius:8px;padding:22px;box-shadow:0 8px 20px rgba(15,23,42,.05)}
.soft{background:#eefaf2}
.page-hero{position:relative;overflow:hidden;background:var(--navy);color:#fff}
.page-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.42}
.page-hero__inner{position:relative;z-index:1;padding:82px 0}
.page-hero h1{color:#fff;font-size:clamp(2rem,4vw,4rem);margin:10px 0}
.page-hero p{max-width:760px}
.breadcrumb{display:flex;gap:8px;color:#e2e8f0;flex-wrap:wrap}
.breadcrumb a{color:var(--yellow)}
.flash{margin-top:16px;padding:12px 14px;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:8px;color:#166534;font-weight:800}
.filters{display:grid;gap:14px}
.field{display:grid;gap:7px;margin-bottom:12px}
.field label{font-weight:900;color:var(--muted)}
.filter-actions,.card-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.btn.dark,.btn.ghost{background:var(--navy);color:#fff}
.btn.ghost{background:#fff;color:var(--navy);border:1px solid var(--line);box-shadow:none}
.toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:18px}
.pagination{display:flex;justify-content:center;gap:10px;margin-top:28px;flex-wrap:wrap}
.pagination a{display:grid;place-items:center;min-width:38px;height:38px;padding:0 12px;border-radius:8px;background:#fff;border:1px solid var(--line);font-weight:900}
.pagination a.active{background:var(--green);color:#fff}
.details,.cart-layout{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}
.gallery-main,.product-media-main{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}
.gallery-main img{width:100%;aspect-ratio:1/1;object-fit:cover}
.thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}
.thumbs img{border:1px solid var(--line);border-radius:8px;background:#fff;aspect-ratio:1/1;object-fit:cover;cursor:pointer}
.cart-row{display:grid;grid-template-columns:92px 1fr auto 90px;gap:14px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:8px;padding:14px;margin-bottom:14px}
.cart-row img,.checkout-line img{width:82px;height:82px;object-fit:cover;border-radius:8px;background:#f1f5f9}
.cart-qty-control{display:grid;grid-template-columns:42px 48px 42px;align-items:center;overflow:hidden;border:1.5px solid #86efac;border-radius:999px;background:#f0fdf4;box-shadow:0 5px 14px rgba(22,163,74,.12)}
.cart-qty-control button{width:42px;height:40px;padding:0;border:0;background:#f0fdf4;color:#15803d;font-size:1.3rem;font-weight:900;cursor:pointer}
.cart-qty-control button:hover{background:#dcfce7}
.cart-qty-control button:disabled{cursor:not-allowed;opacity:.4}
.cart-qty-control input{width:48px;height:40px;padding:0!important;border:0!important;border-right:1px solid #86efac!important;border-left:1px solid #86efac!important;border-radius:0!important;background:#fff;text-align:center;font-weight:900;color:var(--navy);appearance:textfield;-moz-appearance:textfield}
.cart-qty-control input::-webkit-inner-spin-button,.cart-qty-control input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}
.summary dl{display:grid;grid-template-columns:1fr auto;gap:10px}
.summary dt{color:var(--muted)}
.summary dd{margin:0;font-weight:900}
.checkout-line{display:flex;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:10px 0}
.wishlist-toggle{top:12px}
.wishlist-toggle button{width:100%;height:100%;border:0;background:transparent}
.footer-contact p{margin:7px 0;color:#cbd5e1}
.payments img{max-height:34px;object-fit:contain}
.blog-grid article p{color:var(--muted)}
.product-cat{min-height:22px}
.active-filter-category{padding:12px;border-radius:8px;background:#ecfdf5;display:grid;gap:4px}
.active-filter-category strong{color:var(--green)}
.admin-store-link{white-space:nowrap}
@media (max-width:900px){.cols-4,.cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}.details,.cart-layout{grid-template-columns:1fr}.cart-row{grid-template-columns:76px 1fr}.cart-row>.cart-qty-control,.cart-row>strong{grid-column:2}.cart-row>.cart-qty-control button,.cart-row>.cart-qty-control input{grid-column:auto}}
@media (max-width:560px){.cols-4,.cols-3,.cols-2{grid-template-columns:1fr}.toolbar{align-items:flex-start;flex-direction:column}.page-hero__inner{padding:56px 0}.cart-row{grid-template-columns:76px 1fr}.cart-row img{grid-column:1}.cart-row>div:nth-of-type(1){grid-column:2}.cart-row>.cart-qty-control,.cart-row>strong{grid-column:2}.cart-row>.cart-qty-control button,.cart-row>.cart-qty-control input{grid-column:auto}}

/* Final client polish overrides */
.admin-store-link{display:none!important}
.site-header .nav{min-height:82px;gap:14px}
.header-search{display:flex!important;align-items:center;flex:1 1 390px;max-width:540px;min-width:300px;height:48px;border:1px solid rgba(22,163,74,.22)!important;border-radius:999px!important;background:#fff!important;box-shadow:0 14px 32px rgba(15,23,42,.08);overflow:hidden}
.header-search input{width:100%!important;height:100%;border:0!important;background:#fff!important;padding:0 18px!important;box-shadow:none!important}
.header-search button{width:104px!important;min-width:104px!important;height:100%;border:0!important;border-radius:0!important;background:linear-gradient(135deg,#16a34a,#f97316)!important;color:#fff!important;font-size:0!important;font-weight:900}
.header-search button:before{content:"Search";font-size:.88rem}
.nav-actions{gap:8px}

.hero-slider{height:clamp(430px,52vw,560px)!important;min-height:0!important;background:#0f172a!important}
.hero-slider .slide,.hero-slider .slide.active{position:absolute!important;inset:0!important;height:100%!important;opacity:0;display:block}
.hero-slider .slide.active{opacity:1!important}
.hero-slider .slide img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center right!important;opacity:.76!important;filter:saturate(1.08) contrast(1.03)}
.hero-slider .slide:before{content:none!important}
.hero-slider .slide:after{content:""!important;position:absolute!important;inset:0!important;z-index:1!important;background:linear-gradient(90deg,rgba(15,23,42,.88) 0%,rgba(15,23,42,.64) 38%,rgba(15,23,42,.18) 72%,rgba(15,23,42,.06) 100%)!important}
.slide__content{position:relative!important;z-index:2!important;height:100%!important;max-width:660px!important;margin-left:max(4%,calc((100vw - 1180px)/2))!important;margin-right:0!important;padding:0 0 0 0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;color:#fff!important}
.slide__content .eyebrow{margin:0 0 14px!important}
.slide__content h1,.slide__content h2{font-size:clamp(2.2rem,4vw,3.8rem)!important;line-height:1.05!important;margin:0 0 16px!important;max-width:650px!important}
.slide__content p{max-width:560px!important;margin:0 0 24px!important;font-size:clamp(1rem,1.5vw,1.15rem)!important}
.slide__content .btn{margin-right:10px;margin-top:0!important}
.slider-arrow{top:50%!important}
.slider-dots{bottom:18px!important}

.deal-band--image,.promo-banner--image{min-height:390px!important;border-radius:8px!important}
.deal-band--image>img,.promo-banner--image>img{filter:saturate(1.05) contrast(1.02)!important}
.deal-band--image:after,.promo-banner--image:after{background:linear-gradient(90deg,rgba(15,23,42,.86),rgba(15,23,42,.48) 42%,rgba(15,23,42,.12) 78%)!important}
.deal-band__inner{min-height:390px!important;padding:58px 0!important}
.promo-banner--image{padding:58px!important}
.promo-banner--image>div{max-width:620px}

.footer-brand .footer-payments{display:none!important}
.footer__bottom{display:flex!important;justify-content:center!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;text-align:center!important}
.footer__bottom span,.footer__bottom a{display:inline!important;margin:0!important}

@media (max-width:1100px){.header-search{flex-basis:320px;min-width:250px;max-width:420px}.nav-menu{gap:11px}.nav-menu a{font-size:.93rem}}
@media (max-width:900px){.header-search{display:none!important}.hero-slider{height:500px!important}.slide__content{margin-left:4%!important;width:88%!important}.deal-band--image,.promo-banner--image,.deal-band__inner{min-height:330px!important}.promo-banner--image{padding:34px!important}}
@media (max-width:560px){.hero-slider{height:470px!important}.slide__content{width:90%!important}.slide__content h1,.slide__content h2{font-size:2.15rem!important}.slide__content .btn{width:100%;margin-right:0}.deal-band--image,.promo-banner--image,.deal-band__inner{min-height:360px!important}.footer__bottom{font-size:.86rem}}

/* Product page gallery thumbnails */
.details .thumbs{
    display:grid!important;
    grid-template-columns:repeat(5,72px)!important;
    gap:10px!important;
    justify-content:start;
    align-items:center;
    margin-top:12px!important;
}
.details .thumbs img{
    width:72px!important;
    height:72px!important;
    aspect-ratio:1/1!important;
    object-fit:cover!important;
    border-radius:8px!important;
    border:1px solid #dbe3ef!important;
    background:#fff!important;
    padding:4px;
    box-shadow:0 8px 18px rgba(15,23,42,.08);
    transition:transform .2s,border-color .2s,box-shadow .2s;
}
.details .thumbs img:hover{
    border-color:var(--green)!important;
    box-shadow:0 12px 26px rgba(22,163,74,.16);
    transform:translateY(-2px);
}
@media (max-width:560px){
    .details .thumbs{
        grid-template-columns:repeat(5,minmax(0,1fr))!important;
        gap:7px!important;
    }
    .details .thumbs img{
        width:100%!important;
        height:auto!important;
        padding:3px;
    }
}

/* Live-ready UI polish */
.header-search button{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    line-height:1!important;
}
.header-search button:before{
    display:block!important;
    line-height:1!important;
    transform:translateY(0)!important;
}
.hero-actions{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    flex-wrap:wrap!important;
}
.hero-actions .btn,
.slide__content .hero-actions .btn{
    width:auto!important;
    min-width:142px;
    margin:0!important;
}
.hero-slider .slider-arrow{
    top:50%!important;
    transform:translateY(-50%)!important;
    display:grid!important;
    place-items:center!important;
    line-height:1!important;
    padding:0!important;
}
.hero-slider .slider-arrow:hover{
    transform:translateY(-50%) scale(1.06)!important;
}
.hero-slider .slider-arrow:before{
    margin:0!important;
    position:relative!important;
    left:5px;
    top:8px;
}
.hero-slider .slider-arrow.next:before{left:-2px}
input,
select,
textarea,
.search-box input,
.search-box select,
.field input,
.field select,
.field textarea,
label input,
label select{
    min-height:48px;
    border:1px solid #d8e2ee!important;
    border-radius:8px!important;
    background:#fff!important;
    color:#0f172a!important;
    box-shadow:0 10px 24px rgba(15,23,42,.04)!important;
    transition:border-color .2s,box-shadow .2s,transform .2s;
}
textarea{min-height:132px;resize:vertical}
input:focus,
select:focus,
textarea:focus{
    outline:0!important;
    border-color:#16a34a!important;
    box-shadow:0 0 0 4px rgba(22,163,74,.13),0 16px 30px rgba(15,23,42,.08)!important;
}
.btn,
button.btn{
    min-height:46px;
    border-radius:8px!important;
    letter-spacing:0;
    line-height:1!important;
}
.live-content{font-size:1rem;line-height:1.82}
.live-content h2{margin-top:0;font-size:clamp(1.65rem,2.4vw,2.35rem)}
.live-content p{color:#475569;margin:0 0 16px}
.category-content-block{display:grid;grid-template-columns:1.45fr .85fr;gap:22px;margin-top:28px}
.contact-premium{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:start}
.contact-form-card,
.contact-info-card{
    border:0!important;
    background:linear-gradient(180deg,#fff,#f8fafc)!important;
    box-shadow:0 24px 60px rgba(15,23,42,.12)!important;
}
.contact-form-card h2,.contact-info-card h2{margin:6px 0 10px}
.contact-info-stack{display:grid;gap:18px}
.contact-channel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0}
.contact-channel-grid a{
    display:grid;
    gap:4px;
    padding:14px;
    border-radius:8px;
    background:linear-gradient(135deg,#ecfdf5,#fff7ed);
    border:1px solid #dbeafe;
}
.contact-channel-grid strong{color:#0f172a}
.contact-channel-grid span{font-size:.84rem;color:#64748b;word-break:break-word}
.contact-map-card{
    min-height:250px;
    display:grid;
    place-items:center;
    border-radius:8px;
    overflow:hidden;
    background:linear-gradient(135deg,#14532d,#0f172a);
    color:#fff;
    padding:26px;
}
.contact-map-card iframe{width:100%;height:300px;border:0}
.contact-trust-grid .info-card,
.market-proof,
.info-card{
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:8px;
    padding:22px;
    box-shadow:0 14px 34px rgba(15,23,42,.07);
}
.product-detail-section{background:linear-gradient(180deg,#f8fafc,#eefaf2)}
.product-detail-premium{gap:34px}
.product-gallery-card,
.product-buy-card{
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:8px;
    padding:18px;
    box-shadow:0 24px 60px rgba(15,23,42,.12);
}
.product-buy-card{padding:28px}
.product-topline,
.product-price-row,
.product-trust-row,
.product-secondary-actions{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}
.rating-pill,
.review-pill,
.stock-pill{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    border-radius:999px;
    padding:7px 12px;
    font-weight:900;
    background:#fef9c3;
    color:#854d0e;
}
.review-pill{background:#e0f2fe;color:#075985}
.stock-pill{background:#dcfce7;color:#166534}
.product-buy-card h2{font-size:clamp(1.8rem,3vw,2.8rem);margin:14px 0;color:#0f172a}
.product-price strong{font-size:2rem;color:#16a34a}
.product-price del{font-size:1.05rem}
.product-lead{font-size:1.05rem;color:#475569}
.product-trust-row{margin:16px 0}
.product-trust-row span{
    padding:8px 11px;
    border-radius:999px;
    background:#f1f5f9;
    color:#334155;
    font-weight:800;
    font-size:.86rem;
}
.product-purchase-form{
    margin:18px 0 14px;
    background:#f8fafc!important;
    box-shadow:none!important;
}
.product-action-row .btn{flex:1 1 160px}
.product-secondary-actions form{margin:0}
.product-secondary-actions .btn{min-width:170px}
.product-info-section .panel{height:max-content}
.faq-color-grid{display:grid;gap:12px}
.faq-color-card{
    border:0;
    border-radius:8px;
    padding:0;
    overflow:hidden;
    box-shadow:0 12px 28px rgba(15,23,42,.08);
}
.faq-color-card summary{
    cursor:pointer;
    padding:15px 16px;
    font-weight:900;
    color:#0f172a;
}
.faq-color-card p{padding:0 16px 16px;margin:0;color:#475569}
.faq-color-1{background:linear-gradient(135deg,#ecfdf5,#d1fae5)}
.faq-color-2{background:linear-gradient(135deg,#eff6ff,#dbeafe)}
.faq-color-3{background:linear-gradient(135deg,#fff7ed,#ffedd5)}
.faq-color-4{background:linear-gradient(135deg,#fefce8,#fef3c7)}
.faq-color-5{background:linear-gradient(135deg,#f5f3ff,#ede9fe)}
.cms-live-page .faq-color-card{margin-top:12px}
@media (max-width:900px){
    .category-content-block,
    .contact-premium{grid-template-columns:1fr}
    .contact-channel-grid{grid-template-columns:1fr}
    .product-buy-card{padding:22px}
}
@media (max-width:560px){
    .hero-actions{width:100%;gap:10px!important}
    .hero-actions .btn,
    .slide__content .hero-actions .btn{
        flex:1 1 calc(50% - 6px);
        min-width:0;
        padding-inline:12px;
    }
    .hero-slider .slider-arrow{
        width:42px!important;
        height:42px!important;
        min-width:42px!important;
    }
    .product-price-row{align-items:flex-start;flex-direction:column}
    .product-secondary-actions .btn,
    .product-secondary-actions form{width:100%}
    .product-secondary-actions form .btn{width:100%}
}

/* Category page: offer-led shopping experience */
.category-offer-top{
    padding:30px 0 0;
    background:linear-gradient(180deg,#f8fafc 0%,#fff 100%);
}
.category-offer-hero{
    position:relative;
    min-height:310px;
    overflow:hidden;
    border-radius:28px;
    isolation:isolate;
    box-shadow:0 24px 60px rgba(15,23,42,.16);
}
.category-offer-hero>img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:-2;
}
.category-offer-overlay{
    position:absolute;
    inset:0;
    z-index:-1;
    background:linear-gradient(90deg,rgba(3,20,27,.94) 0%,rgba(8,47,73,.82) 48%,rgba(8,47,73,.12) 100%);
}
.category-offer-copy{
    width:min(690px,70%);
    padding:46px 52px;
    color:#fff;
}
.category-offer-kicker{
    display:inline-flex;
    align-items:center;
    min-height:28px;
    padding:5px 12px;
    border-radius:999px;
    background:#fbbf24;
    color:#422006;
    font-size:.76rem;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.category-offer-copy h2{
    margin:14px 0 8px;
    color:#fff;
    font-size:clamp(2rem,4vw,3.35rem);
    line-height:1.02;
}
.category-offer-copy p{
    max-width:620px;
    margin:0;
    color:#e2e8f0;
    font-size:1.03rem;
}
.category-offer-pills,
.category-offer-actions{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
}
.category-offer-pills{margin:20px 0}
.category-offer-pills strong,
.category-offer-pills span{
    min-height:34px;
    display:inline-flex;
    align-items:center;
    padding:7px 12px;
    border:1px solid rgba(255,255,255,.28);
    border-radius:999px;
    background:rgba(255,255,255,.13);
    backdrop-filter:blur(6px);
    color:#fff;
    font-size:.84rem;
}
.category-offer-pills strong{background:#22c55e;border-color:#22c55e}
.category-offer-actions .btn{min-height:44px}
.category-offer-cart{
    color:#fff!important;
    background:transparent!important;
    border:1px solid rgba(255,255,255,.65)!important;
}
.category-offer-bottom{padding:0 0 76px}
.category-offer-bottom-panel{
    display:grid;
    grid-template-columns:minmax(280px,.9fr) minmax(420px,1.1fr);
    gap:36px;
    align-items:center;
    padding:38px;
    overflow:hidden;
    border:1px solid #dbeafe;
    border-radius:26px;
    background:
        radial-gradient(circle at 100% 0,rgba(34,197,94,.2),transparent 35%),
        linear-gradient(135deg,#eff6ff,#f0fdf4 55%,#fffbeb);
    box-shadow:0 18px 45px rgba(15,23,42,.08);
}
.category-offer-bottom-copy h2{
    margin:13px 0 9px;
    color:#0f172a;
    font-size:clamp(1.7rem,3vw,2.45rem);
}
.category-offer-bottom-copy p{margin:0 0 19px;color:#475569}
.category-offer-benefits{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
}
.category-offer-benefits>div{
    min-height:150px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    gap:6px;
    padding:18px;
    border:1px solid rgba(148,163,184,.24);
    border-radius:20px;
    background:rgba(255,255,255,.86);
    box-shadow:0 12px 28px rgba(15,23,42,.06);
}
.category-offer-benefits span{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border-radius:12px;
    background:#dcfce7;
    color:#166534;
    font-weight:950;
}
.category-offer-benefits strong{color:#0f172a;font-size:.94rem}
.category-offer-benefits small{color:#64748b;line-height:1.35}
@media (max-width:900px){
    .category-offer-copy{width:min(780px,88%);padding:38px}
    .category-offer-overlay{background:linear-gradient(90deg,rgba(3,20,27,.94),rgba(8,47,73,.65))}
    .category-offer-bottom-panel{grid-template-columns:1fr;padding:30px}
}
@media (max-width:640px){
    .category-offer-top{padding-top:16px}
    .category-offer-hero{min-height:380px;border-radius:20px}
    .category-offer-hero>img{object-position:center}
    .category-offer-overlay{background:linear-gradient(0deg,rgba(3,20,27,.96) 0%,rgba(3,20,27,.78) 65%,rgba(3,20,27,.28) 100%)}
    .category-offer-copy{
        position:absolute;
        inset:auto 0 0;
        width:100%;
        padding:26px 22px;
    }
    .category-offer-copy h2{font-size:2rem}
    .category-offer-copy p{font-size:.93rem}
    .category-offer-pills{margin:14px 0}
    .category-offer-pills span:last-child{display:none}
    .category-offer-actions{width:100%}
    .category-offer-actions .btn{flex:1 1 130px;min-width:0;padding-inline:13px}
    .category-offer-bottom{padding-bottom:38px}
    .category-offer-bottom-panel{padding:22px;border-radius:20px}
    .category-offer-benefits{grid-template-columns:1fr}
    .category-offer-benefits>div{min-height:0;display:grid;grid-template-columns:38px 1fr;column-gap:12px;padding:14px}
    .category-offer-benefits>div span{grid-row:1/3}
}
.document-page{padding:34px 0;background:#eef2f7}.document-shell{max-width:960px;margin:auto;padding:0!important;overflow:hidden;border:1px solid #dbe3ee;border-radius:16px!important;background:#fff;box-shadow:0 18px 50px rgba(15,23,42,.1)}.doc-header{display:flex;justify-content:space-between;gap:28px;padding:28px 34px;background:linear-gradient(135deg,#062b60,#0b478e);color:#fff}.doc-brand{display:flex;align-items:flex-start;gap:18px;max-width:65%}.doc-brand img{width:94px!important;height:58px!important;max-width:94px!important;object-fit:contain;background:#fff;border-radius:10px;padding:7px}.doc-brand h2{color:#fff;margin:0 0 6px;font-size:22px}.doc-brand p{margin:2px 0;font-size:12px;line-height:1.45;color:#dbeafe}.doc-title-block{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:5px}.doc-title-block strong{font-size:17px}.doc-title-block small{color:#bfdbfe}.doc-badge{display:inline-flex;background:#16a34a;color:#fff;padding:6px 12px;border-radius:999px;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.doc-body{padding:28px 34px}.doc-actions{display:flex;justify-content:flex-end;gap:10px;margin-bottom:20px}.doc-summary-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #dbe3ee;border-radius:12px;overflow:hidden;margin-bottom:22px}.doc-summary-strip>div{padding:13px 16px;border-right:1px solid #dbe3ee}.doc-summary-strip>div:last-child{border:0}.doc-summary-strip span,.doc-box h3{display:block;color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-size:10px}.doc-summary-strip strong{display:block;color:#0f172a;font-size:13px;overflow-wrap:anywhere}.doc-meta-grid,.doc-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:20px 0}.doc-box{border:1px solid #dbe3ee;border-radius:12px;padding:18px;background:#f8fafc}.doc-box h3{margin:0 0 10px}.doc-box p{margin:4px 0;font-size:13px}.doc-items-table{border:1px solid #dbe3ee;border-radius:12px;overflow:hidden}.doc-items-table th{background:#eff6ff;color:#062b60;font-size:11px;text-transform:uppercase}.doc-items-table td{font-size:13px}.doc-total{border:1px solid #dbe3ee;border-radius:12px;padding:12px 18px}.doc-total>div{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px dashed #dbe3ee}.doc-total .grand{border:0;margin-top:5px;padding-top:12px;color:#062b60;font-size:18px}.doc-footer-note{text-align:center;margin-top:24px;padding:14px;border-radius:10px;background:#ecfdf5;color:#166534;font-size:12px}.packing-label{display:grid;grid-template-columns:1fr 130px;gap:20px;border:2px solid #0f172a;border-radius:12px;padding:22px;margin-top:22px}.label-tag{font-size:10px;font-weight:900;text-transform:uppercase;background:#0f172a;color:#fff;padding:5px 9px;border-radius:5px}.packing-label h3{margin:14px 0 8px}.packing-meta{display:flex;gap:30px;margin-top:16px}.qr-box{display:grid;place-items:center;border:2px dashed #94a3b8;border-radius:10px;min-height:125px;text-align:center}.qr-box span{font-size:28px;font-weight:900}.packing-checklist{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:18px;padding:14px;background:#f8fafc;border-radius:10px;font-size:12px}.tracking-page{background:#f1f5f9}.tracking-search{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end;margin-bottom:22px}.tracking-search .field{margin:0}.tracking-result{display:grid;gap:20px}.tracking-hero{display:flex;justify-content:space-between;gap:20px;padding:26px 30px;border-radius:16px;background:linear-gradient(135deg,#062b60,#0b478e);color:#fff}.tracking-hero h2{color:#fff;margin:4px 0}.tracking-hero p{margin:0;color:#dbeafe}.tracking-hero>div:last-child{text-align:right;display:grid}.tracking-hero>div:last-child strong{font-size:26px}.tracking-steps{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:14px;padding:22px;border:1px solid #dbe3ee}.tracking-steps>div{display:flex;gap:10px;align-items:center;position:relative}.tracking-steps>div:after{content:"";height:3px;background:#dbe3ee;position:absolute;left:38px;right:8px;top:16px}.tracking-steps>div.on:after{background:#16a34a}.tracking-steps>div:last-child:after{display:none}.tracking-steps i{position:relative;z-index:1;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#e2e8f0;font-style:normal;font-weight:800}.tracking-steps .on i{background:#16a34a;color:#fff}.tracking-steps span{display:grid}.tracking-steps small{color:#64748b}.tracking-grid{display:grid;grid-template-columns:1.35fr .8fr;gap:20px}.tracking-items article{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #e2e8f0}.tracking-items img{width:58px;height:58px;object-fit:cover;border-radius:9px;background:#f1f5f9}.tracking-items div{display:grid}.tracking-items small,.tracking-items span{color:#64748b;font-size:12px}.tracking-info dl{display:grid;grid-template-columns:100px 1fr;gap:9px;margin:0}.tracking-info dt{color:#64748b;font-size:12px}.tracking-info dd{margin:0;font-weight:650;font-size:13px}.tracking-actions{display:flex;gap:8px;margin-top:20px}.tracking-not-found{text-align:center;margin-top:20px}
.customer-delivery-otp{display:grid;grid-template-columns:1fr auto;gap:8px 24px;align-items:center;margin-top:20px;border:1px solid #86efac;background:linear-gradient(135deg,#f0fdf4,#ecfeff)}.customer-delivery-otp span{color:#047857;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.customer-delivery-otp h3{margin:4px 0;color:#064e3b}.customer-delivery-otp p{margin:0;color:#475569;font-size:13px}.customer-delivery-otp>strong{grid-row:1/3;grid-column:2;font-size:30px;letter-spacing:.18em;color:#062b60;background:#fff;border:1px dashed #16a34a;border-radius:12px;padding:14px 16px}.customer-delivery-otp>small{grid-column:1/-1;color:#64748b}
.account-order-row{padding:10px 0;border-bottom:1px solid #e2e8f0}.account-order-row:last-child{border-bottom:0}.account-order-row>p{margin:0}.customer-delivery-otp.compact{grid-template-columns:1fr auto;margin:8px 0 0;padding:10px 12px;gap:4px 12px;border-radius:10px}.customer-delivery-otp.compact>strong{grid-row:1/3;grid-column:2;padding:8px 10px;font-size:20px}.customer-delivery-otp.compact>small{grid-column:1}

/* Customer account, orders and order-details hub */
.account-order-card>.customer-delivery-otp{grid-column:1/-1;width:100%;box-sizing:border-box}.account-order-card>.customer-delivery-otp.compact p{margin:3px 0;font-size:.72rem}
.account-page{min-height:70vh;background:linear-gradient(180deg,#f4f8fc,#eef6f2)}.account-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:32px 36px;border-radius:24px;background:radial-gradient(circle at 88% 10%,#34d39955,transparent 30%),linear-gradient(135deg,#062b60,#0b478e);color:#fff;box-shadow:0 22px 55px #062b6025}.account-hero h1{margin:5px 0;color:#fff;font-size:clamp(2rem,4vw,3rem)}.account-hero p{margin:0;color:#dbeafe}.account-avatar{display:grid;place-items:center;width:88px;height:88px;flex:0 0 auto;border:4px solid #ffffff55;border-radius:27px;background:#16a34a;color:#fff;font-size:2.3rem;font-weight:900;box-shadow:0 15px 30px #001b3a55}.account-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0}.account-stats a{display:flex;align-items:center;gap:12px;padding:18px 20px;border:1px solid #dce6ef;border-radius:16px;background:#fff;box-shadow:0 8px 25px #0f172a0b}.account-stats strong{font-size:1.7rem;color:#0b478e}.account-stats span{color:#64748b;font-size:.8rem;font-weight:750}.account-layout{display:grid;grid-template-columns:245px 1fr;gap:20px;align-items:start}.account-sidebar{position:sticky;top:90px;padding:0!important;overflow:hidden}.account-user{padding:22px;border-bottom:1px solid #e2e8f0}.account-user h2{margin:9px 0 4px}.account-user p{margin:3px 0;color:#64748b;font-size:.8rem;overflow-wrap:anywhere}.verified-badge{display:inline-flex;padding:5px 9px;border-radius:99px;background:#dcfce7;color:#15803d;font-size:.68rem;font-weight:850}.account-sidebar nav{display:grid;padding:10px}.account-sidebar nav a{padding:12px 13px;border-radius:10px;color:#475569;font-size:.82rem;font-weight:750}.account-sidebar nav a:hover,.account-sidebar nav a.active{background:#eff6ff;color:#0754a3}.account-sidebar>form{padding:0 10px 14px}.account-logout{width:100%;padding:11px;border:0;border-radius:10px;background:#fff1f2;color:#be123c;font-weight:800;cursor:pointer}.account-main{display:grid;gap:20px}.account-section{padding:24px!important}.account-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.account-section-head span{color:#16a34a;font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.account-section-head h2{margin:3px 0}.account-section-head>a{color:#0754a3;font-size:.78rem;font-weight:800}.account-empty{padding:34px;text-align:center}.account-empty>span{font-size:2.5rem}.account-empty h3{margin:9px 0}.account-empty p{color:#64748b}.account-order-card{display:grid;grid-template-columns:48px minmax(170px,1fr) auto auto;gap:14px;align-items:center;padding:16px 0;border-top:1px solid #e5eaf0}.account-order-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#eff6ff;font-size:1.25rem}.account-order-copy span{color:#94a3b8;font-size:.68rem}.account-order-copy h3{margin:3px 0;color:#062b60;font-size:.95rem}.account-order-copy p{margin:0;color:#64748b;font-size:.75rem}.account-status{display:inline-flex;justify-content:center;padding:7px 10px;border-radius:99px;background:#fff7ed;color:#c2410c;font-size:.68rem;font-weight:850}.account-status.status-delivered{background:#dcfce7;color:#15803d}.account-status.status-cancelled,.account-status.status-refunded{background:#ffe4e6;color:#be123c}.account-order-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.account-order-actions a{padding:7px 9px;border:1px solid #dbe5ef;border-radius:8px;background:#fff;color:#334155;font-size:.68rem;font-weight:800}.account-order-actions a.track{border-color:#16a34a;background:#16a34a;color:#fff}.account-address-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.account-address-card{padding:16px;border:1px solid #dbe5ef;border-radius:14px;background:#f8fafc}.account-address-card header{display:flex;gap:10px;align-items:center}.account-address-card header>span{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#dcfce7}.account-address-card h3{margin:0;font-size:.9rem}.account-address-card header small{color:#15803d;font-weight:800}.account-address-card>p{min-height:38px;margin:10px 0;color:#475569;font-size:.78rem}.account-address-card>span{color:#64748b;font-size:.72rem}.account-address-card footer{display:flex;gap:7px;margin-top:12px}.account-address-card button{padding:7px 9px;border:0;border-radius:7px;background:#eaf2fb;color:#0754a3;font-size:.68rem;font-weight:800;cursor:pointer}.account-address-card button.danger{background:#fff1f2;color:#be123c}.account-address-add{margin-top:16px;border:1px dashed #aabacd;border-radius:14px;background:#f8fafc}.account-address-add summary{padding:15px;color:#0754a3;font-size:.82rem;font-weight:850;cursor:pointer}.account-address-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 16px 16px}.account-address-form .field{margin:0}.account-address-form .wide{grid-column:1/-1}.account-login-card{max-width:650px;margin:auto;padding:50px 35px;border:1px solid #dbe5ef;border-radius:24px;background:#fff;text-align:center;box-shadow:0 25px 60px #0f172a14}.account-login-card>.account-icon{display:grid;width:70px;height:70px;margin:0 auto 15px;place-items:center;border-radius:22px;background:#dcfce7;font-size:1.8rem}.account-login-card h1{margin:8px 0}.account-login-card p{color:#64748b}.account-login-card>div{display:flex;justify-content:center;gap:8px}.account-orders-page>header{margin:18px 0 25px}.account-orders-page>header h1{margin:5px 0;font-size:clamp(2rem,4vw,3rem)}.account-orders-page>header p{color:#64748b}.account-orders-list{display:grid;gap:12px}.account-orders-list>.account-order-card{padding:18px 20px;border:1px solid #dbe5ef;border-radius:16px;background:#fff;box-shadow:0 8px 25px #0f172a0b}.account-breadcrumb{display:flex;gap:9px;align-items:center;color:#64748b;font-size:.78rem}.account-breadcrumb a{color:#0754a3;font-weight:800}.customer-order-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:20px;padding:25px 28px;border-radius:18px;background:linear-gradient(135deg,#062b60,#0b478e);color:#fff}.customer-order-head h1{margin:4px 0;color:#fff}.customer-order-head p{margin:0;color:#dbeafe}.customer-order-head>div>span{color:#86efac;font-size:.72rem;font-weight:850;text-transform:uppercase}.customer-order-actions{display:flex;gap:9px;flex-wrap:wrap;margin:15px 0}.customer-order-grid{display:grid;grid-template-columns:1.4fr .7fr;gap:18px}.customer-order-grid aside{display:grid;gap:18px;align-content:start}.customer-order-totals{margin-top:12px;margin-left:auto;max-width:360px}.customer-order-totals span{display:flex;justify-content:space-between;gap:30px;padding:8px 0;border-bottom:1px dashed #dbe5ef;color:#64748b}.customer-order-totals .grand{padding-top:13px;border:0;color:#062b60;font-size:1.1rem;font-weight:850}.customer-order-info p{color:#64748b;font-size:.82rem}.customer-order-info dl{display:grid;grid-template-columns:90px 1fr;gap:8px;margin:0}.customer-order-info dt{color:#64748b;font-size:.74rem}.customer-order-info dd{margin:0;font-size:.76rem;font-weight:750;overflow-wrap:anywhere}
@media(max-width:900px){.account-layout,.customer-order-grid{grid-template-columns:1fr}.account-sidebar{position:static}.account-sidebar nav{grid-template-columns:repeat(3,1fr)}.account-order-card{grid-template-columns:48px 1fr auto}.account-order-actions{grid-column:2/-1;justify-content:flex-start}}
@media(max-width:600px){.account-page{padding:26px 0}.account-hero{padding:24px;border-radius:20px}.account-avatar{width:60px;height:60px;border-radius:19px;font-size:1.6rem}.account-hero p{font-size:.82rem}.account-stats{grid-template-columns:1fr 1fr}.account-stats a:last-child{grid-column:1/-1}.account-layout{gap:14px}.account-sidebar nav{display:flex;overflow-x:auto}.account-sidebar nav a{white-space:nowrap}.account-section{padding:18px!important}.account-section-head{align-items:flex-start}.account-address-grid,.account-address-form{grid-template-columns:1fr}.account-address-form .wide{grid-column:auto}.account-order-card{grid-template-columns:42px 1fr}.account-order-card>.account-status{grid-column:2;justify-self:start}.account-order-actions{grid-column:1/-1}.account-order-actions a{flex:1;text-align:center}.account-orders-list>.account-order-card{padding:15px}.customer-order-head{align-items:flex-start;flex-direction:column;padding:21px}.customer-order-actions .btn{flex:1;text-align:center}.tracking-search{grid-template-columns:1fr}.tracking-grid{grid-template-columns:1fr}.tracking-steps{grid-template-columns:1fr;gap:12px}.tracking-steps>div:after{left:15px;right:auto;top:32px;bottom:-13px;width:3px;height:auto}.tracking-hero{align-items:flex-start;flex-direction:column}.tracking-hero>div:last-child{text-align:left}.account-login-card{padding:35px 22px}}
@media(max-width:700px){.doc-header,.tracking-hero{flex-direction:column}.doc-brand{max-width:100%}.doc-title-block{align-items:flex-start;text-align:left}.doc-body{padding:20px}.doc-summary-strip{grid-template-columns:1fr 1fr}.doc-summary-strip>div:nth-child(2){border-right:0}.doc-meta-grid,.doc-bottom-grid,.tracking-grid{grid-template-columns:1fr}.packing-label{grid-template-columns:1fr}.tracking-search{grid-template-columns:1fr}.tracking-steps{grid-template-columns:1fr;gap:14px}.tracking-steps>div:after{display:none}.customer-delivery-otp{grid-template-columns:1fr}.customer-delivery-otp>strong{grid-row:auto;grid-column:auto;text-align:center}.customer-delivery-otp>small{grid-column:auto}}
@media print{@page{size:A4;margin:10mm}html,body{background:#fff!important;color:#000!important}.topbar,.site-header,.page-hero,.footer,.back-to-top,.no-print,.page-loader{display:none!important}.section.document-page{padding:0!important;background:#fff!important}.document-page .container{width:100%!important;max-width:none!important;margin:0!important}.document-shell{border:0!important;border-radius:0!important;box-shadow:none!important}.doc-header{-webkit-print-color-adjust:exact;print-color-adjust:exact;padding:0 0 20px 0;background:#fff!important;color:#000!important;border-bottom:2px solid #000}.doc-brand h2{color:#000;font-size:24px}.doc-brand p{color:#333}.doc-badge{background:#000;color:#fff;border-radius:4px}.doc-title-block small{color:#666}.doc-brand img{width:76px!important;height:48px!important}.doc-body{padding:20px 0}.doc-summary-strip{border-color:#000;border-radius:0}.doc-summary-strip>div{border-color:#000}.doc-summary-strip span,.doc-box h3{color:#333}.doc-box{border-color:#000;border-radius:0;background:#fff}.doc-items-table{border-color:#000;border-radius:0}.doc-items-table th{background:#f1f1f1;color:#000;border-bottom:1px solid #000}.doc-total{border-color:#000;border-radius:0}.doc-total>div{border-color:#ccc}.doc-total .grand{color:#000}.doc-footer-note{background:#fff;color:#000;border-top:1px dashed #000;border-radius:0}.doc-meta-grid,.doc-bottom-grid{break-inside:avoid}.doc-items-table{break-inside:auto}.doc-items-table tr{break-inside:avoid}.doc-footer-note{break-inside:avoid}.document-page+*,body>footer{display:none!important}}

/* Polished single-sheet invoice and packing-slip documents */
.document-shell{font-family:Inter,Arial,sans-serif}.doc-header{border-bottom:4px solid #16a34a}.doc-title-block strong{font-variant-numeric:tabular-nums}.doc-summary-strip,.doc-box,.doc-items-table,.doc-total,.packing-label{box-shadow:0 4px 14px rgba(15,23,42,.045)}.doc-items-table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0}.doc-items-table th,.doc-items-table td{padding:10px 12px;border-right:1px solid #dbe3ee;border-bottom:1px solid #dbe3ee;vertical-align:top}.doc-items-table th:last-child,.doc-items-table td:last-child{border-right:0}.doc-items-table tbody tr:last-child td{border-bottom:0}.doc-items-table th:nth-child(1){width:52%}.doc-items-table th:nth-child(2){width:20%}.doc-items-table th:nth-child(3){width:9%;text-align:center}.doc-items-table th:nth-child(4){width:19%;text-align:right}.doc-items-table td:nth-child(3){text-align:center}.doc-items-table td:nth-child(4){text-align:right;font-weight:800;white-space:nowrap}.doc-items-table small{color:#64748b;line-height:1.35}.payment-box strong{color:#15803d}.packing-footer{margin-top:14px}

@media print{
  @page{size:A4 portrait;margin:6mm}
  html,body{width:210mm;min-height:297mm;margin:0!important;padding:0!important;font-family:Arial,Helvetica,sans-serif!important}
  *{box-sizing:border-box}
  .document-shell{width:198mm!important;max-width:198mm!important;margin:0 auto!important;border:1px solid #1e293b!important;border-radius:0!important;box-shadow:none!important;font-size:8.5pt;line-height:1.25;page-break-after:avoid;break-after:avoid-page}
  .doc-header{min-height:25mm;padding:3.5mm 5mm!important;border-bottom:1.2mm solid #16a34a!important;background:#062b60!important;color:#fff!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  .doc-brand{max-width:72%;gap:3.5mm}.doc-brand img{width:18mm!important;height:12mm!important;max-width:18mm!important;padding:1mm!important;border-radius:1.5mm!important}.doc-brand h2{margin:0 0 1mm!important;color:#fff!important;font-size:14pt!important;line-height:1.05}.doc-brand p{margin:.35mm 0!important;color:#e0ecff!important;font-size:7.2pt!important;line-height:1.2}.doc-title-block{gap:1mm}.doc-title-block strong{font-size:9.5pt}.doc-title-block small{max-width:48mm;color:#dbeafe!important;font-size:7pt}.doc-badge{padding:1.1mm 2.5mm;border:1px solid rgba(255,255,255,.75);border-radius:1mm;background:#16a34a!important;font-size:7pt}
  .doc-body{padding:3.5mm 5mm!important}.doc-summary-strip{margin:0 0 3mm!important;border:1px solid #64748b!important;border-radius:0!important;box-shadow:none}.doc-summary-strip>div{min-width:0;padding:2mm 2.5mm!important;border-color:#94a3b8!important}.doc-summary-strip span{font-size:6.5pt}.doc-summary-strip strong{font-size:8pt;line-height:1.2}
  .doc-meta-grid{grid-template-columns:1fr 1fr!important;gap:3mm!important;margin:0 0 3mm!important;break-inside:avoid}.doc-box{min-height:0;padding:2.5mm 3mm!important;border:1px solid #64748b!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}.doc-box h3{margin:0 0 1.2mm!important;padding-bottom:1mm;border-bottom:.3mm solid #cbd5e1;color:#334155!important;font-size:6.5pt!important}.doc-box p{margin:.55mm 0!important;font-size:7.4pt!important;line-height:1.22}
  .doc-items-table{width:100%!important;margin:0!important;border:1px solid #475569!important;border-radius:0!important;border-collapse:collapse!important;box-shadow:none!important;font-size:7.2pt;break-inside:auto}.doc-items-table thead{display:table-header-group}.doc-items-table th{padding:1.5mm 2mm!important;border:1px solid #64748b!important;background:#e8eef7!important;color:#0f172a!important;font-size:6.6pt!important;line-height:1.1;-webkit-print-color-adjust:exact;print-color-adjust:exact}.doc-items-table td{padding:1.25mm 2mm!important;border:1px solid #94a3b8!important;font-size:7.2pt!important;line-height:1.16}.doc-items-table small{font-size:6.3pt!important;line-height:1.12}.doc-items-table tr{break-inside:avoid;page-break-inside:avoid}
  .doc-bottom-grid{grid-template-columns:1fr 1fr!important;gap:3mm!important;margin:3mm 0 0!important;break-inside:avoid}.payment-box{padding:2.5mm 3mm!important}.doc-total{padding:1.5mm 3mm!important;border:1px solid #475569!important;border-radius:0!important;box-shadow:none!important}.doc-total>div{padding:1mm 0!important;font-size:7.4pt}.doc-total .grand{margin-top:.8mm!important;padding-top:1.5mm!important;border-top:.6mm solid #0f172a!important;font-size:10pt!important}.doc-footer-note{margin-top:2.5mm!important;padding:2mm!important;border:1px solid #94a3b8!important;border-radius:0!important;background:#f0fdf4!important;color:#14532d!important;font-size:7pt!important;-webkit-print-color-adjust:exact;print-color-adjust:exact;break-inside:avoid}
  .packing-label{grid-template-columns:1fr 32mm!important;gap:4mm!important;margin-top:3mm!important;padding:4mm!important;border:1mm solid #0f172a!important;border-radius:0!important;box-shadow:none!important;break-inside:avoid}.label-tag{padding:1mm 2mm!important;border-radius:.8mm!important;font-size:6.5pt!important}.packing-label h3{margin:3mm 0 1.5mm!important;font-size:13pt}.packing-label p{margin:1mm 0;font-size:8pt}.packing-meta{gap:10mm!important;margin-top:3mm!important}.packing-meta span{font-size:7pt}.packing-meta strong{font-size:8.5pt}.qr-box{min-height:30mm!important;border:1px dashed #475569!important;border-radius:0!important}.qr-box span{font-size:18pt!important}.qr-box small{max-width:28mm;font-size:6.5pt;overflow-wrap:anywhere}.packing-checklist{margin-top:3mm!important;padding:2.5mm 3mm!important;border:1px solid #94a3b8;border-radius:0!important;background:#f8fafc!important;font-size:7pt!important;-webkit-print-color-adjust:exact;print-color-adjust:exact;break-inside:avoid}.packing-footer{margin-top:2.5mm!important}
}
.admin-nav-group{display:grid;gap:3px;margin:8px 0;padding:9px;border:1px solid rgba(255,255,255,.1);border-radius:10px}.admin-nav-group small{padding:4px 10px;color:#94a3b8;text-transform:uppercase;font-size:9px;letter-spacing:.08em}.catalog-admin{display:grid;gap:20px}.catalog-filters{display:grid;grid-template-columns:2fr repeat(2,1fr) auto;gap:10px;padding:15px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.catalog-filters input,.catalog-filters select,.catalog-form input,.catalog-form select,.catalog-form textarea{width:100%;padding:11px;border:1px solid #cbd5e1;border-radius:8px}.catalog-layout{display:grid;grid-template-columns:330px 1fr;gap:20px;align-items:start}.catalog-form{display:grid;gap:12px;position:sticky;top:20px}.catalog-form label{display:grid;gap:5px;font-weight:700;font-size:12px}.catalog-list{display:grid;gap:12px}.catalog-list>article{display:grid;grid-template-columns:76px 1fr auto;gap:16px;align-items:center;padding:15px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.catalog-list>article>img{width:76px;height:76px;object-fit:cover;border-radius:10px;background:#f1f5f9}.catalog-list h3,.catalog-list p{margin:3px 0}.catalog-list small,.catalog-list p{color:#64748b}.catalog-list span{display:block;margin-top:5px;font-size:12px}.catalog-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.catalog-actions form{margin:0}.catalog-actions .danger{background:#dc2626}.catalog-pages{display:flex;gap:6px;justify-content:center}.catalog-pages a{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;background:#fff;border:1px solid #cbd5e1}.catalog-pages a.active{background:#062b60;color:#fff}.catalog-front{background:linear-gradient(180deg,#f8fafc,#eef6ff)}.catalog-main-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.catalog-main-grid>a,.catalog-sub-grid>a{overflow:hidden;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 30px rgba(15,23,42,.07);transition:.2s}.catalog-main-grid>a:hover,.catalog-sub-grid>a:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(15,23,42,.12)}.catalog-main-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#f1f5f9}.catalog-main-grid div{padding:16px}.catalog-main-grid h2{font-size:18px;margin:0 0 5px}.catalog-main-grid span{color:#64748b;font-size:13px}.catalog-crumb{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-bottom:28px;color:#64748b;font-size:13px}.catalog-crumb a{color:#06713d;font-weight:700}.catalog-sub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.catalog-sub-grid>a{padding:18px}.catalog-sub-grid img{width:58px;height:58px;object-fit:cover;border-radius:12px}.catalog-sub-grid h2{font-size:18px}.catalog-sub-grid p{color:#64748b}.catalog-empty{grid-column:1/-1;text-align:center;padding:55px 24px;border:1px dashed #94a3b8;border-radius:16px;background:#fff}.catalog-empty.product-empty{max-width:720px;margin:auto}.catalog-empty.product-empty img{width:120px;height:120px;object-fit:cover;border-radius:20px;margin:0 auto 20px}.catalog-empty h1{font-size:32px}.catalog-empty h2{color:#16a34a}
@media(max-width:900px){.catalog-layout{grid-template-columns:1fr}.catalog-form{position:static}.catalog-main-grid{grid-template-columns:repeat(2,1fr)}.catalog-sub-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.catalog-filters{grid-template-columns:1fr}.catalog-list>article{grid-template-columns:58px 1fr}.catalog-list>article>img{width:58px;height:58px}.catalog-actions{grid-column:1/-1;justify-content:flex-start}.catalog-main-grid,.catalog-sub-grid{grid-template-columns:1fr}}
.catalog-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px;padding:28px 30px;border-radius:20px;background:radial-gradient(circle at 85% 0,#86efac55,transparent 28%),linear-gradient(135deg,#062b60,#0b478e);color:#fff}.catalog-page-head h1{margin:6px 0;color:#fff;font-size:clamp(2rem,4vw,3.2rem)}.catalog-page-head p{max-width:650px;margin:0;color:#dbeafe}.catalog-page-head>b{white-space:nowrap;padding:8px 13px;border:1px solid #ffffff38;border-radius:999px;background:#ffffff12}.catalog-card-media{display:block;position:relative;overflow:hidden}.catalog-card-media i{position:absolute;right:12px;top:12px;display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#062b60dd;color:#fff;font-size:11px;font-style:normal;font-weight:900}.catalog-main-grid>a{position:relative}.catalog-main-grid>a>div{display:grid;gap:5px}.catalog-main-grid em{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding-top:10px;border-top:1px solid #e2e8f0;color:#15803d;font-size:12px;font-style:normal;font-weight:800}.catalog-main-grid em b{font-size:18px}.catalog-category-hero{display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:center;margin-bottom:34px;padding:28px;border:1px solid #dbe5f0;border-radius:22px;background:linear-gradient(135deg,#fff,#f0f7ff);box-shadow:0 14px 38px #0f172a0d}.catalog-category-hero>img{width:220px;height:170px;object-fit:cover;border-radius:17px;background:#eaf2fc}.catalog-category-hero h1{margin:7px 0;font-size:clamp(2rem,4vw,3rem)}.catalog-category-hero p{max-width:720px;color:#64748b}.catalog-category-hero div>b{display:inline-flex;padding:7px 11px;border-radius:999px;background:#dcfce7;color:#15803d;font-size:12px}.catalog-section-title{margin:0 0 18px}.catalog-section-title h2{margin:5px 0;font-size:clamp(1.5rem,3vw,2.1rem)}.catalog-sub-grid>a{display:grid;grid-template-columns:92px 1fr;gap:16px;align-items:start;padding:16px}.catalog-sub-grid>a>img{width:92px;height:92px;border-radius:16px;box-shadow:0 8px 20px rgba(15,23,42,.14)}.catalog-sub-grid>a>div{min-width:0}.catalog-sub-grid small{color:#1677ff;font-size:10px;font-weight:800;text-transform:uppercase}.catalog-sub-grid h2{margin:4px 0;font-size:16px}.catalog-sub-grid p{margin:5px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:12px}.catalog-sub-grid span{color:#15803d;font-size:11px;font-weight:800}.catalog-soon-icon{display:grid;place-items:center;width:58px;height:58px;margin:20px auto 5px;border-radius:50%;background:#eff6ff;font-size:27px}
@media(max-width:760px){.catalog-page-head{align-items:flex-start;flex-direction:column;padding:23px}.catalog-category-hero{grid-template-columns:90px 1fr;gap:16px;padding:18px}.catalog-category-hero>img{width:90px;height:90px}.catalog-category-hero h1{font-size:1.65rem}.catalog-category-hero p{grid-column:1/-1}.catalog-sub-grid>a{grid-template-columns:76px 1fr}.catalog-sub-grid>a>img{width:76px;height:76px}}
@media(max-width:420px){.catalog-main-grid{grid-template-columns:1fr 1fr;gap:10px}.catalog-main-grid div{padding:11px}.catalog-main-grid h2{font-size:14px}.catalog-main-grid span,.catalog-main-grid em{font-size:10px}.catalog-card-media i{width:28px;height:28px}.catalog-category-hero{grid-template-columns:72px 1fr}.catalog-category-hero>img{width:72px;height:72px}.catalog-category-hero h1{font-size:1.35rem}.catalog-sub-grid{gap:10px}}
.checkout-address-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:24px 0 12px}.checkout-address-head h2{margin:3px 0}.checkout-address-head small{color:#64748b}.checkout-address-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.checkout-address-card{position:relative;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;padding:16px;border:2px solid #dbe3ee;border-radius:14px;background:#fff;cursor:pointer;transition:.2s}.checkout-address-card:hover{border-color:#86efac}.checkout-address-card:has(input:checked){border-color:#16a34a;background:#f0fdf4;box-shadow:0 8px 22px #16a34a1c}.checkout-address-card input{width:18px;height:18px;margin-top:3px;accent-color:#16a34a}.checkout-address-card span,.checkout-address-card strong,.checkout-address-card b,.checkout-address-card small{display:block}.checkout-address-card b{margin-top:3px;color:#334155}.checkout-address-card p{margin:7px 0;color:#475569;line-height:1.45}.checkout-address-card small{color:#64748b}.checkout-address-card.add-new{align-content:center;border-style:dashed}.checkout-address-card.add-new strong{color:#15803d}.checkout-new-address{margin:14px 0 20px;padding:18px;border:1px solid #dbe3ee;border-radius:14px;background:#f8fafc}.checkout-new-address[hidden]{display:none!important}.checkout-new-address h3{margin-top:0}.checkout-new-address .wide{grid-column:1/-1}.saved-address-card{margin:9px 0;padding:12px;border:1px solid #dbe3ee;border-radius:10px;background:#f8fafc}.saved-address-card span{display:block;color:#64748b;font-size:12px}.saved-address-card p{margin:5px 0}
@media(max-width:650px){.checkout-address-head{align-items:flex-start;flex-direction:column}.checkout-address-list{grid-template-columns:1fr}.checkout-new-address .wide{grid-column:auto}}
#checkoutForm,.cart-layout>*,#checkoutForm .grid,#checkoutForm .field{min-width:0}
#checkoutForm select{display:block;box-sizing:border-box;width:100%;max-width:100%;min-width:0;text-overflow:ellipsis}
.checkout-payment-field{grid-column:1/-1}.checkout-payment-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.checkout-payment-option{position:relative;display:grid!important;grid-template-columns:auto 42px 1fr;align-items:center;gap:11px;min-height:78px;padding:13px 14px!important;border:2px solid #dbe3ee;border-radius:14px;background:#fff;color:#1e293b!important;cursor:pointer;transition:.18s ease}.checkout-payment-option:hover{border-color:#86efac;background:#f8fffa}.checkout-payment-option:has(input:checked){border-color:#16a34a;background:#f0fdf4;box-shadow:0 8px 22px rgba(22,163,74,.12)}.checkout-payment-option input{width:18px!important;height:18px;margin:0;accent-color:#16a34a}.checkout-payment-option>span:last-child{display:grid;gap:3px}.checkout-payment-option strong{font-size:14px}.checkout-payment-option small{color:#64748b;font-size:12px;font-weight:500;line-height:1.35}.checkout-payment-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#e8f2ff;color:#1d4ed8;font-size:19px;font-weight:850}.checkout-payment-icon.cod{background:#dcfce7;color:#15803d}.checkout-payment-option.is-disabled{opacity:.58;cursor:not-allowed;background:#f8fafc}.checkout-payment-option.is-disabled:hover{border-color:#dbe3ee}.checkout-payment-option.is-disabled .checkout-payment-icon{filter:grayscale(1)}
@media(max-width:650px){#checkoutForm .grid.cols-2{grid-template-columns:minmax(0,1fr)}}
@media(max-width:650px){.checkout-payment-options{grid-template-columns:1fr}.checkout-payment-option{min-height:72px}}
.customer-delivery-otp{display:grid;grid-template-columns:1fr auto;gap:8px 24px;align-items:center;margin-top:20px;border:1px solid #86efac;background:linear-gradient(135deg,#f0fdf4,#ecfeff)}.customer-delivery-otp span{color:#047857;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.customer-delivery-otp h3{margin:4px 0;color:#064e3b}.customer-delivery-otp p{margin:0;color:#475569;font-size:13px}.customer-delivery-otp>strong{grid-row:1/3;grid-column:2;font-size:30px;letter-spacing:.18em;color:#062b60;background:#fff;border:1px dashed #16a34a;border-radius:12px;padding:14px 16px}.customer-delivery-otp>small{grid-column:1/-1;color:#64748b}
@media(max-width:700px){.customer-delivery-otp{grid-template-columns:1fr}.customer-delivery-otp>strong{grid-row:auto;grid-column:auto;text-align:center}.customer-delivery-otp>small{grid-column:auto}}
