@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Sora:wght@400;600;700&display=swap";.notification-icon-wrapper{position:relative}.notification-icon-btn{position:relative;background:none;border:none;color:#0b1324;cursor:pointer;padding:6px 8px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.notification-icon-btn:hover{background:#0f172a0f}.notification-badge{position:absolute;top:-4px;right:-4px;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;font-size:.7rem;font-weight:700;padding:2px 5px;border-radius:10px;min-width:20px;text-align:center;box-shadow:0 2px 6px #dc26264d}.notification-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border:1px solid #e5ebf0;border-radius:12px;box-shadow:0 8px 24px #0f172a26;width:380px;max-height:500px;display:flex;flex-direction:column;z-index:1000;overflow:hidden}.notification-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #f0f3f7;background:linear-gradient(135deg,#fff,#f9fbfd)}.notification-header h3{margin:0;font-size:1.05rem;font-weight:700;color:#0b1324}.notification-count{background:#fef3c7;color:#92400e;padding:3px 10px;border-radius:12px;font-size:.8rem;font-weight:600}.notification-list{flex:1;overflow-y:auto;max-height:350px}.notification-item{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid #f0f3f7;transition:all .2s ease;cursor:pointer;text-decoration:none;color:#0b1324}.notification-item:hover{background:#f9fbfd;padding-left:20px}.notification-item.notification-order{border-left:4px solid #2563eb}.notification-item.notification-enquiry{border-left:4px solid #f59e0b}.notification-content{flex:1;display:grid;gap:4px}.notification-title{margin:0;font-weight:600;font-size:.95rem;color:#0b1324}.notification-subtitle{margin:0;font-size:.85rem;color:#7b869a}.notification-time{display:block;font-size:.75rem;color:#9ca3af;margin-top:2px}.notification-loading,.notification-empty{padding:24px 16px;text-align:center;color:#7b869a;font-size:.9rem}.notification-footer{display:flex;gap:8px;padding:12px 16px;border-top:1px solid #f0f3f7;background:#f9fbfd}.notification-link{flex:1;padding:8px 12px;border-radius:8px;background:#fff;border:1px solid #e5ebf0;color:#2563eb;text-decoration:none;font-size:.85rem;font-weight:600;text-align:center;transition:all .2s ease;cursor:pointer}.notification-link:hover{background:#2563eb;color:#fff;border-color:#2563eb}.notification-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999}.notification-list::-webkit-scrollbar{width:6px}.notification-list::-webkit-scrollbar-track{background:#f0f3f7;border-radius:10px}.notification-list::-webkit-scrollbar-thumb{background:#d5e0eb;border-radius:10px}.notification-list::-webkit-scrollbar-thumb:hover{background:#bdc8d9}@media (max-width: 600px){.notification-dropdown{position:fixed;top:100px;left:10px;right:10px;width:auto;max-height:60vh}}@media (max-width: 600px){.admin-order-card{padding:14px;font-size:.97rem;gap:10px;word-break:break-word}.admin-order-card header{flex-direction:column;gap:8px;align-items:flex-start;padding-bottom:10px}.admin-order-meta,.admin-order-payment{grid-template-columns:1fr;gap:10px;padding:10px 0;word-break:break-word}.order-id,.order-date{font-size:1rem;word-break:break-all}}.admin-topbar.mobile .admin-menu-btn{background:none;border:none;padding:8px 12px;border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0f172a0f;transition:background .2s}.admin-topbar.mobile .admin-menu-btn:active,.admin-topbar.mobile .admin-menu-btn:focus{background:#f0f3f7;outline:none}.admin-topbar.mobile .admin-menu-btn svg{color:#0b1324;width:28px;height:28px}.admin-topbar.mobile .admin-mobile-title{flex:1;text-align:center;font-size:1.2rem;font-weight:600;margin:0 8px;color:#0b1324}.ecommerce-cart{max-width:1100px;margin:2rem auto;background:var(--bg-soft);border-radius:var(--radius);box-shadow:0 2px 12px #00000014;padding:2rem 1.5rem}.cart-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.cart-main-grid{display:flex;gap:2.5rem;flex-wrap:wrap}.cart-items-list{flex:2;min-width:320px}.cart-item-card{display:flex;gap:1.2rem;align-items:center;background:var(--bg);border-radius:10px;margin-bottom:1.2rem;padding:1rem 1.2rem;box-shadow:0 1px 6px #00000012}.cart-item-img{width:80px;height:80px;object-fit:cover;border-radius:8px;background:var(--line)}.cart-item-details{flex:1}.cart-item-details h4{margin:0 0 .2rem;font-size:1.1rem}.cart-item-price{color:var(--brand-strong);font-weight:600;margin-bottom:.3rem}.cart-qty-row{display:flex;align-items:center;gap:.7rem;margin:.5rem 0}.cart-qty-row button{background:var(--brand-strong);color:var(--bg);border:none;border-radius:5px;width:28px;height:28px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .2s}.cart-qty-row button:hover{background:var(--brand)}.cart-item-subtotal{font-size:.98rem;color:var(--muted);margin-bottom:.3rem}.cart-summary-card{flex:1;min-width:260px;background:var(--bg);border-radius:10px;box-shadow:0 1px 6px #00000012;padding:1.5rem 1.2rem;display:flex;flex-direction:column;gap:1.1rem;align-items:flex-start;height:fit-content}.cart-summary-card h3{margin:0 0 .7rem;font-size:1.2rem}.cart-summary-row{display:flex;justify-content:space-between;width:100%;font-size:1.05rem;margin-bottom:.5rem}.cart-checkout-btn{width:100%;margin-top:1.2rem;font-size:1.1rem}.cart-empty{text-align:center;padding:2.5rem 0}.cart-empty .btn-primary{margin-top:1.2rem}@media (max-width: 900px){.cart-main-grid{flex-direction:column;gap:1.5rem}}.ecommerce-favorites{width:100%;max-width:none;margin:0;padding:3.2rem clamp(1rem,3vw,2.5rem)}.home-page{padding:2rem;background:var(--bg-soft)}.contact-page{padding:2rem;background:var(--bg)}.checkout-page{padding:2rem;background:var(--bg-soft)}.social-callback-page{padding:2rem;background:var(--bg)}.cart-page{padding:2rem;background:var(--bg-soft)}.user-profile-page{padding:2rem;background:var(--bg)}.login-page{padding:2rem;background:var(--bg-soft)}.user-dashboard-page{padding:2rem;background:var(--bg)}.orders-page{padding:2rem;background:var(--bg-soft)}.product-details-page{padding:2rem;background:var(--bg)}.products-page{padding:2rem;background:var(--bg-soft)}.favorites-page{padding:2rem;background:var(--bg)}.signup-page{padding:2rem;background:var(--bg-soft)}.location-page{padding:2rem;background:var(--bg)}.category-products-page{padding:2rem;background:var(--bg-soft)}.admin-products-page,.admin-shipping-zones-page,.admin-profile-page,.admin-add-product-page,.admin-categories-page,.admin-dashboard-page,.admin-edit-product-page,.admin-enquiries-page,.admin-layout-page,.admin-orders-page{padding:2rem;background:var(--admin-bg)}.favorites-empty{text-align:center;padding:2.5rem 0}.favorites-empty .btn-primary{margin-top:1.2rem}.favorites-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.ecommerce-profile{max-width:500px;margin:2.5rem auto;background:var(--bg-soft);border-radius:var(--radius);box-shadow:0 2px 12px #00000014;padding:2.5rem 1.5rem;display:flex;flex-direction:column;align-items:center}.profile-card{display:flex;flex-direction:column;align-items:center;gap:1.2rem}.profile-avatar{width:110px;height:110px;object-fit:cover;border-radius:50%;border:2.5px solid var(--brand-strong);background:var(--line)}.profile-info{text-align:center}.profile-info h2{margin:.5rem 0 .2rem;font-size:1.3rem}.profile-info p{color:var(--muted);margin:0}.profile-logout-btn{margin-top:1.2rem;width:100%;font-size:1.1rem}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin:2rem 0 2.5rem}.admin-card{background:var(--bg-soft);border-radius:var(--radius);box-shadow:0 2px 12px #00000014;padding:2rem 1.5rem;margin-bottom:2rem}.admin-products-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.admin-add-btn{background:var(--brand-strong);color:var(--bg);border:none;border-radius:8px;padding:.5rem 1.2rem;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s}.admin-add-btn:hover{background:var(--brand)}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem 1.5rem;margin-bottom:1.5rem}.admin-form-grid label{grid-column:span 2;font-weight:600;margin-bottom:.2rem}.admin-form-grid input,.admin-form-grid textarea,.admin-form-grid select{width:100%;padding:.6rem .8rem;border-radius:7px;border:1px solid var(--line);background:var(--bg);color:var(--text);font-size:1rem;margin-bottom:.5rem;outline:none;transition:border .2s}.admin-form-grid input:focus,.admin-form-grid textarea:focus,.admin-form-grid select:focus{border:1.5px solid var(--brand-strong)}.admin-image-preview-wrap{margin:1rem 0;display:flex;align-items:center;gap:1.2rem}.admin-image-preview{width:120px;height:120px;object-fit:cover;border-radius:8px;border:1.5px solid var(--line)}@media (max-width: 900px){.admin-form-grid,.admin-product-grid{grid-template-columns:1fr}}.admin-dashboard{max-width:1200px;margin:2rem auto;display:grid;grid-template-columns:1fr 320px;gap:1.5rem;align-items:start}.admin-dashboard .main{background:var(--bg-soft);border-radius:var(--radius);padding:1.25rem;box-shadow:0 6px 24px #1018280f}.admin-dashboard .sidebar{position:sticky;top:1.25rem;background:var(--bg-soft);border-radius:var(--radius);padding:1rem;box-shadow:0 6px 24px #1018280a}.admin-welcome{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.admin-welcome h2{margin:0;font-size:1.6rem}.admin-quick-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.quick-action{background:var(--bg);border:1px solid var(--line);padding:.6rem .9rem;border-radius:10px;cursor:pointer;transition:box-shadow .15s ease,transform .12s ease;font-weight:600}.quick-action:hover{box-shadow:0 6px 18px #0000000f;transform:translateY(-2px)}.admin-orders-card{display:flex;flex-direction:column;gap:.6rem}.admin-orders-list{display:flex;flex-direction:column;gap:.6rem;max-height:420px;overflow:auto;padding-right:6px}.admin-order-item{display:flex;justify-content:space-between;gap:.75rem;padding:.65rem;background:var(--bg);border-radius:8px;border:1px solid var(--line);align-items:center}.admin-order-item.new{border-left:4px solid var(--brand-strong);background:linear-gradient(90deg,rgba(95,121,255,.03),transparent)}.order-meta{display:flex;gap:.65rem;align-items:center}.order-id{font-weight:700;font-size:.95rem}.order-amount{color:var(--brand-strong);font-weight:700}@media (max-width: 900px){.admin-dashboard{grid-template-columns:1fr;padding:0 1rem}.admin-dashboard .sidebar{position:static}}.header-icons-wrap{display:flex;align-items:center;gap:1.2rem;margin-left:auto}.theme-toggle{width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:var(--card);color:var(--text);display:grid;place-items:center;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.theme-toggle:hover{transform:translateY(-1px);border-color:var(--brand-strong)}.icon-link{position:relative;color:var(--text);display:flex;align-items:center;padding:.2rem;transition:color .2s}.icon-link.active,.icon-link:hover{color:var(--brand-strong)}.icon-badge{position:absolute;top:-7px;right:-7px;background:var(--brand-strong);color:var(--bg);border-radius:50%;font-size:.7rem;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-weight:600;box-shadow:0 1px 4px #0000001f;z-index:1}.logout-btn{margin-left:1rem}.profile-dropdown-wrap{position:relative}.profile-trigger{border:1px solid transparent;background:transparent;color:var(--text);display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.2rem .25rem;border-radius:999px}.profile-trigger:hover{border-color:#2f3542;background:#ffffff05}.profile-avatar-mini{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-size:.88rem;font-weight:700;background:linear-gradient(160deg,#5f79ff,#6f83ff);color:#f8faff}.profile-avatar-mini-image{width:36px;height:36px;border-radius:50%;object-fit:cover;display:block;border:1px solid #394052}.profile-dropdown-card{position:absolute;right:0;top:calc(100% + .55rem);width:min(290px,86vw);z-index:1100;border:1px solid #2d3444;border-radius:16px;background:linear-gradient(130deg,rgba(255,255,255,.035),transparent 56%),linear-gradient(180deg,#1a1f2c,#151a27);box-shadow:0 18px 40px #00000073;padding:.8rem;opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.profile-dropdown-card.open{opacity:1;transform:translateY(0);pointer-events:auto}.profile-card-head{display:grid;grid-template-columns:auto 1fr;gap:.7rem;align-items:center;padding:.35rem .3rem .75rem;border-bottom:1px solid #2d3444;margin-bottom:.55rem}.profile-card-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:linear-gradient(160deg,#5f79ff,#6f83ff);color:#f8faff;font-weight:700}.profile-card-avatar img{width:100%;height:100%;object-fit:cover}.profile-card-name{margin:0;font-weight:700;font-size:1rem;color:#f2f4f8}.profile-card-email{margin:.22rem 0 0;font-size:.86rem;color:#a8afbf;word-break:break-all}.profile-card-links{display:grid;gap:.22rem}.profile-card-link{display:flex;align-items:center;gap:.62rem;color:#d7dcea;border-radius:10px;padding:.56rem .55rem}.profile-card-link:hover{background:#ffffff0f}.profile-card-logout{margin-top:.65rem;width:100%;display:flex;align-items:center;gap:.62rem;justify-content:flex-start;border:1px solid #3a2f39;border-radius:10px;padding:.58rem .55rem;background:#ff6c6c14;color:#ff8d8d;font-family:inherit;cursor:pointer}.profile-card-logout:hover{background:#ff6c6c24}:root{--bg: #08090d;--bg-soft: #12141b;--text: #eceef2;--muted: #b7bcc6;--line: #2a2f3a;--brand: #e7c878;--brand-strong: #ddb352;--white: #ffffff;--radius: 14px;--container: 100%;--card: #141824;--card-strong: #1b2231;--shadow: 0 18px 40px rgba(0, 0, 0, .35);--input-bg: #0f1320;--input-border: #2a3242;--header-bg: rgba(9, 10, 14, .86);--nav-link: #d9dbe2;--nav-link-active: var(--brand-strong);--body-bg: radial-gradient(circle at top right, #171008 0%, var(--bg) 36%), var(--bg)}body[data-theme=light]{--bg: #f6f8fc;--bg-soft: #ffffff;--text: #0b1324;--muted: #4b5568;--line: #dfe6f0;--brand: #e7c878;--brand-strong: #9a6a12;--card: #ffffff;--card-strong: #f2f6fc;--shadow: 0 18px 40px rgba(15, 23, 42, .08);--input-bg: #ffffff;--input-border: #cfd8e6;--header-bg: rgba(255, 255, 255, .96);--nav-link: #1f2a3a;--nav-link-active: #9a6a12;--body-bg: #f6f8fc}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Outfit,sans-serif;background:var(--body-bg);color:var(--text)}a{color:inherit;text-decoration:none}main{min-height:70vh}.site-header{width:100%;max-width:none;margin:0;padding:1.25rem clamp(1rem,3vw,2.5rem);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;background:var(--header-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;z-index:1200}.brand-wrap{display:flex;align-items:center;gap:.8rem}.brand-logo{width:44px;height:44px;object-fit:contain;border-radius:50%}.brand-mark{width:44px;height:44px;border:2px solid var(--brand);border-radius:50%;display:grid;place-items:center;color:var(--brand);font-family:Sora,sans-serif;font-weight:700}.brand-name{margin:0;font-size:.95rem;color:var(--muted)}.main-nav{display:flex;align-items:center;gap:1.4rem}.nav-link{position:relative;color:var(--nav-link);padding-bottom:.35rem}.nav-link:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--brand);transform:scaleX(0);transform-origin:center;transition:transform .25s ease}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.login-btn{display:inline-block;border-radius:10px;border:0;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;font-family:inherit;background:var(--brand);color:#121212;font-weight:600;padding:.65rem 1.1rem}.call-btn,.btn-primary,.btn-secondary{display:inline-block;border-radius:12px;border:0;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;font-family:inherit}.call-btn,.btn-primary{background:var(--brand);color:#121212;font-weight:600}.call-btn:hover,.btn-primary:hover{background:var(--brand-strong);transform:translateY(-1px)}.call-btn{justify-self:end;padding:.65rem 1.1rem}.btn-primary{padding:.8rem 1.25rem}.btn-primary.small{padding:.65rem 1rem;color:#121212}.btn-secondary{border:1px solid var(--line);background:#151820;color:#fff;padding:.8rem 1.25rem}.btn-secondary:hover{border-color:#414759;transform:translateY(-1px)}.hero-section{position:relative;min-height:66vh;width:100%;max-width:none;margin:0;padding:5.5rem clamp(1rem,3vw,2.5rem);border-radius:0;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(125deg,#000000c2,#00000085),repeating-linear-gradient(90deg,rgba(255,255,255,.03),rgba(255,255,255,.03) 1px,transparent 1px,transparent 48px),linear-gradient(90deg,#32385f,#39435e,#2f3751)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#06080c8f,#06080c8f),radial-gradient(circle at 20% 30%,rgba(231,200,120,.14),transparent 40%)}.hero-content{position:relative;max-width:620px;margin:0 auto;text-align:center}.kicker{margin:0;color:var(--brand);letter-spacing:.07em;text-transform:uppercase;font-size:.82rem}h1,h2,h3{font-family:Sora,sans-serif;letter-spacing:.01em}h1{margin:.55rem 0 1rem;font-size:clamp(2rem,5vw,4.2rem);line-height:1.04}h2{margin:.6rem 0 .8rem;font-size:clamp(1.6rem,3.7vw,2.5rem)}.hero-content p{color:#d7dae2;font-size:1.05rem;max-width:52ch}.hero-actions{margin-top:1.8rem;display:flex;flex-wrap:wrap;gap:.9rem;justify-content:center}.feature-strip,.page-section,.site-footer{width:100%;max-width:none;margin:0;padding:3.2rem clamp(1rem,3vw,2.5rem)}.feature-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.feature-card,.contact-form,.product-card,.location-card,.map-frame{background:linear-gradient(180deg,#171a22,#12141b);border:1px solid var(--line);border-radius:var(--radius)}.feature-card,.product-card,.location-card{padding:1.2rem}.feature-card p,.product-card p,.location-card p,.section-heading p{color:var(--muted)}.page-section{padding-top:2.2rem}.section-heading{max-width:780px;margin-bottom:1.4rem}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.products-catalog-page{display:grid;gap:1rem}.products-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:.75rem;margin-bottom:.35rem}.products-toolbar input,.products-toolbar select{border:1px solid #3a3f4d;border-radius:12px;background:#10131a;color:var(--white);padding:.75rem .85rem;font-family:inherit}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.15rem}.products-card{cursor:pointer;min-height:470px;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.products-card:hover{transform:translateY(-3px);border-color:#40485a;box-shadow:0 10px 24px #00000040}.products-card-image{background:#0c1017;height:220px;flex:0 0 220px}.products-card .admin-product-image{width:100%;height:100%;object-fit:cover;object-position:center}.products-card .admin-product-image-fallback{width:100%;height:100%;display:grid;place-items:center}.products-card h3{margin:.2rem 0 .25rem;line-height:1.3;min-height:2.6em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.products-card .product-type{margin:0}.products-card .product-price{margin-top:.2rem}.products-card>p:not(.product-type):not(.product-price){margin:0;color:var(--muted);line-height:1.45;min-height:4.35em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.products-card .admin-product-actions{width:100%;margin-top:auto;padding-top:.2rem;justify-content:space-between;align-items:center}.product-details-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;background:#05080dc7;padding:1rem}.product-details-card{width:min(980px,100%);border-radius:16px;border:1px solid #2e3646;background:linear-gradient(180deg,#171a22,#12141b);box-shadow:0 18px 48px #0006;display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem;position:relative}.product-details-close{position:absolute;right:.7rem;top:.6rem;width:34px;height:34px;border:1px solid #394052;border-radius:50%;background:#0f131b;color:#eef1f6;font-size:1.25rem;line-height:1;cursor:pointer}.product-details-media{border-radius:12px;border:1px solid var(--line);background:#0c1017;display:grid;place-items:center;min-height:280px;padding:.75rem}.product-details-media img{max-width:100%;max-height:360px;object-fit:contain}.product-gallery-container{display:flex;flex-direction:column;gap:1rem}.product-gallery-media{border-radius:12px;border:1px solid var(--line);background:var(--card);display:grid;place-items:center;min-height:280px;padding:.75rem;position:relative}.products-card .product-gallery-media,.admin-product-card .product-gallery-media{min-height:220px;height:220px;padding:.35rem}.product-gallery-media img{max-width:100%;max-height:360px;object-fit:contain}.products-card .product-gallery-media img,.admin-product-card .product-gallery-media img{max-height:100%;object-fit:cover}.gallery-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#00000080;color:var(--white);border:1px solid rgba(255,255,255,.18);font-size:1.6rem;cursor:pointer;display:grid;place-items:center;transition:background .2s,border-color .2s;z-index:2}.gallery-nav-btn:hover{background:#000000b3}body[data-theme=light] .gallery-nav-btn{background:#ffffffe6;color:#0b1324;border-color:#0000000f}.gallery-prev{left:12px}.gallery-next{right:12px}.gallery-thumbnails{display:flex;gap:1rem;align-items:center;overflow:hidden}.gallery-thumbnails-scroll{display:flex;gap:.6rem;overflow-x:auto;scroll-behavior:smooth;padding:.2rem;flex:1}.gallery-thumbnail{flex-shrink:0;width:70px;height:70px;padding:3px;background:transparent;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:border-color .2s;overflow:hidden}.gallery-thumbnail:hover,.gallery-thumbnail.active{border-color:var(--brand-strong)}.gallery-thumbnail-img{width:100%;height:100%;object-fit:cover;border-radius:5px}.gallery-counter{text-align:center;font-size:.85rem;color:var(--muted);min-width:fit-content;padding:0 .8rem}.product-details-content{padding-right:.4rem}.products-card .gallery-nav-btn,.product-card .gallery-nav-btn,.admin-product-card .gallery-nav-btn{display:none}.product-details-content h3{margin:.25rem 0 .45rem}.product-details-content p{color:#cdd2dc;line-height:1.5}.product-type{color:var(--brand);font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.product-price{color:#f0d99a;font-weight:600}.location-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:1rem}.location-card a{color:var(--brand)}.map-frame{overflow:hidden;min-height:330px}.map-frame iframe{width:100%;height:100%;border:0;min-height:330px;filter:saturate(.75) contrast(1.05)}.contact-form{padding:1.2rem;display:grid;gap:.65rem;max-width:860px}.contact-page .section-heading{margin-left:auto;margin-right:auto;text-align:center}.contact-page .contact-form{margin-left:auto;margin-right:auto}.contact-page .btn-primary{justify-self:center}label{font-size:.95rem;color:#3a3f4d}input,textarea{width:100%;padding:.78rem .85rem;border:1px solid #3a3f4d;border-radius:12px;background:#10131a;color:var(--white);font-family:inherit}input:focus,textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #e7c87829}.checkbox-row{margin-top:.35rem;display:flex;align-items:flex-start;gap:.6rem;color:var(--muted)}.checkbox-row input{margin-top:.3rem;width:auto}.site-footer{margin-top:4rem;padding:0 clamp(1rem,3vw,2.5rem) 3rem;background:transparent}.footer-card{width:100%;background:var(--card);border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}.footer-image{height:260px;background:url(https://images.unsplash.com/photo-1506744038136-46273834b3fb) center/cover no-repeat;position:relative}.footer-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;flex-direction:column;justify-content:center;padding:2rem;text-align:center}.footer-image-overlay h2{max-width:700px;margin:0 auto 1rem;font-size:1.3rem;color:#fff}.footer-image-overlay span{color:#d1d5db;font-size:.9rem}.footer-top{display:flex;justify-content:space-between;align-items:center;padding:2rem}.footer-brand h2{margin:0;font-size:1.6rem;letter-spacing:1px;color:var(--text)}.footer-brand p{margin:.3rem 0 0;color:var(--muted);font-size:.9rem}.footer-contact p{margin:.2rem 0;color:var(--text);text-align:right;font-size:.95rem}.footer-card hr{border:none;height:1px;background:var(--line);margin:0}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:2rem}.footer-grid h4{margin-bottom:.7rem;font-size:.95rem;color:var(--text)}.footer-grid p{margin:.3rem 0;color:var(--muted);font-size:.85rem;line-height:1.6}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-top:1px solid var(--line)}.footer-bottom p{margin:0;font-size:.8rem;color:var(--muted)}.footer-bottom a{margin-left:1rem;font-size:.8rem;color:var(--muted);transition:.2s ease}.footer-bottom a:hover{color:var(--brand-strong)}@media (max-width: 900px){.footer-top{flex-direction:column;gap:1rem;text-align:center}.footer-contact p{text-align:center}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}.reveal-up{opacity:0;transform:translateY(18px);animation:revealUp .65s ease forwards}.stagger-1{animation-delay:.08s}.stagger-2{animation-delay:.18s}.stagger-3{animation-delay:.28s}@keyframes revealUp{to{opacity:1;transform:translateY(0)}}.whatsapp-button{position:fixed;right:20px;bottom:20px;width:60px;height:60px;background-color:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 15px #0000004d;transition:transform .3s ease;z-index:9999}.whatsapp-button:hover{transform:scale(1.1)}@media (max-width: 980px){.site-header{grid-template-columns:1fr;justify-items:center;gap:.8rem}.call-btn{justify-self:center}.feature-strip,.location-layout{grid-template-columns:1fr}.product-grid,.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-toolbar,.product-details-card{grid-template-columns:1fr}.hero-section{min-height:58vh;padding-top:4rem}.footer-head{grid-template-columns:1fr}.footer-contact{justify-content:flex-start}.footer-grid{grid-template-columns:1fr}.footer-grid h3{font-size:1.45rem}.footer-grid p{font-size:1.05rem}.footer-contact a{font-size:.92rem}}@media (max-width: 560px){.product-grid,.products-grid{grid-template-columns:1fr}.products-card{min-height:440px}.products-card-image{height:200px;flex-basis:200px}.main-nav{flex-wrap:wrap;justify-content:center;gap:.9rem}.hero-actions{flex-direction:column;align-items:stretch}.btn-primary,.btn-secondary{text-align:center}.product-details-content .admin-product-actions{flex-direction:column}.footer-frame{padding:.75rem 1rem 0}.footer-links{gap:.9rem}.footer-grid{grid-template-columns:1fr}.footer-grid h3{font-size:1.3rem}.footer-grid p{font-size:1rem}.footer-bottom{flex-direction:column;align-items:flex-start}.whatsapp-button{right:14px;bottom:14px;width:52px;height:52px}}.admin-shell{min-height:100vh;--bg: #f6f8fc;--bg-soft: #ffffff;--text: #0b1324;--muted: #4b5568;--line: #dfe6f0;--brand: #b97f18;--brand-strong: #9a6a12;--card: #ffffff;--card-strong: #f2f6fc;--shadow: 0 18px 40px rgba(15, 23, 42, .08);--input-bg: #ffffff;--input-border: #cfd8e6;--header-bg: rgba(255, 255, 255, .96);background:var(--bg);color:var(--text);display:grid;grid-template-columns:260px minmax(0,1fr);position:relative}.admin-sidebar{background:var(--card-strong);color:var(--text);padding:1.4rem 1rem;display:flex;flex-direction:column;justify-content:space-between}.admin-brand{margin:0 0 1.2rem;font-size:1.3rem;font-family:Sora,sans-serif}.admin-nav{display:grid;gap:.45rem}.admin-nav-link{color:var(--muted);padding:.7rem .75rem;border-radius:10px;font-size:.95rem}.admin-nav-link.active,.admin-nav-link:hover{background:#ddb35214;color:var(--text)}.admin-logout{color:var(--muted);font-size:.93rem}.admin-content{padding:1.4rem}.admin-topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5ebf0}.admin-topbar h1{margin:.25rem 0 0;font-size:2rem;color:var(--text);font-weight:700}.admin-subtitle{margin:0;color:var(--muted)}.admin-topbar-right{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;margin-left:auto}.admin-topbar-right input{width:220px;background:var(--input-bg);border:1px solid var(--input-border);color:var(--text)}.admin-topbar-right button,.admin-add-btn{border:1px solid var(--line);background:var(--card);color:var(--text);border-radius:10px;padding:.66rem 1rem;font-family:inherit;cursor:pointer}.admin-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem;margin-bottom:2.5rem}.admin-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.admin-dashboard-card{background:linear-gradient(135deg,#fff,#f9fbfd);border:1px solid #e5ebf0;border-radius:16px;padding:28px;box-shadow:0 4px 12px #0f172a0f;transition:all .3s ease;display:flex;flex-direction:column}.admin-dashboard-card:hover{box-shadow:0 12px 24px #0f172a1a;border-color:#d5e0eb}.admin-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f0f3f7}.admin-dashboard-header h3{margin:0;font-size:1.2rem;font-weight:700;color:#0b1324;letter-spacing:-.02em}.admin-view-all-btn{background:#ddeef9;color:#1e6688;border:1px solid #bde3ff;border-radius:8px;padding:6px 12px;font-size:.85rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease}.admin-view-all-btn:hover{background:#bde3ff;color:#1f6187;transform:translateY(-1px)}.admin-recent-list{display:grid;gap:10px;max-height:400px;overflow-y:auto;flex:1}.admin-recent-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#fff;border:1px solid #e5ebf0;border-radius:12px;transition:all .3s ease;cursor:pointer}.admin-recent-item:hover{box-shadow:0 6px 16px #0f172a1a;border-color:#d5e0eb;transform:translate(4px);background:linear-gradient(135deg,#fff,#f9fbfd)}.admin-recent-info{display:grid;gap:6px;flex:1}.admin-recent-title{margin:0;font-weight:600;font-size:.95rem;color:#0b1324}.admin-recent-subtitle{margin:0;font-size:.85rem;color:#7b869a;font-weight:500}.admin-time-badge{background:#f0f3f7;color:#7b869a;padding:4px 10px;border-radius:6px;font-size:.8rem;font-weight:600;white-space:nowrap}.admin-empty-state{padding:40px 20px;text-align:center;color:#7b869a;font-size:.95rem}.admin-recent-list::-webkit-scrollbar{width:6px}.admin-recent-list::-webkit-scrollbar-track{background:#f0f3f7;border-radius:10px}.admin-recent-list::-webkit-scrollbar-thumb{background:#d5e0eb;border-radius:10px}.admin-recent-list::-webkit-scrollbar-thumb:hover{background:#bdc8d9}.admin-stat-card,.admin-card{background:var(--card);border:1px solid var(--line);border-radius:14px}.admin-stat-card{padding:1.5rem;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.admin-stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--brand),var(--brand-strong))}.admin-stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0f172a1f;border-color:var(--brand)}.admin-stat-card p{margin:0 0 .8rem;color:var(--muted);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.admin-stat-card h3{margin:0 0 .4rem;color:var(--text);font-size:2.2rem;font-weight:700}.admin-stat-card span{color:var(--muted);font-size:.8rem;display:inline-block;padding:.4rem .8rem;background:var(--card-strong);border-radius:6px;margin-top:.5rem}.admin-grid-two{margin-top:.9rem;display:grid;grid-template-columns:1.3fr 1fr;gap:.9rem}.admin-card{padding:1rem}.admin-card h2{margin:0 0 .8rem;color:var(--text);font-size:1.2rem}.admin-chart{height:230px;border:1px solid #e8ecf4;border-radius:10px;background:linear-gradient(#f6f8fb 1px,transparent 1px) 0 0 / 100% 38px,linear-gradient(90deg,#f6f8fb 1px,transparent 1px) 0 0 / 80px 100%;position:relative}.chart-line{position:absolute;top:40px;right:16px;bottom:24px;left:16px;background:linear-gradient(180deg,transparent 42%,rgba(232,171,74,.17) 100%);clip-path:polygon(0 65%,16% 72%,31% 66%,47% 48%,64% 26%,81% 34%,100% 60%,100% 100%,0 100%)}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{text-align:left;padding:.68rem .45rem;border-bottom:1px solid var(--line);color:var(--text);font-size:.9rem}.admin-table th{color:var(--muted);font-size:.78rem;text-transform:uppercase}.order-chip{border-radius:20px;padding:.4rem .75rem;font-size:.8rem;font-weight:600;display:inline-flex;align-items:center;gap:4px;text-transform:uppercase;letter-spacing:.05em}.order-chip.pending{background:linear-gradient(135deg,#fff1cf,#ffe8a6);color:#8f6b00;border:1px solid #ffd700}.order-chip.shipped{background:linear-gradient(135deg,#dff1ff,#c7e9ff);color:#1f6187;border:1px solid #63b3ed}.order-chip.confirmed{background:linear-gradient(135deg,#ddeef9,#bde3ff);color:#1e6688;border:1px solid #4ca3ff}.order-chip.delivered{background:linear-gradient(135deg,#e5f8e7,#c1f0c6);color:#2f7b38;border:1px solid #6dd5a0}.order-chip.rejected{background:linear-gradient(135deg,#fde8e8,#fcd5d5);color:#b91c1c;border:1px solid #ff9898}.admin-donut{width:170px;height:170px;margin:.6rem auto .8rem;border-radius:50%;background:conic-gradient(#ebaa4a 0,#ebaa4a 28%,#f1c585 28%,#f1c585 53%,#f7d9ae 53%,#f7d9ae 72%,#fbe9ce 72%,#fbe9ce);position:relative}.admin-donut:after{content:"";position:absolute;top:34px;right:34px;bottom:34px;left:34px;border-radius:50%;background:#fff}.admin-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem 1rem;color:#667081;font-size:.85rem}.admin-products-head{display:flex;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.8rem}.admin-sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999}.admin-sidebar-overlay.active{display:block}.admin-profile-page{max-width:900px;margin:0 auto;padding:1.5rem}.admin-profile-card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #00000014;transition:box-shadow .2s ease}.admin-profile-card:hover{box-shadow:0 4px 12px #0000001f}.admin-profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.admin-profile-header h3{margin:0;font-size:1.25rem;color:var(--text);font-weight:600;display:flex;align-items:center;gap:.6rem}.admin-profile-header button{background:var(--accent);color:#fff;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;gap:.35rem}.admin-profile-header button:hover{background:var(--accent-hover, #ff6b35);transform:translateY(-1px)}.admin-profile-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.profile-field{display:flex;flex-direction:column;gap:.35rem}.profile-field label{font-size:.85rem;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.profile-field-value{font-size:1rem;color:var(--text);font-weight:500;padding:.5rem 0}.admin-profile-form{display:grid;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.9rem;color:var(--text);font-weight:500}.form-group input{background:var(--input-bg);border:1px solid var(--input-border);color:var(--text);border-radius:8px;padding:.6rem .8rem;font-size:.95rem;font-family:inherit;transition:border-color .2s ease}.form-group input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px #ff6b351a}.form-group input::placeholder{color:var(--muted)}.form-actions{display:flex;gap:.8rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--line);justify-content:flex-end}.form-actions button{transition:all .2s ease}.admin-message{padding:.8rem 1rem;border-radius:8px;margin-bottom:1rem;display:flex;align-items:center;gap:.6rem;font-size:.95rem;animation:slideIn .3s ease}.admin-message.success{background:#4caf501a;color:#4caf50;border:1px solid rgba(76,175,80,.3);border-left:3px solid #4caf50}.admin-message.error{background:#f443361a;color:#f44336;border:1px solid rgba(244,67,54,.3);border-left:3px solid #f44336}.admin-message.loading{background:#2196f31a;color:#2196f3;border:1px solid rgba(33,150,243,.3);border-left:3px solid #2196f3}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.loading-spinner{display:inline-block;width:14px;height:14px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 980px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{gap:1rem}.admin-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-dashboard-grid,.admin-grid-two{grid-template-columns:1fr}}@media (max-width: 560px){.admin-content{padding:1rem}.admin-topbar{flex-direction:column}.admin-stats-grid,.admin-dashboard-grid{grid-template-columns:1fr}.admin-topbar-right{width:100%;flex-wrap:wrap}.admin-topbar-right input{width:100%}.admin-stats-grid{grid-template-columns:1fr}.admin-products-head{flex-direction:column;align-items:flex-start}}.auth-page{min-height:70vh;display:grid;place-items:center;padding:2rem 1rem}.auth-card{width:min(460px,100%);background:linear-gradient(180deg,#171a22,#12141b);border:1px solid var(--line);border-radius:var(--radius);padding:1.2rem;display:grid;gap:.6rem}.auth-card h1{margin:0 0 .2rem}.auth-card p{margin:0 0 .3rem;color:var(--muted)}.auth-card button[disabled]{opacity:.75;cursor:not-allowed}.auth-error{margin:.2rem 0;color:#ff8e8e;font-size:.92rem}.form-success{margin:.2rem 0;color:#8ff0b8;font-size:.92rem}.admin-nav-link,.admin-logout{display:flex;align-items:center;gap:.55rem}.admin-search{display:flex;align-items:center;gap:.4rem;background:var(--card);border:1px solid var(--line);border-radius:10px;padding:0 .55rem;color:var(--text)}.admin-search input{border:0;box-shadow:none;min-width:200px;padding:.55rem .2rem;background:transparent;color:var(--text)}.admin-profile-btn{border:1px solid var(--line);background:var(--card);width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:var(--text)}.admin-info{color:var(--muted)}.admin-error{color:#d85151}.admin-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.admin-product-card{border:1px solid var(--line);border-radius:14px;padding:.8rem;background:var(--card)}.admin-product-card h3{margin:.6rem 0 .25rem;color:var(--text);font-size:1.02rem}.admin-product-card p{margin:.25rem 0;color:var(--muted)}.admin-product-image-wrap{width:100%;aspect-ratio:4 / 3;border-radius:10px;overflow:hidden;background:var(--card)}.admin-product-image,.admin-image-preview{width:100%;height:100%;object-fit:cover;display:block}.admin-product-image-fallback{width:100%;height:100%;display:grid;place-items:center;color:var(--muted)}.admin-product-actions{margin-top:.65rem;display:flex;gap:.55rem}.admin-edit-btn,.admin-delete-btn,.admin-cancel-btn,.admin-add-btn{border:1px solid #d5dbe6;background:#fff;border-radius:9px;padding:.45rem .75rem;cursor:pointer;color:#1f2330}.admin-delete-btn{border-color:#f2c2c2;color:#a63e3e}.admin-product-form{display:grid;gap:.8rem}.admin-form-grid{display:grid;gap:.55rem}.admin-form-grid select,.admin-form-grid input,.admin-form-grid textarea{border:1px solid #d4dbe7;border-radius:10px;padding:.72rem .78rem;font-family:inherit}.admin-image-actions{display:flex;gap:.6rem}.admin-image-preview-wrap{width:260px;height:190px;border-radius:12px;overflow:hidden;background:var(--card);border:1px solid var(--line);display:grid;place-items:center}.admin-camera-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#0c121fa3;display:grid;place-items:center}.admin-camera-card{width:min(90vw,620px);background:#fff;border-radius:14px;padding:.8rem}.admin-camera-card video{width:100%;border-radius:10px;max-height:420px;object-fit:cover}.admin-camera-actions{margin-top:.6rem;display:flex;gap:.55rem}.admin-image-section{margin:1.5rem 0}.admin-image-section h3{margin-bottom:1rem;font-size:1.1rem;font-weight:600}.admin-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.admin-gallery-item{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;border:1px solid var(--line);background:var(--card)}.admin-gallery-image{width:100%;height:100%;object-fit:cover;display:block}.admin-gallery-remove{position:absolute;top:4px;right:4px;width:28px;height:28px;border-radius:50%;background:#ff4d4f;color:#fff;border:none;font-size:1.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.admin-gallery-item:hover .admin-gallery-remove{opacity:1;gap:.55rem}@media (max-width: 980px){.admin-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.admin-search{width:100%}.admin-search input{min-width:0;width:100%}.admin-product-grid{grid-template-columns:1fr}.admin-image-preview-wrap{width:100%;max-width:320px}}.header-auth-wrap{display:flex;align-items:center;gap:.6rem;justify-self:end}.call-btn.secondary{background:#151820;color:#f2f3f6;border:1px solid #2e3645}.call-btn.secondary:hover{background:#202737}.header-user{color:#cbd1dc;font-size:.9rem}.social-card{max-width:480px}.social-btn{display:block;text-align:center;padding:.85rem 1rem;border-radius:10px;font-weight:600;border:1px solid #2f3646;background:#10131a;color:#f2f3f6}.social-btn.google{border-color:#295fcb}.social-btn.facebook{border-color:#2f5db0}.social-btn.apple{border-color:#4e5565}.admin-logout{border:1px solid var(--line);background:transparent;color:var(--muted);padding:.65rem .75rem;border-radius:10px;cursor:pointer;width:100%;justify-content:center}.admin-logout:hover{background:var(--card-strong);color:var(--text)}.login-page{height:100vh;display:flex;justify-content:center;align-items:center;background:radial-gradient(circle at top,#0f172a,#020617)}.login-card{width:400px;padding:35px;border-radius:16px;background:#0f172ab3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);box-shadow:0 0 40px #00000080;color:#fff}.login-title{font-size:42px;font-weight:700;margin-bottom:5px}.login-subtitle{color:#94a3b8;margin-bottom:20px}.social-btn{width:100%;padding:12px;margin-bottom:12px;border-radius:10px;border:1px solid #2563eb;background:transparent;color:#fff;cursor:pointer;transition:.3s}.social-btn:hover{background:#2563eb33}.divider{text-align:left;margin:15px 0;color:#94a3b8}label{display:block;margin-top:10px;margin-bottom:5px}input{width:100%;padding:12px;border-radius:10px;border:1px solid #334155;background:transparent;color:#fff;margin-bottom:10px}input:focus{outline:none;border:1px solid #2563eb}.login-btn{width:100%;padding:12px;margin-top:10px;border-radius:10px;border:none;background:#fff;color:#000;font-weight:700;cursor:pointer}.login-btn:hover{background:#e2e8f0}.signup-text{margin-top:15px;color:#94a3b8}.signup-text a{color:#fff;text-decoration:none;font-weight:700}.error{color:#ef4444}.milk-analyser-home{width:100%;--home-accent: #ffca5f;--home-sky: #8cc8ff;--home-card-bg: rgba(13, 20, 33, .82);--home-card-border: #2d405f}.home-container{width:min(1140px,100%);margin:0 auto}.milk-analyser-home .hero-section{min-height:78vh;padding-top:clamp(3.4rem,6vw,5rem);padding-bottom:clamp(4rem,7vw,5.6rem);background:radial-gradient(circle at 85% 10%,rgba(255,202,95,.22),transparent 35%),radial-gradient(circle at 10% 18%,rgba(99,173,248,.28),transparent 42%),radial-gradient(circle at 52% 100%,rgba(255,255,255,.1),transparent 50%),linear-gradient(165deg,#05070d,#08101d 45%,#060a14)}.milk-analyser-home .hero-overlay{background:linear-gradient(180deg,#05080e4d,#05080ed6),repeating-linear-gradient(90deg,rgba(255,255,255,.03),rgba(255,255,255,.03) 1px,transparent 1px,transparent 44px)}.home-hero-content{max-width:840px;animation:homeRise .7s ease both;text-align:center}.home-kicker{color:#d4e7fb;letter-spacing:.12em;font-weight:500;font-size:.78rem;text-align:center}.home-hero-content h1{margin:.6rem auto 1rem;max-width:11ch;font-size:clamp(1.4rem,4.6vw,3.6rem);line-height:1.12;text-wrap:balance;text-align:center}.home-subtitle{margin:0 auto;max-width:57ch;font-size:clamp(.95rem,.8vw,1.05rem);color:#e7edf8;line-height:1.55;text-align:center}.home-hero-actions{margin-top:2.3rem}.milk-analyser-home .hero-actions .btn-primary{min-width:182px;text-align:center;box-shadow:0 12px 34px #ffca5f47}.milk-analyser-home .hero-actions .btn-secondary{min-width:160px;text-align:center;border-color:#33517a;background:#0b1322eb}.home-metrics-section{padding-top:0;padding-bottom:.85rem;margin-top:-3.2rem;position:relative;z-index:2}.home-metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-metric-card{border-radius:18px;border:1px solid var(--home-card-border);background:linear-gradient(145deg,#0f1725f2,#0a101cdb);padding:1.2rem 1.25rem;box-shadow:0 16px 30px #0208126b;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.home-metric-card h2{margin:0 0 .2rem;font-size:clamp(1.4rem,2.6vw,2rem);color:#f0c867}.home-metric-card p{margin:0;color:#c9d4e6;font-size:.9rem}.home-about-section{padding-top:1.35rem;padding-bottom:1.2rem}.home-about-head{max-width:760px;margin-bottom:1rem}.home-about-head h2{margin:.35rem 0 0}.home-about-point-card,.home-feature-card{border-radius:18px;border:1px solid var(--home-card-border);background:linear-gradient(130deg,rgba(255,255,255,.05),transparent 55%),var(--home-card-bg);box-shadow:inset 0 1px #ffffff0d,0 14px 36px #030a166b}.home-about-points-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.home-about-point-card{padding:1.2rem 1.1rem 1.05rem;position:relative;min-height:220px}.home-point-index{width:42px;height:42px;border-radius:999px;display:inline-grid;place-items:center;margin-bottom:.8rem;color:#0f182b;font-weight:700;font-family:Sora,sans-serif;background:linear-gradient(145deg,#ffcf72,#f0b93d)}.home-about-point-card h3{margin:0 0 .62rem;font-size:clamp(1.05rem,1.6vw,1.35rem);line-height:1.25}.home-about-point-card p{margin:0;color:#c8d4e7;line-height:1.55;font-size:.92rem}.home-feature-section{padding-top:.25rem;padding-bottom:3.2rem}.home-section-head{max-width:680px;margin-bottom:1rem}.home-section-head h2{margin:.35rem 0 0}.home-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-feature-card{padding:1.4rem 1.2rem;position:relative;overflow:hidden}.home-feature-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:linear-gradient(90deg,var(--home-accent),var(--home-sky))}.home-feature-card h3{margin:0 0 .65rem;font-size:clamp(1.1rem,1.6vw,1.45rem)}.home-feature-card p{margin:0;color:#c8d4e7;line-height:1.5;font-size:.92rem}.home-category-sliders-section{padding-top:.8rem}.home-category-slider-block{margin-bottom:1.4rem;display:grid;gap:.85rem}.home-category-slider-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.home-category-link{border:0;background:transparent;color:var(--text);font-size:1.32rem;font-weight:700;cursor:pointer;padding:0}.home-category-link:hover{color:var(--brand)}.home-category-head-actions{display:flex;align-items:center;gap:.5rem}.home-slider-control{width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:var(--card);color:var(--text);display:grid;place-items:center;cursor:pointer}.home-slider-control:hover{border-color:var(--brand);color:var(--brand)}.home-view-all-link{padding:.48rem .8rem;border-radius:10px;border:1px solid var(--line);color:var(--text);font-weight:600}.home-view-all-link:hover{border-color:var(--brand);color:var(--brand)}.home-category-slider-track{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:thin;padding-bottom:.35rem}.home-category-product-card{flex:0 0 250px;min-height:320px;border-radius:14px;border:1px solid var(--line);background:linear-gradient(180deg,#171a22,#12141b);padding:.9rem;display:flex;flex-direction:column;gap:.55rem;cursor:pointer;transition:transform .2s ease,border-color .2s ease}.home-category-product-card:hover{transform:translateY(-2px);border-color:#40485a}.home-category-product-image-wrap{width:100%;height:190px;border-radius:10px;overflow:hidden;background:#0c1017;display:grid;place-items:center}.home-category-product-image{width:100%;height:100%;object-fit:cover;object-position:center}.home-category-product-card h3{margin:0;font-size:1rem;line-height:1.35;min-height:2.7em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-category-product-price{margin:auto 0 0;color:#f0d99a;font-weight:700}.category-products-page{display:grid;gap:1rem}.product-details-page .product-details-card.static{position:static;inset:auto}@keyframes homeRise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 980px){.milk-analyser-home .hero-section{min-height:68vh}.home-metrics-grid,.home-feature-grid,.home-about-points-grid{grid-template-columns:1fr}.home-category-slider-head{flex-direction:column;align-items:flex-start}}@media (max-width: 560px){.home-hero-content h1{max-width:13ch}.home-subtitle{max-width:34ch}.home-about-point-card,.home-feature-card{padding:1rem}.home-category-product-card{flex-basis:220px;min-height:300px}.home-category-product-image-wrap{height:170px}.home-metrics-section{margin-top:-2.2rem}}.checkout-page,.orders-page{padding:120px 6vw 80px;background:#f5f7fb;min-height:100vh}.checkout-grid{display:grid;grid-template-columns:1.3fr .8fr;gap:32px}.checkout-card,.orders-card,.order-card,.checkout-summary{background:#fff;border-radius:18px;padding:28px;box-shadow:0 18px 40px #0f172a14}.checkout-card h2,.orders-page h2{margin-bottom:8px}.checkout-subtitle{color:#5d6475;margin-bottom:24px}.payment-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:20px}.payment-details .label{display:block;color:#8a93a4;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.payment-details .value{font-weight:600;color:#1f2937}.upi-qr{margin-bottom:24px}.upi-qr-box{background:linear-gradient(135deg,#eef2ff,#e0f2fe);border-radius:16px;padding:24px;text-align:center;color:#1e3a8a;font-weight:600}.upi-qr-box p{margin:0 0 10px}.upi-qr-image{width:min(220px,100%);aspect-ratio:1/1;object-fit:cover;border-radius:12px;border:1px solid #c9d6ef;background:#fff}.checkout-form{display:grid;gap:16px}.checkout-form h3{margin:6px 0 4px}.checkout-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.checkout-wide-field{grid-column:1 / -1}.checkout-form .form-field{display:grid;gap:8px;font-weight:600;color:#1f2937}.checkout-form input[type=text],.checkout-form input[type=email],.checkout-form input[type=file]{border:1px solid #d7deea;border-radius:10px;padding:12px 14px;font-size:.95rem}.checkout-summary h3{margin-bottom:16px}.checkout-item,.order-item{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #edf1f6}.checkout-item img,.order-item img{width:54px;height:54px;object-fit:cover;border-radius:10px;border:1px solid #e2e8f0}.checkout-total,.order-footer{display:flex;justify-content:space-between;align-items:center;margin-top:20px;font-weight:600}.checkout-grand-total{border-top:1px solid #edf1f6;padding-top:12px;font-size:1.08rem}.orders-list{display:grid;gap:20px}.order-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.order-id{font-weight:700;color:#1f2937}.order-date{color:#7b869a;font-size:.9rem}.order-items{display:grid;gap:12px}.order-footer span{color:#7b869a;font-size:.9rem}.admin-orders-list{display:grid;gap:24px}.admin-order-card{background:linear-gradient(135deg,#fff,#f9fbfd);border:1px solid #e5ebf0;border-radius:16px;padding:28px;box-shadow:0 4px 12px #0f172a0f,0 8px 24px #0f172a0a;display:grid;gap:20px;transition:all .3s ease}.admin-order-card:hover{box-shadow:0 8px 20px #0f172a1a,0 12px 32px #0f172a0f;border-color:#d5e0eb}.admin-order-card header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:16px;border-bottom:2px solid #f0f3f7}.admin-order-card header div{display:grid;gap:4px}.order-id{font-weight:700;font-size:1.1rem;color:#0b1324;margin:0}.order-date{color:#7b869a;font-size:.85rem;margin:0}.admin-order-meta,.admin-order-payment{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:20px;padding:16px 0}.admin-order-meta>div,.admin-order-payment>div{display:grid;gap:6px}.admin-order-meta span,.admin-order-payment span{color:#9ca3af;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600}.admin-order-meta strong,.admin-order-payment strong{color:#0b1324;font-size:.95rem;font-weight:700}.admin-order-payment .admin-link{color:#2563eb;font-weight:600;text-decoration:none;transition:color .2s ease}.admin-order-payment .admin-link:hover{color:#1d4ed8;text-decoration:underline}.admin-order-items{background:#f8fafb;border-radius:12px;padding:16px;display:grid;gap:12px}.order-item{display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:14px;padding:12px;background:#fff;border-radius:10px;transition:all .2s ease}.order-item:hover{box-shadow:0 2px 8px #0f172a14}.order-item img{width:70px;height:70px;object-fit:cover;border-radius:8px;border:1px solid #e5ebf0}.order-item div{display:grid;gap:4px}.order-item p{margin:0;font-weight:600;color:#0b1324;font-size:.95rem}.order-item span{color:#7b869a;font-size:.85rem}.order-item strong{font-size:1rem;color:#9a6a12;font-weight:700}.admin-order-actions{display:flex;gap:12px;flex-wrap:wrap;padding-top:12px;border-top:1px solid #f0f3f7}.admin-order-actions button{padding:10px 20px;border-radius:8px;font-weight:600;font-size:.9rem;transition:all .2s ease;cursor:pointer;border:none}.admin-order-actions .btn-primary{background:linear-gradient(135deg,#e8ab4a,#d4941f);color:#fff}.admin-order-actions .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #e8ab4a4d}.admin-order-actions .btn-primary:disabled{opacity:.5;cursor:not-allowed}.admin-order-actions .admin-delete-btn{background:#fee2e2;color:#b91c1c;border:1px solid #fecaca}.admin-order-actions .admin-delete-btn:hover:not(:disabled){background:#fecaca;transform:translateY(-2px);box-shadow:0 4px 12px #b91c1c33}.admin-order-actions .admin-delete-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 960px){.checkout-grid,.checkout-details-grid{grid-template-columns:1fr}}.admin-card,.profile-card,.cart-item-card,.cart-summary-card,.favorites-item-card,.checkout-card,.checkout-summary,.orders-card,.order-card,.user-dashboard-card,.user-dashboard-content,.user-dashboard-sidebar,.user-order-card,.user-enquiry-card{background:var(--card);color:var(--text);border-color:var(--line);box-shadow:var(--shadow)}input,textarea,select{background:var(--input-bg);color:var(--text);border:1px solid var(--input-border)}input::placeholder,textarea::placeholder{color:var(--muted)}body[data-theme=light] .profile-dropdown-card{background:var(--card);border-color:var(--line);box-shadow:var(--shadow)}body[data-theme=light] .profile-card-link{color:var(--text)}body[data-theme=light] .profile-card-link:hover{background:#0000000a}body[data-theme=light] .profile-card-logout{background:#b91c1c14;border-color:#f2c2c2;color:#b91c1c}body[data-theme=light] .hero-section{background:radial-gradient(circle at 85% 10%,rgba(215,171,76,.22),transparent 35%),radial-gradient(circle at 10% 18%,rgba(99,173,248,.18),transparent 42%),linear-gradient(165deg,#fff,#f3f6fb 45%,#eef2f7)}body[data-theme=light] .hero-overlay{background:linear-gradient(180deg,#fff3,#f5f7fb99)}body[data-theme=light] .hero-content p{color:#243045}body[data-theme=light] .brand-name{color:#3b4456}body[data-theme=light] .profile-card-email,body[data-theme=light] .profile-card-link{color:#1f2a3a}body[data-theme=light] .order-date,body[data-theme=light] .order-footer span,body[data-theme=light] .home-subtitle,body[data-theme=light] .home-about-point-card p,body[data-theme=light] .home-feature-card p,body[data-theme=light] .home-metric-card p{color:#3b4658}body[data-theme=light] .home-metric-card h2{color:#9a6a12}body[data-theme=light] .home-feature-card,body[data-theme=light] .home-about-point-card,body[data-theme=light] .home-metric-card{border-color:#d7e0ee}body[data-theme=light] .home-category-product-card{background:#fff;border-color:#dfe6f0;box-shadow:0 12px 24px #0f172a14}body[data-theme=light] .home-category-product-image-wrap{background:#f1f5fb}body[data-theme=light] .home-category-product-price{color:#9a6a12}body[data-theme=light] .login-page{background:radial-gradient(circle at top,#e7edf7,#f6f8fc)}body[data-theme=light] .login-card{background:#fff;color:#0b1324;border:1px solid #dfe6f0;box-shadow:0 18px 40px #0f172a14}body[data-theme=light] .login-subtitle,body[data-theme=light] .signup-text{color:#4b5568}body[data-theme=light] .signup-text a{color:#0b1324}body[data-theme=light] .divider{color:#6b7280}body[data-theme=light] .social-btn{background:#fff;color:#0b1324;border-color:#dfe6f0}body[data-theme=light] .social-btn:hover{background:#f3f6fb}body[data-theme=light] .login-btn{background:#0b1324;color:#fff}body[data-theme=light] .login-btn:hover{background:#111b2f}body[data-theme=light] .feature-card,body[data-theme=light] .contact-form,body[data-theme=light] .product-card,body[data-theme=light] .location-card,body[data-theme=light] .map-frame{background:#fff;border-color:#dfe6f0;box-shadow:0 14px 28px #0f172a14}body[data-theme=light] .feature-card p,body[data-theme=light] .product-card p,body[data-theme=light] .location-card p,body[data-theme=light] .section-heading p{color:#4b5568}body[data-theme=light] .products-toolbar input,body[data-theme=light] .products-toolbar select{background:#fff;color:#0b1324;border-color:#dfe6f0}body[data-theme=light] .products-card{background:#fff;border-color:#dfe6f0;box-shadow:0 12px 24px #0f172a14}body[data-theme=light] .products-card-image{background:#f1f5fb}body[data-theme=light] .product-details-card{background:#fff;border-color:#dfe6f0;box-shadow:0 20px 40px #0f172a1f}body[data-theme=light] .product-details-close{background:#fff;color:#0b1324;border-color:#dfe6f0}body[data-theme=light] .product-details-media{background:#f6f8fc}body[data-theme=light] .product-details-content p{color:#4b5568}body[data-theme=light] .product-type,body[data-theme=light] .product-price{color:#9a6a12}body[data-theme=light] .home-metric-card,body[data-theme=light] .home-about-point-card,body[data-theme=light] .home-feature-card{background:#fff;border-color:#dfe6f0;box-shadow:0 14px 30px #0f172a1a}body[data-theme=light] .home-about-point-card h3,body[data-theme=light] .home-feature-card h3,body[data-theme=light] .home-point-index{color:#0b1324}body[data-theme=light] .nav-link{color:var(--nav-link)}body[data-theme=light] .nav-link.active,body[data-theme=light] .nav-link:hover{color:var(--nav-link-active)}body[data-theme=light] .admin-shell,body[data-theme=light] .admin-content{background:var(--bg)}body[data-theme=light] .admin-sidebar{background:var(--card);border-right:1px solid var(--line)}body[data-theme=light] .admin-nav-link{color:var(--text)}body[data-theme=light] .admin-nav-link.active,body[data-theme=light] .admin-nav-link:hover{background:#0a0f190f;border-color:var(--line)}.user-dashboard-page{padding:120px 6vw 80px;background:var(--bg);min-height:100vh}.user-dashboard-shell{display:grid;grid-template-columns:260px 1fr;gap:24px}.user-dashboard-sidebar{border-radius:18px;padding:20px}.user-dashboard-profile{display:grid;grid-template-columns:56px 1fr;gap:12px;align-items:center;margin-bottom:20px}.user-dashboard-profile img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid var(--brand-strong)}.user-dashboard-profile p{margin:0;font-weight:700}.user-dashboard-profile span{color:var(--muted);font-size:.85rem}.user-dashboard-nav{display:grid;gap:8px}.user-dashboard-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid transparent;background:transparent;color:var(--text);cursor:pointer;font-family:inherit;font-size:.95rem}.user-dashboard-link.active,.user-dashboard-link:hover{background:var(--card-strong);border-color:var(--line)}.user-dashboard-content{border-radius:18px;padding:24px}.user-dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px}.user-dashboard-header p{color:var(--muted);margin:6px 0 0}.user-dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.user-dashboard-stat{background:var(--card-strong);border:1px solid var(--line);border-radius:14px;padding:16px;display:grid;gap:6px}.user-dashboard-stat strong{font-size:1.6rem}.user-dashboard-section h3{margin:18px 0 12px}.user-dashboard-subhead{margin-top:24px}.user-order-card,.user-enquiry-card{border:1px solid var(--line);border-radius:16px;padding:16px;display:grid;gap:12px;background:var(--card-strong)}.user-order-card header,.user-enquiry-card header{display:flex;justify-content:space-between;align-items:center}.user-order-card footer{display:flex;justify-content:space-between;align-items:center;color:var(--muted)}.user-enquiry-card h4{margin:0}.user-enquiry-card p{margin:0;color:var(--muted)}.user-dashboard-empty{color:var(--muted)}.user-profile-card{display:grid;grid-template-columns:200px 1fr;gap:20px}.user-profile-photo{display:grid;gap:12px;align-content:start}.user-profile-photo img{width:160px;height:160px;border-radius:18px;object-fit:cover;border:2px solid var(--line)}.user-profile-fields{display:grid;gap:12px}.user-profile-fields label{display:grid;gap:8px;font-weight:600}.user-profile-fields input,.user-profile-fields textarea{border-radius:10px;padding:10px 12px}@media (max-width: 980px){.user-dashboard-shell,.user-profile-card{grid-template-columns:1fr}}@media (max-width: 1200px){.home-container{padding:0 clamp(1rem,3vw,2rem)}.products-toolbar{grid-template-columns:1fr}.product-details-card{width:min(920px,100%)}}@media (max-width: 992px){.site-header{grid-template-columns:1fr;justify-items:center;text-align:center}.brand-wrap{justify-content:center}.header-auth-wrap,.header-icons-wrap{justify-content:center;flex-wrap:wrap}.main-nav{justify-content:center;flex-wrap:wrap;gap:.9rem}.hero-section{min-height:60vh}.feature-strip{grid-template-columns:1fr}.product-grid,.products-grid,.admin-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.location-layout{grid-template-columns:1fr}.footer-top{flex-direction:column;gap:.75rem;text-align:center}.footer-contact p{text-align:center}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.hero-section{padding:4rem 1.2rem}h1{font-size:clamp(1.8rem,6vw,2.8rem)}h2{font-size:clamp(1.4rem,4vw,2rem)}.hero-actions{flex-direction:column;align-items:stretch}.product-details-card{grid-template-columns:1fr;padding:.9rem}.product-details-media{min-height:220px}.ecommerce-cart,.ecommerce-favorites,.ecommerce-profile{margin:1.5rem 1rem}.admin-topbar{flex-direction:column;align-items:flex-start}.admin-hamburger{display:flex}.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:fixed;top:0;left:0;bottom:0;width:260px;height:100vh;background:var(--card);border-radius:0;border-right:1px solid var(--line);transform:translate(-100%);transition:transform .3s ease;z-index:1000;overflow-y:auto;padding:1rem 0}.admin-sidebar.open{transform:translate(0)}.admin-profile-page,.admin-profile-card{padding:1rem}.admin-profile-header{flex-direction:column;align-items:flex-start;gap:.8rem}.admin-profile-header button{width:100%;justify-content:center}.admin-profile-info{grid-template-columns:1fr}.form-actions{flex-direction:column;justify-content:flex-start}.form-actions button{width:100%}.checkout-page,.orders-page,.user-dashboard-page{padding:96px 5vw 60px}}@media (max-width: 560px){.product-grid,.products-grid,.admin-product-grid,.favorites-grid{grid-template-columns:1fr}.products-card{min-height:420px}.products-card-image{height:180px;flex-basis:180px}.cart-item-card{flex-direction:column;align-items:flex-start}.cart-item-img{width:100%;height:160px}.cart-summary-card{width:100%}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.5rem}.admin-image-preview-wrap{width:100%;height:auto;aspect-ratio:4 / 3}.login-card{width:min(360px,100%);padding:24px}}.bank-details-admin-card{display:grid;gap:1.5rem}.bank-details-preview{border:1px solid #d9e2ec;border-radius:14px;padding:1rem 1.1rem;background:#f8fbff}.bank-details-preview h3{margin:0 0 .9rem;color:#1f2d3d}.bank-details-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.8rem}.bank-details-preview-grid div{background:#fff;border:1px solid #e4ecf3;border-radius:10px;padding:.7rem .85rem}.bank-details-preview-grid span{display:block;color:#5b6b7d;font-size:.82rem;margin-bottom:.25rem}.bank-details-preview-grid strong{color:#0b1324;word-break:break-word}.bank-details-preview-qr{margin-top:1rem}.bank-details-preview-qr img{width:min(220px,100%);border-radius:10px;border:1px solid #d9e2ec;background:#fff;display:block}
