:root{--color-primary:#001F7F;--color-primary-light:#1E40AF;--color-primary-dark:#001556;--color-secondary:#FCC501;--color-secondary-light:#FDE047;--color-secondary-dark:#D9A700;--color-success:#16A34A;--color-warning:#F97316;--color-danger:#DC2626;--color-info:#0284C7;--white:#FFFFFF;--gray-50:#F8FAFC;--gray-100:#F1F5F9;--gray-200:#E2E8F0;--gray-300:#CBD5E1;--gray-400:#94A3B8;--gray-500:#64748B;--gray-600:#475569;--gray-700:#334155;--gray-800:#1E293B;--gray-900:#0F172A;--black:#000000;--color-dark: var(--gray-900);--font-heading:"Poppins",sans-serif;--font-body:"Inter",sans-serif;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--fs-display:56px;--fs-h1:48px;--fs-h2:40px;--fs-h3:32px;--fs-h4:24px;--fs-h5:20px;--fs-h6:18px;--fs-lg:18px;--fs-base:16px;--fs-sm:14px;--fs-xs:12px;--lh-heading:1;--lh-body:1.4;--space-0:0;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--radius-xs:6px;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-xl:24px;--radius-full:999px;--shadow-xs: 0 1px 3px rgba(0,0,0,.05);--shadow-sm: 0 4px 8px rgba(0,0,0,.08);--shadow-md: 0 8px 20px rgba(0,0,0,.12);--shadow-lg: 0 15px 35px rgba(0,0,0,.16);--shadow-xl: 0 25px 60px rgba(0,0,0,.2);--container-mobile:100%;--container-tablet:720px;--container-laptop:960px;--container-desktop:1140px;--container-wide:1320px;--header-height:60px;--announcement-height:32px;--btn-height-sm:40px;--btn-height-md:48px;--btn-height-lg:56px;--btn-radius:14px;--card-radius:20px;--card-padding:20px;--input-height:54px;--input-radius:14px;--transition-fast:.2s ease;--transition-normal:.3s ease;--transition-slow:.5s ease;--z-base:1;--z-dropdown:100;--z-header:500;--z-search:700;--z-modal:900;--z-toast:1000;--z-loader:1100;--mobile:767px;--tablet:768px;--laptop:992px;--desktop:1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-height:100vh;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--font-body);font-size:var(--fs-base);line-height:var(--lh-body);background:var(--gray-50);color:var(--gray-900);overflow-x:hidden}img,picture,svg,video,canvas{display:block;max-width:100%}img{height:auto;user-select:none}a{color:inherit;text-decoration:none;transition:var(--transition-fast)}a:hover{text-decoration:none}.logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;transition:transform var(--transition-fast, .2s ease),opacity var(--transition-fast, .2s ease)}.logo:hover{opacity:.92;transform:translateY(-1px)}.brand-logo-img{height:42px;width:auto;max-height:44px;object-fit:contain;display:block;border-radius:8px;flex-shrink:0;transition:transform var(--transition-fast, .2s ease)}.brand-logo-footer{height:38px;width:auto;max-height:40px;object-fit:contain;display:block;border-radius:8px;background:#fff;padding:3px;flex-shrink:0}.logo-text{display:flex;flex-direction:column;justify-content:center;line-height:1.15}.logo-title{font-size:16.5px;font-weight:800;color:var(--gray-900, #0F172A);line-height:1.15;letter-spacing:-.3px;display:block}.logo-subtitle{font-size:10.5px;color:var(--color-primary, #001F7F);font-weight:700;letter-spacing:.6px;text-transform:uppercase}@media(max-width:480px){.brand-logo-img{height:36px}.logo-title{font-size:15px}.logo-subtitle{font-size:9.5px}}ul,ol{list-style:none}button{border:none;outline:none;background:none;cursor:pointer;font:inherit;color:inherit;transition:var(--transition-fast)}button:disabled{cursor:not-allowed;opacity:.6}input,textarea,select{width:100%;font:inherit;color:inherit;border:none;outline:none;background:transparent}textarea{resize:vertical;min-height:120px}table{width:100%;border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:var(--lh-heading);font-weight:var(--fw-bold);color:var(--gray-900)}p{margin-bottom:1rem}hr{border:none;height:1px;background:var(--gray-200)}::selection{background:var(--color-primary);color:var(--white)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary-dark)}:focus-visible{outline:3px solid var(--color-secondary);outline-offset:2px}[hidden]{display:none!important}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.campus-modal{position:fixed;inset:0;display:none;justify-content:center;align-items:center;background:#000000a6;backdrop-filter:blur(8px);z-index:7777;padding:10px}.campus-modal.active{display:flex}.campus-card{width:100%;max-width:600px;background:#fff;border-radius:24px;padding:35px;text-align:center;box-shadow:0 20px 60px #0003;animation:campusFade .4s ease}.campus-logo{width:100px;margin:0 auto 20px;display:block}.campus-card h2{font-size:1.8rem;margin-bottom:10px;color:var(--color-primary)}.campus-card h2 span{color:#0056d2;font-weight:600;font-size:1.5}.campus-card p{color:var(--gray-600);margin-bottom:35px;line-height:1.3}.campus-options{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:35px}.campus-option{border:2px solid var(--gray-200);border-radius:18px;padding:28px 20px;cursor:pointer;transition:.3s ease;background:#fff}.campus-option:hover{border-color:var(--color-primary);transform:translateY(-6px);box-shadow:0 15px 35px #00000014}.campus-option.active{border:2px solid var(--color-primary);background:#eff6ff;transform:translateY(-3px)}.campus-icon{width:70px;height:70px;margin:0 auto 18px;border-radius:50%;display:flex;justify-content:center;align-items:center;background:#22c55e1f;color:var(--color-primary);font-size:28px}.campus-option h3{font-size:1.1rem;margin-bottom:8px}.campus-option span{color:var(--gray-500);font-size:.95rem}#continue-campus{width:100%;height:56px;border:none;border-radius:14px;font-size:1rem;font-weight:600}#continue-campus:disabled{opacity:.5;cursor:not-allowed}@keyframes campusFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.meal-card,.vendor-card,.combo-card{transition:opacity .25s ease,transform .25s ease}.container{width:min(100% - 2rem,var(--container-wide));margin-inline:auto}.container-sm{max-width:720px;margin-inline:auto}.container-md{max-width:960px;margin-inline:auto}.container-lg{max-width:1140px;margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.d-none{display:none}.d-block{display:block}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-flex{display:flex}.d-grid{display:grid}.flex{display:flex}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-5{gap:20px}.gap-6{gap:24px}.gap-8{gap:32px}.grid{display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-auto{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.w-100{width:100%}.w-auto{width:auto}.h-100{height:100%}.min-vh-100{min-height:100vh}.m-0{margin:0}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-5{margin-top:20px}.mt-6{margin-top:24px}.mt-8{margin-top:32px}.mt-10{margin-top:40px}.mt-12{margin-top:48px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-5{margin-bottom:20px}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:32px}.mb-10{margin-bottom:40px}.mb-12{margin-bottom:48px}.mx-auto{margin-inline:auto}.p-1{padding:4px}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.p-5{padding:20px}.p-6{padding:24px}.p-8{padding:32px}.py-4{padding-top:16px;padding-bottom:16px}.py-6{padding-top:24px;padding-bottom:24px}.py-8{padding-top:32px;padding-bottom:32px}.py-12{padding-top:48px;padding-bottom:48px}.py-16{padding-top:64px;padding-bottom:64px}.px-4{padding-left:16px;padding-right:16px}.px-6{padding-left:24px;padding-right:24px}.px-8{padding-left:32px;padding-right:32px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-white{color:var(--white)}.text-primary{color:var(--color-primary)}.text-secondary{color:var(--color-secondary)}.text-success{color:var(--color-success)}.text-warning{color:var(--color-warning)}.text-danger{color:var(--color-danger)}.text-muted{color:var(--gray-500)}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.bg-white{background:var(--white)}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.reveal{opacity:0;transform:translateY(50px);transition:.8s ease}body{background:var(--gray-50);color:var(--gray-900);font-family:var(--font-body);font-size:var(--fs-base);line-height:var(--lh-body)}section{padding:50px 0;position:relative}main{overflow:hidden}.container{width:min(1320px,calc(100% - 32px));margin:auto}.announcement-bar{background:linear-gradient(90deg,#0e4fa8,#155fc4);color:#fff;padding:8px 0;font-size:.82rem;font-weight:500;text-align:center;letter-spacing:.2px;overflow:hidden}.announcement-content{display:flex;justify-content:center;align-items:center;min-height:22px}.announcement-content p{margin:0}.announcement-content a{color:#ffd54a;font-weight:600}.header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 3px 20px #0000000d}.header-container{height:80px;display:flex;justify-content:space-between;align-items:center;min-height:74px}.mobile-menu{position:fixed;top:0;right:-100%;width:340px;max-width:90%;height:100vh;background:#fff;padding:20px;overflow-y:auto;transition:right .35s ease;z-index:1001}.close-menu{width:46px;height:46px;border-radius:50%;background:var(--gray-100);margin-left:auto;display:flex;justify-content:center;align-items:center;font-size:22px;cursor:pointer}.mobile-menu ul{margin-top:40px;display:flex;flex-direction:column;gap:7px}.mobile-menu li{width:100%}.mobile-menu a{display:flex;align-items:center;padding:16px 18px;border-radius:12px;font-weight:500;transition:.3s}.mobile-menu a:hover{background:var(--gray-100);color:var(--color-primary)}.mobile-menu .btn{margin-top:30px}.menu-overlay{position:fixed;inset:0;background:#00000073;opacity:0;visibility:hidden;transition:.3s;z-index:1000}.menu-overlay.active{opacity:1;visibility:visible}.header.scrolled .logo img{height:58px;width:120px;transition:.3s}.header-scrolled{box-shadow:0 8px 30px #00000014;transition:.3s}.campus-dropdown{opacity:0;visibility:hidden;transform:translateY(10px);transition:.3s}.campus-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.desktop-nav a.active,.mobile-menu a.active{color:var(--color-primary);font-weight:600}.desktop-nav a,.icon-btn,.whatsapp-btn,.btn{transition:all .25s ease}.logo{display:flex;align-items:center;gap:14px}.logo img{width:120px;height:50px;object-fit:contain;transition:.3s ease}.logo span{display:block;font-size:13px;color:var(--gray-500);margin-top:2px}nav{display:flex;align-items:center;gap:36px}nav ul{display:flex;gap:28px}nav li{list-style:none}nav a{color:var(--gray-700);font-weight:500;transition:.3s}nav a:hover{color:var(--color-primary)}.nav-actions{display:flex;align-items:center;gap:16px}.navbar{background:#fff;height:80px;display:flex;align-items:center;position:relative;transition:all .35s ease;z-index:999}.desktop-nav{margin-left:auto;margin-right:32px}.desktop-nav ul{display:flex;align-items:center;gap:28px}.desktop-nav li{position:relative}.desktop-nav a{color:var(--gray-700);font-weight:500;transition:.3s;padding:10px 0}.desktop-nav a:hover{color:var(--color-primary)}.desktop-nav a.active:after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:3px;background:var(--color-secondary);border-radius:999px}.mobile-nav{display:none}.mobile-nav.show{display:block}.dropdown{position:relative}.dropdown-menu{position:absolute;top:120%;left:0;min-width:220px;background:#fff;border-radius:18px;padding:12px 0;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(15px);transition:.3s ease}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{width:100%}.dropdown-menu a{display:block;padding:14px 22px;transition:.3s}.dropdown-menu a:hover{background:var(--gray-100);color:var(--color-primary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:8px;padding:10px 20px;font-weight:500;transition:.3s}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-dark);transform:translateY(-2px)}.btn-secondary{background:var(--color-secondary);color:#222}.btn-secondary:hover{background:var(--color-secondary-dark)}.btn-outline{border:2px solid var(--color-primary);color:var(--color-primary);background:#fff}.btn-outline:hover{background:var(--color-primary);color:#fff}.section-header{text-align:center;margin-bottom:30px}.section-header h2{font-size:40px;margin-bottom:10px}.section-header p{max-width:720px;margin:auto;color:var(--gray-500)}.card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-md);transition:.35s}.card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.card img{width:200px;height:200px;object-fit:cover;display:block}.link{color:var(--color-primary);font-weight:600}.link:hover{text-decoration:underline}.page-hero{padding:90px 0 60px;background:linear-gradient(135deg,#0a4da314,#f5b30114)}.page-hero-container{display:flex;align-items:center;justify-content:center;text-align:center}.page-hero-content{max-width:760px}.page-hero-content h1{font-size:clamp(2rem,3.5vw,3rem);margin:16px 0 12px;color:var(--gray-900)}.page-hero-content p{font-size:1.05rem;color:var(--gray-600);line-height:1.8}.page-section{padding:40px 0 20px}.page-toolbar{display:flex;gap:16px;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:30px;padding:20px;background:#fff;border:1px solid var(--gray-200);border-radius:20px;box-shadow:var(--shadow-sm)}.page-toolbar input,.page-toolbar select{min-width:220px;height:48px;padding:0 16px;border:1px solid var(--gray-300);border-radius:14px;background:#fff;color:var(--gray-800)}.vendor-grid,.features-grid,.steps-grid,.contacts-grid,.mission-grid{display:grid;gap:24px}.vendor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.page-vendor-card{display:flex;flex-direction:column;justify-content:space-between}.page-vendor-card img{width:100%;height:220px;object-fit:cover;border-radius:16px;margin-bottom:16px}.vendor-content h3{font-size:1.1rem;margin-bottom:10px}.vendor-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px;color:var(--gray-600);font-size:.92rem}.btn-sm{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;width:max-content}.empty-state{margin-top:20px;padding:22px;border:1px dashed var(--gray-300);border-radius:18px;text-align:center;color:var(--gray-600);background:var(--gray-50)}.cta-card,.support-panel,.about-card,.info-card,.feature-card,.step-card,.contact-card{background:#fff;border:1px solid var(--gray-200);border-radius:24px;box-shadow:var(--shadow-sm)}.cta-card{padding:36px;text-align:center}.cta-card h2,.support-panel h2,.about-card h2,.info-card h3,.feature-card h3,.step-card h3,.contact-card h3{margin-bottom:12px;color:var(--gray-900)}.cta-card p,.support-panel p,.about-card p,.info-card p,.feature-card p,.step-card p,.contact-card p{color:var(--gray-600);line-height:1.75}.cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:18px}.about-grid,.mission-grid,.features-grid,.steps-grid,.contacts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-card,.info-card,.feature-card,.step-card,.contact-card{padding:24px}.feature-card i,.contact-card i{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:16px;border-radius:12px;background:#0a4da31a;color:var(--color-primary);font-size:1.1rem}.step-card span{display:inline-block;margin-bottom:10px;color:var(--color-primary);font-weight:700}.support-panel{padding:36px;background:linear-gradient(135deg,#0a4da30d,#f5b30114)}.faq-list{display:flex;flex-direction:column;gap:14px}.faq-list .faq-item{background:#fff;border:1px solid var(--gray-200);border-radius:18px;box-shadow:var(--shadow-xs)}.faq-list .faq-question{padding:18px 22px}.faq-list .faq-answer p{padding:0 22px 20px}.text-link{color:var(--color-primary);font-weight:600;text-decoration:none}.section-header-center{text-align:center;margin-bottom:30px}@media(max-width:992px){.vendor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-grid,.mission-grid,.features-grid,.steps-grid,.contacts-grid{grid-template-columns:1fr}}@media(max-width:768px){.page-hero{padding:70px 0 40px}.page-toolbar{flex-direction:column;align-items:stretch}.page-toolbar input,.page-toolbar select{width:100%}.vendor-grid{grid-template-columns:1fr}.cta-card,.support-panel,.about-card,.info-card,.feature-card,.step-card,.contact-card{padding:22px}}.nav-list{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}.nav-list>li{position:relative}.nav-list a{color:var(--color-dark);font-weight:500;text-decoration:none;transition:.3s}.nav-list a:hover,.nav-list a.active{color:var(--color-primary)}.header-actions{display:flex;align-items:center;gap:12px}.campus-select{height:42px;width:auto;padding:0 5px;border:2px solid #ddd;border-radius:10px;background:#fff}.icon-btn,.cart-btn,.mobile-toggle{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;cursor:pointer;transition:.3s}.icon-btn{background:#f5f5f5}.icon-btn:hover{background:var(--color-primary);color:#fff}.cart-btn{position:relative;background:#fff;border:1px solid var(--color-primary);color:var(--color-primary)}.cart-btn:hover{background:var(--color-primary);color:#fff}.cart-count{position:absolute;top:-5px;right:-5px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:#ef4444;color:#fff;border-radius:50%;font-size:.72rem;font-weight:600}.mobile-toggle{display:none;justify-content:center;align-items:center}.mobile-menu.active{right:0}.close-menu{margin-left:auto;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#f5f5f5;cursor:pointer}.mobile-menu ul{list-style:none;padding:30px 0;margin:0}.mobile-menu li{margin-bottom:6px}.mobile-menu a{display:block;padding:14px 16px;border-radius:10px;text-decoration:none;color:var(--color-dark)}.mobile-menu a:hover{background:#f5f5f5;color:var(--color-primary)}@media(min-width:1600px){.header-container{min-height:88px}.desktop-nav .nav-list{gap:34px}.logo img{height:66px}}@media(max-width:1200px){.header-container{min-height:78px;gap:18px}.desktop-nav .nav-list{gap:22px}.nav-list a{font-size:.95rem}.logo img{height:60px}.campus-select{width:120px;font-size:.9rem}.cart-btn,.mobile-toggle{width:44px;height:44px}}@media(max-width:992px){.announcement-bar{padding:7px 0;font-size:.85rem}.header-container{min-height:72px;gap:12px}.desktop-nav{display:none!important}.mobile-toggle{display:flex!important;align-items:center;justify-content:center;width:42px;height:42px}.logo img{height:58px}.header-actions{gap:8px}.campus-select{display:block;width:110px;height:42px;font-size:.82rem;padding:0 10px}.cart-btn{width:42px;height:42px}.cart-count{width:18px;height:18px;font-size:.65rem}}@media(max-width:768px){.announcement-bar{white-space:normal;padding:6px 10px}.announcement-content{min-height:auto}.announcement-content p{font-size:.72rem;line-height:1.35;text-align:center}.header-container{min-height:68px;gap:8px}.logo img{height:52px}.header-actions{gap:6px}.campus-select{display:block;width:92px;height:38px;font-size:.75rem;padding:0 6px}.cart-btn,.mobile-toggle{width:42px;height:42px}.cart-count{width:17px;height:17px;font-size:.6rem;top:-4px;right:-4px}.mobile-menu a{padding:12px 14px;font-size:.95rem}.mobile-menu .btn{width:100%;margin-top:10px}.mobile-toggle{display:flex!important;align-items:center;justify-content:center}.desktop-nav{display:none!important}}@media(max-width:480px){.logo img{height:48px}.campus-select{width:82px;font-size:.7rem}.header-actions{gap:5px}.cart-btn,.mobile-toggle{width:36px;height:36px}}.cart-overlay,#cart-overlay{position:fixed;inset:0;background:#0f172a8c;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;z-index:9998}.cart-overlay.active,#cart-overlay.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.shopping-cart,#cart-drawer{position:fixed;top:0;right:-450px;width:100%;max-width:400px;height:100vh;background:#fff;display:flex;flex-direction:column;transition:right .35s cubic-bezier(.16,1,.3,1);box-shadow:-10px 0 40px #00000026;z-index:9999}.shopping-cart.active,#cart-drawer.active{right:0!important}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #E5E7EB;flex-shrink:0}.cart-header h2{font-size:1.3rem;font-weight:700}.close-cart{width:42px;height:42px;border:none;border-radius:50%;background:#f3f4f6;cursor:pointer}.close-cart:hover{background:var(--color-primary);color:#fff}#cart-page,#checkout-page{flex:1;display:flex;flex-direction:column;min-height:0}.cart-items{flex:1;overflow-y:auto;padding:20px}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:14px;align-items:center;padding:18px 0;border-bottom:1px solid #ECECEC}.cart-item img{width:80px;height:80px;object-fit:cover;border-radius:12px}.cart-info{display:flex;flex-direction:column;gap:8px}.cart-info h4{font-size:1rem;margin-bottom:6px}.cart-top{display:flex;justify-content:space-between;align-items:center;gap:10px}.cart-title{font-size:1rem;font-weight:700;flex:1}.cart-price{color:var(--color-primary);font-weight:700;margin-top:4px}.vendor-name{font-size:.88rem;color:#64748b}.quantity{display:flex;align-items:center;gap:8px}.quantity button{width:30px;height:30px;border:none;border-radius:8px;background:#f3f4f6;cursor:pointer;transition:.25s}.quantity button:hover{background:var(--color-primary);color:#fff}.quantity span{width:18px;text-align:center;font-weight:700}.remove-item{width:34px;height:34px;display:flex;justify-content:center;align-items:center;border:none;border-radius:8px;background:#fee2e2;color:#ef4444;cursor:pointer}.remove-item:hover{background:#ef4444;color:#fff}.empty-cart{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#64748b}.empty-cart i{font-size:4rem;margin-bottom:20px;color:#cbd5e1}.cart-footer{border-top:1px solid #E5E7EB;padding:20px;flex-shrink:0}.cart-summary{display:flex;justify-content:space-between;margin-bottom:10px}.cart-total{font-size:1.2rem;font-weight:700;margin-bottom:20px}.cart-actions-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:15px}.continue-btn,.clear-cart{height:48px;border-radius:10px;cursor:pointer;font-weight:600}.continue-btn{border:none;background:#f3f4f6}.continue-btn:hover{background:#e5e7eb}.clear-cart{border:2px solid var(--color-primary);background:#fff;color:var(--color-primary)}.clear-cart:hover{background:var(--color-primary);color:#fff}.checkout-btn{width:100%;height:52px;border:none;border-radius:12px;background:var(--color-primary);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:8px}.checkout-btn:hover{transform:translateY(-2px)}.customer-info{flex:1;overflow-y:auto;padding:20px}.customer-info h3{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600}.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid #D1D5DB;border-radius:10px}.form-group textarea{resize:vertical;min-height:90px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.delivery-options{display:flex;gap:18px;margin-top:12px}.delivery-options label{display:flex;align-items:center;gap:6px}#location-group{display:none}.customer-info hr{margin:25px 0;border:none;border-top:1px solid #E5E7EB}#back-to-cart{margin-top:20px;margin-bottom:12px;width:100%}@media(max-width:768px){.cart-item{grid-template-columns:65px 1fr;gap:12px}.cart-item img{width:65px;height:65px}.cart-top{flex-wrap:wrap;gap:8px}.cart-controls{width:100%;justify-content:space-between}.cart-title{font-size:.92rem}.vendor-name{font-size:.8rem}.cart-price{font-size:.9rem}}@media(max-width:480px){.shopping-cart{width:100%}.cart-items{padding:12px}.cart-item{align-items:flex-start;gap:10px}.cart-item img{width:60px;height:60px}.cart-info{grid-area:info;display:flex;flex-direction:column;gap:4px;min-width:0}.cart-info h4{font-size:.88rem}.meal-vendor,.cart-vendor{font-size:.75rem;color:#6b7280}.cart-price{font-size:.9rem;font-weight:700;color:var(--color-primary)}.cart-actions{grid-area:actions;display:flex;flex-direction:row;align-items:center;gap:6px;margin:0}.cart-buttons{flex-direction:column;align-items:flex-start;gap:10px}.quantity{display:flex;align-items:center;gap:6px;margin:0}.quantity button{width:28px;height:28px}.quantity span{font-size:.85rem}.remove-item{width:34px;height:34px}.remove-item i{font-size:.8rem}.cart-footer{padding:16px}.cart-summary{font-size:.9rem}.cart-total{font-size:1rem}.cart-buttons{gap:10px}.continue-btn,.clear-cart,.checkout-btn{padding:12px;font-size:.85rem}.customer-info{padding:16px}.customer-info h3{font-size:1rem;margin-bottom:16px}.form-row{grid-template-columns:1fr;gap:12px}.customer-info input,.customer-info textarea{font-size:.85rem;padding:10px 12px}.hidden{display:none!important}.checkout-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}}.hero{position:relative;overflow:hidden;padding:35px 0 60px;background:radial-gradient(circle at top right,rgba(255,183,3,.16),transparent 32%),radial-gradient(circle at bottom left,rgba(14,79,168,.08),transparent 40%),linear-gradient(180deg,#fffdf9,#fff)}.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,170,0,.08) 1px,transparent 1px);background-size:32px 32px;pointer-events:none}.hero-container{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px;position:relative;z-index:1}.hero-content h1{font-size:48px;line-height:1;font-weight:900;letter-spacing:-1px;max-width:500px;margin-top:0}.hero-badge{width:max-content;display:flex;align-items:left;gap:8px;padding:9px 12px;border-radius:999px;background:#ffaa001f;color:var(--color-primary);font-weight:600;font-size:12px;margin-top:0}.hero-content h1{font-size:48px;line-height:1.1;letter-spacing:0px;font-weight:800;color:var(--gray-900);max-width:640px;text-align:left}.hero h1 span{color:var(--color-primary)}.hero-description{max-width:620px;font-size:18px;line-height:1.3;text-align:left;color:#556070;margin-top:0}.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:12px}.hero-buttons .btn{min-width:210px;height:56px;font-size:16px;font-weight:700;letter-spacing:normal}.hero-buttons .btn-primary{box-shadow:0 18px 35px #0e4fa840}.hero-buttons .btn-primary:hover{transform:translateY(-4px)}.whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:210px;height:56px;padding:0 28px;border:2px solid #25D366;border-radius:14px;background:#25d366;color:#fff;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 25px #25d36640}.whatsapp-btn:hover{background:#1ebe5d;border-color:#1ebe5d;transform:translateY(-3px);box-shadow:0 16px 35px #25d36659}.whatsapp-btn:active{transform:scale(.97)}.whatsapp-btn i{font-size:18px}.hero-image{position:relative;display:flex;justify-content:center;align-items:center}.hero-image img{display:block;height:auto;object-fit:contain;width:100%;max-width:610px;animation:floating 5s ease-in-out infinite;transition:opacity .25s ease;will-change:transform;filter:drop-shadow(0 35px 45px rgba(0,0,0,.12))}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:10px}.floating-card{position:absolute;display:flex;align-items:center;gap:12px;padding:14px 18px;background:#fff;border-radius:18px;border:1px solid rgba(0,0,0,.05);box-shadow:var(--shadow-lg);animation:floating 4s ease-in-out infinite;will-change:transform;z-index:5}.floating-card span{font-size:28px;flex-shrink:0}.floating-card strong{display:block;font-size:15px;font-weight:700;color:var(--gray-900)}.floating-card small{display:block;margin-top:2px;font-size:13px;color:var(--color-primary);font-weight:600}.meal-card{top:40px;left:-40px}.rider-card{bottom:40px;right:-30px}.notification-card{top:58%;left:-35px}.stat-card{background:#fff;border-radius:10px;padding:20px;text-align:center;box-shadow:var(--shadow-md);transition:.35s}.stat-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.stat-card h3{font-size:25px;color:var(--color-primary);margin-bottom:6px}.stat-card span{color:var(--gray-600);font-size:14px}.trust-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.trust-item{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border-radius:999px;background:#fff;border:1px solid var(--gray-200);font-size:14px;font-weight:600;color:var(--gray-700);transition:.3s ease}.trust-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}@media(min-width:1600px){.hero{padding:70px 0}.hero-container{gap:90px}.hero-content h1{font-size:4rem}.hero-description{font-size:1.2rem}.hero-image img{max-width:620px}}@media(max-width:1200px){.hero{padding:55px 0}.hero-container{gap:50px}.hero-content h1{font-size:3.2rem}.hero-description{font-size:1.05rem}.hero-image img{max-width:470px}.hero-buttons{gap:12px}.hero-buttons .btn{min-width:170px}.hero-stats{gap:14px}}@media(max-width:992px){.hero{padding:30px 0 45px}.hero-container{grid-template-columns:1fr;gap:35px}.hero-content{align-items:flex-start;text-align:left;max-width:100%}.hero-badge{font-size:.95rem}.hero-content h1{font-size:3rem;max-width:100%}.hero-description{font-size:1.15rem;max-width:100%}.hero-buttons{width:100%;display:flex;flex-wrap:nowrap;gap:12px}.hero-buttons .btn{flex:1;min-width:0;height:54px}.hero-image{display:none}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;width:100%;margin-top:15px}.stat-card{padding:14px 8px;border-radius:14px}.stat-card h3{font-size:20px;margin-bottom:4px}.stat-card span{font-size:12px}.trust-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;width:100%}.trust-item{padding:8px 6px;font-size:11px;text-align:center;justify-content:center}.meal-card,.rider-card,.notification-card{display:none}}@media(max-width:768px){.hero{padding:20px 0 35px}.header-actions{gap:10px}.campus-select{width:88px;height:38px;font-size:.72rem}.hero-container{gap:28px}.hero-content{text-align:left}.hero-badge{font-size:.8rem;padding:8px 14px}.hero-content h1{font-size:1rem;line-height:1.2}.hero-description{font-size:.95rem;line-height:1.7}.hero-buttons{display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;width:100%}.hero-buttons .btn{flex:1;min-width:0;height:46px;padding:0 10px;font-size:.82rem}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.mobile-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#f5f5f5;border:1px solid #E5E7EB;color:var(--color-dark);flex-shrink:0}.mobile-toggle i{font-size:16px}.stat-card{padding:10px 6px;border-radius:12px}.stat-card h3{font-size:16px;margin-bottom:0}.stat-card span{font-size:10px}.trust-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin-bottom:0}.trust-item{padding:6px 4px;font-size:9px;border-radius:10px}.meal-card,.rider-card,.notification-card{display:none}}@media(max-width:480px){.hero-content h1{font-size:1.9rem}.hero-description{font-size:.9rem}.hero-badge{font-size:.72rem}.floating-card{transform:scale(.9)}}.how-it-works{padding-block:60px 0;background:#fff;position:relative;overflow:hidden}.section-header{max-width:700px;margin:0 auto 50px;text-align:center}.section-badge{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:999px;background:#ffaa001f;color:var(--color-primary);font-weight:600;font-size:14px;margin-bottom:18px}.section-header h2{font-size:38px;font-weight:800;color:var(--gray-900)}.section-header h2 span{color:var(--color-primary)}.section-header p{font-size:16px;line-height:1.7;color:var(--gray-600)}.steps-wrapper{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.progress-line{position:absolute;top:72px;left:12%;width:76%;height:3px;opacity:.8;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));background-size:300% 100%;animation:flowLine 5s linear infinite;z-index:1;border-radius:999px}.step-card{position:relative;z-index:2;background:#fff;border-radius:22px;padding:24px 18px;text-align:center;box-shadow:0 10px 30px #0000000f;transition:.35s ease;border:1px solid var(--gray-100);min-height:260px;will-change:transform;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.step-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:var(--shadow-xl);transition:.3s}.step-number{position:absolute;top:18px;right:18px;width:40px;height:40px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:700}.step-icon{width:82px;height:82px;margin:0 auto 24px;border-radius:50%;display:flex;justify-content:center;align-items:center;background:#ffaa001a;color:var(--color-primary);transition:.35s;flex-shrink:0}.step-card:hover .step-icon{background:var(--color-primary);color:#fff;transform:rotate(-8deg) scale(1.08);box-shadow:0 10px 25px #ffaa0040}.step-icon svg{width:38px;height:38px;stroke-width:2}.step-card h3{font-size:20px;margin-bottom:12px;color:var(--gray-900)}.step-card p{font-size:15px;line-height:1.65;color:var(--gray-600)}.reveal{opacity:1;transform:none}.reveal.active{opacity:1;transform:translateY(0)}.step-card:focus-within{outline:3px solid rgba(255,170,0,.25);outline-offset:4px}@keyframes flowLine{0%{background-position:0 0}to{background-position:200% 0}}@media(min-width:1400px){.how-it-works{padding:70px 0}.steps-wrapper{gap:24px}.step-card{min-height:250px;padding:30px 24px}}@media(max-width:1200px){.how-it-works{padding:65px 0}.steps-wrapper{gap:16px}.step-card{min-height:230px;padding:22px 18px}.step-icon{width:72px;height:72px}.step-icon svg{width:32px;height:32px}.step-card h3{font-size:18px}}@media(max-width:992px){.how-it-works{padding:30px 0}.section-header{text-align:left;margin-bottom:6px}.section-header h2{font-size:32px;margin-bottom:6px}.steps-wrapper{display:grid;grid-auto-flow:column;grid-auto-columns:40%;gap:14px;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;scroll-snap-type:x mandatory;scrollbar-width:none}.steps-wrapper::-webkit-scrollbar{display:none}.progress-line{display:none}.step-card{scroll-snap-align:start;min-height:185px;padding:18px}.step-icon{width:60px;height:60px;margin-bottom:16px}.step-icon svg{width:26px;height:26px}.step-card h3{font-size:17px}.step-card p{font-size:13px;line-height:1.5}}@media(max-width:768px){.how-it-works{padding:15px 0}.section-header{text-align:left;margin-bottom:6px}.section-badge{font-size:11px;margin-bottom:6px;padding:6px 14px}.section-header h2{font-size:18px;margin-bottom:0}.steps-wrapper{display:grid;grid-auto-flow:column;grid-auto-columns:80%;gap:10px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;padding-bottom:2px;scrollbar-width:none}.steps-wrapper::-webkit-scrollbar{display:none}.progress-line{display:none}.step-card{scroll-snap-align:start;min-height:100px;padding:12px 8px;border-radius:10px}.step-number{width:26px;height:26px;font-size:9px;top:8px;right:8px}.step-icon{width:35px;height:35px;margin-bottom:10px}.step-icon svg{width:15px;height:15px}.step-card h3{font-size:10.5px;line-height:1.2;margin-bottom:2px}.step-card p{font-size:8px;line-height:1.3}}.featured-meals{padding:80px 0;background:#fdfdfd;position:relative}.meals-toolbar{display:flex;justify-content:space-between;align-items:center;margin:40px 0 30px;gap:20px}.meals-count{font-size:15px;font-weight:600;color:var(--gray-700)}.meals-count span{color:var(--color-primary);font-weight:700}.featured-slider-wrapper{display:flex;align-items:center;position:relative;margin-top:45px}.featured-slider{flex:1;display:flex;gap:22px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:10px 6px}.featured-slider::-webkit-scrollbar{display:none}.meal-card{flex:0 0 calc((100% - (3 * 22px))/4.2);display:flex;flex-direction:column;background:#fff;border-radius:20px;overflow:hidden;border:1px solid #ececec;box-shadow:0 8px 24px #0000000f;transition:.35s ease}.meal-card:hover{transform:translateY(-6px);border-color:var(--color-primary)}.featured-arrow{width:52px;height:52px;border-radius:50%;border:none;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 25px #00000014;transition:.3s;flex-shrink:0}.featured-prev{margin-right:18px}.featured-next{margin-left:18px}.featured-arrow:hover{background:var(--color-primary);color:#fff;transform:scale(1.08)}.featured-arrow svg{width:22px;height:22px}.meal-image{position:relative;overflow:hidden;aspect-ratio:16/11;background:#f4f4f4;border-bottom:1px solid var(--gray-100)}.meal-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.meal-card:hover .meal-image img{transform:scale(1.08)}.meal-badge{position:absolute;top:14px;left:14px;background:var(--color-primary);color:#fff;padding:5px 11px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:2px}.meal-content{padding:18px;display:flex;flex-direction:column;flex:1}.meal-top{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.meal-top h3{font-size:19px;font-weight:700;color:var(--gray-900);line-height:1.4;min-height:54px}.meal-price{color:var(--color-primary);font-size:20px;font-weight:800;white-space:nowrap}.meal-vendor{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--gray-600);margin-bottom:16px;justify-content:space-between}.meal-rating{display:flex;align-items:center;gap:4px;font-weight:600;color:#f59e0b}.meal-delivery{display:flex;align-items:center;gap:4px;color:var(--gray-500)}.meal-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:13px;color:var(--gray-500)}.add-cart{width:100%;height:50px;margin-top:auto;border-radius:12px;font-size:15px;font-weight:700}.meal-card.hide{opacity:0;transform:scale(.9);pointer-events:none;display:none}.meal-card.show{animation:mealFade .35s ease}.meal-card.loading{overflow:hidden;position:relative}.meal-card.loading:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff0,#fff9,#fff0);animation:skeletonLoading 1.4s infinite}@keyframes skeletonLoading{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes mealFade{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(min-width:993px)and (max-width:1200px){.featured-meals{padding:60px 0}.featured-meals .section-header{margin-bottom:28px}.featured-slider-wrapper{margin-top:25px}.featured-slider{gap:18px;padding:8px 2px}.meal-card{flex:0 0 calc((100% - 18px)*.4)}.meal-content{padding:16px}.meal-top h3{font-size:18px;line-height:1.35;min-height:auto}.meal-price{font-size:18px}.meal-vendor{font-size:13px}.meal-meta{font-size:13px;margin-bottom:14px}.add-cart{height:46px;font-size:14px}.featured-arrow{width:46px;height:46px}}@media(max-width:992px){.featured-meals{padding:40px 0 55px}.featured-meals .section-header{text-align:left;margin-bottom:22px}.featured-slider-wrapper{margin-top:20px}.featured-slider{gap:16px;padding:6px 2px}.meal-card{flex:0 0 calc((100% - 32px)/2)}.meal-image{aspect-ratio:16/11}.meal-content{padding:14px}.meal-top{margin-bottom:8px}.meal-top h3{font-size:15px;line-height:1.35;min-height:auto}.meal-price{font-size:16px}.meal-vendor{font-size:12px;margin-bottom:10px}.meal-meta{font-size:12px;margin-bottom:14px}.add-cart{height:42px;font-size:13px}.featured-arrow{display:none}}@media(max-width:768px){.featured-meals{padding:35px 0 45px}.featured-meals .section-header{text-align:left;margin-bottom:18px}.featured-slider-wrapper{margin-top:15px}.featured-slider{gap:14px;padding:4px 2px}.meal-card{flex:0 0 70%}.meal-image{aspect-ratio:16/10}.meal-content{padding:12px}.meal-top{margin-bottom:6px}.meal-top h3{font-size:14px;line-height:1.2;min-height:auto}.meal-price{font-size:15px}.meal-vendor{font-size:11px;margin-bottom:0}.meal-meta{font-size:11px;margin-bottom:8px}.add-cart{height:35px;font-size:13px}.featured-arrow{display:none}}@media(max-width:450px){.featured-meals{padding:50px 0}.meal-card{flex:0 0 88%}.meal-image{height:170px}.meal-content{padding:14px}.meal-title{font-size:15px}.meal-price{font-size:16px}}.combo-deals{padding:55px 0 70px;background:#fffdf8;overflow:hidden;position:relative}.combo-filter{display:flex;justify-content:center;gap:10px;margin:25px 0 35px;flex-wrap:wrap}.combo-filter-btn{padding:10px 18px;border-radius:999px;font-size:13px;font-weight:600}.combo-filter-btn:hover,.combo-filter-btn.active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.combo-slider-wrapper{display:flex;align-items:center;position:relative}.combo-slider{flex:1;display:flex;gap:24px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:8px 6px}.combo-slider::-webkit-scrollbar{display:none}.combo-card{flex:0 0 calc((100% - (3 * 22px))/4.2);display:flex;flex-direction:column;background:#fff;border-radius:20px;overflow:hidden;border:1px solid #ececec;scroll-snap-align:center;transition:.35s;box-shadow:0 8px 24px #0000000f}.combo-card:hover{transform:translateY(-6px);border-color:var(--color-primary);box-shadow:0 18px 40px #0000001a}.combo-save{position:absolute;top:16px;left:16px;background:#16a34a;color:#fff;padding:8px 14px;border-radius:999px;font-size:12px;font-weight:700}.combo-ribbon{position:absolute;top:18px;right:-40px;width:150px;text-align:center;background:#ef4444;color:#fff;font-size:12px;padding:6px 0;transform:rotate(45deg)}.combo-image{position:relative;overflow:hidden;aspect-ratio:16/11;background:#f5f5f5}.combo-image img{width:100%;height:100%;object-fit:cover;transition:.45s}.combo-card:hover img{transform:scale(1.08)}.combo-order:focus-visible,.combo-filter-btn:focus-visible,.combo-arrow:focus-visible{outline:3px solid rgba(255,153,0,.35);outline-offset:3px}.combo-card.hide{display:none}.combo-card.show{animation:mealFade .35s ease}.combo-content{padding:18px;display:flex;flex-direction:column;flex:1}.combo-type{display:inline-block;font-size:13px;font-weight:600;color:var(--color-primary);margin-bottom:12px}.combo-content h3{font-size:18px;color:var(--gray-900);margin-bottom:14px;line-height:1.4}.combo-price{display:flex;align-items:center;gap:14px;margin-bottom:18px}.price{font-size:24px;font-weight:700;color:var(--color-primary)}.old-price{text-decoration:line-through;color:var(--gray-500)}.combo-meta{display:flex;justify-content:space-between;margin-bottom:20px;font-size:14px;color:var(--gray-600)}.combo-hover{opacity:0;max-height:0;overflow:hidden;transform:translateY(-8px);transition:.35s ease}.combo-card:hover .combo-hover{opacity:1;max-height:200px;margin-bottom:20px;transform:translateY(0)}.combo-hover ul{list-style:none;margin:0 0 14px;padding:0}.combo-hover li{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:14px}.combo-hover small{color:var(--gray-500)}.combo-order{width:100%;height:48px;border:none;border-radius:12px;background:var(--color-primary);color:#fff;font-size:15px;font-weight:700;display:flex;justify-content:center;align-items:center;gap:10px;cursor:pointer;margin-top:auto;transition:.3s}.combo-order:hover{gap:18px;background:var(--color-primary-dark)}.combo-order svg{width:18px;height:18px}.combo-arrow{width:52px;height:52px;border:none;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #00000014;cursor:pointer;transition:.3s;flex-shrink:0}.combo-prev{margin-right:18px}.combo-next{margin-left:18px}.combo-arrow:hover{background:var(--color-primary);color:#fff;transform:scale(1.08)}@media(min-width:993px)and (max-width:1200px){.combo-deals{padding:45px 0 60px}.combo-slider{gap:18px}.combo-card{flex:0 0 calc((100% - 18px)*.4)}.combo-content{padding:16px}.combo-content h3{font-size:17px}.price{font-size:22px}.combo-order{height:46px}.combo-arrow{width:46px;height:46px}}@media(max-width:992px){.combo-deals{padding:40px 0 55px}.combo-deals .section-header{text-align:left;margin-bottom:22px}.combo-filter{justify-content:flex-start;margin:18px 0 24px;gap:10px}.combo-slider{gap:16px;padding:6px 2px}.combo-card{flex:0 0 calc((100% - 32px)/3)}.combo-image{aspect-ratio:16/11}.combo-content{padding:14px}.combo-type{font-size:12px}.combo-content h3{font-size:15px;line-height:1.35;min-height:auto;margin-bottom:10px}.combo-price{gap:8px;margin-bottom:12px}.price{font-size:18px}.old-price{font-size:12px}.combo-meta{font-size:12px;margin-bottom:12px}.combo-save{font-size:11px;padding:5px 10px}.combo-ribbon{font-size:10px}.combo-order{height:42px;font-size:13px}.combo-arrow{display:none}}@media(max-width:768px){.combo-deals{padding:35px 0 45px}.combo-deals .section-header{text-align:left;margin-bottom:18px}.combo-filter{justify-content:flex-start;gap:8px;margin:16px 0 20px}.combo-filter-btn{padding:8px 14px;font-size:12px}.combo-slider{gap:14px}.combo-card{flex:0 0 70%}.combo-content{padding:12px}.combo-content h3{font-size:14px;min-height:auto}.combo-type{font-size:11px}.price{font-size:17px}.old-price{font-size:12px}.combo-meta{font-size:11px;margin-bottom:12px}.combo-save{font-size:10px;padding:5px 10px}.combo-ribbon{display:none}.combo-order{height:40px;font-size:13px}.combo-arrow{display:none}}@media(max-width:450px){.combo-deals{padding:50px 0}.combo-card{flex:0 0 88%}.combo-image{height:170px}.combo-content{padding:14px}.combo-title{font-size:15px}.combo-price{font-size:16px}}.vendors{padding:80px 0;background:#fff;overflow:hidden;position:relative}.vendors-slider-wrapper{display:flex;align-items:center;position:relative;margin-top:50px}.vendors-slider{flex:1;display:flex;gap:18px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:10px 6px;cursor:grab}.vendors-slider::-webkit-scrollbar{display:none}.vendors-slider.dragging{cursor:grabbing;scroll-behavior:auto}.section-header-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.view-all-btn{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:var(--color-primary);text-decoration:none;transition:.3s ease}.view-all-btn svg{width:18px;height:18px;transition:.3s ease}.view-all-btn:hover{color:var(--color-primary-dark)}.view-all-btn:hover svg{transform:translate(5px)}.vendor-card{flex:0 0 calc((100% - (5 * 18px))/6);background:linear-gradient(180deg,#fff,#fffdf8);border:1px solid var(--gray-200);border-radius:22px;padding:24px 18px;scroll-snap-align:center;transition:.35s;box-shadow:0 8px 25px #0000000d;position:relative;overflow:hidden;display:flex;flex-direction:column}.vendor-card:hover{transform:scale(1.08);border-color:var(--color-primary);box-shadow:0 20px 40px #0000001f}.vendor-image{width:90px;height:90px;margin:0 auto 20px;border-radius:50%;overflow:hidden;border:4px solid #fff;outline:3px solid rgba(255,170,0,.15);box-shadow:0 8px 20px #00000014}.vendor-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.vendor-content{text-align:center;display:flex;flex-direction:column;flex:1}.vendor-content h3{display:flex;justify-content:center;align-items:center;gap:6px}.vendor-verified{color:#16a34a;display:flex}.vendor-verified svg{width:16px;height:16px}.vendor-content p{font-size:13px;color:var(--gray-600);margin-bottom:14px}.vendor-meta{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--gray-500);margin-bottom:16px}.vendor-status{display:inline-block;align-items:center;justify-content:center;margin-top:auto;padding:6px 14px;border-radius:999px;background:#dcfce7;color:#15803d;font-size:12px;font-weight:600;gap:6px}.vendor-arrow{width:50px;height:50px;border:none;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 25px #00000014;transition:.3s;flex-shrink:0;z-index:5}.vendor-prev{margin-right:18px}.vendor-next{margin-left:18px}.vendor-arrow:hover{background:var(--color-primary);color:#fff;transform:scale(1.08)}.vendor-arrow svg{width:22px;height:22px}.vendor-card:focus-visible,.vendor-arrow:focus-visible{outline:3px solid rgba(255,153,0,.35);outline-offset:4px}@media(max-width:1199px){.vendors{padding:60px 0}.featured-meals{padding-bottom:35px}.vendors-slider-wrapper{margin-top:30px}.vendor-card{flex:0 0 calc((100% - 36px)*.4)}}@media(max-width:991px){.vendors{padding:45px 0 60px}.combo-deals{padding-bottom:30px}.vendors-slider-wrapper{margin-top:24px}.vendor-card{flex:0 0 calc((100% - (2 * 18px))/3);padding:18px 14px}.vendor-image{width:72px;height:72px;margin-bottom:14px}.vendor-content h3{font-size:15px;margin-bottom:6px}.vendor-content p{font-size:12px;margin-bottom:10px}.vendor-meta{font-size:12px;margin-bottom:12px}.vendor-status{font-size:11px;padding:5px 12px}.vendor-arrow{display:none}.section-header-top{margin-bottom:16px}.view-all-btn{font-size:14px}}@media(max-width:767px){.vendors{padding:35px 0 50px}.combo-deals{padding-bottom:25px}.vendors-slider-wrapper{margin-top:20px}.vendor-card{flex:0 0 calc((100% - 18px)/1.4);padding:16px 12px;border-radius:18px}.vendor-image{width:64px;height:64px;margin-bottom:12px}.vendor-content h3{font-size:14px;margin-bottom:5px}.vendor-content p{font-size:11px;line-height:1.4;margin-bottom:8px}.vendor-meta{font-size:11px;margin-bottom:10px}.vendor-status{font-size:10px;padding:5px 10px}.vendor-arrow{display:none}.section-header-top{gap:12px}.view-all-btn{font-size:13px;gap:5px}.view-all-btn svg{width:16px;height:16px}.section-badge{font-size:11px;margin-bottom:6px;padding:6px 14px}}@media(max-width:450px){.vendors{padding:50px 0}.vendor-card{flex:0 0 78%;padding:18px 14px}.vendor-image{width:70px;height:70px}.vendor-content h3{font-size:14px}.vendor-content p,.vendor-meta{font-size:11px}.vendor-status{font-size:10px}.vendor-arrow{width:38px;height:38px}}.testimonials-section{padding:80px 0;overflow:hidden}.testimonials-section:before{content:"";position:absolute;top:-120px;right:-120px;width:320px;height:320px;background:#ff99000f;border-radius:50%;filter:blur(80px)}.testimonial-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:50px 0 70px}.summary-card{background:#fff;border-radius:18px;padding:20px;text-align:center;box-shadow:0 12px 35px #0000000f;transition:.3s}.summary-card:hover{transform:translateY(-8px)}.summary-card h3{font-size:2rem;color:var(--color-primary);margin-bottom:10px}.summary-card span{color:#666;font-weight:500}.testimonial-slider{position:relative;overflow:hidden}.testimonial-track{display:flex;gap:24px;transition:transform .5s ease;scroll-snap-type:x mandatory}.testimonial-card{flex:0 0 calc((100% - 48px)/3);background:#fff;border-radius:22px;padding:20px;text-align:center;box-shadow:0 12px 35px #0000000f;transition:.35s;flex-shrink:0;cursor:default;scroll-snap-type:x mandatory;display:flex;flex-direction:column;height:100%}.testimonial-text{flex-grow:1}.testimonial-card.hide{display:none}.testimonial-card.show{display:block;animation:fadeUp .35s ease}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px #0000001f}.testimonial-card img{width:90px;height:90px;border-radius:50%;object-fit:cover;margin:auto auto 18px;transition:transform .35s ease}.testimonial-card:hover img{transform:scale(1.08)}.testimonial-card h4{margin-bottom:8px;font-size:1rem}.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:.82rem;font-weight:600;margin-bottom:18px}.badge.student{background:#eaf4ff;color:#0056d2}.badge.staff{background:#fff3dd;color:#a15a00}.stars{color:#fdba12;font-size:1.15rem;margin-bottom:18px;letter-spacing:2px}.testimonial-card p{color:var(--gray-600);line-height:1.7;font-size:14px}.testimonial-prev,.testimonial-next{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border:none;border-radius:50%;background:#fff;box-shadow:0 8px 20px #0000001a;cursor:pointer;z-index:5;transition:.3s}.testimonial-prev:focus-visible,.testimonial-next:focus-visible{outline:3px solid rgba(255,153,0,.35);outline-offset:4px}.testimonial-prev:hover,.testimonial-next:hover{background:var(--color-primary);color:#fff}.testimonial-prev{left:-10px}.testimonial-next{right:-10px}.testimonial-dots{display:flex;justify-content:center;gap:10px;margin-top:45px}.testimonial-dots button{width:12px;height:12px;border-radius:50%;border:none;background:#d8d8d8;cursor:pointer;transition:.3s}.testimonial-dots button.active{width:34px;border-radius:999px;background:var(--color-primary)}.section-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px}.testimonial-track{will-change:transform}@media(max-width:1200px){.testimonial-summary{gap:18px;margin:40px 0 55px}.summary-card{padding:18px;border-radius:16px}.summary-card h3{font-size:1.6rem}.summary-card span{font-size:.9rem}.testimonial-card{flex:0 0 calc((100% - 48px)*.4)}}@media(max-width:992px){.testimonials-section{padding:65px 0}.testimonial-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:30px 0 45px}.summary-card{padding:14px 10px;border-radius:14px}.summary-card h3{font-size:1.35rem;margin-bottom:4px}.summary-card span{font-size:.72rem;line-height:1.3}.testimonial-card{flex:0 0 calc((100% - (2 * 18px))/3.4);padding:18px 16px}.testimonial-card img{width:68px;height:68px;margin-bottom:12px}.testimonial-card h4{font-size:15px}.badge{font-size:11px;padding:5px 12px;margin-bottom:12px}.stars{font-size:15px;margin-bottom:12px}.testimonial-card p{font-size:13px;line-height:1.5}.testimonial-prev,.testimonial-next{width:44px;height:44px}.testimonial-prev{left:-6px}.testimonial-next{right:-6px}.vendors,.testimonials-section{padding:56px 0}.testimonial-track{gap:18px}}@media(max-width:768px){.testimonials-section{padding:55px 0}.testimonial-summary{grid-template-columns:repeat(3,1fr);gap:8px;margin:25px 0 35px}.summary-card{padding:12px 6px;border-radius:12px}.summary-card h3{font-size:1.05rem;margin-bottom:2px}.summary-card span{font-size:.62rem;line-height:1.25}.testimonial-card{flex:0 0 calc((100% - 16px)/2.2);padding:16px 14px}.testimonial-card img{width:64px;height:64px;margin-bottom:12px}.testimonial-card h4{font-size:14px}.badge{font-size:10px;padding:4px 10px;margin-bottom:10px}.stars{font-size:.95rem;margin-bottom:10px}.testimonial-card p{font-size:12.5px;line-height:1.55}.testimonial-prev,.testimonial-next{display:none}.testimonial-dots{margin-top:28px}.vendors,.testimonials-section{padding:48px 0}.testimonial-track{gap:16px}}@media(max-width:450px){.testimonials-section{padding:50px 0}.testimonial-summary{gap:10px}.summary-card{padding:12px}.summary-card h3{font-size:1.1rem}.summary-card span{font-size:11px}.testimonial-card{flex:0 0 85%;padding:18px 14px}.testimonial-card img{width:65px;height:65px}.testimonial-card h4{font-size:14px}.badge{font-size:10px}.testimonial-card p{font-size:12px}}.faq-section{padding:80px 0;background:#fff}.faq-header{max-width:760px;margin:0 auto 60px;text-align:center}.faq-header .section-badge{display:inline-flex;margin-bottom:18px}.faq-header h2{font-size:2.6rem;font-weight:800;line-height:1.2;margin-bottom:18px;color:var(--gray-900)}.faq-header h2 span{color:var(--color-primary)}.faq-header p{font-size:1.05rem;line-height:1.8;color:var(--gray-600)}.faq-grid{display:grid;grid-template-columns:320px 1fr;gap:40px;align-items:start}.support-card{background:linear-gradient(135deg,#0f766e,#115e59);color:#fff;border-radius:24px;padding:32px 28px;box-shadow:0 20px 50px #0000001f;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.support-icon{width:72px;height:72px;border-radius:50%;background:#ffffff1f;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.support-icon i{font-size:2rem;color:#fff}.support-card h3{margin-bottom:12px;font-size:1.45rem;font-weight:700;text-align:center}.support-card p{text-align:center;line-height:1.7;color:#ffffffeb;margin-bottom:20px}.business-hours{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px;margin:10px 0 25px}.business-hours strong{font-size:1rem;margin-bottom:6px}.business-hours span{font-size:.95rem;color:#ffffffe6}.support-card .btn{width:100%;max-width:230px;justify-content:center}.faq-content{display:flex;flex-direction:column;gap:18px}.faq-item{background:#fff;border:1px solid var(--gray-200);border-radius:18px;overflow:hidden;transition:.35s;box-shadow:0 8px 20px #0000000d}.faq-item:hover{border-color:var(--color-primary);transform:translateY(-4px)}.faq-item.active{border-color:var(--color-primary);box-shadow:0 18px 40px #0000001a}.faq-question{width:100%;background:none;border:none;padding:22px 26px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;font-size:1rem;font-weight:700;color:var(--gray-900)}.faq-question span{flex:1;padding-right:18px}.faq-question svg{width:22px;height:22px;color:var(--color-primary);flex-shrink:0;transition:.35s}.faq-item.active .faq-question svg{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .3s ease}.faq-item.active .faq-answer{max-height:220px;opacity:1}.faq-answer p{padding:0 26px 24px;color:var(--gray-600);line-height:1.8;font-size:.96rem}.faq-bottom{margin-top:60px;background:#f8fafc;border-radius:22px;padding:35px;text-align:center}.faq-bottom h3{font-size:1.6rem;margin-bottom:12px}.faq-bottom p{color:var(--gray-600);margin-bottom:22px}.faq-bottom .btn{min-width:200px}.faq-question:focus-visible{outline:3px solid rgba(255,153,0,.35);outline-offset:4px}@media(max-width:1200px){.faq-section{padding:70px 0}.faq-header{margin-bottom:50px}.faq-header h2{font-size:2.3rem}.faq-grid{grid-template-columns:300px 1fr;gap:32px}.support-card{padding:28px}.support-icon{width:64px;height:64px;font-size:1.8rem}.faq-question{padding:20px 22px;font-size:.95rem}.faq-answer p{padding:0 22px 20px;font-size:.92rem}}@media(max-width:992px){.faq-section{padding:65px 0}.faq-header{max-width:650px;margin:0 auto 45px;text-align:center}.faq-header .section-badge{margin:0 auto 16px}.faq-header h2{font-size:2rem}.faq-header p{font-size:.95rem}.faq-grid{grid-template-columns:280px 1fr;gap:24px;align-items:start}.support-card{padding:22px;border-radius:20px}.support-icon{width:58px;height:58px;font-size:1.5rem;margin-bottom:18px}.support-card h3{font-size:1.15rem}.support-card p{font-size:.88rem}.business-hours{margin:20px 0;gap:6px}.business-hours strong{font-size:.92rem}.business-hours span{font-size:.84rem}.support-card .btn{font-size:.88rem;padding:12px}.faq-content{gap:14px}.faq-item{border-radius:16px}.faq-question{padding:18px 20px;font-size:.9rem}.faq-answer p{padding:0 20px 18px;font-size:.86rem;line-height:1.7}.faq-bottom{margin-top:45px;padding:28px 22px;border-radius:20px}.faq-bottom h3{font-size:1.4rem}.faq-bottom p{font-size:.92rem}}@media(max-width:768px){.faq-section{padding:60px 0}.faq-header{margin-bottom:35px}.faq-header h2{font-size:1.7rem;line-height:1.3}.faq-header p{font-size:.9rem;line-height:1.7}.faq-grid{grid-template-columns:1fr;gap:28px}.faq-support{order:1}.faq-content{order:2;gap:12px}.support-card{padding:20px;border-radius:18px}.support-icon{width:54px;height:54px;font-size:1.35rem;margin-bottom:16px}.support-card h3{font-size:1.05rem}.support-card p{font-size:.84rem;line-height:1.6}.business-hours{margin:18px 0;gap:5px}.business-hours strong{font-size:.85rem}.business-hours span{font-size:.8rem}.support-card .btn{padding:11px;font-size:.85rem}.faq-item{border-radius:14px}.faq-question{padding:16px 18px;font-size:.86rem}.faq-question svg{width:18px;height:18px}.faq-answer p{padding:0 18px 16px;font-size:.82rem;line-height:1.6}.faq-bottom{margin-top:35px;padding:22px 18px;border-radius:18px}.faq-bottom h3{font-size:1.2rem}.faq-bottom p{font-size:.85rem;margin-bottom:18px}.faq-bottom .btn{width:100%}}@media(max-width:450px){.faq-section{padding:50px 0}.faq-support h2{font-size:1.5rem}.support-card{padding:20px}.support-icon{width:55px;height:55px;font-size:22px}.support-card h3{font-size:17px}.support-card p,.business-hours span{font-size:12px}.faq-question{padding:16px;font-size:13px}.faq-answer p{padding:0 16px 16px;font-size:12px}.faq-bottom{margin-top:40px;padding:22px}}.footer{background:linear-gradient(180deg,#0f172a,#111827);color:#e5e7eb;padding:70px 0 24px}.footer-top{display:grid;grid-template-columns:repeat(4,1fr);gap:50px;align-items:flex-start;margin-bottom:45px}.footer-column{text-align:center}.footer-column h3{font-size:1.15rem;font-weight:700;color:#fff;margin-bottom:24px;position:relative}.footer-column h3:after{content:"";position:absolute;left:50%;bottom:-10px;transform:translate(-50%);width:42px;height:3px;border-radius:999px;background:var(--color-primary)}.footer-column ul{list-style:none;margin:0;padding:0}.footer-column li{display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:15px;font-size:15px;color:#cbd5e1;transition:.3s}.footer-column li:last-child{margin-bottom:0}.footer-column li i{color:var(--color-primary);width:18px;flex-shrink:0}.footer-column a{color:#cbd5e1;text-decoration:none;transition:.3s ease}.footer-column a:hover{color:#fff}.footer-social{display:flex;justify-content:center;align-items:center;gap:16px;margin:45px 0 30px}.footer-social a{width:46px;height:46px;border-radius:50%;display:flex;justify-content:center;align-items:center;background:#ffffff14;color:#fff;text-decoration:none;transition:.35s ease}.footer-social a:hover{background:var(--color-primary);transform:translateY(-5px);box-shadow:0 12px 25px #00000040}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;text-align:center}.footer-bottom p{margin:0;color:#94a3b8;font-size:14px;line-height:1.8}.footer-column a:focus-visible,.footer-social a:focus-visible{outline:3px solid rgba(255,153,0,.35);outline-offset:4px}@media(min-width:1400px){.footer{padding:70px 0 24px}.footer-top{gap:60px}}@media(max-width:1199px){.footer{padding:60px 0 22px}.footer-top{gap:32px}.footer-column h3{font-size:1.05rem}.footer-column li{font-size:14px}.footer-social{gap:14px;margin:38px 0 24px}.footer-social a{width:42px;height:42px}.footer-bottom p{font-size:13px}}@media(max-width:991px){.footer{padding:55px 0 20px}.footer-top{grid-template-columns:repeat(4,1fr);gap:18px}.footer-column h3{font-size:15px;margin-bottom:18px}.footer-column h3:after{width:32px;height:2px}.footer-column li{font-size:12px;gap:6px;margin-bottom:10px;flex-direction:column}.footer-column li i{font-size:13px;width:auto}.footer-social{margin:32px 0 22px;gap:12px}.footer-social a{width:38px;height:38px;font-size:14px}.footer-bottom{padding-top:18px}.footer-bottom p{font-size:12px}}@media(max-width:767px){.footer{padding:15px 0 7px}.footer-top{grid-template-columns:repeat(4,1fr);gap:6px}.footer-column h3{font-size:11px;margin-bottom:25px}.footer-column h3:after{width:15px;height:2px}.footer-column li{font-size:9px;gap:2px;margin-bottom:8px;flex-direction:column;line-height:1.2}.footer-column li i{font-size:7px;width:auto}.footer-column a{font-size:9px;word-break:break-word}.footer-social{margin:12px 0 8px;gap:12px}.footer-social a{width:28px;height:28px;font-size:12px}.footer-bottom{padding-top:8px}.footer-bottom p{font-size:8px;line-height:1.4}}@media(max-width:450px){.footer{padding:15px 0 6px}.footer-top{gap:6px}.footer-column h3{font-size:10px;margin-bottom:22px}.footer-column h3:after{width:20px}.footer-column li{font-size:8px;margin-bottom:3px;gap:2px}.footer-column li i{font-size:6px}.footer-column a{font-size:7px}.footer-social{margin:8px 0 4px;gap:6px}.footer-social a{width:24px;height:24px;font-size:10px}.footer-bottom{padding-top:4px}.footer-bottom p{font-size:8px;line-height:normal}}@media(max-width:450px){.section-header{margin-bottom:30px}.section-badge{font-size:11px;padding:5px 12px}.section-header h2{font-size:1.7rem}.container{width:min(100% - 1rem,var(--container-wide))}.btn{font-size:13px;padding:11px 18px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes ripple{0%{transform:scale(0);opacity:.5}to{transform:scale(4);opacity:0}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes skeletonLoading{0%{background-position:-300px 0}to{background-position:300px 0}}.browse-toolbar{background:#fff;padding:20px 0 24px}.toolbar-form{display:grid;grid-template-columns:55% 15% 15% 15%;gap:16px;align-items:center}.toolbar-search{position:relative}.toolbar-search i{position:absolute;top:50%;left:18px;transform:translateY(-50%);color:var(--gray-500);font-size:1rem;pointer-events:none}.toolbar-search input{width:100%;height:54px;padding:0 18px 0 50px;border:1px solid var(--gray-300);border-radius:14px;background:#fff;color:var(--gray-700);font-size:.95rem;transition:all .3s ease}.toolbar-search input::placeholder{color:var(--gray-500)}.toolbar-search input:hover{border-color:var(--color-primary)}.toolbar-search input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 4px #f973161f}.toolbar-group{width:100%}.toolbar-group select{width:100%;height:54px;padding:0 16px;border:1px solid var(--gray-300);border-radius:14px;background:#fff;color:var(--gray-700);font-size:.95rem;cursor:pointer;transition:all .3s ease}.toolbar-group select:hover{border-color:var(--color-primary)}.toolbar-group select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 4px #f973161f}@media(min-width:1200px){.browse-toolbar{padding-top:20px;padding-bottom:24px}}@media(max-width:1199px){.browse-toolbar{padding-top:18px;padding-bottom:22px}.toolbar-form{gap:14px}.toolbar-search input,.toolbar-group select{height:52px;font-size:.9rem}}@media(max-width:991px){.browse-toolbar{padding-top:15px;padding-bottom:20px}.toolbar-form{grid-template-columns:55% 15% 15% 15%;gap:12px}.toolbar-search input,.toolbar-group select{height:48px;font-size:.85rem}.toolbar-search i{left:16px;font-size:.9rem}}@media(max-width:767px){.browse-toolbar{padding-top:13px;padding-bottom:18px}.toolbar-form{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.toolbar-search{grid-column:1/-1}.toolbar-search input{height:46px;font-size:.84rem;padding-left:46px}.toolbar-search i{left:15px;font-size:.85rem}.toolbar-group select{height:44px;padding:0 8px;font-size:.78rem}}@media(max-width:450px){.browse-toolbar{padding-top:13px;padding-bottom:16px}.toolbar-form{gap:8px}.toolbar-search input{height:44px;padding-left:42px;font-size:.8rem}.toolbar-search i{left:14px;font-size:.8rem}.toolbar-group select{height:42px;padding:0 6px;font-size:.72rem}}.meal-categories{background:#fff;padding:0 0 36px}.category-slider{display:flex;align-items:center;gap:12px}.category-track{flex:1;display:flex;align-items:center;gap:14px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:6px 2px}.category-track::-webkit-scrollbar{display:none}.meal-category{flex:0 0 auto;width:150px;height:65px;background:#fff;border:1px solid var(--gray-200);border-radius:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;cursor:pointer;transition:.3s ease;box-shadow:0 6px 16px #0f172a0d;padding:12px}.meal-category:hover{transform:translateY(-3px);border-color:var(--color-primary);box-shadow:0 12px 24px #0f172a1a}.meal-category.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.meal-category{font-size:1.45rem}.meal-category span{font-size:.78rem;font-weight:600;text-align:center;line-height:1.3}.category-arrow{width:42px;height:42px;border:none;border-radius:50%;background:#fff;box-shadow:0 8px 18px #0f172a14;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.3s}.category-arrow:hover{background:var(--color-primary);color:#fff}@media(min-width:1200px){.meal-category{width:150px;height:65px}.category-track{gap:16px}}@media(max-width:1199px){.category-track{gap:14px}.meal-category{width:145px;height:74px}.meal-category{font-size:1.35rem}.meal-category span{font-size:.75rem}.category-arrow{width:40px;height:40px}}@media(max-width:991px){.meal-category-section{padding-bottom:28px}.category-track{gap:12px}.meal-category{width:135px;height:65px;padding:10px}.meal-category{font-size:1.25rem}.meal-category span{font-size:.72rem}.category-arrow{width:38px;height:38px}}@media(max-width:767px){.meal-category-section{padding-bottom:22px}.category-slider{gap:8px}.category-track{gap:10px;padding:4px 0}.meal-category{flex:0 0 calc((100% - 20px)/2.3);max-width:135px;height:55px;padding:10px;border-radius:14px}.meal-category{font-size:1.15rem}.meal-category span{font-size:.68rem;line-height:1.25}.category-arrow{width:34px;height:34px;font-size:.8rem}}@media(max-width:450px){.category-track{gap:8px}.meal-category{flex:0 0 calc((100% - 16px)/2.3);max-width:120px;height:55px;padding:8px}.meal-category{font-size:1rem}.meal-category span{font-size:.62rem}.category-arrow{width:30px;height:30px;font-size:.75rem}}.meals-section{padding:30px 0 70px;background:#fff}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px;gap:20px}.section-header h2{margin:12px 0;font-size:2rem;font-weight:700}.section-header p{color:var(--gray-600);margin:0}.view-all{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--color-primary);font-weight:600;transition:.3s}.view-all:hover{gap:12px}.meals-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:18px}.meal-card{background:#fff;border:1px solid #E5E7EB;border-radius:18px;overflow:hidden;transition:.35s;box-shadow:0 6px 18px #0f172a0d;display:flex;flex-direction:column}.meal-card:hover{transform:translateY(-6px);border-color:var(--color-primary);box-shadow:0 18px 35px #0f172a1f}.meal-card img{width:100%;height:150px;object-fit:cover;transition:.4s}.meal-card:hover img{transform:scale(1.05)}.meal-info{padding:14px}.meal-title{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.meal-title h3{font-size:.92rem;font-weight:600;margin:0;line-height:1.3}.meal-price{color:var(--color-primary);font-weight:700;white-space:nowrap}.meal-meta{display:flex;justify-content:space-between;align-items:center;font-size:.82rem;color:#64748b;margin-bottom:15px}.rating{color:#f59e0b;font-weight:600}.add-cart{width:100%;height:38px;border-radius:10px;font-size:.82rem;font-weight:600}.meal-card{transition:opacity .35s ease,transform .35s ease,scale .35s ease}.meal-card.hide{opacity:0;transform:translateY(20px);scale:.95;pointer-events:none}.meal-card.show{opacity:1;transform:translateY(0);scale:1}@media(min-width:1200px){.meals-grid{grid-template-columns:repeat(7,1fr);gap:18px}}@media(max-width:1199px){.meals-grid{grid-template-columns:repeat(7,1fr);gap:15px}.meal-card img{height:140px}.meal-title h3{font-size:.84rem}.meal-price{font-size:.82rem}.meal-meta{font-size:.75rem}.add-cart{height:36px;font-size:.75rem}}@media(max-width:991px){.section-header{flex-direction:column;align-items:flex-start;margin-bottom:24px}.section-header h2{font-size:1.7rem}.meals-grid{grid-template-columns:repeat(5,1fr);gap:12px}.meal-card{border-radius:16px}.meal-card img{height:120px}.meal-info{padding:12px}.meal-title h3{font-size:.76rem}.meal-price{font-size:.74rem}.meal-meta{font-size:.68rem;margin-bottom:12px}.add-cart{height:34px;font-size:.7rem}.browse-toolbar{margin-bottom:12px}.meals-section{padding-top:8px}}@media(max-width:767px){.meals-section{padding:20px 0 45px}.section-header{margin-bottom:18px}.section-header h2{font-size:1.45rem}.section-header p,.view-all{font-size:.82rem}.meals-grid{grid-template-columns:repeat(3,1fr);gap:10px}.meal-card{border-radius:14px}.meal-card img{height:100px}.meal-info{padding:10px}.meal-title{margin-bottom:8px}.meal-title h3{font-size:.68rem}.meal-price{font-size:.66rem}.meal-meta{font-size:.6rem;margin-bottom:10px}.add-cart{height:30px;font-size:.62rem;border-radius:8px}.browse-toolbar{margin-bottom:10px}.meals-section{padding-top:5px}}@media(max-width:480px){.meals-grid{grid-template-columns:repeat(2,1fr);gap:10px}.meal-card img{height:90px}.meal-title h3{font-size:.7rem}.meal-price{font-size:.68rem}.meal-meta{font-size:.6rem}.add-cart{height:28px;font-size:.6rem}}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:22px 26px;border-bottom:1px solid #E5E7EB}.cart-header h2{display:flex;align-items:center;gap:10px;margin:0;font-size:1.45rem}.cart-header i{color:var(--color-primary)}.cart-close{width:42px;height:42px;border:none;border-radius:50%;background:#f3f4f6;cursor:pointer;transition:.3s}.cart-close:hover{background:#e5e7eb}.cart-items{padding:20px 26px;border-bottom:1px solid #E5E7EB;overflow-y:auto}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #F1F5F9}.cart-item:last-child{border-bottom:none}.cart-item-info h4{margin:0 0 8px;font-size:1rem}.cart-price{color:var(--color-primary);font-weight:700}.cart-controls{display:flex;align-items:center;gap:10px}.qty-btn,.remove-item{width:34px;height:34px;border:none;border-radius:8px;cursor:pointer;transition:.3s}.qty-btn{background:#f3f4f6}.qty-btn:hover{background:#e5e7eb}.remove-item{background:#fee2e2;color:#dc2626}.remove-item:hover{background:#fecaca}.quantity{min-width:20px;text-align:center;font-weight:600}.cart-form{padding:24px 26px;border-bottom:1px solid #E5E7EB}.cart-form h3{margin:0 0 20px;font-size:1.15rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{margin-bottom:18px}.form-group label{display:block;margin-bottom:8px;font-weight:600;font-size:.92rem}.form-group input,.form-group textarea{width:100%;padding:12px 14px;border:1px solid #D1D5DB;border-radius:10px;outline:none;transition:.3s;font-size:.95rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--color-primary)}.form-group textarea{resize:vertical}.delivery-options{display:flex;gap:20px;align-items:center;margin-top:12px}.delivery-options label{display:flex;align-items:center;gap:6px;margin:0;font-weight:500}.cart-footer{padding:22px 26px}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:1.1rem}.cart-total strong{color:var(--color-primary)}.cart-actions{display:flex;justify-content:flex-end;gap:16px;flex-wrap:wrap}.cart-actions .btn{min-width:220px}@media(max-width:991px){.cart-modal{width:95%}.form-row{grid-template-columns:1fr}.cart-actions{flex-direction:column}.cart-actions .btn{width:100%}}@media(max-width:767px){.cart-overlay{padding:10px}.cart-modal{width:100%;max-height:95vh;border-radius:16px}.cart-header{padding:18px}.cart-header h2{font-size:1.15rem}.cart-items{padding:16px}.cart-item{flex-direction:column;align-items:flex-start;gap:12px}.cart-controls{width:100%;justify-content:space-between}.cart-form{padding:18px}.form-group{margin-bottom:14px}.form-group label{font-size:.82rem}.form-group input,.form-group textarea{font-size:.82rem;padding:10px 12px}.delivery-options{justify-content:flex-start;gap:16px}.cart-footer{padding:18px}.cart-total{font-size:1rem}.cart-actions{gap:10px}.cart-actions .btn{width:100%}}@media(max-width:480px){.cart-header h2{font-size:1rem}.cart-item-info h4{font-size:.88rem}.cart-price{font-size:.82rem}.qty-btn,.remove-item{width:30px;height:30px}.quantity{font-size:.85rem}.form-group label,.form-group input,.form-group textarea{font-size:.78rem}.cart-total{font-size:.92rem}.cart-actions .btn{font-size:.82rem;padding:10px}}.confirm-modal{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:5000}.confirm-box{width:min(500px,92%);background:#fff;border-radius:20px;padding:28px;box-shadow:0 20px 50px #0003}.confirm-box h2{margin-bottom:20px;text-align:center}.confirm-box p{margin-bottom:10px;line-height:1.6}.confirm-buttons{display:flex;gap:15px;margin-top:25px}.confirm-buttons button{flex:1}.hidden{display:none!important}.campus-badge{display:inline-flex;align-items:center;gap:8px;background:#001f7f14;color:var(--color-primary);padding:6px 14px;border-radius:999px;font-size:13px;font-weight:600;border:1px solid rgba(0,31,127,.15)}.campus-badge i{color:var(--color-secondary-dark)}.categories-grid-5{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin:30px 0}.category-card-item{background:#fff;border-radius:16px;padding:24px 20px;border:1px solid var(--gray-200);box-shadow:0 4px 12px #0000000a;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;text-decoration:none;color:inherit;position:relative;overflow:hidden}.category-card-item:hover{transform:translateY(-4px);box-shadow:0 12px 24px #001f7f14;border-color:var(--color-primary)}.category-card-item .cat-icon-wrap{width:52px;height:52px;border-radius:12px;background:#001f7f14;color:var(--color-primary);display:flex;align-items:center;justify-content:center;font-size:22px;margin:0 auto 16px;transition:background .2s ease,color .2s ease}.category-card-item:hover .cat-icon-wrap{background:var(--color-primary);color:#fff}.category-card-item h3,.category-card-item h2{font-size:18px;font-weight:700;margin-bottom:8px;color:var(--gray-900);text-align:center}.category-card-item p{font-size:13px;color:var(--gray-600);line-height:1.5;margin-bottom:16px;flex-grow:1;text-align:center}.category-card-item .cat-link-text{font-size:13px;font-weight:600;color:var(--color-primary);display:inline-flex;align-items:center;justify-content:center;gap:6px;margin:0 auto}.service-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid var(--gray-200);box-shadow:0 4px 12px #0000000a;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.service-card-img{height:160px;width:100%;object-fit:cover}.service-card-body{padding:18px;display:flex;flex-direction:column;flex-grow:1}.service-meta-tag{display:inline-block;padding:3px 10px;border-radius:999px;background:#001f7f14;color:var(--color-primary);font-size:11px;font-weight:600;margin-bottom:10px;align-self:flex-start}.service-title{font-size:16px;font-weight:700;color:var(--gray-900);margin-bottom:8px;line-height:1.35}.service-provider{font-size:13px;color:var(--gray-600);display:flex;align-items:center;gap:6px;margin-bottom:10px}.service-desc{font-size:13px;color:var(--gray-500);line-height:1.5;margin-bottom:16px;flex-grow:1}.service-footer{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid var(--gray-100)}.service-price-label{font-size:14px;font-weight:700;color:var(--color-primary)}.marketplace-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid var(--gray-200);box-shadow:0 4px 12px #0000000a;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;position:relative}.marketplace-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.marketplace-badge-condition{position:absolute;top:12px;left:12px;background:#0f172ad9;color:#fff;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:600;backdrop-filter:blur(4px);z-index:2}.marketplace-card-img{height:170px;width:100%;object-fit:cover}.marketplace-card-body{padding:16px;display:flex;flex-direction:column;flex-grow:1}.marketplace-price{font-size:18px;font-weight:700;color:var(--color-primary);margin-bottom:6px}.marketplace-title{font-size:15px;font-weight:600;color:var(--gray-900);margin-bottom:8px;line-height:1.4}.marketplace-seller{font-size:12px;color:var(--gray-500);display:flex;align-items:center;gap:6px;margin-top:auto;padding-top:12px;border-top:1px solid var(--gray-100)}.search-overlay{position:fixed;inset:0;background:#0f172aa6;backdrop-filter:blur(6px);z-index:9999;display:flex;justify-content:center;padding:40px 16px;opacity:0;pointer-events:none;transition:opacity .2s ease}.search-overlay.active{opacity:1;pointer-events:auto}.search-modal-container{background:#fff;border-radius:20px;width:100%;max-width:720px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 60px #00000040;transform:translateY(20px);transition:transform .2s ease}.search-overlay.active .search-modal-container{transform:translateY(0)}.search-input-header{padding:20px 24px;border-bottom:1px solid var(--gray-200);display:flex;align-items:center;gap:14px}.search-input-header input{flex-grow:1;border:none;outline:none;font-size:18px;font-family:inherit;color:var(--gray-900)}.search-results-tabs{display:flex;gap:8px;padding:12px 24px;background:var(--gray-50);border-bottom:1px solid var(--gray-200);overflow-x:auto}.search-tab-btn{padding:6px 14px;border-radius:999px;font-size:13px;font-weight:600;background:transparent;color:var(--gray-600);cursor:pointer;white-space:nowrap}.search-tab-btn.active{background:var(--color-primary);color:#fff}.search-results-content{padding:20px 24px;overflow-y:auto;flex-grow:1}.order-status-steps{display:flex;justify-content:space-between;position:relative;margin:24px 0}.order-status-steps:before{content:"";position:absolute;top:14px;left:20px;right:20px;height:3px;background:var(--gray-200);z-index:1}.status-step-node{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:6px}.status-step-circle{width:32px;height:32px;border-radius:50%;background:var(--gray-200);color:var(--gray-500);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.status-step-node.completed .status-step-circle{background:var(--color-success);color:#fff}.status-step-node.active .status-step-circle{background:var(--color-primary);color:#fff;box-shadow:0 0 0 4px #001f7f33}.status-step-label{font-size:11px;font-weight:600;color:var(--gray-600);text-align:center}.delivery-calculator-box{background:#fff;border-radius:20px;padding:28px;border:1px solid var(--gray-200);box-shadow:0 8px 24px #0000000f}.delivery-type-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.delivery-type-btn{padding:16px 12px;border:2px solid var(--gray-200);border-radius:12px;text-align:center;cursor:pointer;background:#fff;transition:all .2s}.delivery-type-btn.active{border-color:var(--color-primary);background:#001f7f0a}.delivery-type-btn i{font-size:24px;color:var(--color-primary);margin-bottom:8px;display:block}.delivery-type-btn span{font-size:13px;font-weight:600;color:var(--gray-800);display:block}@media(min-width:768px)and (max-width:1024px){.container{width:100%;max-width:960px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.announcement-bar{padding:8px 16px;font-size:13px}.announcement-content{max-width:100%}.header-container{min-height:72px;gap:16px;padding:0 4px}.desktop-nav{display:none!important}.mobile-toggle{display:inline-flex!important;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--gray-100);border:1px solid var(--gray-200);color:var(--gray-800);font-size:18px;cursor:pointer;transition:all .2s ease}.mobile-toggle:hover{background:#001f7f14;color:var(--color-primary)}.header-actions{display:flex;align-items:center;gap:12px}.campus-select{height:42px;padding:0 12px;font-size:13.5px;min-width:130px;border-radius:10px;border:1px solid var(--gray-300);background-color:var(--gray-50);color:var(--gray-800);font-weight:600}.cart-btn{width:44px;height:44px;border-radius:50%;background:var(--gray-100);display:flex;align-items:center;justify-content:center;color:var(--gray-800);font-size:17px;position:relative}.cart-count{width:20px;height:20px;font-size:11px;font-weight:700;top:-4px;right:-4px}.mobile-menu{width:380px;max-width:85vw;box-shadow:-8px 0 30px #0003}body.home-page .hero-section,body.home-page section:nth-of-type(1){padding-top:20px!important;padding-bottom:20px!important}body.home-page .hero-section .container,body.home-page section:nth-of-type(1)>div:nth-of-type(1){gap:28px!important}body.home-page .hero-section h1,body.home-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>h1:nth-of-type(1){font-size:22px!important;line-height:1.2!important;margin-bottom:5px!important}body.home-page .hero-section p,body.home-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1){font-size:14px!important;line-height:1.55!important;margin-bottom:22px!important}body.home-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1){font-size:12px!important;padding-left:12px!important;padding-right:13px!important}body.home-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(1){font-size:15px!important;height:40px!important;width:185px!important;padding-left:0!important;padding-right:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}body.home-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(2){font-size:15px!important;height:40px!important;padding-left:0!important;padding-right:0!important;width:140px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}body.home-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(3){font-size:15px!important;height:40px!important;width:340px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}body.home-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2){padding-top:15px!important;padding-bottom:15px!important;height:281.781px!important}body.home-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>p:nth-of-type(1){font-size:12px!important}body.home-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1){padding-top:8px!important;padding-bottom:8px!important}body.home-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2)>a:nth-of-type(1){padding-top:12px!important;height:45px!important}body.home-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2)>a:nth-of-type(2){height:45px!important}body.home-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2)>a:nth-of-type(3){height:45px!important}body.home-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2)>a:nth-of-type(4){height:45px!important}body.home-page section:nth-of-type(5){padding-top:20px!important;padding-bottom:20px!important}body.home-page section:nth-of-type(5)>div:nth-of-type(1)>div:nth-of-type(1){padding-top:20px!important;padding-bottom:20px!important}body.home-page section:nth-of-type(5)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1){width:435px!important;max-width:100%!important;margin-left:-8px!important}body.home-page section:nth-of-type(5)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1){font-size:22px!important}body.home-page section:nth-of-type(5)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1){font-size:14px!important;margin-right:0!important;padding-right:0!important;padding-left:0!important}body.home-page section:nth-of-type(5)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1){font-size:14px!important;font-weight:700!important;padding-left:10px!important;padding-right:10px!important}body.home-page section:nth-of-type(6){padding-top:20px!important;padding-bottom:20px!important}body.home-page section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1){font-size:22px!important;margin-bottom:5px!important}body.home-page section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1){font-size:14px!important;text-align:justify!important;margin-bottom:10px!important}body.home-page section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1){font-size:14px!important}body.home-page section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(1){text-align:justify!important;margin-bottom:8px!important}body.home-page section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(2){text-align:justify!important;font-size:13px!important;margin-bottom:8px!important}body.home-page section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(3){text-align:justify!important;margin-bottom:8px!important}body.home-page section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(1)>strong:nth-of-type(1),body.home-page section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(2)>strong:nth-of-type(1),body.home-page section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>ul:nth-of-type(1)>li:nth-of-type(3)>strong:nth-of-type(1){font-size:13px!important}body.home-page section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1){font-size:14px!important;width:263.35900000000004px!important;max-width:100%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding-top:12px!important;margin-top:-15px!important}body.home-page section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(2){height:340px!important}body.home-page section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(2)>h3:nth-of-type(1){text-align:center!important;font-size:18px!important}body.home-page section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>input:nth-of-type(1){font-size:12px!important}body.home-page section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2)>input:nth-of-type(1){font-size:12px!important;margin-left:0!important;margin-top:0!important;padding-top:0!important;padding-bottom:0!important}body.home-page section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(3){padding-top:10px!important;padding-bottom:10px!important}body.home-page section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(3)>span:nth-of-type(1){font-size:12px!important}body.home-page section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(3)>span:nth-of-type(2){font-size:15px!important}body.home-page section:nth-of-type(7){padding-top:20px!important;padding-bottom:20px!important}body.home-page section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1),div#app:nth-of-type(4)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(1){margin-bottom:20px!important}body.home-page section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(2),div#app:nth-of-type(4)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(2){display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important}body.home-page section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(2)>div,div#app:nth-of-type(4)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1),div#app:nth-of-type(4)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2),div#app:nth-of-type(4)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(3),div#app:nth-of-type(4)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(4),div#app:nth-of-type(4)>section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(5){padding:16px 8px!important;border-radius:12px!important;height:160px!important;display:flex!important;flex-direction:column!important}body.home-page section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(2)>div>div:first-child{width:32px!important;height:32px!important;font-size:12px!important;margin-bottom:8px!important}body.home-page section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(2)>div h4{font-size:13px!important;margin-bottom:4px!important}body.home-page section:nth-of-type(7)>div:nth-of-type(1)>div:nth-of-type(2)>div p{font-size:11px!important;line-height:1.35!important}body.home-page section:nth-of-type(8){padding-top:20px!important;padding-bottom:20px!important}body.home-page section:nth-of-type(8)>div:nth-of-type(1)>div:nth-of-type(1),div#app:nth-of-type(4)>section:nth-of-type(8)>div:nth-of-type(1)>div:nth-of-type(1){display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}body.home-page section:nth-of-type(8)>div:nth-of-type(1)>div:nth-of-type(1)>div,div#app:nth-of-type(4)>section:nth-of-type(8)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1),div#app:nth-of-type(4)>section:nth-of-type(8)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2),div#app:nth-of-type(4)>section:nth-of-type(8)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(3){display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;padding:18px 14px!important;background:#fff!important;border:1px solid var(--gray-200)!important;border-radius:16px!important;box-shadow:0 4px 12px #0000000a!important;gap:0!important;height:100%!important}body.home-page section:nth-of-type(8)>div:nth-of-type(1)>div:nth-of-type(1)>div>div:first-child{width:44px!important;height:44px!important;border-radius:12px!important;background:#001f7f14!important;color:var(--color-primary)!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:20px!important;margin:0 auto 12px!important;flex-shrink:0!important}body.home-page section:nth-of-type(8)>div:nth-of-type(1)>div:nth-of-type(1)>div>div:last-child{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;width:100%!important}body.home-page section:nth-of-type(8)>div:nth-of-type(1)>div:nth-of-type(1)>div h4{font-size:14px!important;font-weight:700!important;margin-bottom:6px!important;color:var(--gray-900)!important;line-height:1.35!important;text-align:center!important}body.home-page section:nth-of-type(8)>div:nth-of-type(1)>div:nth-of-type(1)>div p{font-size:11.5px!important;color:var(--gray-600)!important;line-height:1.45!important;text-align:center!important;margin:0!important}body.home-page section:nth-of-type(9){padding-top:20px!important;padding-bottom:20px!important}body.home-page section:nth-of-type(9)>div:nth-of-type(1)>h2:nth-of-type(1){font-size:30px!important}body.home-page section:nth-of-type(9)>div:nth-of-type(1)>p:nth-of-type(1){font-size:14px!important;padding-left:20px!important;padding-right:20px!important}body.home-page section:nth-of-type(9)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1){font-size:14px!important;height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}body.home-page section:nth-of-type(9)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(2){height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}body.home-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2),div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2){display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;margin:20px 0!important}.category-card-item{padding:16px 8px!important;min-height:auto!important;border-radius:14px!important}.category-card-item .cat-icon-wrap{width:38px!important;height:38px!important;font-size:16px!important;margin-bottom:8px!important}.category-card-item h3{font-size:13.5px!important;margin-bottom:4px!important}.category-card-item p{font-size:11px!important;line-height:1.35!important;margin-bottom:8px!important}.category-card-item .cat-link-text{font-size:11px!important}body.categories-hub-page{min-height:100vh!important;display:flex!important;flex-direction:column!important;margin:0!important;padding:0!important}body.categories-hub-page header{flex-shrink:0!important}body.categories-hub-page section:first-of-type,body.categories-hub-page section{padding:23px 0 20px!important;height:auto!important;min-height:auto!important;overflow:visible!important;flex:1 0 auto!important}body.categories-hub-page h1{font-size:24px!important;font-weight:800!important;margin-top:0!important;margin-bottom:16px!important}body.categories-hub-page .categories-grid-5,body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2){display:grid!important;grid-template-columns:repeat(6,1fr)!important;gap:16px!important;width:100%!important;max-width:860px!important;margin:12px auto 0!important}body.categories-hub-page .categories-grid-5>div:nth-of-type(1),body.categories-hub-page .categories-grid-5>div:nth-of-type(2),body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1),body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2){grid-column:span 3!important;padding:22px 18px 20px!important}body.categories-hub-page .categories-grid-5>div:nth-of-type(3),body.categories-hub-page .categories-grid-5>div:nth-of-type(4),body.categories-hub-page .categories-grid-5>div:nth-of-type(5),body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(3),body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(4),body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(5){grid-column:span 2!important;padding:20px 14px 18px!important}body.categories-hub-page .category-card-item{border-radius:16px!important;background:#fff!important;border:1px solid var(--gray-200)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:space-between!important;text-align:center!important;min-height:250px!important;height:auto!important;box-shadow:0 4px 16px #0000000a!important;box-sizing:border-box!important;transition:transform .2s ease,box-shadow .2s ease!important}body.categories-hub-page .category-card-item:hover{transform:translateY(-3px)!important;box-shadow:0 8px 24px #001f7f14!important}body.categories-hub-page .category-card-item .cat-icon-wrap{width:46px!important;height:46px!important;font-size:20px!important;border-radius:12px!important;margin:0 auto 10px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}body.categories-hub-page .category-card-item span{font-size:10.5px!important;font-weight:700!important;color:var(--color-primary)!important;text-transform:uppercase!important;letter-spacing:.5px!important;margin-bottom:2px!important;display:block!important}body.categories-hub-page .category-card-item h2{font-size:16px!important;font-weight:800!important;margin:2px 0 6px!important;color:var(--gray-900)!important;line-height:1.3!important;text-align:center!important}body.categories-hub-page .category-card-item p{font-size:12px!important;color:var(--gray-600)!important;line-height:1.45!important;margin-bottom:14px!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-align:center!important;flex-grow:1!important}body.categories-hub-page .category-card-item a.btn,body.categories-hub-page .category-card-item .btn,body.categories-hub-page .categories-grid-5>div>a.btn,body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div>a:nth-of-type(1){width:100%!important;max-width:100%!important;height:38px!important;min-height:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:11.5px!important;font-weight:700!important;border-radius:10px!important;padding:0 12px!important;background:var(--color-primary)!important;color:#fff!important;text-decoration:none!important;box-sizing:border-box!important;margin-top:auto!important;margin-left:0!important;margin-right:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body.categories-hub-page .category-card-item a.btn i,body.categories-hub-page .category-card-item .btn i{font-size:11px!important;margin-left:6px!important}body.categories-hub-page footer,body.categories-hub-page footer:nth-of-type(1){height:auto!important;min-height:auto!important;padding-top:33px!important;padding-bottom:22px!important;margin-top:auto!important;margin-bottom:0!important;position:relative!important;clear:both!important;overflow:visible!important;flex-shrink:0!important}body.categories-hub-page footer>div,body.categories-hub-page footer .container{height:auto!important;min-height:auto!important}body.categories-hub-page footer .container>div:first-child{height:auto!important;min-height:auto!important;margin-bottom:24px!important}body.categories-hub-page footer .container>div:last-child{height:auto!important;min-height:auto!important;margin-top:0!important;padding-top:16px!important}body.home-page section:nth-of-type(2){padding-top:15px!important;padding-bottom:20px!important}body.home-page section:nth-of-type(2)>div:nth-of-type(1){display:block!important;width:100%!important}body.home-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1){text-align:center!important;margin-bottom:18px!important;max-width:100%!important;width:100%!important}body.home-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1) h2{font-size:22px!important;margin-top:4px!important;margin-bottom:0!important}body.home-page .categories-grid-5,body.home-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2){display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;margin:12px 0!important;width:100%!important;height:auto!important;padding:0!important}body.home-page .categories-grid-5 .category-card-item,body.home-page section:nth-of-type(2) .category-card-item{padding:16px 8px 14px!important;border-radius:14px!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;height:100%!important;min-height:180px!important;box-sizing:border-box!important;background:#fff!important;border:1px solid var(--gray-200)!important;box-shadow:0 4px 12px #0000000a!important;transition:transform .2s ease,box-shadow .2s ease!important}body.home-page .categories-grid-5 .category-card-item:hover,body.home-page section:nth-of-type(2) .category-card-item:hover{transform:translateY(-3px)!important;box-shadow:0 10px 20px #001f7f14!important;border-color:var(--color-primary)!important}body.home-page .categories-grid-5 .category-card-item .cat-icon-wrap,body.home-page section:nth-of-type(2) .category-card-item .cat-icon-wrap{width:38px!important;height:38px!important;font-size:15px!important;margin:0 auto 8px!important;border-radius:10px!important;flex-shrink:0!important;display:flex!important;align-items:center!important;justify-content:center!important}body.home-page .categories-grid-5 .category-card-item h3,body.home-page section:nth-of-type(2) .category-card-item h3{font-size:12px!important;font-weight:700!important;margin-bottom:6px!important;line-height:1.25!important;color:var(--gray-900)!important;text-align:center!important;min-height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important}body.home-page .categories-grid-5 .category-card-item p,body.home-page section:nth-of-type(2) .category-card-item p{font-size:10px!important;line-height:1.35!important;color:var(--gray-600)!important;margin-bottom:8px!important;flex-grow:1!important;text-align:center!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}body.home-page .categories-grid-5 .category-card-item .cat-link-text,body.home-page section:nth-of-type(2) .category-card-item .cat-link-text{font-size:10.5px!important;font-weight:600!important;gap:4px!important;white-space:nowrap!important;margin-top:auto!important;color:var(--color-primary)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}body.category-page section:nth-of-type(2),body.category-page .category-filter-section{padding:10px 0!important}body.category-page section:nth-of-type(2)>div:nth-of-type(1),body.category-page section:nth-of-type(2)>div.container{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;width:100%!important}body.category-page section:nth-of-type(2)>div:nth-of-type(1)>div#shopping-subcat-tabs:nth-of-type(1),body.category-page #food-subcat-tabs,body.category-page #shopping-subcat-tabs,body.category-page #service-subcat-tabs,body.category-page #marketplace-subcat-tabs{display:flex!important;align-items:center!important;gap:6px!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;padding:2px 0!important;flex:1 1 auto!important;min-width:0!important}body.category-page section:nth-of-type(2)>div:nth-of-type(1)>div#shopping-subcat-tabs:nth-of-type(1){width:604.5px!important}body.category-page #food-subcat-tabs::-webkit-scrollbar,body.category-page #shopping-subcat-tabs::-webkit-scrollbar,body.category-page #service-subcat-tabs::-webkit-scrollbar,body.category-page #marketplace-subcat-tabs::-webkit-scrollbar{display:none!important}body.category-page .subcat-tab-btn,body.category-page .service-subcat-btn,body.category-page .market-subcat-btn{padding:4px 10px!important;font-size:10px!important;font-weight:600!important;border-radius:999px!important;white-space:nowrap!important;height:28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}body.category-page section:nth-of-type(2)>div:nth-of-type(1)>div#shopping-subcat-tabs:nth-of-type(1)>button:nth-of-type(1){font-size:10px!important;width:75px!important;padding-left:10px!important;padding-right:10px!important}body.category-page section:nth-of-type(2)>div:nth-of-type(1)>div#shopping-subcat-tabs:nth-of-type(1)>button:nth-of-type(2){font-size:10px!important;width:105.172px!important}body.category-page section:nth-of-type(2)>div:nth-of-type(1)>div#shopping-subcat-tabs:nth-of-type(1)>button:nth-of-type(3){font-size:10px!important;width:105.953px!important}body.category-page section:nth-of-type(2)>div:nth-of-type(1)>div#shopping-subcat-tabs:nth-of-type(1)>button:nth-of-type(4){font-size:10px!important;width:105.734px!important}body.category-page section:nth-of-type(2)>div:nth-of-type(1)>div#shopping-subcat-tabs:nth-of-type(1)>button:nth-of-type(5){font-size:10px!important;width:105.188px!important;padding-left:11px!important}body.category-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2),body.category-food section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2),body.category-shopping section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2),body.category-marketplace section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2),body.category-services section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2){margin-left:0!important;padding-right:0!important;padding-left:0!important;width:150px!important;display:flex!important;align-items:center!important;flex-shrink:0!important}body.category-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>label:nth-of-type(1),body.category-food section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>label,body.category-shopping section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>label,body.category-marketplace section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>label{margin-left:-26px!important;padding-left:0!important;margin-right:0!important;font-size:11px!important;white-space:nowrap!important}body.category-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>select#food-sort-select:nth-of-type(1),body.category-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>select#shopping-sort-select:nth-of-type(1),body.category-page #food-sort-select,body.category-page #shopping-sort-select,body.category-page #marketplace-condition-select,body.category-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>select{padding-right:120px!important;padding-left:0!important;height:25px!important;margin-left:-5px!important;font-size:11px!important}section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(2),div#app:nth-of-type(4)>section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(2),section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(2),div#app:nth-of-type(4)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(2),section:nth-of-type(5)>div:nth-of-type(1)>div:nth-of-type(2),div#app:nth-of-type(4)>section:nth-of-type(5)>div:nth-of-type(1)>div:nth-of-type(2){display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}#food-grid,#shopping-grid,#marketplace-grid,#services-grid,#vendors-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}#food-grid .card,#shopping-grid .card,#marketplace-grid .card,.service-card,.marketplace-card{border-radius:14px!important;overflow:hidden!important;background:#fff!important;border:1px solid var(--gray-200)!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;box-shadow:0 4px 12px #00000008!important}#food-grid .card img,#shopping-grid .card img,#marketplace-grid .card img,.service-card-img,.marketplace-card-img{height:145px!important;width:100%!important;object-fit:cover!important}#food-grid .card>div:nth-child(2),#shopping-grid .card>div:nth-child(2),#marketplace-grid .card>div:nth-child(2),.service-card-body,.marketplace-card-body{padding:14px!important;display:flex!important;flex-direction:column!important;flex-grow:1!important}#food-grid .card h3,#shopping-grid .card h3,#marketplace-grid .card h3,.service-title,.marketplace-title{font-size:14.5px!important;font-weight:700!important;line-height:1.3!important;margin-bottom:5px!important;color:var(--gray-900)!important}#food-grid .card p,#shopping-grid .card p,#marketplace-grid .card p,.service-desc{font-size:12px!important;line-height:1.4!important;margin-bottom:12px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;color:var(--gray-600)!important;flex-grow:1!important}.add-to-cart-btn{height:34px!important;font-size:12px!important;font-weight:700!important;padding:6px 12px!important;border-radius:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}body.category-vendors{min-height:100vh!important;display:flex!important;flex-direction:column!important}body.category-vendors .vendors-section,body.category-vendors section:first-of-type,body.category-vendors section{padding:32px 0 40px!important;height:auto!important;min-height:auto!important;flex:1 0 auto!important;overflow:visible!important}body.category-vendors .vendors-section .container,body.category-vendors section .container{height:auto!important;min-height:auto!important;overflow:visible!important}body.category-vendors #vendors-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;height:auto!important;min-height:auto!important;margin-bottom:0!important;overflow:visible!important}body.category-vendors #vendors-grid>div{border-radius:14px!important;background:#fff!important;border:1px solid var(--gray-200)!important;box-shadow:0 4px 12px #00000008!important;display:flex!important;flex-direction:column!important;height:100%!important;min-height:auto!important}body.category-vendors #vendors-grid img{height:130px!important;width:100%!important;object-fit:cover!important}body.category-vendors #vendors-grid h3{font-size:14.5px!important;font-weight:700!important;line-height:1.3!important;margin:0 0 4px!important}body.category-vendors #vendors-grid p{font-size:11.5px!important;line-height:1.35!important;color:var(--gray-600)!important;margin-bottom:10px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}body.category-vendors footer{position:relative!important;clear:both!important;margin-top:0!important;padding:40px 0 24px!important;height:auto!important;min-height:auto!important;overflow:visible!important;flex-shrink:0!important}body.category-vendors footer .container{height:auto!important;min-height:auto!important}.category-filter-bar,.filter-pills-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px;gap:8px}.category-filter-bar::-webkit-scrollbar,.filter-pills-wrap::-webkit-scrollbar{display:none}.delivery-calculator-box{max-width:720px!important;margin-left:auto!important;margin-right:auto!important;padding:26px 22px!important;border-radius:18px!important;background:#fff!important;border:1px solid var(--gray-200)!important}.delivery-type-selector{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px!important;margin-bottom:20px!important}.delivery-type-btn{padding:12px 8px!important;border-radius:12px!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:4px!important}.delivery-type-btn i{font-size:20px!important;margin-bottom:2px!important}.delivery-type-btn span{font-size:12.5px!important}#service-request-modal>div,#seller-modal>div{max-width:520px!important;width:90vw!important;padding:26px 24px!important;border-radius:20px!important}.form-grid-2col{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}body:not(.contact-page):not(.policy-page) section:nth-of-type(2) .container{padding-left:24px!important;padding-right:24px!important}body:not(.contact-page):not(.policy-page) section:nth-of-type(2) h2{font-size:22px!important;line-height:1.3!important;margin-bottom:12px!important}body:not(.contact-page):not(.policy-page) section:nth-of-type(2) p{font-size:14px!important;line-height:1.65!important}body:not(.contact-page):not(.policy-page) section:nth-of-type(2) div[style*="background:#F8FAFC"],body:not(.contact-page):not(.policy-page) section:nth-of-type(2) div[style*="background: #F8FAFC"]{padding:24px 20px!important;border-radius:16px!important;margin-bottom:30px!important}body:not(.contact-page):not(.policy-page) section:nth-of-type(2) div[style*="grid-template-columns:repeat(auto-fit, minmax(220px, 1fr))"]{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:14px!important}#safety{padding:26px 22px!important;border-radius:16px!important;margin-bottom:24px!important}#safety h2{font-size:22px!important;margin-bottom:12px!important}#safety p{font-size:14px!important;line-height:1.6!important}#safety div[style*="grid-template-columns:repeat(auto-fit, minmax(240px, 1fr))"]{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}#safety div[style*="grid-template-columns:repeat(auto-fit, minmax(240px, 1fr))"]>div{padding:16px!important;border-radius:12px!important}#safety div[style*="grid-template-columns:repeat(auto-fit, minmax(240px, 1fr))"] h4{font-size:14px!important;margin-bottom:4px!important}#safety div[style*="grid-template-columns:repeat(auto-fit, minmax(240px, 1fr))"] p{font-size:12px!important;line-height:1.45!important}.contact-page .contact-banner{padding:24px 0!important}.contact-page #contact-page-title{font-size:26px!important}.contact-page .contact-content-section{padding:32px 0 48px!important}.contact-page .contact-main-grid{display:grid!important;grid-template-columns:270px 1fr!important;gap:20px!important;align-items:start!important;padding-left:20px!important;padding-right:20px!important}.contact-page .contact-cards-column{display:flex!important;flex-direction:column!important;gap:14px!important}.contact-page .contact-card{padding:16px!important;border-radius:14px!important}.contact-page .contact-card h3{font-size:15px!important;margin-bottom:4px!important}.contact-page .contact-card p{font-size:12px!important;margin-bottom:10px!important}.contact-page .contact-card a{font-size:13px!important;padding:5px 10px!important}.contact-page .support-tab-btn{padding:9px 12px!important;font-size:12.5px!important;border-radius:10px!important}.contact-page .support-panel{padding:26px 22px!important;border-radius:18px!important}.contact-page .support-panel h2{font-size:20px!important}.contact-page .support-panel p{font-size:13px!important;line-height:1.55!important}.contact-page .support-panel div[style*="grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))"]{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;padding:12px!important}.contact-page .support-panel div[style*="grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))"] span,.contact-page .support-panel div[style*="grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))"] a{font-size:12px!important}.contact-page .role-chip{padding:7px 12px!important;font-size:12px!important;border-radius:8px!important}.contact-page form div[style*="grid-template-columns:repeat(auto-fit, minmax(240px, 1fr))"]{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.contact-page input,.contact-page select,.contact-page textarea{font-size:13px!important;padding:10px 12px!important}.contact-page label{font-size:12.5px!important;margin-bottom:4px!important}.contact-page button[type=submit]{font-size:14px!important;padding:12px 24px!important;border-radius:10px!important}.contact-page #tab-faqs div[style*="border:1px solid var(--gray-200)"]{padding:14px 16px!important;border-radius:12px!important}.contact-page #tab-faqs h4{font-size:14px!important;margin-bottom:4px!important}.contact-page #tab-faqs p{font-size:12.5px!important;line-height:1.55!important}.contact-page #star-rating-container{font-size:28px!important;gap:8px!important}.contact-page #rating-label{font-size:14px!important}body.policy-page{min-height:100vh!important;display:flex!important;flex-direction:column!important}body.policy-page header{flex-shrink:0!important}body.policy-page .policy-banner{height:auto!important;min-height:110px!important;padding:26px 16px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;flex-shrink:0!important}body.policy-page .policy-banner .container{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:2px!important}body.policy-page .policy-badge{font-size:11px!important;font-weight:700!important;padding:4px 14px!important;margin-bottom:6px!important;display:inline-flex!important;align-items:center!important;gap:6px!important;letter-spacing:.5px!important;border-radius:9999px!important}body.policy-page .policy-banner h1{font-size:25px!important;font-weight:800!important;margin:2px 0 6px!important;line-height:1.25!important;color:#fff!important;text-align:center!important}body.policy-page .policy-updated{font-size:12px!important;margin-top:2px!important;color:#94a3b8!important;display:inline-flex!important;align-items:center!important;gap:6px!important}body.policy-page .policy-content-section{padding:32px 0 44px!important;background:#f8fafc!important;flex:1 0 auto!important;height:auto!important;min-height:auto!important;overflow:visible!important}body.policy-page .policy-cards-grid,body.policy-page .policy-content-section>.container{padding-left:20px!important;padding-right:20px!important;max-width:820px!important;width:100%!important;margin-left:auto!important;margin-right:auto!important;display:flex!important;flex-direction:column!important;gap:20px!important;height:auto!important;min-height:auto!important;overflow:visible!important;box-sizing:border-box!important}body.policy-page .policy-card{padding:24px 22px!important;border-radius:16px!important;background:#fff!important;border:1px solid var(--gray-200)!important;box-shadow:0 4px 14px #00000008!important;margin-bottom:0!important;text-align:left!important;width:100%!important;box-sizing:border-box!important;height:auto!important;min-height:auto!important;overflow:visible!important}body.policy-page .policy-card h2{font-size:17.5px!important;font-weight:800!important;margin-bottom:12px!important;line-height:1.35!important;color:var(--gray-900)!important;display:flex!important;align-items:center!important;gap:10px!important}body.policy-page .policy-card h2 i{font-size:15px!important;color:var(--color-primary)!important;width:28px!important;height:28px!important;background:#001f7f0f!important;border-radius:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}body.policy-page .policy-card p{font-size:13.5px!important;line-height:1.65!important;color:var(--gray-700)!important;margin-bottom:12px!important;text-align:left!important}body.policy-page .policy-card p:last-child{margin-bottom:0!important}body.policy-page .policy-card ul,body.policy-page .policy-card ol{font-size:13.5px!important;line-height:1.65!important;color:var(--gray-700)!important;padding-left:22px!important;margin-bottom:12px!important;display:flex!important;flex-direction:column!important;gap:8px!important}body.policy-page .policy-card li{margin-bottom:0!important;line-height:1.6!important;color:var(--gray-700)!important}body.policy-page .policy-card strong{color:var(--gray-900)!important;font-weight:700!important}body.policy-page .policy-card div[style*="display:flex;flex-direction:column;gap:12px"],body.policy-page .policy-card div[style*="display: flex; flex-direction: column; gap: 12px"]{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:14px!important}body.policy-page .policy-card div[style*="display:flex;flex-direction:column;gap:12px"]>div,body.policy-page .policy-card div[style*="display: flex; flex-direction: column; gap: 12px"]>div{padding:14px!important;border-radius:12px!important;background:#f8fafc!important;border:1px solid var(--gray-200)!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;gap:4px!important}body.policy-page .policy-card div[style*="display:flex;flex-direction:column;gap:12px"] strong,body.policy-page .policy-card div[style*="display: flex; flex-direction: column; gap: 12px"] strong{font-size:13.5px!important;color:var(--color-primary)!important}body.policy-page .policy-card div[style*="display:flex;flex-direction:column;gap:12px"] span,body.policy-page .policy-card div[style*="display: flex; flex-direction: column; gap: 12px"] span{font-size:12px!important;color:var(--gray-600)!important;line-height:1.5!important}body.policy-page .policy-card div[style*="background:#F8FAFC;padding:20px"],body.policy-page .policy-card div[style*="background: #F8FAFC; padding: 20px"],body.policy-page .policy-card div[style*="background:#F8FAFC;padding:16px"],body.policy-page .policy-card div[style*="background: #F8FAFC; padding: 16px"]{padding:16px 18px!important;border-radius:12px!important;font-size:13px!important;line-height:1.7!important;border:1px solid var(--gray-200)!important;margin-top:12px!important;background:#f8fafc!important}body.policy-page footer{position:relative!important;clear:both!important;margin-top:0!important;padding:44px 0 28px!important;flex-shrink:0!important;height:auto!important;min-height:auto!important;overflow:visible!important}footer,footer:nth-of-type(1),div#app footer,body.category-page footer{height:auto!important;min-height:auto!important;padding-top:44px!important;padding-bottom:28px!important;margin-top:36px!important;margin-bottom:0!important;position:relative!important;clear:both!important;overflow:visible!important;background:#0f172a!important;color:#94a3b8!important;border-top:1px solid #1E293B!important}body.categories-hub-page footer,body.categories-hub-page footer:nth-of-type(1){height:auto!important;min-height:auto!important;padding-top:33px!important;padding-bottom:22px!important;margin-top:auto!important;margin-bottom:0!important;position:relative!important;clear:both!important;overflow:visible!important;background:#0f172a!important;color:#94a3b8!important;border-top:1px solid #1E293B!important;flex-shrink:0!important}footer>div,footer .container{height:auto!important;min-height:auto!important;padding-left:20px!important;padding-right:20px!important;box-sizing:border-box!important}.footer-grid,footer .container>div:first-child,footer>div:nth-of-type(1)>div:nth-of-type(1),div#app:nth-of-type(4)>footer:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1){display:grid!important;grid-template-columns:1.2fr 1fr 1fr 1fr!important;gap:24px 18px!important;margin-bottom:32px!important;line-height:1.6!important;height:auto!important;min-height:auto!important;overflow:visible!important;text-align:left!important}footer .container>div:first-child>div,footer>div:nth-of-type(1)>div:nth-of-type(1)>div,div#app:nth-of-type(4)>footer:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div,.footer-grid>div{display:flex!important;flex-direction:column!important;align-items:flex-start!important;text-align:left!important;height:auto!important;min-height:auto!important}.brand-logo-footer{height:32px!important;width:auto!important;margin-bottom:12px!important;object-fit:contain!important}.footer-grid>div:first-child p,footer .container>div:first-child>div:first-child p,footer>div:nth-of-type(1)>div:nth-of-type(1)>div:first-child p{font-size:11.5px!important;line-height:1.55!important;color:#94a3b8!important;margin-bottom:12px!important;text-align:left!important}.footer-grid>div:first-child div,footer .container>div:first-child>div:first-child div,footer>div:nth-of-type(1)>div:nth-of-type(1)>div:first-child div{font-size:11px!important;color:#64748b!important;line-height:1.4!important}footer .container>div:first-child h4,footer>div:nth-of-type(1)>div:nth-of-type(1) h4,div#app:nth-of-type(4)>footer:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1) h4,.footer-grid h4{font-size:12.5px!important;font-weight:700!important;color:#fff!important;margin-bottom:12px!important;text-transform:uppercase!important;letter-spacing:.5px!important;text-align:left!important;width:auto!important}footer .container>div:first-child ul,footer>div:nth-of-type(1)>div:nth-of-type(1) ul,div#app:nth-of-type(4)>footer:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1) ul,.footer-grid ul{list-style:none!important;padding:0!important;margin:0!important;font-size:12px!important;line-height:2!important;text-align:left!important;width:100%!important}footer .container>div:first-child li,footer>div:nth-of-type(1)>div:nth-of-type(1) li,div#app:nth-of-type(4)>footer:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1) li,.footer-grid li{text-align:left!important;margin-bottom:2px!important}footer .container>div:first-child a,footer>div:nth-of-type(1)>div:nth-of-type(1) a,div#app:nth-of-type(4)>footer:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1) a,.footer-grid a{font-size:12px!important;color:#94a3b8!important;text-decoration:none!important;transition:color .2s ease!important;display:inline-block!important}footer .container>div:first-child a:hover,.footer-grid a:hover{color:#fcc501!important}footer .container>div:last-child,footer>div:nth-of-type(1)>div:nth-of-type(2),div#app:nth-of-type(4)>footer:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2){border-top:1px solid #1E293B!important;padding-top:20px!important;margin-top:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:10px!important;font-size:11.5px!important;color:#64748b!important;height:auto!important;min-height:auto!important}footer .container>div:last-child>div:first-child,footer>div:nth-of-type(1)>div:nth-of-type(2)>div:first-child,div#app:nth-of-type(4)>footer:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:first-child{display:flex!important;align-items:center!important;justify-content:center!important;gap:16px!important;flex-wrap:wrap!important}footer .container>div:last-child a,footer>div:nth-of-type(1)>div:nth-of-type(2) a{font-size:11.5px!important;color:#94a3b8!important;text-decoration:none!important}footer .container>div:last-child a:hover{color:#fcc501!important}}@media(min-width:1025px){.container{max-width:1140px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.desktop-nav{display:block!important}.desktop-nav .nav-list{display:flex;align-items:center;gap:20px}.desktop-nav .nav-list li a{font-size:14px;padding:6px 4px;white-space:nowrap;transition:color .15s ease}.mobile-toggle{display:none!important}.announcement-bar .announcement-content{width:700px;max-width:100%;font-size:13px;margin:0 auto}.categories-grid-5{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}footer>div:nth-of-type(1),div#app:nth-of-type(4)>footer:nth-of-type(1)>div:nth-of-type(1){height:260.766px;margin-top:-25px}footer.category-page-footer>div:nth-of-type(1){height:auto!important;margin-top:0!important}footer>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2),div#app:nth-of-type(4)>footer:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2){padding-left:20px}}@media(min-width:1200px){.container{max-width:1280px}.desktop-nav .nav-list{gap:24px}.desktop-nav .nav-list li a{font-size:14.5px}.categories-grid-5{gap:20px}}.policy-banner{background:linear-gradient(135deg,#001f7f,#001556);color:#fff;padding-top:20px;padding-bottom:20px;height:130px;text-align:center;display:flex;align-items:center;justify-content:center}.policy-banner h1{margin-bottom:3px}.policy-banner .policy-badge{margin-bottom:5px}.policy-banner .policy-updated{margin-top:7px}.policy-card{text-align:justify}@media(min-width:992px){body.policy-page section.policy-content-section,body.policy-page section:nth-of-type(2){padding-top:20px!important;padding-bottom:20px!important}.policy-cards-grid,body.policy-page section:nth-of-type(2)>div:nth-of-type(1),section.policy-content-section>div.container{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;max-width:1280px!important;align-items:stretch!important}.policy-card,body.policy-page section:nth-of-type(2)>div:nth-of-type(1)>div{margin-bottom:0!important;display:flex;flex-direction:column}body.policy-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1),section.policy-content-section>div.container>div:nth-of-type(1){height:700px!important}body.policy-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2),section.policy-content-section>div.container>div:nth-of-type(2){height:700px!important}body.policy-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>ul:nth-of-type(1),section.policy-content-section>div.container>div:nth-of-type(2)>ul:nth-of-type(1){padding-left:0!important}body.policy-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(4),section.policy-content-section>div.container>div:nth-of-type(4){margin-top:0!important;margin-bottom:0!important}body.marketplace-rules-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1),body.marketplace-rules-page section.policy-content-section>div.container>div:nth-of-type(1){height:530px!important}body.marketplace-rules-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2),body.marketplace-rules-page section.policy-content-section>div.container>div:nth-of-type(2){height:530px!important}body.marketplace-rules-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3),body.marketplace-rules-page section.policy-content-section>div.container>div:nth-of-type(3){height:530px!important}body.terms-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1),body.terms-page section.policy-content-section>div.container>div:nth-of-type(1){height:620px!important}body.terms-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2),body.terms-page section.policy-content-section>div.container>div:nth-of-type(2){height:620px!important}body.terms-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3),body.terms-page section.policy-content-section>div.container>div:nth-of-type(3){height:620px!important}body.contact-page section:nth-of-type(1),body.contact-page section.contact-banner{padding-top:20px!important;padding-bottom:20px!important}body.contact-page section:nth-of-type(1)>div:nth-of-type(1)>h1:nth-of-type(1),body.contact-page section.contact-banner h1{text-align:center!important}body.contact-page section:nth-of-type(2),body.contact-page section.contact-content-section{padding-top:30px!important;padding-bottom:30px!important}body.contact-page section:nth-of-type(2)>div:nth-of-type(1),body.contact-page section.contact-content-section>div.container{display:grid!important;grid-template-columns:340px 1fr!important;gap:28px!important;align-items:start!important;max-width:1200px!important}body.contact-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1),body.contact-page .contact-cards-column{display:flex!important;flex-direction:column!important;gap:20px!important;margin-bottom:0!important}body.contact-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div,body.contact-page .contact-card{width:100%!important;box-sizing:border-box!important}body.contact-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2),body.contact-page .contact-main-column,body.contact-page .contact-faq-card{margin-top:0!important;box-sizing:border-box!important}body.about-page section:nth-of-type(1),body.about-page section.about-banner{padding-top:40px!important;padding-bottom:40px!important}body.about-page section:nth-of-type(1)>div:nth-of-type(1)>h1:nth-of-type(1),body.about-page section.about-banner h1{text-align:center!important}body.about-page section:nth-of-type(2),body.about-page section.about-content-section{padding-top:40px!important;padding-bottom:50px!important}body.about-page section:nth-of-type(2)>div:nth-of-type(1),body.about-page section.about-content-section>div.container{display:block!important;max-width:860px!important;margin-left:auto!important;margin-right:auto!important}section:nth-of-type(2)>div:nth-of-type(1)>div#safety:nth-of-type(2),body.about-page section:nth-of-type(2)>div:nth-of-type(1)>div#safety:nth-of-type(2),body.about-page #safety,#safety{display:none!important}}@media(max-width:767px){html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important;-webkit-text-size-adjust:100%!important;font-size:14px!important}body{position:relative!important}.container{width:100%!important;max-width:100%!important;padding-left:16px!important;padding-right:16px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}h1,.h1{font-size:26px!important;line-height:1.25!important;letter-spacing:-.5px!important}h2,.h2{font-size:20px!important;line-height:1.3!important;letter-spacing:-.3px!important}h3,.h3{font-size:17px!important;line-height:1.35!important}h4,.h4{font-size:15px!important;line-height:1.4!important}p{font-size:13.5px!important;line-height:1.55!important}.btn,button.btn,a.btn{min-height:44px!important;padding:0 16px!important;font-size:13.5px!important;font-weight:600!important;border-radius:12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important}.btn-sm{min-height:36px!important;padding:0 12px!important;font-size:12px!important;border-radius:8px!important}.btn-lg{min-height:48px!important;padding:0 20px!important;font-size:15px!important;border-radius:14px!important}.header{position:sticky!important;top:0!important;z-index:1000!important;background:#fff!important;width:100%!important;box-shadow:0 1px 6px #00000014!important}.announcement-bar{padding:4px 8px!important;font-size:10px!important;line-height:1.2!important;text-align:center!important;background:#001556!important;color:#fff!important}.announcement-content,div#app>header:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1){display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:2px!important;width:100%!important;max-width:100%!important;font-size:10px!important;padding:0!important}.announcement-content span,div#app>header:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>span{text-align:center!important;width:100%!important;font-size:10px!important;line-height:1.2!important}div#app>header:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>span:nth-of-type(1),.announcement-content span:first-child{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;width:100%!important;font-size:10px!important;line-height:1.2!important}div#app>header:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>span:nth-of-type(2),.announcement-content span:last-child{display:block!important;text-align:center!important;width:100%!important;opacity:.85!important;font-size:9.5px!important;line-height:1.2!important}.navbar,header>div:nth-of-type(2){background:#fff!important;width:100%!important;height:50px!important}.header-container,.navbar .container{min-height:50px!important;height:50px!important;padding:0 10px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:6px!important;box-sizing:border-box!important;width:100%!important;max-width:100%!important}.logo{display:flex!important;align-items:center!important;flex-shrink:0!important}.logo img,.brand-logo-img{height:25px!important;width:auto!important;max-width:90px!important;object-fit:contain!important}.logo div:first-child{width:30px!important;height:30px!important;font-size:13px!important;border-radius:8px!important}.logo span:first-of-type{font-size:12.5px!important}.logo span:last-of-type{font-size:8.5px!important}.desktop-nav,nav.desktop-nav{display:none!important}.header-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:5px!important;flex-shrink:0!important;margin:0!important;padding:0!important}.campus-select,.campus-badge,.campus-badge-btn,#active-campus-badge,header:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>button#active-campus-badge:nth-of-type(1),div#app:nth-of-type(4)>header:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>button#active-campus-badge:nth-of-type(2){padding:3px 6px!important;font-size:10px!important;height:28px!important;min-height:28px!important;border-radius:6px!important;width:120px!important;max-width:120px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:inline-flex!important;align-items:center!important;gap:3px!important;flex-shrink:0!important;box-sizing:border-box!important}.campus-badge span,#active-campus-badge span,div#app:nth-of-type(4)>header:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>button#active-campus-badge:nth-of-type(2)>span:nth-of-type(1),div#app:nth-of-type(4)>header:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>button#active-campus-badge:nth-of-type(2)>span:nth-of-type(1)>strong:nth-of-type(1){white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:10px!important}.header-actions>a,.header-actions>a.btn,.header-actions>a[href="orders.html"],header:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1){font-size:10px!important;height:28px!important;min-height:28px!important;padding:0 8px!important;border-radius:6px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;box-sizing:border-box!important}.header-btn,.search-trigger,.cart-trigger-btn,.search-trigger-btn,.cart-btn,#cart-btn{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;border-radius:6px!important;font-size:12px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;position:relative!important}.header-actions a[href="account.html"],.header-actions a[title="My Account"]{display:none!important}.mobile-toggle,#mobile-toggle{display:inline-flex!important;visibility:visible!important;opacity:1!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;border-radius:6px!important;background:var(--gray-100)!important;border:1px solid var(--gray-200)!important;color:var(--gray-800)!important;font-size:14px!important;cursor:pointer!important;flex-shrink:0!important;z-index:1005!important;margin:0!important}.search-overlay{padding:0!important;align-items:flex-start!important}.search-modal-container{width:100%!important;height:100vh!important;max-height:100vh!important;border-radius:0!important;display:flex!important;flex-direction:column!important}.search-input-header{padding:14px 16px!important;gap:10px!important}.search-input-header input{font-size:15px!important}.search-results-tabs{padding:8px 12px!important;gap:6px!important}.search-tab-btn{padding:6px 12px!important;font-size:11.5px!important}.search-results-content{padding:16px!important}#cart-drawer,#mobile-menu-drawer,.side-drawer{width:100%!important;max-width:340px!important;box-sizing:border-box!important}body.home-page{overflow-x:hidden!important}body.home-page .hero-section,body.home-page section.hero-section,body.home-page section:first-of-type{padding:16px 0 18px!important;background:linear-gradient(135deg,#001f7f,#001040)!important;display:block!important;visibility:visible!important;opacity:1!important}body.home-page .hero-section>.container,body.home-page section:first-of-type>.container{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;padding-left:12px!important;padding-right:12px!important;max-width:100%!important;box-sizing:border-box!important}body.home-page .hero-section>.container>div:first-child,body.home-page section:first-of-type>.container>div:first-child{text-align:left!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;visibility:visible!important;opacity:1!important}body.home-page .hero-section>.container>div:first-child>div:first-child,body.home-page section:first-of-type>.container>div:first-child>div:first-child,body.home-page .hero-section div[style*="rgba(252,197,1,0.15)"],div#app>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1){display:inline-flex!important;visibility:visible!important;opacity:1!important;align-items:center!important;gap:6px!important;background:#fcc50126!important;color:#fcc501!important;padding:5px 12px!important;border-radius:999px!important;font-size:11px!important;font-weight:700!important;margin-bottom:8px!important;border:1px solid rgba(252,197,1,.3)!important;line-height:1.2!important;white-space:nowrap!important}body.home-page .hero-section h1,body.home-page section:first-of-type h1,body.home-page section.hero-section h1,div#app>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>h1:nth-of-type(1){font-size:22px!important;font-weight:800!important;line-height:1.22!important;margin-top:0!important;margin-bottom:8px!important;color:#fff!important;letter-spacing:-.3px!important;text-align:left!important;display:block!important;visibility:visible!important;opacity:1!important}body.home-page .hero-section h1:after,body.home-page section:first-of-type h1:after{display:none!important;content:none!important}body.home-page .hero-section p,body.home-page section:first-of-type p,body.home-page section.hero-section p,div#app>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1){font-size:12px!important;line-height:1.5!important;color:#cbd5e1!important;margin-top:0!important;margin-bottom:14px!important;text-align:left!important;max-width:100%!important;display:block!important;visibility:visible!important;opacity:1!important}body.home-page .hero-section .btn,body.home-page section:first-of-type .btn{width:100%!important;height:38px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:8px!important;font-size:12px!important;font-weight:700!important;box-sizing:border-box!important}body.home-page .hero-section div[style*="display:flex;flex-wrap:wrap"],body.home-page section:first-of-type div[style*="display:flex;flex-wrap:wrap"],div#app>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2){display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:8px!important;width:100%!important}body.home-page .hero-section div[style*="display:flex;flex-wrap:wrap"]>a:nth-of-type(1),body.home-page section:first-of-type div[style*="display:flex;flex-wrap:wrap"]>a:nth-of-type(1),div#app>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(1){grid-column:1 / 2!important;width:100%!important;height:35px!important;min-height:35px!important;padding:0 6px!important;font-size:11.5px!important;white-space:nowrap!important}body.home-page .hero-section div[style*="display:flex;flex-wrap:wrap"]>a:nth-of-type(2),body.home-page section:first-of-type div[style*="display:flex;flex-wrap:wrap"]>a:nth-of-type(2),div#app>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(2){grid-column:2 / 3!important;width:100%!important;height:35px!important;min-height:35px!important;padding:0 6px!important;font-size:11.5px!important;white-space:nowrap!important}body.home-page .hero-section div[style*="display:flex;flex-wrap:wrap"]>a:nth-of-type(3),body.home-page section:first-of-type div[style*="display:flex;flex-wrap:wrap"]>a:nth-of-type(3),div#app>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(3){grid-column:span 2!important;width:100%!important;height:35px!important;min-height:35px!important;padding:0 8px!important;font-size:11.5px!important;white-space:nowrap!important}body.home-page .hero-section>.container>div:last-child,body.home-page section:first-of-type>.container>div:last-child{background:#fff!important;border-radius:14px!important;padding:12px 10px!important;box-shadow:0 8px 24px #00000024!important;color:var(--gray-900)!important;box-sizing:border-box!important}body.home-page .hero-section>.container>div:last-child h3,body.home-page section:first-of-type>.container>div:last-child h3{font-size:13.5px!important;font-weight:700!important;margin-bottom:2px!important;text-align:center!important}body.home-page .hero-section>.container>div:last-child p,body.home-page section:first-of-type>.container>div:last-child p{font-size:10.5px!important;color:var(--gray-500)!important;margin-bottom:8px!important;text-align:center!important}body.home-page .hero-section .search-trigger,body.home-page section:first-of-type .search-trigger,div#app>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1){height:35px!important;padding:0 10px!important;border-radius:8px!important;background:var(--gray-100)!important;border:1px solid var(--gray-300)!important;margin-bottom:8px!important;display:flex!important;align-items:center!important;gap:8px!important;cursor:pointer!important;width:100%!important;box-sizing:border-box!important}body.home-page .hero-section .search-trigger span,body.home-page section:first-of-type .search-trigger span,div#app>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>span:nth-of-type(1){font-size:10px!important;color:var(--gray-500)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body.home-page .hero-section div[style*="grid-template-columns:repeat(2, 1fr)"],body.home-page section:first-of-type div[style*="grid-template-columns:repeat(2, 1fr)"],div#app>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2){display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:6px!important}body.home-page .hero-section div[style*="grid-template-columns:repeat(2, 1fr)"] a,body.home-page section:first-of-type div[style*="grid-template-columns:repeat(2, 1fr)"] a,div#app>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2)>a{padding:0 6px!important;height:30px!important;border-radius:7px!important;gap:5px!important;font-size:10px!important;display:flex!important;align-items:center!important;box-sizing:border-box!important}div#app>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2)>a:nth-of-type(1){font-size:10px!important;height:30px!important}div#app>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2)>a:nth-of-type(2){height:30px!important}div#app>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2)>a:nth-of-type(3){height:30px!important}div#app>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2)>a:nth-of-type(4){height:30px!important}body.home-page .hero-section div[style*="grid-template-columns:repeat(2, 1fr)"] a span,body.home-page section:first-of-type div[style*="grid-template-columns:repeat(2, 1fr)"] a span,div#app>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2)>a>span:nth-of-type(1){font-size:11px!important}body.home-page section:nth-of-type(2),div#app>section:nth-of-type(2),div#app:nth-of-type(4)>section:nth-of-type(2){display:block!important;visibility:visible!important;opacity:1!important;overflow:visible!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:auto!important;position:relative!important;clear:both!important;box-sizing:border-box!important;padding:16px 0!important;margin:0!important;background:#fff!important}body.home-page section:nth-of-type(2)>.container,div#app>section:nth-of-type(2)>div:nth-of-type(1),div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1){display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:unset!important;max-height:none!important;position:relative!important;padding-left:12px!important;padding-right:12px!important;box-sizing:border-box!important;overflow:visible!important}body.home-page section:nth-of-type(2) div[style*="max-width:650px"],div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1),div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1){display:block!important;visibility:visible!important;opacity:1!important;height:auto!important;margin-bottom:12px!important;text-align:center!important}body.home-page section:nth-of-type(2) span[style*=letter-spacing],div#app>section:nth-of-type(2) span[style*=letter-spacing]{display:inline-block!important;visibility:visible!important;opacity:1!important;font-size:10px!important;font-weight:700!important;letter-spacing:.8px!important}body.home-page section:nth-of-type(2) h2,div#app>section:nth-of-type(2) h2,div#app:nth-of-type(4)>section:nth-of-type(2) h2,div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1){display:block!important;visibility:visible!important;opacity:1!important;font-size:16.5px!important;margin-top:2px!important;margin-bottom:0!important;font-weight:800!important;line-height:1.2!important;color:var(--gray-900)!important}body.home-page .categories-grid-5,body.home-page section:nth-of-type(2) .categories-grid-5,div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2),div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2){display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:8px!important;width:100%!important;height:auto!important;min-height:unset!important;max-height:none!important;position:relative!important;box-sizing:border-box!important;visibility:visible!important;opacity:1!important;overflow:visible!important}body.home-page .categories-grid-5 .category-card-item,body.home-page section:nth-of-type(2) .category-card-item,div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a,div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a,div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(1),div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(2),div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(3),div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(4),div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5),div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5){padding:12px 8px 10px!important;border-radius:12px!important;min-height:125px!important;height:auto!important;max-height:none!important;position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;text-align:center!important;box-sizing:border-box!important;background:#fff!important;border:1px solid var(--gray-200)!important;box-shadow:0 1px 4px #0000000a!important;text-decoration:none!important;visibility:visible!important;opacity:1!important;overflow:visible!important;gap:0!important}body.home-page .categories-grid-5 .category-card-item .cat-icon-wrap,body.home-page section:nth-of-type(2) .category-card-item .cat-icon-wrap,div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a .cat-icon-wrap,div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a .cat-icon-wrap,div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5) .cat-icon-wrap,div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5) .cat-icon-wrap{width:34px!important;height:34px!important;font-size:14px!important;margin:0 auto 6px!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#001f7f14!important;color:var(--color-primary)!important;flex-shrink:0!important;visibility:visible!important;opacity:1!important}body.home-page .categories-grid-5 .category-card-item h3,body.home-page section:nth-of-type(2) .category-card-item h3,div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a h3,div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a h3,div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5) h3,div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5) h3{font-size:12.5px!important;font-weight:700!important;margin-top:0!important;margin-bottom:2px!important;color:var(--gray-900)!important;line-height:1.2!important;text-align:center!important;visibility:visible!important;opacity:1!important;display:block!important}body.home-page .categories-grid-5 .category-card-item p,body.home-page section:nth-of-type(2) .category-card-item p,div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a p,div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a p,div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5) p,div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5) p{font-size:9.5px!important;line-height:1.3!important;color:var(--gray-600)!important;margin-top:0!important;margin-bottom:8px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-align:center!important;visibility:visible!important;opacity:1!important}body.home-page .categories-grid-5 .category-card-item .cat-link-text,body.home-page section:nth-of-type(2) .category-card-item .cat-link-text,div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a .cat-link-text,div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a .cat-link-text,div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5) .cat-link-text,div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5) .cat-link-text{font-size:10px!important;font-weight:700!important;margin-top:auto!important;margin-left:auto!important;margin-right:auto!important;background:var(--color-primary)!important;color:#fff!important;padding:5px 10px!important;border-radius:6px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;visibility:visible!important;opacity:1!important;text-decoration:none!important;box-shadow:0 1px 3px #001f7f33!important}body.home-page .categories-grid-5 .category-card-item .cat-link-text i,body.home-page section:nth-of-type(2) .category-card-item .cat-link-text i,div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a .cat-link-text i,div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a .cat-link-text i,div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5) .cat-link-text i,div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5) .cat-link-text i{color:#fff!important;font-size:9px!important}div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5),div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5),body.home-page .categories-grid-5 .category-card-item:nth-child(5),body.home-page section:nth-of-type(2) .category-card-item:nth-child(5){grid-column:span 2!important;width:100%!important;max-width:100%!important;min-height:auto!important;height:auto!important;max-height:none!important;margin-left:auto!important;margin-right:auto!important;justify-self:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;padding:12px 10px!important;overflow:visible!important;visibility:visible!important;opacity:1!important;box-sizing:border-box!important}div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5) .cat-icon-wrap,div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5) .cat-icon-wrap{display:flex!important;visibility:visible!important;opacity:1!important;width:36px!important;height:36px!important;margin:0 auto 6px!important}div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5) h3,div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5) h3{display:block!important;visibility:visible!important;opacity:1!important;font-size:13px!important;font-weight:700!important;margin-bottom:3px!important;line-height:1.2!important}div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5) p,div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5) p{display:block!important;-webkit-line-clamp:unset!important;-webkit-box-orient:unset!important;overflow:visible!important;visibility:visible!important;opacity:1!important;font-size:10px!important;line-height:1.35!important;margin-bottom:8px!important;max-width:100%!important}div#app:nth-of-type(4)>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5) .cat-link-text,div#app>section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(5) .cat-link-text{display:inline-flex!important;visibility:visible!important;opacity:1!important;margin-top:auto!important;font-size:10.5px!important;padding:5px 12px!important;border-radius:6px!important;white-space:nowrap!important}body.home-page section:nth-of-type(3),div#app>section:nth-of-type(3),div#app:nth-of-type(4)>section:nth-of-type(3){position:relative!important;clear:both!important;height:auto!important;min-height:unset!important;padding-top:18px!important;padding-bottom:18px!important;background:var(--gray-50)!important}body.home-page section:nth-of-type(3) .section-header-row{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-bottom:10px!important;flex-wrap:nowrap!important}body.home-page section:nth-of-type(3) .section-header-row>div:first-child{display:flex!important;flex-direction:column!important;justify-content:center!important;gap:1px!important;flex:1 1 auto!important;min-width:0!important}body.home-page section:nth-of-type(3) .section-header-row span{font-size:9.5px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.5px!important;line-height:1.2!important;margin:0!important;color:var(--color-primary)!important;white-space:nowrap!important}body.home-page section:nth-of-type(3) h2{font-size:15px!important;font-weight:800!important;margin:0!important;line-height:1.2!important;color:var(--gray-900)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body.home-page section:nth-of-type(3) .section-header-row>div:last-child,div#app>section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2){display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;width:auto!important;flex-shrink:0!important;flex-wrap:nowrap!important}body.home-page section:nth-of-type(3) .section-header-row .btn,div#app>section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>a{width:auto!important;height:26px!important;min-height:26px!important;padding:0 9px!important;font-size:10.5px!important;line-height:1!important;font-weight:600!important;border-radius:6px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;flex:none!important;box-sizing:border-box!important;box-shadow:0 1px 2px #0000000a!important;text-decoration:none!important}div#app>section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(1),body.home-page section:nth-of-type(3) .section-header-row .btn-outline{border:1px solid var(--gray-300)!important;background:#fff!important;color:var(--gray-800)!important;font-size:8.5px!important}div#app>section:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>a:nth-of-type(2),body.home-page section:nth-of-type(3) .section-header-row .btn-primary{background:var(--color-primary)!important;color:#fff!important;border:1px solid var(--color-primary)!important;font-size:9px!important}body.home-page section:nth-of-type(3) div[style*="grid-template-columns:repeat(auto-fill"]{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:6px!important}body.home-page section:nth-of-type(3) .card{border-radius:10px!important;overflow:hidden!important;border:1px solid var(--gray-200)!important;display:flex!important;flex-direction:column!important;box-shadow:0 1px 4px #0000000a!important;background:#fff!important}body.home-page section:nth-of-type(3) .card img{height:90px!important;width:100%!important;object-fit:cover!important}body.home-page section:nth-of-type(3) .card div[style*="padding:16px"]{padding:6px 6px 8px!important;flex-grow:1!important;display:flex!important;flex-direction:column!important}body.home-page section:nth-of-type(3) .card span[style*="font-size:12px"]{font-size:9.5px!important;margin-bottom:2px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body.home-page section:nth-of-type(3) .card h4{font-size:11px!important;font-weight:700!important;line-height:1.2!important;margin-bottom:4px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:26px!important}body.home-page section:nth-of-type(3) .card div[style*="margin-top:auto"]{margin-top:auto!important;padding-top:6px!important;border-top:1px solid var(--gray-100)!important;display:flex!important;align-items:center!important;justify-content:space-between!important}body.home-page section:nth-of-type(3) .card span[style*="font-size:16px"]{font-size:12px!important;font-weight:800!important;color:var(--color-primary)!important}body.home-page section:nth-of-type(3) .add-to-cart-btn{padding:4px 6px!important;font-size:10.5px!important;border-radius:5px!important;min-height:24px!important;height:24px!important;font-weight:600!important}body.home-page section:nth-of-type(4),div#app>section:nth-of-type(4),section:nth-of-type(4){padding-top:10px!important;padding-bottom:12px!important;background:#fff!important}body.home-page section:nth-of-type(4)>div:nth-of-type(1),section:nth-of-type(4)>div:nth-of-type(1),div#app>section:nth-of-type(4)>div:nth-of-type(1){padding-top:17px!important;padding-bottom:22px!important}section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.home-page section:nth-of-type(4) .section-header-row p{font-size:11.5px!important}body.home-page section:nth-of-type(4) .section-header-row,section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1),div#app>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1),div#app:nth-of-type(4)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1){display:flex!important;flex-direction:row!important;align-items:flex-end!important;justify-content:space-between!important;text-align:left!important;gap:12px!important;margin-bottom:14px!important;width:100%!important;flex-wrap:nowrap!important;box-sizing:border-box!important}body.home-page section:nth-of-type(4) .section-header-row>div:first-child,section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>div:first-child,div#app:nth-of-type(4)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>div:first-child{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;text-align:left!important;gap:2px!important;flex:1 1 auto!important;min-width:0!important;width:auto!important}body.home-page section:nth-of-type(4) .section-header-row span,section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1) span,div#app:nth-of-type(4)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1) span{font-size:10px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.5px!important;line-height:1.2!important;margin:0!important;color:var(--color-primary)!important;text-align:left!important;display:block!important;white-space:nowrap!important}body.home-page section:nth-of-type(4) h2,section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1) h2,div#app:nth-of-type(4)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1) h2{font-size:18px!important;font-weight:800!important;margin:0!important;line-height:1.2!important;color:var(--gray-900)!important;text-align:left!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body.home-page section:nth-of-type(4) .section-header-row .btn,section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>a,section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1) .btn,div#app:nth-of-type(4)>section:nth-of-type(4)>div:nth-of-type(1)>div:nth-of-type(1)>a{width:auto!important;height:30px!important;min-height:30px!important;padding:0 12px!important;font-size:11px!important;line-height:1!important;font-weight:600!important;border-radius:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;flex-shrink:0!important;margin:0!important;border:1px solid var(--gray-300)!important;background:#fff!important;color:var(--gray-800)!important;gap:5px!important;box-shadow:0 1px 3px #0000000d!important;text-align:center!important;text-decoration:none!important}body.home-page section:nth-of-type(4) div[style*="grid-template-columns:repeat(auto-fill"]{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}body.home-page .service-card{border-radius:10px!important;overflow:hidden!important;border:1px solid var(--gray-200)!important;background:#fff!important;box-shadow:0 1px 4px #0000000a!important}body.home-page .service-card-img{height:100px!important;width:100%!important;object-fit:cover!important}body.home-page .service-card-body{padding:8px 10px!important}body.home-page .service-meta-tag{font-size:9px!important;padding:2px 6px!important;margin-bottom:4px!important}body.home-page .service-title{font-size:13px!important;font-weight:700!important;margin-bottom:2px!important;line-height:1.2!important}body.home-page .service-provider{font-size:10.5px!important;margin-bottom:4px!important}body.home-page .service-desc{font-size:11px!important;line-height:1.3!important;color:var(--gray-600)!important;margin-bottom:8px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}body.home-page .service-footer{display:flex!important;align-items:center!important;justify-content:space-between!important;padding-top:8px!important;border-top:1px solid var(--gray-100)!important}body.home-page .service-price-label{font-size:12px!important;font-weight:700!important}body.home-page .service-footer .btn{padding:4px 10px!important;font-size:11px!important;border-radius:6px!important;height:28px!important;min-height:28px!important;font-weight:600!important}body.home-page section:nth-of-type(5){padding:16px 0 18px!important;background:var(--gray-50)!important}body.home-page section:nth-of-type(5) div[style*="linear-gradient(135deg, #001F7F 0%, #1E3A8A 100%)"]{padding:14px 12px!important;border-radius:12px!important;margin-bottom:12px!important;text-align:center!important;display:flex!important;flex-direction:column!important;gap:8px!important}body.home-page section:nth-of-type(5) div[style*="linear-gradient(135deg, #001F7F 0%, #1E3A8A 100%)"]>div:first-child,div#app>section:nth-of-type(5)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1){margin-top:0!important}body.home-page section:nth-of-type(5) div[style*="linear-gradient(135deg, #001F7F 0%, #1E3A8A 100%)"] h2,div#app>section:nth-of-type(5)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1){font-size:16.5px!important;margin-top:5px!important;margin-bottom:7px!important;color:#fff!important;font-weight:800!important}body.home-page section:nth-of-type(5) div[style*="linear-gradient(135deg, #001F7F 0%, #1E3A8A 100%)"] p{font-size:11px!important;line-height:1.35!important;color:#cbd5e1!important}body.home-page section:nth-of-type(5) div[style*="linear-gradient(135deg, #001F7F 0%, #1E3A8A 100%)"] .btn,div#app>section:nth-of-type(5)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1){width:100%!important;height:35px!important;min-height:35px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:12.5px!important;line-height:13.1px!important;padding-top:0!important;padding-bottom:0!important;margin-top:0!important;border-radius:8px!important;font-weight:700!important}body.home-page section:nth-of-type(5) div[style*="grid-template-columns:repeat(auto-fill, minmax(260px"]{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:6px!important}body.home-page .marketplace-card{border-radius:10px!important;overflow:hidden!important;border:1px solid var(--gray-200)!important;background:#fff!important;position:relative!important;box-shadow:0 1px 4px #0000000a!important}body.home-page .marketplace-badge-condition{top:5px!important;right:5px!important;font-size:8.5px!important;padding:2px 5px!important;border-radius:4px!important}body.home-page .marketplace-card-img{height:90px!important;width:100%!important;object-fit:cover!important}body.home-page .marketplace-card-body{padding:6px 6px 8px!important}body.home-page .marketplace-price{font-size:12px!important;font-weight:800!important;color:var(--color-primary)!important;margin-bottom:2px!important}body.home-page .marketplace-title{font-size:11px!important;font-weight:700!important;line-height:1.2!important;margin-bottom:3px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:26px!important}body.home-page .marketplace-seller{font-size:9.5px!important;color:var(--gray-500)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body.home-page section:nth-of-type(6){padding:16px 0 18px!important;background:#fff!important}body.home-page section:nth-of-type(6)>.container{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}body.home-page section:nth-of-type(6) h2{font-size:16.5px!important;font-weight:800!important;margin:2px 0 6px!important}body.home-page section:nth-of-type(6) p{font-size:11.5px!important;line-height:1.4!important;margin-bottom:10px!important}body.home-page section:nth-of-type(6) ul{margin-bottom:12px!important;padding-left:14px!important}body.home-page section:nth-of-type(6) li{font-size:11px!important;margin-bottom:5px!important;line-height:1.3!important}body.home-page section:nth-of-type(6) .btn-primary{width:100%!important;height:38px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:12.5px!important;font-weight:600!important;border-radius:8px!important;margin-bottom:8px!important}body.home-page .delivery-calculator-box{padding:12px 10px!important;border-radius:12px!important;border:1px solid var(--gray-200)!important;background:#fff!important;box-shadow:0 2px 10px #0000000d!important}body.home-page .delivery-calculator-box h3,div#app>section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(2)>h3:nth-of-type(1){font-size:13.5px!important;font-weight:700!important;margin-bottom:8px!important;text-align:center!important}body.home-page .delivery-calculator-box label{font-size:10.5px!important;margin-bottom:2px!important}body.home-page .delivery-calculator-box input,div#app>section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>input:nth-of-type(1),div#app>section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2)>input:nth-of-type(1){height:34px!important;font-size:11px!important;border-radius:7px!important;padding:0 10px!important;margin-bottom:6px!important}body.home-page .delivery-calculator-box div[style*="background:rgba(0,31,127,0.06)"]{padding:8px 10px!important;border-radius:7px!important;margin-bottom:8px!important;font-size:11.5px!important}body.home-page .delivery-calculator-box div[style*="background:rgba(0,31,127,0.06)"] span:first-child,div#app>section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(3)>span:nth-of-type(1){font-size:11px!important}body.home-page .delivery-calculator-box div[style*="background:rgba(0,31,127,0.06)"] span:last-child,div#app>section:nth-of-type(6)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(3)>span:nth-of-type(2){font-size:12px!important;font-weight:800!important}body.home-page .delivery-calculator-box a.btn{width:100%!important;height:36px!important;font-size:12px!important;font-weight:600!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important}body.home-page section:nth-of-type(7){padding:16px 0 18px!important;background:var(--gray-50)!important}body.home-page section:nth-of-type(7) h2{font-size:16.5px!important;font-weight:800!important;margin-top:2px!important;margin-bottom:2px!important}body.home-page section:nth-of-type(7) div[style*="max-width:600px"]{margin-bottom:12px!important}body.home-page section:nth-of-type(7) div[style*="grid-template-columns:repeat(auto-fit, minmax(180px"]{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:6px!important}body.home-page section:nth-of-type(7) div[style*="grid-template-columns:repeat(auto-fit, minmax(180px"]>div:nth-child(5){grid-column:span 2!important}body.home-page section:nth-of-type(7) div[style*="grid-template-columns:repeat(auto-fit, minmax(180px"]>div{padding:8px 6px!important;border-radius:8px!important;text-align:center!important;background:#fff!important;border:1px solid var(--gray-200)!important;box-sizing:border-box!important}body.home-page section:nth-of-type(7) div[style*="width:40px;height:40px"]{width:26px!important;height:26px!important;font-size:11px!important;margin:0 auto 4px!important}body.home-page section:nth-of-type(7) h4{font-size:11px!important;font-weight:700!important;margin-bottom:2px!important}body.home-page section:nth-of-type(7) p{font-size:9.5px!important;line-height:1.25!important;color:var(--gray-600)!important}body.home-page section:nth-of-type(8){padding:16px 0 18px!important;background:#fff!important}body.home-page section:nth-of-type(8) h2{font-size:16.5px!important;font-weight:800!important;margin-top:2px!important;margin-bottom:10px!important;text-align:center!important}body.home-page section:nth-of-type(8) div[style*="grid-template-columns:repeat(auto-fit, minmax(280px"],div#app>section:nth-of-type(8)>div:nth-of-type(1)>div:nth-of-type(1){display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:5px!important;align-items:stretch!important}body.home-page section:nth-of-type(8) div[style*="display:flex;gap:16px"],div#app>section:nth-of-type(8)>div:nth-of-type(1)>div:nth-of-type(1)>div{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;justify-content:flex-start!important;gap:4px!important;padding:8px 4px!important;border-radius:8px!important;background:var(--gray-50)!important;border:1px solid var(--gray-200)!important;box-sizing:border-box!important;height:100%!important}body.home-page section:nth-of-type(8) div[style*="width:48px;height:48px"],div#app>section:nth-of-type(8)>div:nth-of-type(1)>div:nth-of-type(1)>div>div:first-child{width:28px!important;height:28px!important;font-size:13px!important;border-radius:6px!important;margin:0 auto 4px!important;flex-shrink:0!important;display:flex!important;align-items:center!important;justify-content:center!important}body.home-page section:nth-of-type(8) div>div:last-child{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;width:100%!important}body.home-page section:nth-of-type(8) h4,div#app>section:nth-of-type(8)>div:nth-of-type(1)>div:nth-of-type(1)>div h4{font-size:9.5px!important;font-weight:700!important;margin-bottom:2px!important;text-align:center!important;line-height:1.2!important;color:var(--gray-900)!important}body.home-page section:nth-of-type(8) p,div#app>section:nth-of-type(8)>div:nth-of-type(1)>div:nth-of-type(1)>div p{font-size:8px!important;line-height:1.2!important;text-align:center!important;color:var(--gray-600)!important;margin:0!important}body.home-page section:nth-of-type(9),div#app>section:nth-of-type(9){padding:20px 10px!important;border-radius:10px!important;background:linear-gradient(135deg,#001f7f,#001556)!important;color:#fff!important;text-align:center!important}body.home-page section:nth-of-type(9) h2{font-size:16.5px!important;font-weight:800!important;color:#fff!important;margin-bottom:4px!important}body.home-page section:nth-of-type(9) p{font-size:11.5px!important;color:#cbd5e1!important;margin-bottom:12px!important;line-height:1.4!important}body.home-page section:nth-of-type(9) div[style*="display:flex;justify-content:center;gap:14px"],div#app>section:nth-of-type(9)>div:nth-of-type(1)>div:nth-of-type(1){display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:10px!important;width:100%!important;margin:0 auto!important}body.home-page section:nth-of-type(9) .btn,div#app>section:nth-of-type(9)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(1),div#app>section:nth-of-type(9)>div:nth-of-type(1)>div:nth-of-type(1)>a:nth-of-type(2){width:150px!important;max-width:48%!important;height:35px!important;min-height:35px!important;padding:0 10px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:8px!important;font-size:11.5px!important;font-weight:700!important;white-space:nowrap!important;box-sizing:border-box!important;flex:1 1 150px!important}body.categories-hub-page{min-height:100vh!important;display:flex!important;flex-direction:column!important}body.categories-hub-page section:first-of-type{padding-top:24px!important;padding-bottom:28px!important;flex:1 0 auto!important}body.categories-hub-page h1{font-size:24px!important;margin-bottom:6px!important;text-align:center!important}body.categories-hub-page p.lead,body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1){font-size:13px!important;margin-bottom:20px!important;text-align:center!important}body.categories-hub-page .categories-grid-5,body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2){display:flex!important;flex-direction:column!important;gap:14px!important;width:100%!important;max-width:100%!important;margin-top:12px!important}body.categories-hub-page .category-card-item,body.categories-hub-page .categories-grid-5>div,body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div{grid-column:auto!important;width:100%!important;border-radius:16px!important;padding:18px 16px!important;background:#fff!important;border:1px solid var(--gray-200)!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;min-height:auto!important;box-shadow:0 4px 14px #00000008!important;box-sizing:border-box!important}body.categories-hub-page .category-card-item .cat-icon-wrap{width:48px!important;height:48px!important;font-size:22px!important;border-radius:14px!important;margin:0 auto 10px!important}body.categories-hub-page .category-card-item span{font-size:11px!important;font-weight:700!important;margin-bottom:2px!important}body.categories-hub-page .category-card-item h2{font-size:17px!important;font-weight:800!important;margin:2px 0 6px!important;color:var(--gray-900)!important}body.categories-hub-page .category-card-item p{font-size:13px!important;color:var(--gray-600)!important;line-height:1.45!important;margin-bottom:16px!important;display:block!important;-webkit-line-clamp:unset!important}body.categories-hub-page .category-card-item a.btn,body.categories-hub-page .category-card-item .btn,body.categories-hub-page .categories-grid-5>div>a.btn{width:100%!important;height:44px!important;min-height:44px!important;font-size:13.5px!important;font-weight:700!important;border-radius:12px!important;background:var(--color-primary)!important;color:#fff!important}body.categories-hub-page footer{margin-top:auto!important;margin-bottom:0!important;flex-shrink:0!important}body.category-page .category-hero,body.category-page section:first-of-type,body.category-food section:nth-of-type(1),body.category-shopping section:nth-of-type(1),body.category-marketplace section:nth-of-type(1),body.category-services section:nth-of-type(1),body.category-vendors section:nth-of-type(1){padding:14px 0 8px!important}body.category-page section:nth-of-type(1) .container>div,body.category-food section:nth-of-type(1) .container>div,body.category-shopping section:nth-of-type(1) .container>div,body.category-marketplace section:nth-of-type(1) .container>div,body.category-services section:nth-of-type(1) .container>div{display:flex!important;align-items:center!important;gap:8px!important;font-size:11px!important;flex-wrap:wrap!important}body.category-page section:nth-of-type(2),body.category-food section:nth-of-type(2),body.category-shopping section:nth-of-type(2),body.category-marketplace section:nth-of-type(2),body.category-services section:nth-of-type(2){padding:8px 0 6px!important;background:#fff!important;border-bottom:1px solid var(--gray-200)!important;position:sticky!important;top:0!important;z-index:90!important}body.category-page section:nth-of-type(2)>.container,body.category-page section:nth-of-type(2)>div[style*="justify-content:space-between"],section:nth-of-type(2)>div:nth-of-type(1){display:flex!important;flex-direction:column!important;gap:4px!important;width:100%!important;padding-left:10px!important;padding-right:10px!important;box-sizing:border-box!important}body.category-page #food-subcat-tabs,body.category-page #shopping-subcat-tabs,body.category-page #marketplace-subcat-tabs,body.category-page #service-subcat-tabs,#food-subcat-tabs,#shopping-subcat-tabs,#marketplace-subcat-tabs,#service-subcat-tabs,.filter-tabs-wrapper,.category-tabs,.subcat-tabs{display:flex!important;gap:6px!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;padding:2px 0 4px!important;scrollbar-width:none!important;width:100%!important;margin:0!important}body.category-page #food-subcat-tabs::-webkit-scrollbar,body.category-page #shopping-subcat-tabs::-webkit-scrollbar,body.category-page #marketplace-subcat-tabs::-webkit-scrollbar,body.category-page #service-subcat-tabs::-webkit-scrollbar,.filter-tabs-wrapper::-webkit-scrollbar,.category-tabs::-webkit-scrollbar,.subcat-tabs::-webkit-scrollbar{display:none!important}body.category-page .subcat-tab-btn,body.category-page .market-subcat-btn,body.category-page .service-subcat-btn,body.category-page .filter-tab-btn,body.category-page .cat-tab-pill,.subcat-tab-btn,.market-subcat-btn,.service-subcat-btn,.filter-tab-btn,.cat-tab-pill{padding:4px 12px!important;font-size:11px!important;font-weight:600!important;border-radius:999px!important;min-height:26px!important;height:26px!important;white-space:nowrap!important;flex-shrink:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}body.category-page section:nth-of-type(2) div[style*="display:flex;align-items:center;gap:8px"],body.category-page section:nth-of-type(2) div[style*="align-items:center;gap:8px"],section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2){display:flex!important;align-items:center!important;justify-content:flex-end!important;align-self:flex-end!important;margin-left:auto!important;gap:6px!important;margin-top:0!important;height:20px!important}body.category-page section:nth-of-type(2) label,section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>label:nth-of-type(1),body.category-food label[style*="line-height:14.8px"]{font-size:10.5px!important;font-weight:600!important;color:var(--gray-500)!important;line-height:1!important;margin:0!important}body.category-page #food-sort-select,body.category-page #shopping-sort-select,body.category-page #marketplace-condition-select,section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>select,section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>select#food-sort-select:nth-of-type(1){width:100px!important;height:25px!important;min-height:25px!important;font-size:10.5px!important;padding:0 0 0 4px!important;border-radius:6px!important;border:1px solid var(--gray-300)!important;background:#fff!important;color:var(--gray-700)!important}body.category-page section:nth-of-type(3),body.category-food section:nth-of-type(3),body.category-shopping section:nth-of-type(3),body.category-marketplace section:nth-of-type(3),body.category-services section:nth-of-type(3),body.category-vendors section:nth-of-type(2){padding-top:12px!important;padding-bottom:24px!important;background:#f8fafc!important}body.category-page section:nth-of-type(3)>.container,body.category-food section:nth-of-type(3)>.container,body.category-shopping section:nth-of-type(3)>.container,body.category-marketplace section:nth-of-type(3)>.container,body.category-services section:nth-of-type(3)>.container{padding:0 8px!important}body.category-page #food-grid,body.category-page #shopping-grid,body.category-page #marketplace-grid,body.category-page #services-grid,body.category-page #vendors-grid,#food-grid,#shopping-grid,#marketplace-grid,#services-grid,#vendors-grid,.catalog-grid,.items-grid,.products-container{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:8px!important;width:100%!important;box-sizing:border-box!important}body.category-page #food-grid .card,body.category-page #shopping-grid .card,body.category-page #marketplace-grid .marketplace-card,body.category-page #services-grid .service-card,body.category-page #vendors-grid .vendor-card,.catalog-card,.product-card,.marketplace-card,.service-card,.vendor-listing-card{border-radius:12px!important;background:#fff!important;border:1px solid var(--gray-200)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;box-shadow:0 1px 4px #0000000a!important;box-sizing:border-box!important;height:100%!important;position:relative!important}body.category-page #food-grid .card>div:first-child,body.category-page #shopping-grid .card>div:first-child,.marketplace-card-img,.service-card-img,.catalog-card-img,.product-card-img{position:relative!important;width:100%!important;height:110px!important;overflow:hidden!important}body.category-page #food-grid .card img,body.category-page #shopping-grid .card img,.marketplace-card img,.service-card img,.catalog-card-img,.product-card-img,.marketplace-card-img,.service-card-img{width:100%!important;height:110px!important;object-fit:cover!important;display:block!important}body.category-page .card span[style*="position:absolute"],.marketplace-badge-condition,.service-meta-tag{position:absolute!important;top:6px!important;left:6px!important;font-size:9px!important;font-weight:700!important;padding:2px 6px!important;border-radius:4px!important;line-height:1.2!important;z-index:2!important}body.category-page .card>div:last-child,.marketplace-card-body,.service-card-body,.catalog-card-body,.product-card-body{padding:8px 8px 10px!important;flex-grow:1!important;display:flex!important;flex-direction:column!important;box-sizing:border-box!important}body.category-page .card span[style*="color:var(--gray-500)"],.marketplace-seller,.service-provider{font-size:9.5px!important;color:var(--gray-500)!important;margin-bottom:2px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important}body.category-page .card h3,.marketplace-title,.service-title,.catalog-card-title,.product-card-title{font-size:12.5px!important;font-weight:700!important;color:var(--gray-900)!important;margin-bottom:3px!important;line-height:1.25!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:31px!important}body.category-page .card p,.service-desc{font-size:9.5px!important;color:var(--gray-600)!important;line-height:1.3!important;margin-bottom:6px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}body.category-page .card div[style*="border-top:1px solid var(--gray-100)"],.service-footer{margin-top:auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding-top:6px!important;border-top:1px solid var(--gray-100)!important;gap:4px!important}body.category-page .card span[style*="font-size:18px"],.marketplace-price,.service-price-label,.catalog-card-price,.product-card-price{font-size:13.5px!important;font-weight:800!important;color:var(--color-primary)!important;line-height:1.1!important;display:block!important;margin-bottom:0!important}body.category-page .card div[style*="font-size:11px"]{font-size:9px!important;color:var(--gray-400)!important;margin-top:2px!important;line-height:1!important}body.category-page .card .add-to-cart-btn,.request-service-btn,.catalog-card-actions .btn,.product-card .btn,.service-card .btn{padding:4px 10px!important;height:26px!important;min-height:26px!important;border-radius:6px!important;font-size:11px!important;font-weight:700!important;background:#001f7f14!important;color:var(--color-primary)!important;flex-shrink:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:3px!important;cursor:pointer!important}body.category-page .category-hero h1{font-size:24px!important;margin-bottom:6px!important}body.category-page .category-hero p{font-size:13px!important}.catalog-toolbar,.filters-bar,.search-filter-row{display:flex!important;flex-direction:column!important;gap:10px!important;margin-bottom:18px!important;width:100%!important}.catalog-search-input,.filter-select,.sort-select{width:100%!important;height:44px!important;font-size:13.5px!important;border-radius:12px!important;box-sizing:border-box!important}body.category-delivery{background:#f8fafc!important}body.category-delivery section:nth-of-type(1){padding-top:14px!important;padding-bottom:8px!important}body.category-delivery section:nth-of-type(2){padding:16px 0 32px!important;background:#f8fafc!important}body.category-delivery section:nth-of-type(2)>.container{padding:0 10px!important;max-width:100%!important}.delivery-calculator-box,body.category-delivery .delivery-calculator-box{padding:18px 14px 22px!important;border-radius:16px!important;background:#fff!important;border:1px solid var(--gray-200)!important;box-shadow:0 2px 10px #0000000a!important;box-sizing:border-box!important;width:100%!important}body.category-delivery .delivery-calculator-box h2{font-size:16.5px!important;font-weight:800!important;color:var(--gray-900)!important;margin-bottom:14px!important;text-align:center!important;line-height:1.25!important}.delivery-type-selector,body.category-delivery .delivery-type-selector{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:6px!important;margin-bottom:16px!important;width:100%!important}.delivery-type-btn,body.category-delivery .delivery-type-btn{padding:10px 4px!important;border-radius:10px!important;border:1.5px solid var(--gray-200)!important;background:#fff!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;min-height:64px!important;box-sizing:border-box!important;transition:all .2s ease!important}.delivery-type-btn i,body.category-delivery .delivery-type-btn i{font-size:17px!important;margin-bottom:4px!important;display:block!important;color:var(--gray-700)!important}.delivery-type-btn span,body.category-delivery .delivery-type-btn span{font-size:10px!important;font-weight:700!important;line-height:1.2!important;white-space:nowrap!important;color:var(--gray-800)!important}.delivery-type-btn.active,body.category-delivery .delivery-type-btn.active{background:var(--color-primary)!important;border-color:var(--color-primary)!important;box-shadow:0 3px 8px #001f7f40!important}.delivery-type-btn.active i,.delivery-type-btn.active span,body.category-delivery .delivery-type-btn.active i,body.category-delivery .delivery-type-btn.active span{color:#fff!important}body.category-delivery #delivery-request-form{display:flex!important;flex-direction:column!important;gap:0!important}body.category-delivery #delivery-request-form div[style*="grid-template-columns:repeat(auto-fit"]{display:flex!important;flex-direction:column!important;gap:10px!important;margin-bottom:10px!important}body.category-delivery #delivery-request-form div[style*="margin-bottom:20px"]{margin-bottom:14px!important}body.category-delivery #delivery-request-form label{font-size:11.5px!important;font-weight:600!important;color:var(--gray-700)!important;margin-bottom:4px!important;display:block!important}body.category-delivery #delivery-request-form input,body.category-delivery #delivery-request-form select{width:100%!important;height:40px!important;min-height:40px!important;border:1px solid var(--gray-300)!important;border-radius:8px!important;padding:0 10px!important;font-size:13px!important;box-sizing:border-box!important;background:#fff!important}body.category-delivery #delivery-request-form textarea{width:100%!important;border:1px solid var(--gray-300)!important;border-radius:8px!important;padding:8px 10px!important;font-size:12.5px!important;box-sizing:border-box!important;min-height:68px!important}body.category-delivery #delivery-request-form div[style*="rgba(0,31,127,0.06)"],body.category-delivery #delivery-request-form div[style*="border:1px solid rgba(0,31,127,0.12)"]{background:#001f7f0d!important;border:1px solid rgba(0,31,127,.12)!important;border-radius:12px!important;padding:12px 14px!important;margin-bottom:16px!important;display:flex!important;align-items:center!important;justify-content:space-between!important}body.category-delivery #delivery-request-form div[style*="font-size:14px;font-weight:700"]{font-size:12px!important;font-weight:700!important;color:var(--gray-900)!important;line-height:1.2!important}body.category-delivery #delivery-request-form div[style*="font-size:12px;color:var(--gray-500)"]{font-size:9.5px!important;color:var(--gray-500)!important;margin-top:2px!important}body.category-delivery #del-fee-display{font-size:18px!important;font-weight:800!important;color:var(--color-primary)!important;line-height:1!important}body.category-delivery #delivery-request-form button[type=submit]{width:100%!important;height:44px!important;min-height:44px!important;border-radius:10px!important;background:var(--color-primary)!important;color:#fff!important;font-size:13.5px!important;font-weight:700!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 3px 10px #001f7f40!important;border:none!important;cursor:pointer!important}body.category-services{background:#f8fafc!important}body.category-services section:nth-of-type(1){padding-top:14px!important;padding-bottom:8px!important}body.category-services section:nth-of-type(2){padding:8px 0 6px!important;background:#fff!important;border-bottom:1px solid var(--gray-200)!important;position:sticky!important;top:0!important;z-index:90!important}body.category-services section:nth-of-type(2)>.container{display:flex!important;flex-direction:column!important;gap:4px!important;padding:0 10px!important}body.category-services #service-subcat-tabs{display:flex!important;gap:6px!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;padding:2px 0 4px!important;scrollbar-width:none!important;width:100%!important}body.category-services #service-subcat-tabs::-webkit-scrollbar{display:none!important}body.category-services .service-subcat-btn{padding:4px 12px!important;font-size:11px!important;font-weight:600!important;border-radius:999px!important;min-height:26px!important;height:26px!important;white-space:nowrap!important;flex-shrink:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}body.category-services section:nth-of-type(2) div[style*="Verified Providers"],body.category-services section:nth-of-type(2) div[style*="color:var(--gray-500)"]{display:flex!important;align-items:center!important;justify-content:flex-end!important;align-self:flex-end!important;margin-left:auto!important;gap:4px!important;margin-top:0!important;height:18px!important;font-size:10px!important;font-weight:700!important;color:#16a34a!important}body.category-services section:nth-of-type(3){padding:12px 0 24px!important;background:#f8fafc!important}body.category-services section:nth-of-type(3)>.container{padding:0 8px!important}body.category-services #services-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important;box-sizing:border-box!important}body.category-services .service-card{border-radius:14px!important;background:#fff!important;border:1px solid var(--gray-200)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;box-shadow:0 1px 4px #0000000a!important;box-sizing:border-box!important;width:100%!important;position:relative!important}body.category-services .service-card-img{width:100%!important;height:150px!important;object-fit:cover!important;display:block!important;flex-shrink:0!important}body.category-services .service-card-body{padding:12px 14px 14px!important;flex-grow:1!important;display:flex!important;flex-direction:column!important;box-sizing:border-box!important;position:relative!important}body.category-services .service-meta-tag{position:absolute!important;top:-140px!important;left:10px!important;z-index:5!important;background:#001f7fd9!important;color:#fff!important;font-size:9.5px!important;font-weight:700!important;padding:3px 8px!important;border-radius:6px!important;backdrop-filter:blur(4px)!important;line-height:1.2!important;box-shadow:0 1px 3px #0003!important}body.category-services .service-title{font-size:14px!important;font-weight:700!important;color:var(--gray-900)!important;line-height:1.25!important;margin:0 0 4px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:unset!important}body.category-services .service-provider{font-size:11px!important;color:var(--gray-500)!important;margin-bottom:5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:flex!important;align-items:center!important;gap:5px!important}body.category-services .service-provider i{font-size:9.5px!important;color:var(--color-primary)!important;flex-shrink:0!important}body.category-services .service-desc{font-size:10.5px!important;color:var(--gray-600)!important;line-height:1.35!important;margin:0 0 6px!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:unset!important}body.category-services .service-card-body div[style*=Turnaround],body.category-services .service-card-body div[style*="margin-bottom:12px"]{font-size:10px!important;color:var(--gray-500)!important;margin-bottom:8px!important;display:flex!important;align-items:center!important;gap:4px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body.category-services .service-card-body div[style*=Turnaround] i{font-size:9.5px!important;color:var(--gray-400)!important}body.category-services .service-footer{margin-top:auto!important;padding-top:8px!important;border-top:1px solid var(--gray-100)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:6px!important}body.category-services .service-price-label{font-size:13.5px!important;font-weight:800!important;color:var(--color-primary)!important;line-height:1.1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body.category-services .request-service-btn{background:var(--color-primary)!important;color:#fff!important;padding:0 12px!important;font-size:11px!important;font-weight:700!important;border-radius:6px!important;height:28px!important;min-height:28px!important;white-space:nowrap!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 1px 3px #001f7f33!important;border:none!important;cursor:pointer!important;flex-shrink:0!important}#service-request-modal.campus-modal{position:fixed!important;inset:0!important;background:#000000a6!important;backdrop-filter:blur(4px)!important;z-index:9999!important;display:none!important;align-items:flex-end!important;justify-content:center!important;padding:0!important}#service-request-modal.campus-modal.active{display:flex!important}#service-request-modal>div{background:#fff!important;border-radius:20px 20px 0 0!important;width:100%!important;max-width:100%!important;max-height:88vh!important;overflow-y:auto!important;padding:20px 16px 28px!important;box-shadow:0 -8px 30px #0003!important;position:relative!important;box-sizing:border-box!important;-webkit-overflow-scrolling:touch!important}#close-service-modal{position:absolute!important;top:14px!important;right:14px!important;width:32px!important;height:32px!important;border-radius:50%!important;background:var(--gray-100)!important;border:none!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:15px!important;color:var(--gray-600)!important;cursor:pointer!important}#service-request-modal span[style*="color:var(--color-primary)"]{font-size:10.5px!important;font-weight:700!important;color:var(--color-primary)!important;text-transform:uppercase!important;letter-spacing:.5px!important;display:block!important;margin-bottom:2px!important}#modal-service-title{font-size:17px!important;font-weight:800!important;color:var(--gray-900)!important;margin:2px 0 4px!important;line-height:1.25!important}#modal-service-provider{font-size:11.5px!important;color:var(--gray-600)!important;margin-bottom:14px!important}#service-request-form div[style*="margin-bottom:16px"]{margin-bottom:12px!important}#service-request-form label{font-size:11.5px!important;font-weight:600!important;color:var(--gray-700)!important;margin-bottom:4px!important;display:block!important}#service-request-form input,#service-request-form select{width:100%!important;height:40px!important;min-height:40px!important;border:1px solid var(--gray-300)!important;border-radius:8px!important;padding:0 10px!important;font-size:13px!important;box-sizing:border-box!important;background:#fff!important}#service-request-form textarea{width:100%!important;border:1px solid var(--gray-300)!important;border-radius:8px!important;padding:8px 10px!important;font-size:12.5px!important;box-sizing:border-box!important}#service-request-form button[type=submit]{width:100%!important;height:44px!important;min-height:44px!important;border-radius:10px!important;background:var(--color-primary)!important;color:#fff!important;font-size:14px!important;font-weight:700!important;margin-top:6px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 2px 8px #001f7f40!important}body.category-vendors{background:#f8fafc!important}body.category-vendors .vendors-section{padding:16px 0 32px!important;background:#f8fafc!important;min-height:calc(100vh - 200px)!important}body.category-vendors .vendors-section .container{padding:0 10px!important;max-width:100%!important}body.category-vendors .vendors-section div[style*="text-align:center"],body.category-vendors section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1),section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1){margin:0 auto 16px!important;padding:0 4px!important;text-align:center!important}body.category-vendors .vendors-section h1,body.category-vendors section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>h1:nth-of-type(1),div#app:nth-of-type(4)>section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>h1:nth-of-type(1){font-size:20px!important;font-weight:800!important;color:#fff!important;margin:0 auto 6px 0!important;line-height:1.25!important;text-align:left!important;display:block!important;visibility:visible!important;opacity:1!important}body.category-vendors .vendors-section p,body.category-vendors section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1){display:none!important}body.category-vendors #vendors-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:8px!important;width:100%!important}body.category-vendors #vendors-grid>div{background:#fff!important;border-radius:12px!important;overflow:hidden!important;border:1px solid var(--gray-200)!important;box-shadow:0 1px 4px #0000000a!important;display:flex!important;flex-direction:column!important;box-sizing:border-box!important}body.category-vendors #vendors-grid img{width:100%!important;height:95px!important;object-fit:cover!important;display:block!important}body.category-vendors #vendors-grid span[style*="top:12px;left:12px"]{top:6px!important;left:6px!important;font-size:8.5px!important;padding:2px 6px!important;border-radius:4px!important;font-weight:700!important;line-height:1.2!important}body.category-vendors #vendors-grid span[style*="top:12px;right:12px"]{top:6px!important;right:6px!important;font-size:8px!important;padding:2px 5px!important;border-radius:4px!important;font-weight:700!important;line-height:1.2!important;display:inline-flex!important;align-items:center!important;gap:2px!important}body.category-vendors #vendors-grid div[style*="padding:20px"]{padding:8px 8px 10px!important;flex-grow:1!important;display:flex!important;flex-direction:column!important;box-sizing:border-box!important}body.category-vendors #vendors-grid h3{font-size:12px!important;font-weight:700!important;color:var(--gray-900)!important;margin:0 0 3px!important;line-height:1.25!important;display:-webkit-box!important;-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important}body.category-vendors #vendors-grid p{font-size:9.5px!important;color:var(--gray-600)!important;line-height:1.3!important;margin:0 0 5px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;flex-grow:1!important;min-height:24px!important}body.category-vendors #vendors-grid div[style*="font-size:12px;color:var(--gray-500)"]{font-size:9px!important;color:var(--gray-500)!important;margin-bottom:2px!important;display:flex!important;align-items:center!important;gap:3px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body.category-vendors #vendors-grid div[style*="font-size:12px;color:var(--gray-500)"] i{font-size:8.5px!important;margin-right:0!important;flex-shrink:0!important}body.category-vendors #vendors-grid div[style*="margin-top:auto"]{margin-top:auto!important;padding-top:6px!important;border-top:1px solid var(--gray-100)!important;display:flex!important;flex-direction:column!important;gap:6px!important;align-items:stretch!important}body.category-vendors #vendors-grid span[style*="font-size:13px;font-weight:700"]{font-size:9.5px!important;font-weight:700!important;color:var(--gray-800)!important;text-align:center!important;white-space:nowrap!important}body.category-vendors #vendors-grid .btn,body.category-vendors #vendors-grid .btn-outline{width:100%!important;height:26px!important;min-height:26px!important;font-size:10px!important;font-weight:600!important;padding:0!important;border-radius:6px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;box-sizing:border-box!important;background:#001f7f14!important;color:var(--color-primary)!important;border:1px solid rgba(0,31,127,.15)!important;gap:3px!important}body.category-marketplace{background:#f8fafc!important}body.category-marketplace section:nth-of-type(3){padding:12px 0 24px!important;background:#f8fafc!important}body.category-marketplace section:nth-of-type(3)>.container{padding:0 10px!important;max-width:100%!important}body.category-marketplace #marketplace-grid,#marketplace-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important;box-sizing:border-box!important}body.category-marketplace .marketplace-card,#marketplace-grid .marketplace-card{background:#fff!important;border-radius:14px!important;overflow:hidden!important;border:1px solid var(--gray-200)!important;box-shadow:0 1px 4px #0000000a!important;display:flex!important;flex-direction:column!important;box-sizing:border-box!important;position:relative!important;width:100%!important;margin:0!important}body.category-marketplace .marketplace-card-img,#marketplace-grid .marketplace-card-img{width:100%!important;height:160px!important;object-fit:cover!important;display:block!important;flex-shrink:0!important}body.category-marketplace .marketplace-badge-condition,#marketplace-grid .marketplace-badge-condition{position:absolute!important;top:10px!important;left:10px!important;background:#0f172ad9!important;color:#fff!important;font-size:10px!important;font-weight:700!important;padding:3px 8px!important;border-radius:6px!important;backdrop-filter:blur(4px)!important;z-index:2!important;line-height:1.2!important;box-shadow:0 1px 3px #0003!important}body.category-marketplace .marketplace-card-body,#marketplace-grid .marketplace-card-body{padding:12px 14px 14px!important;display:flex!important;flex-direction:column!important;box-sizing:border-box!important;gap:3px!important;flex-grow:1!important}body.category-marketplace .marketplace-card-body>span:first-child,#marketplace-grid .marketplace-card-body>span:first-child{font-size:10px!important;font-weight:700!important;color:var(--color-primary)!important;text-transform:uppercase!important;letter-spacing:.5px!important;margin-bottom:2px!important;display:block!important}body.category-marketplace .marketplace-price,#marketplace-grid .marketplace-price{font-size:16px!important;font-weight:800!important;color:var(--color-primary)!important;line-height:1.2!important;margin-bottom:2px!important}body.category-marketplace .marketplace-title,#marketplace-grid .marketplace-title{font-size:14px!important;font-weight:700!important;color:var(--gray-900)!important;margin:0 0 4px!important;line-height:1.3!important}body.category-marketplace .marketplace-seller,#marketplace-grid .marketplace-seller{font-size:11px!important;color:var(--gray-500)!important;display:flex!important;align-items:center!important;gap:5px!important;margin-top:auto!important;padding-top:6px!important;border-top:1px solid var(--gray-100)!important}body.categories-hub-page{background:#f8fafc!important}body.categories-hub-page section:first-of-type,body.categories-hub-page section:nth-of-type(1){padding-top:13px!important;padding-bottom:0!important;background:#f8fafc!important}body.categories-hub-page section:first-of-type>.container,body.categories-hub-page section:nth-of-type(1)>.container{padding:0 10px!important;max-width:100%!important}body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1),body.categories-hub-page div.container[style*="max-width:700px"]{margin:0 auto 16px!important;padding:0 4px!important;max-width:100%!important;text-align:center!important;display:block!important;visibility:visible!important}body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>h1,body.categories-hub-page h1{font-size:20px!important;font-weight:800!important;color:#0f172a!important;margin-top:0!important;margin-bottom:6px!important;padding-bottom:0!important;text-align:center!important;line-height:1.25!important;display:block!important;visibility:visible!important}body.categories-hub-page .categories-grid-5,body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2),body.categories-hub-page section:first-of-type>div:nth-of-type(1)>div:nth-of-type(2){display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:8px!important;width:100%!important}body.categories-hub-page .category-card-item,body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1),body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2),body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(3),body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(4){grid-column:span 1!important;background:#fff!important;border-radius:14px!important;border:1px solid var(--gray-200)!important;padding:14px 10px!important;box-shadow:0 1px 4px #0000000a!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;box-sizing:border-box!important;width:100%!important;transition:transform .2s ease,box-shadow .2s ease!important}body.categories-hub-page .category-card-item:nth-child(5),body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(5){grid-column:span 2!important;background:#fff!important;border-radius:14px!important;border:1px solid var(--gray-200)!important;padding:14px 10px!important;box-shadow:0 1px 4px #0000000a!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;box-sizing:border-box!important;width:100%!important;max-width:200px!important;margin-left:auto!important;margin-right:auto!important;justify-self:center!important}body.categories-hub-page .cat-icon-wrap{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;border-radius:10px!important;background:#001f7f14!important;color:var(--color-primary)!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:18px!important;margin:0 auto 6px!important}body.categories-hub-page .category-card-item span{font-size:9px!important;font-weight:700!important;color:var(--color-primary)!important;text-transform:uppercase!important;letter-spacing:.5px!important;margin:0 0 2px!important;display:block!important;line-height:1.2!important}body.categories-hub-page .category-card-item h2{font-size:13px!important;font-weight:800!important;margin:0 0 4px!important;color:var(--gray-900)!important;line-height:1.25!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;width:100%!important}body.categories-hub-page .category-card-item p{font-size:9.5px!important;line-height:1.3!important;color:var(--gray-600)!important;margin:0 0 10px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-align:center!important;flex-grow:1!important;min-height:24px!important}body.categories-hub-page .category-card-item .btn,body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>a:nth-of-type(1),body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2)>a:nth-of-type(1),body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(3)>a:nth-of-type(1),body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(4)>a:nth-of-type(1),body.categories-hub-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(5)>a:nth-of-type(1),section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>a:nth-of-type(1),section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2)>a:nth-of-type(1),section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(3)>a:nth-of-type(1),section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(4)>a:nth-of-type(1),section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(5)>a:nth-of-type(1){width:100%!important;max-width:150px!important;height:28px!important;min-height:28px!important;padding:0 8px!important;font-size:10.5px!important;font-weight:700!important;border-radius:6px!important;background:var(--color-primary)!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;text-decoration:none!important;margin-top:auto!important;margin-left:auto!important;margin-right:auto!important;box-shadow:0 1px 4px #001f7f33!important;box-sizing:border-box!important;gap:4px!important;white-space:nowrap!important}body.categories-hub-page .category-card-item .btn i{color:#fff!important;font-size:9px!important}body.about-page section:first-of-type,body.about-page .about-banner{padding:28px 0 24px!important;text-align:center!important}body.about-page .about-banner h1{font-size:25px!important;margin-bottom:8px!important}body.about-page .about-content-section{padding:24px 0 36px!important}body.about-page .about-card,body.about-page section:nth-of-type(2)>div.container>div{padding:20px 16px!important;border-radius:16px!important;margin-bottom:16px!important}body.about-page .stats-grid,body.about-page div[style*="grid-template-columns:repeat(4, 1fr)"],body.about-page div[style*="grid-template-columns:repeat(4,1fr)"]{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:12px!important}#safety div[style*="grid-template-columns:repeat(auto-fit, minmax(240px, 1fr))"],#safety div[style*="grid-template-columns: repeat(auto-fit, minmax(240px, 1fr))"]{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}body.contact-page section:first-of-type{padding:28px 0 24px!important;text-align:center!important}body.contact-page section:nth-of-type(2)>div.container{display:flex!important;flex-direction:column!important;gap:20px!important}body.contact-page .contact-card,body.contact-page .contact-faq-card,body.contact-page .contact-form-card{padding:20px 16px!important;border-radius:16px!important;width:100%!important;box-sizing:border-box!important}body.contact-page .form-group input,body.contact-page .form-group select,body.contact-page .form-group textarea{min-height:44px!important;font-size:14px!important;border-radius:10px!important}body.contact-page .faq-item{padding:14px 0!important}body.contact-page .faq-question{font-size:14.5px!important}body.orders-page{background:#f8fafc!important}body.orders-page section:first-of-type,body.orders-page section:nth-of-type(1){padding:24px 0 20px!important;background:linear-gradient(135deg,#001f7f,#001556)!important;text-align:left!important}body.orders-page section:first-of-type h1,body.orders-page section:nth-of-type(1) h1{font-size:20px!important;font-weight:800!important;margin-bottom:4px!important;line-height:1.25!important;color:#fff!important}body.orders-page section:first-of-type p,body.orders-page section:nth-of-type(1) p{font-size:11.5px!important;line-height:1.45!important;color:#cbd5e1!important;margin:0!important}body.orders-page section:nth-of-type(2){padding:16px 0 36px!important;background:#f8fafc!important}body.orders-page section:nth-of-type(2)>.container{padding:0 10px!important;max-width:100%!important}body.orders-page #checkout-box{background:#fff!important;border-radius:16px!important;padding:16px 14px!important;border:2px solid var(--color-primary)!important;margin-bottom:18px!important;box-shadow:0 4px 16px #001f7f14!important}body.orders-page #checkout-box h3{font-size:15px!important;font-weight:700!important}body.orders-page #checkout-box span{font-size:11.5px!important}body.orders-page #checkout-form{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}body.orders-page #checkout-form label{font-size:11.5px!important;font-weight:600!important;margin-bottom:4px!important}body.orders-page #checkout-form input,body.orders-page #checkout-form select{height:42px!important;min-height:42px!important;font-size:13px!important;border-radius:10px!important;padding:0 12px!important}body.orders-page #checkout-form button[type=submit]{height:46px!important;font-size:14px!important;border-radius:10px!important;font-weight:700!important}body.orders-page div[style*="display:flex;gap:10px;margin-bottom:24px"],body.orders-page div[style*="display: flex; gap: 10px; margin-bottom: 24px"]{display:flex!important;gap:8px!important;margin-bottom:16px!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;padding-bottom:4px!important}body.orders-page .order-filter-btn{padding:7px 14px!important;font-size:11.5px!important;font-weight:600!important;border-radius:999px!important;white-space:nowrap!important;flex-shrink:0!important}body.orders-page #orders-list-container{display:flex!important;flex-direction:column!important;gap:14px!important;width:100%!important}body.orders-page #orders-list-container>div{background:#fff!important;border-radius:16px!important;padding:16px 14px!important;border:1px solid var(--gray-200)!important;box-shadow:0 2px 8px #00000008!important;box-sizing:border-box!important;width:100%!important}body.orders-page #orders-list-container>div>div:first-child{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important;margin-bottom:14px!important;flex-wrap:nowrap!important}body.orders-page #orders-list-container>div>div:first-child>div:first-child{flex:1 1 auto!important;min-width:0!important}body.orders-page #orders-list-container>div>div:first-child>div:last-child{text-align:right!important;flex-shrink:0!important}body.orders-page #orders-list-container h3{font-size:14px!important;font-weight:700!important;color:var(--gray-900)!important;margin:0 0 3px!important;line-height:1.3!important}body.orders-page #orders-list-container div[style*="font-size:13px;color:var(--gray-500)"]{font-size:10.5px!important;line-height:1.35!important;color:var(--gray-500)!important}body.orders-page #orders-list-container div[style*="font-size:18px;font-weight:800"]{font-size:15px!important;font-weight:800!important;color:var(--color-primary)!important;line-height:1.2!important}body.orders-page .order-status-steps,.order-status-steps{display:flex!important;justify-content:space-between!important;position:relative!important;margin:14px 0 6px!important;padding:0 4px!important;width:100%!important;box-sizing:border-box!important}body.orders-page .order-status-steps:before,.order-status-steps:before{content:""!important;position:absolute!important;top:11px!important;left:12px!important;right:12px!important;height:2px!important;background:var(--gray-200)!important;z-index:1!important}body.orders-page .status-step-node,.status-step-node{position:relative!important;z-index:2!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:4px!important;flex:1 1 0!important;min-width:0!important}body.orders-page .status-step-circle,.status-step-circle{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;border-radius:50%!important;background:var(--gray-200)!important;color:var(--gray-500)!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:9.5px!important;font-weight:700!important}body.orders-page .status-step-circle i,.status-step-circle i{font-size:8.5px!important}body.orders-page .status-step-node.completed .status-step-circle,.status-step-node.completed .status-step-circle{background:var(--color-success)!important;color:#fff!important}body.orders-page .status-step-node.active .status-step-circle,.status-step-node.active .status-step-circle{background:var(--color-primary)!important;color:#fff!important;box-shadow:0 0 0 3px #001f7f33!important}body.orders-page .status-step-label,.status-step-label{font-size:8.5px!important;font-weight:600!important;color:var(--gray-600)!important;text-align:center!important;line-height:1.15!important;max-width:58px!important;white-space:normal!important;word-break:normal!important}body.orders-page .status-step-node.active .status-step-label,.status-step-node.active .status-step-label{color:var(--color-primary)!important;font-weight:700!important}body.orders-page .status-step-node.completed .status-step-label,.status-step-node.completed .status-step-label{color:var(--color-success)!important;font-weight:600!important}.order-card{padding:16px!important;border-radius:16px!important;margin-bottom:14px!important}.order-card-header{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}body.account-page{background:#f8fafc!important}body.account-page section:first-of-type,body.account-page section:nth-of-type(1){padding:16px 0 32px!important;background:#f8fafc!important}body.account-page section:first-of-type>.container,body.account-page section:nth-of-type(1)>.container,body.account-page div[style*="max-width:840px"]{padding:0 10px!important;max-width:100%!important}body.account-page div[style*="max-width:840px"]>div[style*="border-radius:24px"],body.account-page div[style*="border-radius:24px;padding:32px"]{padding:16px 14px!important;border-radius:16px!important;margin-bottom:16px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:14px!important;box-shadow:0 2px 8px #00000008!important}body.account-page div[style*="max-width:840px"]>div[style*="border-radius:24px"]>div:first-child{display:flex!important;align-items:center!important;gap:12px!important;width:100%!important}body.account-page div[style*="width:68px;height:68px"]{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;border-radius:12px!important;font-size:20px!important;flex-shrink:0!important}body.account-page div[style*="max-width:840px"] h2{font-size:16px!important;font-weight:800!important;margin:0!important}body.account-page div[style*="max-width:840px"] span[style*="background:rgba(22,163,74,0.1)"]{font-size:10px!important;padding:2px 6px!important;border-radius:4px!important}body.account-page div[style*="max-width:840px"] p{font-size:11.5px!important;margin-top:2px!important;color:var(--gray-500)!important}body.account-page div[style*="max-width:840px"]>div[style*="border-radius:24px"]>div:last-child{display:flex!important;width:100%!important;gap:8px!important}body.account-page div[style*="max-width:840px"]>div[style*="border-radius:24px"]>div:last-child a.btn{flex:1!important;height:38px!important;min-height:38px!important;font-size:12px!important;font-weight:600!important;border-radius:8px!important;padding:0 10px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;box-sizing:border-box!important}body.account-page div[style*="grid-template-columns:repeat(auto-fit, minmax(320px, 1fr))"],body.account-page div[style*="grid-template-columns: repeat(auto-fit, minmax(320px, 1fr))"]{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}body.account-page div[style*="grid-template-columns:repeat(auto-fit, minmax(320px, 1fr))"]>div,body.account-page div[style*="grid-template-columns: repeat(auto-fit, minmax(320px, 1fr))"]>div{padding:16px 14px!important;border-radius:16px!important;border:1px solid var(--gray-200)!important;background:#fff!important;box-shadow:0 2px 8px #00000008!important}body.account-page h3{font-size:14.5px!important;font-weight:700!important;margin-bottom:12px!important;color:var(--gray-900)!important}body.account-page label{font-size:11.5px!important;font-weight:600!important;color:var(--gray-600)!important;margin-bottom:4px!important;display:block!important}body.account-page select,body.account-page input[type=text]{height:42px!important;min-height:42px!important;font-size:13px!important;border-radius:8px!important;padding:0 12px!important;width:100%!important;box-sizing:border-box!important}body.account-page button.btn-primary{height:42px!important;min-height:42px!important;font-size:13px!important;font-weight:700!important;border-radius:8px!important;width:100%!important}body.account-page ul li a{padding:10px 12px!important;border-radius:8px!important;font-size:12.5px!important}body.sell-item-page{background:#f8fafc!important}body.sell-item-page section:first-of-type,body.sell-item-page section:nth-of-type(1){padding:16px 0 32px!important;background:#f8fafc!important}body.sell-item-page section:first-of-type>.container,body.sell-item-page section:nth-of-type(1)>.container,body.sell-item-page div[style*="max-width:720px"]{padding:0 10px!important;max-width:100%!important}body.sell-item-page div[style*="max-width:720px"]>div,body.sell-item-page div[style*="border-radius:24px;padding:36px"]{padding:18px 14px!important;border-radius:16px!important;margin:0!important;box-shadow:0 2px 8px #00000008!important}body.sell-item-page div[style*="display:inline-block;font-size:12px"]{font-size:10px!important;padding:3px 8px!important;border-radius:4px!important;margin-bottom:6px!important}body.sell-item-page h1{font-size:20px!important;font-weight:800!important;margin-bottom:4px!important;line-height:1.25!important}body.sell-item-page p{font-size:12px!important;line-height:1.45!important;color:var(--gray-600)!important;margin-bottom:16px!important}body.sell-item-page #sell-form div[style*="grid-template-columns:repeat(auto-fit, minmax(220px, 1fr))"],body.sell-item-page #sell-form div[style*="grid-template-columns: repeat(auto-fit, minmax(220px, 1fr))"]{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-bottom:12px!important}body.sell-item-page label{font-size:11px!important;font-weight:600!important;color:var(--gray-700)!important;margin-bottom:3px!important;display:block!important;text-align:left!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body.sell-item-page input,body.sell-item-page select{height:36px!important;min-height:36px!important;font-size:11.5px!important;border-radius:8px!important;padding:0 8px!important;width:100%!important;text-align:left!important;box-sizing:border-box!important}body.sell-item-page select option{font-size:12px!important;text-align:left!important}body.sell-item-page textarea{font-size:12px!important;border-radius:8px!important;padding:8px 10px!important;min-height:75px!important;width:100%!important;text-align:left!important;box-sizing:border-box!important}body.sell-item-page div[style*="background:var(--gray-50);border-radius:16px;padding:20px"]{padding:12px 10px!important;border-radius:12px!important;margin-bottom:16px!important}body.sell-item-page h4{font-size:12.5px!important;margin-bottom:8px!important;text-align:left!important}body.sell-item-page #sell-form div[style*="grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))"],body.sell-item-page #sell-form div[style*="grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))"]{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}body.sell-item-page #sell-form div[style*="grid-column:1/-1"],body.sell-item-page #sell-form div[style*="grid-column: 1 / -1"],body.sell-item-page #sell-form div[style*="grid-column:1/-1;"]{grid-column:span 2!important}body.sell-item-page button[type=submit]{height:44px!important;font-size:13.5px!important;font-weight:700!important;border-radius:10px!important;width:100%!important}body.sell-item-page div[style*="text-align:center;font-size:12px"]{font-size:11px!important;margin-top:8px!important}body.vendor-onboarding-page{background:#f8fafc!important}body.vendor-onboarding-page section:first-of-type,body.vendor-onboarding-page section:nth-of-type(1){padding:16px 0 32px!important;background:#f8fafc!important}body.vendor-onboarding-page section:first-of-type>.container,body.vendor-onboarding-page section:nth-of-type(1)>.container,body.vendor-onboarding-page div[style*="max-width:740px"]{padding:0 10px!important;max-width:100%!important}body.vendor-onboarding-page div[style*="max-width:740px"]>div,body.vendor-onboarding-page div[style*="border-radius:24px;padding:36px"]{padding:18px 14px!important;border-radius:16px!important;margin:0!important;box-shadow:0 2px 8px #00000008!important}body.vendor-onboarding-page div[style*="display:inline-block;font-size:12px"]{font-size:10px!important;padding:3px 8px!important;border-radius:4px!important;margin-bottom:6px!important}body.vendor-onboarding-page h1{font-size:20px!important;font-weight:800!important;margin-bottom:4px!important;line-height:1.25!important}body.vendor-onboarding-page p{font-size:12px!important;line-height:1.45!important;color:var(--gray-600)!important;margin-bottom:16px!important}body.vendor-onboarding-page #vendor-onboard-form div[style*="grid-template-columns:repeat(auto-fit, minmax(220px, 1fr))"],body.vendor-onboarding-page #vendor-onboard-form div[style*="grid-template-columns: repeat(auto-fit, minmax(220px, 1fr))"]{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-bottom:12px!important}body.vendor-onboarding-page label{font-size:11px!important;font-weight:600!important;color:var(--gray-700)!important;margin-bottom:3px!important;display:block!important;text-align:left!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body.vendor-onboarding-page input,body.vendor-onboarding-page select{height:36px!important;min-height:36px!important;font-size:11.5px!important;border-radius:8px!important;padding:0 8px!important;width:100%!important;text-align:left!important;box-sizing:border-box!important}body.vendor-onboarding-page select option{font-size:12px!important;text-align:left!important}body.vendor-onboarding-page textarea{font-size:12px!important;border-radius:8px!important;padding:8px 10px!important;min-height:75px!important;width:100%!important;text-align:left!important;box-sizing:border-box!important}body.vendor-onboarding-page button[type=submit]{height:44px!important;font-size:13.5px!important;font-weight:700!important;border-radius:10px!important;width:100%!important}body.vendor-onboarding-page div[style*="text-align:center;font-size:12px"]{font-size:11px!important;margin-top:8px!important}.vendors-section{padding:24px 0 32px!important}#vendors-grid{grid-template-columns:1fr!important;gap:14px!important}.vendor-card{padding:16px!important;border-radius:16px!important}body.about-page{background:#fff!important;overflow-x:hidden!important}body.about-page .announcement-bar{font-size:11px!important;padding:6px 0!important}body.about-page .announcement-content{padding:0 12px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;font-size:11px!important}body.about-page .header-container{padding:10px 12px!important}body.about-page .header-actions a.btn[href="categories.html"]{display:none!important}body.about-page section:nth-of-type(1),body.about-page section:first-of-type{padding:20px 14px!important;background:linear-gradient(135deg,#001f7f,#001556)!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;position:relative!important}body.about-page section:nth-of-type(1) .container{padding:0!important;max-width:100%!important;width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important}body.about-page section:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1),body.about-page section:nth-of-type(1) div[style*="rgba(252,197,1,0.15)"],body.about-page section:first-of-type div[style*="rgba(252,197,1,0.15)"]{display:none!important}body.about-page section:nth-of-type(1)>div:nth-of-type(1)>h1:nth-of-type(1),body.about-page section:nth-of-type(1) h1,body.about-page section:first-of-type h1{font-size:0!important;line-height:0!important;margin-top:0!important;margin-bottom:0!important;color:transparent!important;text-align:center!important;display:block!important}body.about-page section:nth-of-type(1)>div:nth-of-type(1)>h1:nth-of-type(1):after,body.about-page section:nth-of-type(1) h1:after,body.about-page section:first-of-type h1:after{content:"About CLX"!important;font-size:21px!important;font-weight:800!important;line-height:1.25!important;color:#fff!important;display:block!important;text-align:center!important}body.about-page section:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1),body.about-page section:nth-of-type(1) p,body.about-page section:first-of-type p{display:none!important}body.about-page section:nth-of-type(2){padding:20px 0 32px!important;background:#fff!important}body.about-page section:nth-of-type(2) .container{padding:0 12px!important;max-width:100%!important;width:100%!important;box-sizing:border-box!important}body.about-page section:nth-of-type(2) h2{font-size:17px!important;font-weight:800!important;color:var(--gray-900)!important;margin-top:6px!important;margin-bottom:8px!important;line-height:1.3!important;text-align:left!important}body.about-page section:nth-of-type(2) p,section:nth-of-type(2)>div:nth-of-type(1)>p:nth-of-type(1),section:nth-of-type(2)>div:nth-of-type(1)>p:nth-of-type(2),section:nth-of-type(2)>div:nth-of-type(1)>p:nth-of-type(3),body.about-page section:nth-of-type(2)>div:nth-of-type(1)>p{font-size:12.5px!important;color:var(--gray-700)!important;line-height:1.6!important;margin-bottom:16px!important;text-align:justify!important;word-break:break-word!important;overflow-wrap:break-word!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1),body.about-page div[style*="background:#F8FAFC;border-radius:20px"],body.about-page div[style*="background: #F8FAFC; border-radius: 20px"]{padding:16px 12px!important;border-radius:14px!important;margin-bottom:24px!important;background:#f8fafc!important;border:1px solid var(--gray-200)!important;box-sizing:border-box!important;text-align:center!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1) h3,body.about-page div[style*="background:#F8FAFC;border-radius:20px"] h3,body.about-page div[style*="background: #F8FAFC; border-radius: 20px"] h3{font-size:14.5px!important;font-weight:800!important;color:var(--gray-900)!important;margin-bottom:12px!important;text-align:center!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1),body.about-page div[style*="background:#F8FAFC;border-radius:20px"] div[style*=grid-template-columns],body.about-page div[style*="background: #F8FAFC; border-radius: 20px"] div[style*=grid-template-columns],body.about-page section:nth-of-type(2)>div.container>div:first-of-type div[style*=grid-template-columns]{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:8px!important;width:100%!important;box-sizing:border-box!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(3),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(4),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(5),body.about-page div[style*="background:#F8FAFC;border-radius:20px"] div[style*=grid-template-columns]>div,body.about-page div[style*="background: #F8FAFC; border-radius: 20px"] div[style*=grid-template-columns]>div{padding:10px 8px!important;background:#fff!important;border:1px solid var(--gray-200)!important;border-radius:10px!important;font-size:11.5px!important;line-height:1.4!important;color:var(--gray-700)!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;min-width:0!important;word-break:break-word!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(5),body.about-page div[style*="background:#F8FAFC;border-radius:20px"] div[style*=grid-template-columns]>div:nth-child(5),body.about-page div[style*="background: #F8FAFC; border-radius: 20px"] div[style*=grid-template-columns]>div:nth-child(5){grid-column:span 2!important;text-align:center!important}body.about-page div[style*="background:#F8FAFC;border-radius:20px"] strong,body.about-page div[style*="background: #F8FAFC; border-radius: 20px"] strong{font-weight:700!important;color:var(--color-primary)!important;margin-bottom:2px!important;display:block!important;text-align:center!important}body.about-page #safety{padding:18px 12px!important;border-radius:16px!important;margin-bottom:20px!important;background:#fff!important;border:1px solid var(--gray-200)!important;box-shadow:0 2px 8px #00000008!important;box-sizing:border-box!important}body.about-page #safety div[style*="rgba(0,31,127,0.08)"],body.about-page #safety div[style*="rgba(0, 31, 127, 0.08)"]{font-size:10px!important;padding:4px 10px!important;margin-bottom:10px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;gap:6px!important}body.about-page #safety h2{font-size:17px!important;font-weight:800!important;color:var(--gray-900)!important;margin-bottom:8px!important;line-height:1.3!important;text-align:left!important}body.about-page #safety>p,section:nth-of-type(2)>div:nth-of-type(1)>div#safety:nth-of-type(2)>p:nth-of-type(1),section:nth-of-type(2)>div:nth-of-type(1)>div#safety>p{font-size:12px!important;line-height:1.55!important;color:var(--gray-700)!important;margin-bottom:14px!important;text-align:justify!important}body.about-page #safety div[style*=grid-template-columns],body.about-page #safety div[style*="grid-template-columns:repeat(auto-fit, minmax(240px, 1fr))"],body.about-page #safety div[style*="grid-template-columns: repeat(auto-fit, minmax(240px, 1fr))"],section:nth-of-type(2)>div:nth-of-type(1)>div#safety:nth-of-type(2)>div:nth-of-type(2),section:nth-of-type(2)>div:nth-of-type(1)>div#safety>div:nth-of-type(2){display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;margin-bottom:4px!important;width:100%!important;box-sizing:border-box!important}section:nth-of-type(2)>div:nth-of-type(1)>div#safety:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(1),section:nth-of-type(2)>div:nth-of-type(1)>div#safety:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2),section:nth-of-type(2)>div:nth-of-type(1)>div#safety:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(3),section:nth-of-type(2)>div:nth-of-type(1)>div#safety>div:nth-of-type(2)>div,body.about-page #safety div[style*=grid-template-columns]>div{padding:10px 5px 8px!important;border-radius:10px!important;background:#f8fafc!important;border:1px solid var(--gray-200)!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;min-width:0!important;width:100%!important}body.about-page #safety div[style*=grid-template-columns]>div>div[style*="width:36px"]{width:26px!important;height:26px!important;border-radius:6px!important;font-size:11px!important;margin:0 auto 6px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}body.about-page #safety h4{font-size:10.5px!important;font-weight:700!important;color:var(--gray-900)!important;margin-bottom:4px!important;line-height:1.25!important;text-align:center!important;word-break:break-word!important}body.about-page #safety div[style*=grid-template-columns]>div>p{font-size:8.5px!important;line-height:1.3!important;color:var(--gray-600)!important;margin:0!important;text-align:center!important;word-break:break-word!important}body.contact-page{background:#f8fafc!important;overflow-x:hidden!important;width:100%!important;max-width:100vw!important}body.contact-page .contact-banner,body.contact-page section.contact-banner,body.contact-page section:first-of-type{padding:18px 0!important;background:linear-gradient(135deg,#001f7f,#001556)!important;display:block!important;visibility:visible!important;opacity:1!important;text-align:center!important;width:100%!important;box-sizing:border-box!important}body.contact-page .contact-banner .container,body.contact-page section:first-of-type .container{padding:0 12px!important;max-width:100%!important;width:100%!important;box-sizing:border-box!important}body.contact-page .contact-banner h1,body.contact-page section:first-of-type h1,body.contact-page #contact-page-title{font-size:20px!important;font-weight:800!important;line-height:1.25!important;color:#fff!important;text-align:center!important;margin:0!important;letter-spacing:-.2px!important;display:block!important;visibility:visible!important;opacity:1!important;word-break:break-word!important}body.contact-page .contact-content-section,body.contact-page section.contact-content-section,body.contact-page section:nth-of-type(2){padding:16px 0 28px!important;background:#f8fafc!important;display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;box-sizing:border-box!important;overflow-x:hidden!important}body.contact-page .contact-main-grid,body.contact-page section:nth-of-type(2)>.container{display:flex!important;flex-direction:column!important;gap:12px!important;padding:0 12px!important;max-width:100%!important;width:100%!important;box-sizing:border-box!important}body.contact-page .contact-cards-column{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;width:100%!important;box-sizing:border-box!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1),body.contact-page .contact-cards-column>.contact-card:nth-of-type(1){grid-column:1 / -1!important;background:#fff!important;padding:12px 10px!important;border-radius:14px!important;border:1px solid var(--gray-200)!important;box-shadow:0 2px 8px #00000008!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;width:100%!important;margin:0!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>span:nth-of-type(1),body.contact-page .contact-cards-column>.contact-card:nth-of-type(1) span{font-size:10.5px!important;font-weight:800!important;color:var(--gray-500)!important;letter-spacing:.6px!important;margin-bottom:8px!important;display:block!important;width:100%!important;text-transform:uppercase!important;text-align:left!important;line-height:1.2!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div#support-nav-pills:nth-of-type(1),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div#support-nav-pills,body.contact-page #support-nav-pills{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;width:100%!important;box-sizing:border-box!important}body.contact-page .support-tab-btn,body.contact-page #support-nav-pills button,section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div#support-nav-pills:nth-of-type(1)>button:nth-of-type(1),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div#support-nav-pills:nth-of-type(1)>button:nth-of-type(2),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div#support-nav-pills:nth-of-type(1)>button:nth-of-type(3){display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:6px 3px 5px!important;font-size:10px!important;line-height:1.2!important;border-radius:10px!important;gap:4px!important;min-height:54px!important;height:auto!important;width:100%!important;box-sizing:border-box!important;word-break:break-word!important;white-space:normal!important}body.contact-page .support-tab-btn i,body.contact-page #support-nav-pills button i,section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div#support-nav-pills:nth-of-type(1)>button i{margin:0!important;font-size:13px!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div#support-nav-pills:nth-of-type(1)>button:nth-of-type(1)>i:nth-of-type(1){width:28px!important;height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div#support-nav-pills:nth-of-type(1)>button:nth-of-type(2)>i:nth-of-type(1){width:33px!important;height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div#support-nav-pills:nth-of-type(1)>button:nth-of-type(3)>i:nth-of-type(1){width:39.25px!important;height:25px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1)>i:nth-of-type(1){height:30px!important;display:flex!important;align-items:center!important;justify-content:center!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>i:nth-of-type(1){height:30px!important;width:34px!important;display:flex!important;align-items:center!important;justify-content:center!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(4)>div:nth-of-type(1)>i:nth-of-type(1){height:30px!important;display:flex!important;align-items:center!important;justify-content:center!important}body.contact-page .contact-cards-column>.contact-card:nth-of-type(2),body.contact-page .contact-cards-column>.contact-card:nth-of-type(3),body.contact-page .contact-cards-column>.contact-card:nth-of-type(4){padding:10px 4px 8px!important;border-radius:12px!important;background:#fff!important;border:1px solid var(--gray-200)!important;box-shadow:0 2px 6px #00000008!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:space-between!important;text-align:center!important;min-height:110px!important;height:auto!important;box-sizing:border-box!important;min-width:0!important;overflow:hidden!important}body.contact-page .contact-cards-column>.contact-card:nth-of-type(2)>div:first-child,body.contact-page .contact-cards-column>.contact-card:nth-of-type(3)>div:first-child,body.contact-page .contact-cards-column>.contact-card:nth-of-type(4)>div:first-child{width:30px!important;height:30px!important;font-size:13px!important;margin:0 auto 5px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:8px!important;flex-shrink:0!important}body.contact-page .contact-cards-column>.contact-card:nth-of-type(2) h3,body.contact-page .contact-cards-column>.contact-card:nth-of-type(3) h3,body.contact-page .contact-cards-column>.contact-card:nth-of-type(4) h3{font-size:10.5px!important;font-weight:700!important;line-height:1.2!important;margin-bottom:4px!important;color:var(--gray-900)!important;text-align:center!important;word-break:break-word!important}body.contact-page .contact-cards-column>.contact-card:nth-of-type(2) p,body.contact-page .contact-cards-column>.contact-card:nth-of-type(3) p,body.contact-page .contact-cards-column>.contact-card:nth-of-type(4) p{display:none!important}body.contact-page .contact-cards-column>.contact-card:nth-of-type(2) a,body.contact-page .contact-cards-column>.contact-card:nth-of-type(3) a,body.contact-page .contact-cards-column>.contact-card:nth-of-type(4) a{font-size:9.5px!important;font-weight:700!important;padding:4px!important;border-radius:6px!important;line-height:1.2!important;white-space:normal!important;word-break:break-word!important;width:100%!important;box-sizing:border-box!important;text-align:center!important;margin-top:auto!important;display:block!important}body.contact-page .contact-main-column{display:flex!important;flex-direction:column!important;gap:12px!important;width:100%!important;box-sizing:border-box!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1),body.contact-page #tab-support,body.contact-page .support-panel{padding:16px 12px!important;border-radius:16px!important;background:#fff!important;border:1px solid var(--gray-200)!important;box-shadow:0 2px 8px #00000008!important;box-sizing:border-box!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1)>div:first-child,body.contact-page .support-panel>div:first-child{display:flex!important;align-items:center!important;gap:10px!important;margin-bottom:8px!important;width:100%!important;box-sizing:border-box!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1)>div:first-child>div:first-child,body.contact-page .support-panel>div:first-child>div:first-child{width:30px!important;height:30px!important;font-size:13px!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1) h2,body.contact-page .support-panel h2{font-size:15px!important;font-weight:800!important;line-height:1.3!important;color:var(--gray-900)!important;margin:0!important;text-align:left!important;word-break:break-word!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1)>p,body.contact-page .support-panel>p{font-size:11.5px!important;line-height:1.5!important;color:var(--gray-700)!important;margin-bottom:14px!important;text-align:justify!important;width:100%!important;box-sizing:border-box!important;word-break:break-word!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1)>div:nth-of-type(2),body.contact-page div[style*="grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))"],body.contact-page div[style*="grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))"]{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important;padding:8px 4px!important;border-radius:12px!important;margin-bottom:14px!important;background:#f8fafc!important;border:1px solid var(--gray-200)!important;box-sizing:border-box!important;width:100%!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1)>div:nth-of-type(2)>div,body.contact-page div[style*="grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))"]>div,body.contact-page div[style*="grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))"]>div{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;gap:3px!important;min-width:0!important;width:100%!important;box-sizing:border-box!important;overflow:hidden!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1)>div:nth-of-type(2)>div>div:first-child,body.contact-page div[style*="grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))"]>div>div:first-child,body.contact-page div[style*="grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))"]>div>div:first-child{width:22px!important;height:22px!important;font-size:10px!important;border-radius:6px!important;margin:0 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1)>div:nth-of-type(2) div[style*="text-transform:uppercase"],body.contact-page div[style*="grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))"] div[style*="text-transform:uppercase"],body.contact-page div[style*="grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))"] div[style*="text-transform:uppercase"]{font-size:8.5px!important;font-weight:700!important;color:var(--gray-500)!important;margin-bottom:1px!important;line-height:1.1!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1)>div:nth-of-type(2) a,section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1)>div:nth-of-type(2) span,body.contact-page div[style*="grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))"] a,body.contact-page div[style*="grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))"] span,body.contact-page div[style*="grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))"] a,body.contact-page div[style*="grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))"] span{font-size:9.5px!important;font-weight:700!important;line-height:1.2!important;white-space:normal!important;word-break:break-word!important;text-align:center!important;display:block!important;width:100%!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1) #support-role-chips,body.contact-page #support-role-chips{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;margin-bottom:14px!important;width:100%!important;box-sizing:border-box!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1) .role-chip,body.contact-page .role-chip{padding:6px 4px!important;font-size:10.5px!important;line-height:1.2!important;border-radius:8px!important;min-height:36px!important;height:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;white-space:normal!important;word-break:break-word!important;width:100%!important;box-sizing:border-box!important;gap:4px!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1) .role-chip i,body.contact-page .role-chip i{margin-right:0!important;font-size:11px!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1) form div[style*="grid-template-columns:repeat(auto-fit, minmax(240px, 1fr))"],section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1) form div[style*="grid-template-columns: repeat(auto-fit, minmax(240px, 1fr))"],body.contact-page form div[style*="grid-template-columns:repeat(auto-fit, minmax(240px, 1fr))"],body.contact-page form div[style*="grid-template-columns: repeat(auto-fit, minmax(240px, 1fr))"]{display:flex!important;flex-direction:column!important;gap:10px!important;width:100%!important;box-sizing:border-box!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1) form,body.contact-page form{display:flex!important;flex-direction:column!important;gap:10px!important;width:100%!important;box-sizing:border-box!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1) label,body.contact-page label{font-size:11.5px!important;font-weight:700!important;color:var(--gray-800)!important;margin-bottom:4px!important;display:block!important;line-height:1.3!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1) input[type=text],section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1) input[type=email],section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1) select,body.contact-page input[type=text],body.contact-page input[type=email],body.contact-page select{height:38px!important;padding:6px 10px!important;font-size:12px!important;border-radius:8px!important;border:1px solid var(--gray-300)!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;background:#fff!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1) textarea,body.contact-page textarea{min-height:80px!important;padding:8px 10px!important;font-size:12px!important;border-radius:8px!important;border:1px solid var(--gray-300)!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;font-family:inherit!important;resize:vertical!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1) #submit-ticket-btn,body.contact-page #submit-ticket-btn,body.contact-page #submit-feedback-btn{width:100%!important;height:40px!important;font-size:13px!important;font-weight:700!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;box-sizing:border-box!important;margin-top:4px!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>div#tab-support:nth-of-type(1) #support-success-msg,body.contact-page #support-success-msg,body.contact-page #feedback-success-msg{padding:12px 10px!important;border-radius:10px!important;font-size:12px!important;box-sizing:border-box!important;word-break:break-word!important;width:100%!important}body.contact-page #tab-faqs div[style*="display:flex;flex-direction:column;gap:14px"],body.contact-page #tab-faqs div[style*="display: flex; flex-direction: column; gap: 14px"]{display:flex!important;flex-direction:column!important;gap:8px!important;width:100%!important;box-sizing:border-box!important}body.contact-page #tab-faqs div[style*="border:1px solid var(--gray-200);border-radius:14px;padding:18px"],body.contact-page #tab-faqs div[style*="border: 1px solid var(--gray-200); border-radius: 14px; padding: 18px"]{padding:12px 10px!important;border-radius:10px!important;background:#f8fafc!important;border:1px solid var(--gray-200)!important;box-sizing:border-box!important;width:100%!important}body.contact-page #tab-faqs h4{font-size:13px!important;font-weight:700!important;line-height:1.35!important;color:var(--gray-900)!important;margin-bottom:4px!important;word-break:break-word!important}body.contact-page #tab-faqs p{font-size:11.5px!important;line-height:1.55!important;color:var(--gray-700)!important;margin:0!important;text-align:justify!important;word-break:break-word!important}body.contact-page div[style*="background:#F8FAFC;padding:20px;border-radius:16px;border:1px solid var(--gray-200);text-align:center"],body.contact-page div[style*="background: #F8FAFC; padding: 20px; border-radius: 16px; border: 1px solid var(--gray-200); text-align: center"]{background:#f8fafc!important;padding:12px 8px!important;border-radius:12px!important;border:1px solid var(--gray-200)!important;text-align:center!important;margin-bottom:12px!important;width:100%!important;box-sizing:border-box!important}body.contact-page #star-rating-container{font-size:24px!important;gap:8px!important;margin-bottom:4px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important}body.contact-page #rating-label{font-size:12px!important;font-weight:700!important;line-height:1.25!important;word-break:break-word!important}body.policy-page{background:#f8fafc!important;overflow-x:hidden!important}body.policy-page .header-actions a.btn[href="categories.html"]{display:none!important}body.policy-page .policy-banner,body.policy-page section.policy-banner,body.policy-page section:first-of-type{height:auto!important;min-height:auto!important;max-height:none!important;padding:22px 12px 20px!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;position:relative!important;overflow:visible!important}body.policy-page .policy-banner .container{padding:0!important;max-width:100%!important;width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:6px!important;box-sizing:border-box!important}body.policy-page .policy-badge{font-size:10px!important;padding:4px 10px!important;margin-bottom:2px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;white-space:nowrap!important}body.policy-page section:nth-of-type(1)>div:nth-of-type(1)>h1:nth-of-type(1),body.policy-page .policy-banner h1{font-size:21px!important;font-weight:800!important;margin-top:-18px!important;margin-bottom:-5px!important;line-height:1.25!important;color:#fff!important;text-align:center!important}body.policy-page .policy-updated{font-size:10.5px!important;margin-top:4px!important;color:#94a3b8!important;line-height:1.4!important;text-align:center!important}body.policy-page section:nth-of-type(2),body.policy-page .policy-content-section,body.policy-page section.policy-content-section{padding:16px 0 25px!important;background:#f8fafc!important;position:relative!important}body.policy-page section:nth-of-type(2)>div:nth-of-type(1),body.policy-page .policy-cards-grid{padding:0 10px!important;margin-bottom:-2px!important;max-width:100%!important;width:100%!important;box-sizing:border-box!important}body.policy-page .policy-card,body.policy-page section:nth-of-type(2)>div.container>div.policy-card{padding:16px 12px!important;border-radius:14px!important;margin-bottom:12px!important;text-align:left!important;box-shadow:0 2px 6px #00000008!important;border:1px solid var(--gray-200)!important;background:#fff!important;box-sizing:border-box!important;overflow:hidden!important;word-break:break-word!important;overflow-wrap:break-word!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2),body.policy-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2),body.policy-page section:nth-of-type(2)>div.container>div:nth-of-type(2){height:auto!important;min-height:auto!important;max-height:none!important;padding:24px 14px 22px!important;margin-bottom:14px!important;overflow:visible!important;display:block!important;box-sizing:border-box!important;border-radius:16px!important;background:#fff!important;border:1px solid var(--gray-200)!important;box-shadow:0 2px 8px #00000008!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>h2:nth-of-type(1),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>h2:nth-of-type(1),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(4)>h2:nth-of-type(1),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(5)>h2:nth-of-type(1),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(6)>h2:nth-of-type(1),body.policy-page section:nth-of-type(2)>div:nth-of-type(1)>div.policy-card>h2,body.policy-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>h2:nth-of-type(1),body.policy-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>h2:nth-of-type(1),body.policy-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>h2:nth-of-type(1),body.policy-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(4)>h2:nth-of-type(1),body.policy-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(5)>h2:nth-of-type(1),body.policy-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(6)>h2:nth-of-type(1),body.policy-page .policy-card h2{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;font-size:15.5px!important;font-weight:800!important;margin-bottom:10px!important;line-height:1.35!important;color:var(--gray-900)!important;gap:8px!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2) p,body.policy-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2) p{font-size:12.5px!important;line-height:1.6!important;margin-bottom:12px!important;color:var(--gray-700)!important;display:block!important;visibility:visible!important;opacity:1!important;word-break:break-word!important;overflow-wrap:break-word!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2) ul,body.policy-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2) ul{display:block!important;padding-left:20px!important;margin:0!important;visibility:visible!important;opacity:1!important;box-sizing:border-box!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2) li,body.policy-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2) li{display:list-item!important;font-size:12px!important;line-height:1.55!important;margin-bottom:8px!important;color:var(--gray-700)!important;visibility:visible!important;opacity:1!important;word-break:break-word!important;overflow-wrap:break-word!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2) li:last-child,body.policy-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2) li:last-child{margin-bottom:0!important}body.policy-page .policy-card h2{font-size:15px!important;font-weight:800!important;margin-bottom:8px!important;gap:8px!important;text-align:left!important;color:var(--gray-900)!important;display:flex!important;align-items:flex-start!important;line-height:1.35!important}body.policy-page .policy-card h2 i{font-size:14px!important;margin-top:3px!important;flex-shrink:0!important}body.policy-page .policy-card p{font-size:12px!important;line-height:1.55!important;margin-bottom:10px!important;text-align:left!important;color:var(--gray-700)!important;word-break:break-word!important;overflow-wrap:break-word!important}body.policy-page .policy-card ul,body.policy-page .policy-card ol{padding-left:18px!important;margin:0 0 10px!important;box-sizing:border-box!important}body.policy-page .policy-card li{font-size:11.5px!important;line-height:1.5!important;margin-bottom:6px!important;text-align:left!important;color:var(--gray-700)!important;word-break:break-word!important;overflow-wrap:break-word!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1),body.policy-page section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1),body.policy-page .policy-card div[style*="display:flex;flex-direction:column;gap:12px"],body.policy-page .policy-card div[style*="display: flex; flex-direction: column; gap: 12px"]{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;box-sizing:border-box!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(2),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(3),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(4),body.policy-page .policy-card div[style*="background:#F8FAFC;padding:16px"],body.policy-page .policy-card div[style*="background: #F8FAFC; padding: 16px"]{padding:10px 8px!important;border-radius:10px!important;width:100%!important;box-sizing:border-box!important;margin:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;text-align:center!important;min-width:0!important;height:100%!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>strong:nth-of-type(1),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(2)>strong:nth-of-type(1),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(3)>strong:nth-of-type(1),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(4)>strong:nth-of-type(1),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div strong,body.policy-page .policy-card div[style*="background:#F8FAFC;padding:16px"] strong,body.policy-page .policy-card div[style*="background: #F8FAFC; padding: 16px"] strong{font-size:11.5px!important;margin-bottom:3px!important;display:block!important;line-height:1.3!important;word-break:break-word!important;text-align:center!important}section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(1)>span:nth-of-type(1),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(2)>span:nth-of-type(1),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(3)>span:nth-of-type(1),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div:nth-of-type(4)>span:nth-of-type(1),section:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(3)>div:nth-of-type(1)>div span,body.policy-page .policy-card div[style*="background:#F8FAFC;padding:16px"] span,body.policy-page .policy-card div[style*="background: #F8FAFC; padding: 16px"] span{font-size:10px!important;line-height:1.35!important;display:block!important;word-break:break-word!important;text-align:center!important}body.policy-page .policy-card div[style*="background:#F8FAFC;padding:20px"],body.policy-page .policy-card div[style*="background: #F8FAFC; padding: 20px"]{padding:12px 10px!important;border-radius:12px!important;font-size:11.5px!important;line-height:1.6!important;width:100%!important;box-sizing:border-box!important;word-break:break-word!important;overflow-wrap:anywhere!important}body.policy-page div[style*="grid-template-columns:repeat(auto-fit, minmax(240px, 1fr))"],body.policy-page div[style*="grid-template-columns: repeat(auto-fit, minmax(240px, 1fr))"]{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}footer,footer:nth-of-type(1),body footer,body.account-page footer{padding-top:24px!important;padding-bottom:20px!important;margin-top:20px!important;margin-bottom:0!important;background:#0f172a!important;color:#94a3b8!important;border-top:1px solid #1E293B!important;overflow:visible!important}footer .container,body.account-page footer .container{display:flex!important;flex-direction:column!important;gap:16px!important;padding:0 16px!important}footer .footer-grid,footer div[style*="grid-template-columns:2fr 1fr 1fr 1fr 1.5fr"],footer div[style*="grid-template-columns:repeat(4, 1fr)"],footer div[style*="grid-template-columns:repeat(5, 1fr)"],footer div[style*="grid-template-columns:repeat(auto-fit, minmax(220px, 1fr))"],footer div[style*="grid-template-columns: repeat(auto-fit, minmax(220px, 1fr))"]{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:14px 12px!important;margin-bottom:16px!important}footer .footer-grid>div:first-child,footer div[style*=grid-template-columns]>div:first-child{grid-column:span 2!important;margin-bottom:4px!important}footer h4,footer .footer-heading{font-size:12.5px!important;font-weight:700!important;color:#fff!important;margin-bottom:8px!important}footer ul{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:4px!important;line-height:1.4!important}footer ul li{margin:0!important;padding:0!important;line-height:1.4!important}footer ul li a{font-size:11.5px!important;color:#94a3b8!important;text-decoration:none!important;display:inline-block!important;padding:0!important;line-height:1.4!important}footer ul li a:hover{color:#fcc501!important}footer .newsletter-form,footer div[style*="display:flex"] input[type=email]{width:100%!important;height:42px!important;font-size:13px!important;border-radius:10px!important;box-sizing:border-box!important}footer .footer-bottom,footer div[style*="border-top:1px solid"]{margin-top:20px!important;padding-top:16px!important;flex-direction:column!important;gap:12px!important;align-items:center!important;text-align:center!important}footer .footer-bottom p{font-size:12px!important;color:#64748b!important}footer .social-links{display:flex!important;justify-content:center!important;gap:14px!important}footer .social-icon-btn,footer a[style*="border-radius:50%"],footer a[style*="border-radius: 50%"]{width:36px!important;height:36px!important;font-size:15px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}#food-grid,#shopping-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:10px!important;width:100%!important}#food-grid .card,#shopping-grid .card{border-radius:14px!important;overflow:hidden!important;border:1px solid var(--gray-200)!important;display:flex!important;flex-direction:column!important;box-shadow:0 2px 8px #0000000a!important;background:#fff!important}#food-grid .card img,#shopping-grid .card img{height:115px!important;width:100%!important;object-fit:cover!important}#food-grid .card>div:last-child,#shopping-grid .card>div:last-child{padding:10px 8px!important;flex-grow:1!important;display:flex!important;flex-direction:column!important}#food-grid .card h3,#shopping-grid .card h3{font-size:12.5px!important;font-weight:700!important;line-height:1.3!important;margin-bottom:4px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:32px!important}#food-grid .card p,#shopping-grid .card p{font-size:11px!important;line-height:1.35!important;color:var(--gray-600)!important;margin-bottom:8px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}#food-grid .card .add-to-cart-btn,#shopping-grid .card .add-to-cart-btn{padding:6px 10px!important;font-size:11.5px!important;border-radius:8px!important;min-height:32px!important;font-weight:700!important}#cart-drawer{width:90vw!important;max-width:360px!important}#mobile-menu{width:85vw!important;max-width:320px!important}.modal-dialog,.modal-box,#campus-modal>div,#service-request-modal>div,#seller-modal>div{width:calc(100% - 24px)!important;max-width:440px!important;margin:12px auto!important;padding:20px 16px!important;border-radius:18px!important}#active-campus-badge{max-width:145px!important;padding:6px 10px!important;font-size:11px!important}#active-campus-badge span{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}footer,div#app>footer:nth-of-type(1){padding-top:17px!important;padding-bottom:19px!important;background:#0b1120!important;border-top:1px solid #1E293B!important}footer>.container,div#app>footer:nth-of-type(1)>div:nth-of-type(1){height:auto!important;min-height:262px!important}footer>.container>div:first-child,footer div[style*="display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr))"],footer:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1){display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:16px 14px!important;margin-bottom:19px!important;line-height:14.6px!important}footer>.container>div:first-child>div:nth-child(1),footer div[style*="display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr))"]>div:nth-child(1),.brand-logo-footer{display:none!important}footer>.container>div:first-child>div:nth-child(2),footer div[style*="display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr))"]>div:nth-child(2),footer:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2){display:block!important;text-align:center!important}footer>.container>div:first-child>div:nth-child(3),footer div[style*="display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr))"]>div:nth-child(3){display:none!important}footer>.container>div:first-child>div:nth-child(4),footer div[style*="display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr))"]>div:nth-child(4),footer:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(4){display:block!important;text-align:center!important}footer h4,footer div[style*="display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr))"] h4,footer:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>h4:nth-of-type(1),footer:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(4)>h4:nth-of-type(1){font-size:11.5px!important;font-weight:700!important;color:#fff!important;margin-bottom:10px!important;text-transform:uppercase!important;letter-spacing:.6px!important;line-height:1.2!important;text-align:center!important}footer ul,footer div[style*="display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr))"] ul,footer:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>ul:nth-of-type(1),footer:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(4)>ul:nth-of-type(1){list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:5px!important;text-align:center!important;line-height:16.6px!important}footer ul li,footer div[style*="display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr))"] ul li,footer:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2)>ul:nth-of-type(1)>li,footer:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(4)>ul:nth-of-type(1)>li{margin:0!important;padding:0!important;line-height:16.6px!important;text-align:center!important}footer ul li a,footer div[style*="display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr))"] ul li a,footer:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(4)>ul:nth-of-type(1)>li>a{font-size:11px!important;color:#94a3b8!important;text-decoration:none!important;display:inline-block!important;transition:color .15s ease!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;text-align:center!important;line-height:16.6px!important}footer ul li a:hover,footer ul li a:active{color:#fcc501!important}footer div[style*="border-top:1px solid #1E293B"],footer>.container>div:last-child,footer:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2),div#app>footer:nth-of-type(1)>div:nth-of-type(1)>div:nth-of-type(2){border-top:1px solid #1E293B!important;margin-top:0!important;padding-top:12px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:8px!important;font-size:10px!important;color:#64748b!important;text-align:center!important}footer div[style*="border-top:1px solid #1E293B"]>div:first-child,footer>.container>div:last-child>div:first-child{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;flex-wrap:wrap!important}footer div[style*="border-top:1px solid #1E293B"] a,footer>.container>div:last-child a{font-size:10px!important;color:#94a3b8!important;text-decoration:none!important}footer div[style*="border-top:1px solid #1E293B"] span,footer>.container>div:last-child span{color:#334155!important;font-size:9px!important}footer div[style*="border-top:1px solid #1E293B"]>div:last-child,footer>.container>div:last-child>div:last-child{font-size:9.5px!important;color:#64748b!important;line-height:1.35!important;max-width:320px!important;margin:0 auto!important}@media(max-width:360px){.container{padding-left:10px!important;padding-right:10px!important}#active-campus-badge{max-width:110px!important;padding:5px 8px!important;font-size:10.5px!important}#active-campus-badge span{display:none!important}#active-campus-badge:after{content:"UNIMAID";font-weight:700}#food-grid,#shopping-grid,#marketplace-grid,body.home-page section:nth-of-type(3) div[style*="grid-template-columns:repeat(auto-fill"],body.home-page section:nth-of-type(5) div[style*="grid-template-columns:repeat(auto-fill"]{gap:8px!important}.card img,.marketplace-card-img,#food-grid .card img,#shopping-grid .card img{height:100px!important}.delivery-type-btn span{font-size:9.5px!important}.delivery-type-btn i{font-size:15px!important}.order-status-steps{gap:2px!important}.status-step-circle{width:24px!important;height:24px!important;font-size:10px!important}.status-step-label{font-size:8.5px!important;max-width:50px!important}}@media(min-width:480px)and (max-width:767px){#food-grid,#shopping-grid,#marketplace-grid,body.home-page section:nth-of-type(3) div[style*="grid-template-columns:repeat(auto-fill"],body.home-page section:nth-of-type(5) div[style*="grid-template-columns:repeat(auto-fill"]{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}#food-grid .card img,#shopping-grid .card img,.marketplace-card-img{height:135px!important}}}
