.cart-page{max-width:1120px;margin:24px auto;padding:0 16px 32px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Inter,sans-serif}.cart-breadcrumb{display:flex;flex-wrap:wrap;gap:4px;font-size:14px;color:#64748b;margin-bottom:16px}.cart-breadcrumb a{color:#64748b;text-decoration:none}.cart-breadcrumb a:hover{color:#2a3b8f}.cart-breadcrumb .current{color:#2a3b8f;font-weight:600}.cart-header-row{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:12px;padding-bottom:16px;border-bottom:1px solid #e2e8f0;margin-bottom:24px}.cart-header-row h1{font-size:30px;font-weight:800;color:#2a3b8f;margin:0}.cart-header-row p{margin:4px 0 0;color:#64748b}.ssl-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:9999px;border:1px solid #bbf7d0;background-color:#ecfdf3;color:#15803d;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.ssl-badge .material-symbols-outlined{font-size:16px}.cart-layout{display:flex;flex-direction:column;gap:24px}@media(min-width:1024px){.cart-layout{flex-direction:row;align-items:flex-start}}.cart-left{flex:1;display:flex;flex-direction:column;gap:24px;min-width:0}.cart-right{width:390px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}@media(max-width:1023px){.cart-right{width:100%}}.cart-card{background-color:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0f172a14;overflow:hidden}.cart-card-header{padding:16px 20px;border-bottom:1px solid #e2e8f0;background-color:#f9fafb;display:flex;justify-content:space-between;align-items:center;gap:12px}.cart-card-header h2{margin:0;font-size:16px;font-weight:700;color:#111827;display:flex;align-items:center;gap:8px}.step-circle{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:9999px;background-color:#111827;color:#fff;font-size:13px}.cart-card-header .muted{font-size:14px;font-weight:400;color:#6b7280}.edit-link{font-size:14px;font-weight:600;color:#2a3b8f;text-decoration:none}.edit-link:hover{color:#d32f2f}.cart-items{padding:16px 20px;display:flex;flex-direction:column;gap:16px}.cart-item-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;border-bottom:1px solid #e5e7eb;padding-bottom:12px}.cart-item-row:last-child{border-bottom:none;padding-bottom:0}.cart-item-image-wrapper{width:72px;height:72px;border-radius:12px;background-color:#fff;border:1px solid #e5e7eb;padding:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cart-item-image{width:100%;height:100%;object-fit:contain}.cart-item-main{flex:1;min-width:0}.cart-item-main h3{margin:0;font-size:14px;font-weight:700;color:#111827}.cart-item-main .sku{margin-top:4px;font-size:12px;color:#6b7280}.cart-item-actions{display:flex;align-items:center;gap:12px}.qty-control{display:inline-flex;align-items:center;border-radius:9999px;border:1px solid #e5e7eb;background-color:#fff;overflow:hidden}.qty-control button{padding:4px 10px;border:none;background:transparent;cursor:pointer;color:#6b7280;font-weight:500}.qty-control button:hover{background-color:#f9fafb;color:#2a3b8f}.qty-control input{width:42px;text-align:center;border:none;padding:4px 0;font-size:14px;font-weight:500}.qty-control input:focus{outline:none}.remove-btn{border:none;background:none;cursor:pointer;font-size:13px;color:#9ca3af;padding:4px 8px;border-radius:9999px}.remove-btn:hover{background-color:#fef2f2;color:#b91c1c}.shipping-form{padding:20px;display:flex;flex-direction:column;gap:16px}.form-row{display:flex;flex-direction:column;gap:12px}.form-row.two-cols{gap:16px}@media(min-width:768px){.form-row.two-cols{flex-direction:row}}.form-row.inner-two-cols{flex:1}@media(min-width:768px){.form-row.inner-two-cols{flex-direction:row}}.form-field{flex:1;display:flex;flex-direction:column;gap:6px}.form-field label{font-size:14px;font-weight:600;color:#111827}.form-field input,.form-field select{height:42px;border-radius:8px;border:1px solid transparent;padding:0 12px;font-size:14px;background-color:#f1f5f9;color:#111827}.form-field input:focus,.form-field select:focus{outline:none;border-color:#2a3b8f;box-shadow:0 0 0 1px #2a3b8f4d;background-color:#fff}.checkbox-field{display:flex;align-items:center;gap:8px;font-size:14px;color:#111827}.checkbox-field input{width:18px;height:18px}.primary-submit{margin-top:8px;width:100%;height:52px;border-radius:12px;border:none;background:linear-gradient(to right,#2e7d32,#16a34a);color:#fff;font-size:15px;font-weight:700;cursor:pointer}.primary-submit:hover{background:linear-gradient(to right,#15803d,#15803d)}.help-card{margin-top:8px;background-color:#2a3b8f0a;border-radius:16px;border:1px solid rgba(42,59,143,.15);padding:16px;display:flex;gap:12px;align-items:center}.help-icon{width:36px;height:36px;border-radius:9999px;background-color:#fff;display:flex;align-items:center;justify-content:center;color:#2a3b8f;box-shadow:0 2px 6px #0f172a1f}.help-icon .material-symbols-outlined{font-size:22px}.input-error{border-color:#fca5a5;box-shadow:0 0 0 1px #dc262614}.field-error{color:#b91c1c;font-size:12px;margin-top:6px}.help-title{margin:0;font-size:14px;font-weight:700;color:#111827}.help-text{margin:2px 0 0;font-size:12px;color:#6b7280}.help-text a{color:#2a3b8f;font-weight:600;text-decoration:none}.help-text a:hover{text-decoration:underline}.cart-page-empty{max-width:600px;margin:40px auto;text-align:center;padding:24px}.cart-page-empty h1{margin-bottom:8px}.cart-page-empty p{margin-bottom:16px}.cart-page-empty a{color:#2563eb;text-decoration:underline}.cart-page-empty-inner{text-align:center;padding:32px 12px}.cart-page-empty-inner h2{margin-bottom:8px;font-size:18px;font-weight:700;color:#111827}.cart-page-empty-inner p{margin-bottom:12px;font-size:14px;color:#6b7280}.cart-page-empty-inner a{color:#2a3b8f;font-weight:600;text-decoration:underline}.order-summary-wrapper{width:100%}.sticky-col{position:sticky;top:96px;display:flex;flex-direction:column;gap:20px}.os-card{background:#fff;border:1px solid #e6e6e6;border-radius:12px;padding:20px;box-shadow:0 6px 18px #0e0e120f;position:relative;overflow:hidden}.os-progress{position:absolute;top:0;left:0;right:0;height:6px;display:flex}.os-seg{flex:1}.os-seg.os-green{background:#3f8a47}.os-seg.os-primary{background:#3b82f6}.os-seg.os-red{background:#ef4444}.os-title{font-weight:800;font-size:18px;margin:0 0 12px;color:#111827;text-align:center}.os-content{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.os-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#6b7280}.value{font-weight:700;color:#111827}.os-divider{border-top:1px dashed #e6e6e6;margin:8px 0}.os-total{display:flex;flex-direction:column;align-items:center;gap:6px}.total-label{font-weight:700;text-align:center}.total-value{font-weight:900;font-size:28px;color:#3b82f6}.items-label{font-size:12px;color:#6b7280;margin-top:4px}.os-button{width:100%;height:56px;background:linear-gradient(90deg,#10b981,#3f8a47);color:#fff;border:none;border-radius:12px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:transform .08s,box-shadow .12s}.os-button:active{transform:scale(.98)}.os-icons{display:flex;justify-content:center;gap:8px;margin-top:12px}.os-icon-placeholder{width:40px;height:24px;background:#f3f4f6;border-radius:6px;border:1px solid #e5e7eb}.os-legal{font-size:11px;text-align:center;color:#6b7280;margin-top:12px;line-height:1.3}.os-legal a{color:#3b82f6;text-decoration:underline}@media(max-width:768px){.sticky-col{position:static;top:auto}}.header{position:sticky;top:0;z-index:50;background-color:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 4px #0000000d;padding:0 24px}.header-container{max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:80px;gap:16px}.logo-section{display:flex;align-items:center;gap:8px}.logo-icon{width:50px;height:50px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.logo-image{width:100%;height:100%;object-fit:contain}.logo-text-group{display:flex;flex-direction:column;line-height:1.1}.logo-title{font-size:25px;font-family:Times New Roman,Times,serif;font-weight:700;color:#2a408c}.logo-subtitle{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#d32f2f}.search-container{flex:1;max-width:500px}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8}.search-input{width:100%;padding:8px 40px 8px 12px;border:1px solid #e2e8f0;border-radius:8px;background-color:#f1f5f9;color:#111827;font-size:.875rem}.search-input:focus{outline:none;border-color:#2a408c;box-shadow:0 0 0 2px #2a408c33}.search-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:color .2s}.search-button:hover{color:#2a408c}.search-button .material-symbols-outlined{font-size:20px}.nav-cart-section{display:flex;align-items:center;gap:16px}.header-actions{display:flex;align-items:center;gap:8px}.icon-button{position:relative;background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;color:#475569;display:flex;align-items:center;justify-content:center;transition:background-color .2s,color .2s}.icon-button:hover{background-color:#f1f5f9;color:#2a408c}.icon-button .material-symbols-outlined{font-size:24px}.nav-links{display:flex;gap:24px}.nav-links a{text-decoration:none;font-size:.875rem;font-weight:500;color:#475569;transition:color .2s}.nav-links a:hover{color:#2a408c}.cart-button{position:relative;background:none;border:none;cursor:pointer;font-size:24px;color:#475569}.cart-button:hover{color:#2a408c}.cart-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;background-color:#d32f2f;border-radius:9px;border:2px solid #ffffff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff;padding:0 4px}.nav-links a.active{color:#2a408c;font-weight:600;border-bottom:2px solid #2a408c}.clear-button{position:absolute;right:36px;background:none;border:none;font-size:14px;cursor:pointer;color:#64748b}.menu-toggle{display:none}@media(max-width:768px){.search-container{display:none}.nav-links{position:absolute;top:80px;right:0;background:#fff;flex-direction:column;gap:16px;padding:16px;border:1px solid #e2e8f0;display:none}.nav-links.open,.menu-toggle{display:flex}}.site-footer{background:linear-gradient(135deg,#6366f10f,#10b98108);color:#0f172a;padding-top:20px;padding-bottom:10px;font-family:inherit;border-top:1px solid rgba(14,27,48,.04);box-shadow:0 -6px 24px #0f172a08}.footer-inner{max-width:1200px;margin:0 auto;display:flex;gap:40px;align-items:center;justify-content:space-between;flex-wrap:wrap}.footer-brand{display:flex;gap:16px;align-items:center;min-width:220px}.brand-image{width:84px;height:84px;object-fit:cover;border-radius:10px;box-shadow:0 10px 30px #07152873;border:2px solid rgba(255,255,255,.04)}.company-name{display:flex;flex-direction:column;line-height:1}.footer-title{font-family:Times New Roman,Times,serif;font-weight:700;font-size:25px;color:#2a408c;letter-spacing:.02em}.footer-subtitle{font-weight:600;font-size:.7rem;color:#d32f2f;margin-top:2px;letter-spacing:.08em;text-transform:uppercase}.company-tag{color:#1f5e3a;font-size:.95rem;margin-top:6px}.footer-address{flex:1;display:flex;align-items:center;justify-content:center;padding:8px 12px}.company-address{color:#0f172a;font-style:normal;margin:0;font-size:.95rem;max-width:380px;text-align:center;font-weight:700}.address-line{display:block}.address-item{display:flex;align-items:center;gap:12px;justify-content:center}.address-text{text-align:center}.icon{width:30px;height:30px;min-width:30px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background-color:#eff6ff;color:#1d4ed8;box-shadow:0 6px 18px #08122314}.icon.sales{background-color:#d1fae5;color:#16a34a}.icon.email{background-color:#fee2e2;color:#dc2626}.icon.location{background-color:#f1f5f9;color:#1d4ed8}.footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:12px;justify-content:flex-start}.contact-item{display:flex;gap:12px;align-items:center}.contact-title{margin:0 0 6px;color:#274155;font-weight:700}.contact-phone,.contact-email{color:#274155;font-weight:600}.contact-email a{color:#274155;text-decoration:none}.contact-email a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid rgba(14,27,48,.04);padding:12px 0 0;margin-top:15px;text-align:center;color:#475569;font-size:.9rem;line-height:1.4;height:auto;box-sizing:border-box}@media(max-width:768px){.footer-inner{flex-direction:column;align-items:center}.footer-address{order:2;width:100%;margin-top:12px}.footer-brand{order:1}.footer-contact{order:3;width:100%;align-items:center;text-align:center;margin-top:12px}.footer-links{width:100%;justify-content:center;margin-top:12px}.links-col{margin-bottom:12px}.company-name{font-size:1.05rem}}.hero{min-height:600px;background-size:cover;background-position:center;display:flex;align-items:flex-end}.hero-content{max-width:900px;padding:60px 60px 165px;color:#fff}.hero-bars{display:flex;gap:8px;margin-bottom:20px}.bar{height:4px;width:48px;border-radius:4px}.bar.red{background:#d32f2f}.bar.green{background:#2e7d32}.bar.blue{background:#2a3d8f}.hero h1{font-size:52px;font-weight:900;line-height:1.1}.hero h1 span{color:#93c5fd}.hero p{margin-top:16px;font-size:20px;color:#e5e7eb}.primary-btn{margin-top:32px;padding:14px 32px;background:#d32f2f;color:#fff;font-weight:700;border-radius:8px}.divider{width:96px;height:4px;margin:12px auto 48px;background:linear-gradient(90deg,#2e7d32,#2a3d8f,#d32f2f);border-radius:4px}.categories{padding:80px 20px;text-align:center}.category-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px}.category-card{text-align:center}.category-img{width:100%;aspect-ratio:1 / 1;border-radius:16px;background-size:cover;background-position:center;box-shadow:0 10px 25px #0000001a}.category-card p{margin-top:16px;font-size:18px;font-weight:600}.img-1{background-image:url(https://lh3.googleusercontent.com/aida-public/AB6AXuD3lJJM9dI0bStSsaBx7GpfcrlWbJSItP6O6kluSoaCMiccoMIuwWBDw6LKIag2agGMOO4rplH6cNtlyhORCuN8Eu_QSQs7aB4LUksCqZWY7rHg4MQ680gBlLLRIqPj1dwU2YG3ujYQRQQrLHgIfK_0gyIGz0KWrAzyXb6Pri7SgWTdfPd2bPY-LNsAAvA9ehtwfOAx9YG5nYX2xtvqrpaRj2bU-aUugBTyQQTToDfjNywM-yhtyrwkivqWUe8q6UEa4D5UXAfelQ)}.img-2{background-image:url(https://lh3.googleusercontent.com/aida-public/AB6AXuD_hEaclp6Y58v3TheuExGYQVgAFe6EgRXPxbypnVmlNvDTK_zhzX6WE9XpPZuNolo_JH9YcY0Z6eW5HZVy42Fu_Qqtl3pGVzGpYriF-dporgBxujRutzWEGq-UqYnKcMbZpQf4-VrHkdWK_bIsPA2-yRvb6Y_idIVh9oU4OZ9gbC8gK1CilDzDHDFnU80rw2sFNQpme7P91RCYF0HG5_RgYoABvHJkZjhu87hYyYUumr-uD8Qwdw4tzN1GwapJHXOT_M_0evuuXg)}.img-3{background-image:url(https://lh3.googleusercontent.com/aida-public/AB6AXuCCB35Z4cVs2TFuvJ_D-YtHqOEYIgE4_F08ymmAxZug06eQwoA0eQk68QDfATuhK9IQEU9Yy1KJePm4NEnexwtt9fnFEb2FSkYnrVN-wxlPr5H_wEgzVrpJYiNPMjUNeQ2dBadcOomP4R2CVPviE5Ig7yzJ5-42qCIlOJykeFPDoaWn4CbF1hz6NSmDZZuQtM4H_77xR3QQBcoJGscy9GPPVV0R3ogexYMOk35bpH33aO8hfIYBWcSTDM1lRlK05cpzHI_qNFqq4g)}.img-4{background-image:url(https://lh3.googleusercontent.com/aida-public/AB6AXuBd5B7ceZPlhNsyUcPovVvEvK6QNq6gbOBht28chN1F3fEReJ8eNi8e46ubV77WUXijLa7lrI7HnbS37FnmfeXu0TS2HNWAsmoDFzRzfxeTKuhHQy6mW8T328Hy507nDkH7OxgEUk0JA7WrxkprQ0qUSbWG8OXewjdnj4QvBDCtY9BXg_JhvmnntXmpfQdxVg9WJEVyQG6_JkXFvbSyBILivoT5jVn3QjVCyJhrvBd49I6SoZKwqeo16nBtjQHNYqKhHR_pbMSBaw)}.categories{padding:50px 20px;text-align:center}.Brand-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px}.brand-card{text-align:center}.brand-img{width:100%;aspect-ratio:1 / 1;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 10px 25px #0000001a}.brand-img img{width:100%;height:auto;object-fit:contain;display:block}.brand-card p{margin-top:16px;font-size:18px;font-weight:600}.featured{background:#f9fafb;padding:50px 20px;text-align:center}.featured-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 15px 30px #00000014;padding:24px}.product-img{width:100%;aspect-ratio:1 / 1;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-img img{width:100%;height:auto;object-fit:contain;display:block}.about{padding:50px 20px 30px;text-align:center;background:#f8fafc}.about h2{font-size:32px;font-weight:800;color:#111827}.about p{max-width:1000px;margin:0 auto 20px;font-size:16px;line-height:1.8;color:#4b5563}.about p:last-of-type{margin-bottom:32px}.about .secondary-btn{margin-top:0}.secondary-btn{margin-top:24px;padding:14px 32px;background:#2a3d8f;color:#fff;font-weight:700;border-radius:8px}.product-detail-container{max-width:1200px;margin:40px auto;padding:0 20px}.back-btn{background:none;border:none;color:#27348b;font-weight:600;cursor:pointer;margin-bottom:16px}.back-btn:hover{text-decoration:underline}.breadcrumb{font-size:14px;color:#666;margin-bottom:32px}.breadcrumb a{color:#27348b;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.product-image-box{background:#fff;border-radius:16px;padding:20px;border:1px solid #e5e7eb}.product-image-box img{width:100%;height:auto;border-radius:12px;transition:transform .3s ease}.product-image-box img:hover{transform:scale(1.04)}.product-info h1{font-size:32px;margin-bottom:8px;color:#111827}.category{display:inline-block;color:#d32f2f;font-weight:600;margin-bottom:16px}.description{color:#555;line-height:1.6}.action-row{margin:24px 0}.thumbnail-row{display:flex;gap:8px;margin-top:10px;max-width:80px}.thumbnail-image{width:60px;height:60px;object-fit:cover;border:2px solid transparent;cursor:pointer}.thumbnail-image{border:2px solid transparent;border-radius:12px;padding:4px;box-sizing:border-box;transition:border-image .3s ease}.thumbnail-image.active{border:2px solid;border-radius:12px;border-image-slice:1;border-image-source:linear-gradient(45deg,red,blue,green)}.add-btn{background:#27348b;color:#fff;border:none;padding:10px 18px;border-radius:8px;cursor:pointer;transition:background .2s ease}.add-btn:hover{background:#1f2b6f}.add-btn.large{padding:14px 28px;font-size:16px;font-weight:600}.features{display:flex;gap:20px;font-size:14px;color:#555;margin-bottom:40px}.product-description-section{margin-top:40px;border-top:1px solid #e5e7eb;padding-top:32px}.product-description-section h2{font-size:24px;margin-bottom:12px}.product-card{border:1px solid #e5e7eb;border-radius:12px;padding:16px;text-align:center;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px #00000014}.product-image{width:100%;height:160px;object-fit:cover;border-radius:8px;margin-bottom:12px;cursor:pointer}.product-title{font-size:16px;font-weight:600;cursor:pointer;margin-bottom:6px}@media(max-width:768px){.product-detail-grid{grid-template-columns:1fr;gap:32px}.product-info h1{font-size:24px}.add-btn.large{width:100%}}@media(max-width:480px){.action-row{position:sticky;bottom:0;background:#fff;padding:12px 0;border-top:1px solid #e5e7eb}}.related-products{margin-top:60px}.related-products h2{font-size:26px;font-weight:700;margin-bottom:24px;color:#111827}.related-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px}.related-products .product-card{padding:18px}.related-products .product-image{height:240px;object-fit:contain}@media(max-width:768px){.related-products h2{font-size:22px}}@media(max-width:480px){.related-products-grid{grid-template-columns:1fr 1fr;gap:16px}}.loading-container{display:flex;justify-content:center;align-items:center;min-height:400px}.loading-spinner{font-size:1.2rem;color:#666;padding:2rem;text-align:center}.products-page-container{min-height:calc(100vh - 160px);background-color:#f8fafc}.products-layout{display:flex;flex-direction:column;max-width:1440px;margin:0 auto;width:100%}@media(min-width:1024px){.products-layout{flex-direction:row}}.products-sidebar{display:flex;width:100%;flex-direction:column;gap:32px;padding:32px 24px;position:relative;height:auto;overflow-y:visible;border-bottom:1px solid #e2e8f0;background-color:#ffffff80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(min-width:1024px){.products-sidebar{width:256px;padding:32px 24px 32px 32px;position:sticky;top:80px;height:calc(100vh - 80px);overflow-y:auto;border-right:1px solid #e2e8f0;border-bottom:none}}.sidebar-section{display:flex;flex-direction:column;gap:16px}.sidebar-header h3{color:#1e293b;font-size:16px;font-weight:700;line-height:1.5;margin:0}.sidebar-header p{color:#64748b;font-size:12px;font-weight:400;margin-top:4px}.category-buttons{display:flex;flex-direction:column;gap:4px}@media(max-width:1023px){.category-buttons{flex-direction:row;overflow-x:auto;gap:8px}.category-btn{white-space:nowrap;flex-shrink:0}}.category-btn{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:8px;background:none;border:none;color:#475569;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;text-align:left}.category-btn:hover{background-color:#f1f5f9;color:#2a408c}.category-btn.active{background-color:#2a408c;color:#fff;box-shadow:0 4px 6px #2a408c33}.category-btn .material-symbols-outlined{font-size:20px}.products-main{flex:1;padding:32px 16px}@media(min-width:640px){.products-main{padding:32px 24px}}@media(min-width:1024px){.products-main{padding:32px}}.breadcrumb-nav{display:flex;align-items:center;font-size:14px;color:#64748b;margin-bottom:24px}.breadcrumb-link{color:#64748b;text-decoration:none;transition:color .2s}.breadcrumb-link:hover{color:#2a408c}.breadcrumb-separator{font-size:16px;margin:0 8px;color:#cbd5e1}.breadcrumb-current{color:#1e293b;font-weight:500}.products-header{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}@media(min-width:768px){.products-header{flex-direction:row;align-items:flex-end;justify-content:space-between}}.products-header h1{font-size:30px;font-weight:700;color:#0f172a;margin:0;line-height:1.2;letter-spacing:-.025em}@media(min-width:768px){.products-header h1{font-size:36px}}.header-subtitle{margin-top:8px;display:flex;align-items:center;gap:8px}.accent-bar{height:4px;width:32px;background-color:#2e7d32;border-radius:9999px}.header-subtitle p{color:#64748b;margin:0;font-size:14px}.header-controls{display:flex;align-items:center;gap:12px}.sort-select-wrapper{position:relative}.sort-select{appearance:none;background-color:#fff;border:1px solid #e2e8f0;color:#1e293b;padding:8px 40px 8px 16px;border-radius:8px;font-size:14px;cursor:pointer;box-shadow:0 1px 2px #0000000d;min-width:180px}.sort-select:focus{outline:none;border-color:#2a408c;box-shadow:0 0 0 2px #2a408c33}.sort-icon{position:absolute;right:8px;top:50%;transform:translateY(-50%);pointer-events:none;color:#64748b;font-size:20px}.view-toggle{display:flex;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:4px;box-shadow:0 1px 2px #0000000d}.view-btn{padding:6px;border-radius:4px;border:none;background:none;cursor:pointer;color:#94a3b8;transition:all .2s;display:flex;align-items:center;justify-content:center}.view-btn:hover{background-color:#f1f5f9}.view-btn.active{color:#2a408c;background-color:#2a408c1a}.view-btn .material-symbols-outlined{font-size:20px}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:1rem}@media(min-width:1920px){.products-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.products-grid{grid-template-columns:1fr}}.products-grid.list-view{grid-template-columns:1fr}.no-products{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#64748b;font-size:18px}.product-card-modern{display:flex;flex-direction:row;background-color:#fff;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d;transition:all .3s;cursor:pointer;max-width:350px}.product-card-modern:hover{border-color:#2a408c4d;box-shadow:0 20px 25px -5px #2a408c0d;transform:translateY(-2px)}.product-image-container{position:relative;aspect-ratio:1;padding:24px;background-color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image-modern{object-fit:contain;height:100%;width:100%;transition:transform .5s}.product-card-modern:hover .product-image-modern{transform:scale(1.05)}.product-favorite-btn{position:absolute;top:12px;right:12px;z-index:10;padding:6px;border-radius:50%;background-color:#ffffffe6;border:none;color:#94a3b8;cursor:pointer;opacity:0;transform:translateY(-8px);transition:all .2s;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;justify-content:center}.product-card-modern:hover .product-favorite-btn{opacity:1;transform:translateY(0)}.product-favorite-btn:hover{background-color:#fff;color:#d32f2f}.product-favorite-btn .material-symbols-outlined{font-size:18px}.product-info-modern{padding:16px;display:flex;flex-direction:column;flex:1;border-top:1px solid rgba(226,232,240,.5)}.product-meta{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.product-sku{font-size:12px;font-family:monospace;color:#94a3b8}.product-title{color:#0f172a;font-weight:600;line-height:1.4;margin:0 0 4px;font-size:16px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}.product-card-modern:hover .product-title{color:#2a408c}.product-description{font-size:12px;color:#64748b;margin:0 0 16px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;flex:1}.product-footer{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between}.product-add-btn{background-color:#2a408c;color:#fff;border:none;padding:8px 25px;border-radius:8px;font-weight:700;font-size:14px;cursor:pointer;transition:all .2s;display:flex;gap:8px;box-shadow:0 1px 2px #0000000d;align-items:center;justify-content:center;margin:0 auto}.product-add-btn:hover{background-color:#1e3a8a;box-shadow:0 4px 6px #0000001a}.product-add-btn:active{transform:scale(.95)}.product-add-btn .material-symbols-outlined{font-size:18px}.btn-text{display:none}@media(min-width:640px){.btn-text{display:inline}}.pagination{margin-top:48px;display:flex;align-items:center;justify-content:center;gap:8px}.pagination-btn{padding:8px;border-radius:8px;border:1px solid #e2e8f0;background-color:#fff;color:#64748b;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.pagination-btn:hover:not(:disabled){background-color:#f8fafc}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-number{width:40px;height:40px;border-radius:8px;border:none;background:none;color:#475569;font-weight:500;cursor:pointer;transition:all .2s}.pagination-number:hover{background-color:#f1f5f9}.pagination-number.active{background-color:#2a408c;color:#fff;font-weight:700;box-shadow:0 1px 2px #0000000d}.pagination-ellipsis{color:#94a3b8;padding:0 4px}.pagination-info{margin-top:16px;text-align:center;font-size:14px;color:#64748b}.products-sidebar::-webkit-scrollbar{width:6px}.products-sidebar::-webkit-scrollbar-track{background:transparent}.products-sidebar::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:20px}.contact-page{font-family:Inter,sans-serif;color:#0f172a;background-color:#f8fafc;width:100%}.contact-hero.simple-hero{min-height:180px;display:flex;align-items:center;justify-content:center;border-radius:1rem;padding:2rem;text-align:center;margin:1rem 0 2rem;background:linear-gradient(135deg,#6366f10f,#10b98108);border:1px solid rgba(14,27,48,.04);box-shadow:0 6px 24px #0f172a0f;position:relative;overflow:hidden}.contact-hero.simple-hero:after{content:"";position:absolute;right:-60px;top:-60px;width:220px;height:220px;background:radial-gradient(circle at 30% 30%,#3b82f61f,#6366f100);transform:rotate(15deg);border-radius:50%;pointer-events:none}.contact-hero-content{z-index:1;max-width:900px;opacity:0;transform:translateY(8px);animation:heroFadeUp .6s cubic-bezier(.2,.9,.2,1) forwards}.contact-hero-content h1{color:#0f172a;font-size:2.5rem;font-weight:900;margin:0;line-height:1.03;letter-spacing:-.02em;text-shadow:0 6px 20px rgba(14,20,40,.05)}.contact-hero-content h1:after{content:"";display:block;width:72px;height:6px;background:linear-gradient(90deg,#16a34a,#3b82f6,#ef4444);border-radius:6px;margin:12px auto 10px;opacity:1}.contact-hero.simple-hero:before{content:"";position:absolute;left:-80px;bottom:-40px;width:160px;height:160px;background:radial-gradient(circle at 30% 30%,#10b9810f,#3b82f600);transform:rotate(-12deg);border-radius:50%;filter:blur(10px);opacity:.9;pointer-events:none}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.contact-hero.simple-hero{padding:1.25rem}.contact-hero-content h1{font-size:1.6rem}.contact-hero-content h2{font-size:1rem}}@media(max-width:640px){.contact-hero.simple-hero{padding:1.25rem}.contact-hero-content h1{font-size:1.5rem}.contact-hero-content h2{font-size:.95rem}}.contact-content{display:flex;flex-wrap:wrap;max-width:960px;margin:2rem auto;gap:2rem;padding:0 1rem}.contact-info{flex:1;min-width:280px}.contact-info h2{font-size:1.75rem;font-weight:700}.info-cards{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.card{display:flex;gap:1rem;background:#fff;padding:1rem;border-radius:1rem;border:1px solid #e2e8f0;align-items:center}.card .icon{width:48px;height:48px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;background-color:#eff6ff;color:#1d4ed8}.card .icon.sales{background-color:#d1fae5;color:#16a34a}.card .icon.email{background-color:#fee2e2;color:#dc2626}.card .icon.hours{background-color:#fff7ed;color:#f97316}.contact-form{flex:1;min-width:280px}.contact-form h2{font-size:1.75rem;font-weight:700;margin-bottom:15px}.contact-form .form-group{display:flex;flex-direction:column;margin-bottom:1rem}.contact-form input,.contact-form select,.contact-form textarea{padding:.5rem 1rem;border-radius:.5rem;border:1px solid #e2e8f0;font-size:1rem}.contact-form select{appearance:none;position:relative}.contact-form button{background-color:#1d4ed8;color:#fff;font-weight:700;padding:.75rem;border-radius:.75rem;width:100%;cursor:pointer;transition:background .3s}.contact-form button:hover{background-color:#1e40af}.contact-map{max-width:960px;margin:2rem auto;border-radius:1rem;overflow:hidden}.contact-map iframe{width:100%;height:450px;border:0}@media(max-width:640px){.contact-map iframe{height:300px}}.admin-login{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eeae6,#764ba2e6),url(/assets/Logobg-BmCcchS5.png);background-size:contain;background-position:center;background-repeat:no-repeat;background-attachment:fixed;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-container{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:420px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center}.login-logo{width:120px;height:auto;margin-bottom:1.5rem;border-radius:8px}.login-container h2{text-align:center;margin-bottom:2rem;color:#1a202c;font-weight:700;font-size:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#4a5568;font-weight:500;font-size:.875rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .2s ease;background:#f8fafc}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.login-btn{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.login-btn:hover{transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.admin-page{min-height:100vh;background:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.admin-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 10px #0000001a}.admin-header h1{margin:0;font-size:1.8rem}.admin-actions{display:flex;gap:1rem;align-items:center}.migrate-btn{background:#28a745;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background .3s ease}.migrate-btn:hover:not(:disabled){background:#218838}.migrate-btn:disabled{background:#6c757d;cursor:not-allowed}.direct-migrate-btn{background:#ff6b35;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background .3s ease}.direct-migrate-btn:hover:not(:disabled){background:#e55a2b}.direct-migrate-btn:disabled{background:#6c757d;cursor:not-allowed}.verify-btn{background:#17a2b8;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background .3s ease}.verify-btn:hover:not(:disabled){background:#138496}.verify-btn:disabled{background:#6c757d;cursor:not-allowed}.test-btn{background:#ffc107;color:#212529;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background .3s ease}.test-btn:hover:not(:disabled){background:#e0a800}.test-btn:disabled{background:#6c757d;cursor:not-allowed;color:#fff}.logout-btn{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background .3s ease}.logout-btn:hover{background:#c82333}.error-message,.success-message{padding:1rem 1.5rem;margin:1rem 2rem;border-radius:8px;font-size:.875rem;font-weight:500}.error-message{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#991b1b;border:1px solid #fecaca}.success-message{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#166534;border:1px solid #bbf7d0}.admin-content{display:flex;gap:2rem;padding:2rem;max-width:1400px;margin:0 auto}.admin-sidebar{width:280px;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;height:fit-content;position:sticky;top:2rem}.add-product-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-bottom:2rem;margin-top:1rem}.add-product-btn:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.product-stats h3{color:#1a202c;font-weight:600;font-size:1.125rem;margin-bottom:1rem}.product-stats p{color:#64748b;font-size:.875rem;margin:.5rem 0;padding:.75rem;background:#f1f5f9;border-radius:6px;border-left:4px solid #3b82f6}.admin-main{flex:1;min-width:0}.product-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-bottom:2rem}.product-form h2{color:#1a202c;font-weight:700;font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.image-input-group{display:flex;gap:1rem;margin-bottom:1rem;align-items:center}.image-upload-section{display:flex;align-items:center;gap:1rem;flex:1}.image-upload-section input[type=file]{padding:.75rem;border:2px dashed #cbd5e1;border-radius:8px;font-size:.875rem;background:#f9fafb;cursor:pointer;transition:all .2s ease}.image-upload-section input[type=file]:hover{border-color:#3b82f6;background:#eff6ff}.image-upload-section input[type=text]{flex:1;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem}.image-preview{border:2px solid #e2e8f0;border-radius:8px;object-fit:cover}.add-image-btn{padding:.625rem 1.25rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.add-image-btn:hover{background:#2563eb;transform:translateY(-1px)}.remove-image-btn{padding:.5rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.remove-image-btn:hover{background:#dc2626}.form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #f1f5f9}.save-btn{padding:.875rem 2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.save-btn:disabled{background:#94a3b8;cursor:not-allowed;transform:none}.save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.cancel-btn{padding:.875rem 2rem;background:#6b7280;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.cancel-btn:hover{background:#4b5563;transform:translateY(-2px)}.products-list{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.products-list h2{color:#1a202c;font-weight:700;font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1rem}.product-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.product-image{width:100px;height:100px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center;border-radius:8px;margin:0 auto 1rem;border:1px solid #e2e8f0}.product-image img{width:100%;height:100%;transition:transform .2s ease}.product-image img:hover{transform:scale(1.05)}.no-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#64748b;font-size:.75rem;font-weight:500;border-radius:8px}.product-info{padding:1.5rem 1.5rem .5rem;text-align:center}.product-info h3{color:#1a202c;font-weight:600;font-size:1.125rem;margin:.5rem 0;line-height:1.4}.product-id-category{display:flex;gap:.5rem;margin-bottom:.5rem;justify-content:center}.product-id{color:#64748b;font-size:.75rem;font-weight:500;background:#f1f5f9;padding:.25rem .5rem;border-radius:4px;display:inline-block;flex:1}.product-category{color:#3b82f6;font-size:.75rem;font-weight:500;background:#f1f5f9;padding:.25rem .5rem;border-radius:4px;display:inline-block;flex:1}.product-description{padding:0 1.5rem;text-align:center}.product-description p{color:#64748b;font-size:.875rem;line-height:1.5;margin:0 0 1rem}.product-actions{display:flex;justify-content:center;align-items:center;gap:5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f5f9;flex-wrap:nowrap}@media(max-width:768px){.product-actions{gap:1rem}}.edit-btn{padding:.625rem 1.25rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.edit-btn:hover{background:#2563eb;transform:translateY(-1px)}.delete-btn{padding:.625rem 1.25rem;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.delete-btn:hover{background:#dc2626;transform:translateY(-1px)}@media(max-width:1024px){.admin-content{flex-direction:column}.admin-sidebar{width:100%;position:static}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media(max-width:768px){.login-container{padding:2rem;margin:1rem}.admin-content{padding:1rem;gap:1rem}.form-row{grid-template-columns:1fr;gap:1rem}.image-input-group{flex-direction:column;align-items:stretch}.image-upload-section{flex-direction:column;gap:.5rem}.form-actions{flex-direction:column}.products-grid{grid-template-columns:1fr}.product-actions{flex-direction:column}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-card{animation:fadeIn .3s ease-out}.admin-header,.product-form,.products-list,.admin-sidebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:#f8fafc;color:#1f2937}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none}
