.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:360px;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}.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}.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:1100px;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:70vh;background:linear-gradient(#0f172a66,#0f172acc),url(https://lh3.googleusercontent.com/aida-public/AB6AXuD5mqAAqjdi33qEoJ4MjTqa5QUY2lIGna7fM1lKx2d8bGBLjb6zCRF7myLc1uNBz9QALT9AWaHEMefm4GCTC-zRH9btorCjziu8wg8fgSFSNMaAFdnnoAYij12rOED8IrBo6DgfKqO9-4lmCEW4UkgM_5K0rcjmSKDMJ-vQo9pzSVlZPumjk2eVs9rzxSSzl7hBJ75KAu1X7nHhk8rMaDZp6APCZdgtqMXqN2bw92nW8XYoMOw2nAxbuZTp0NCw5HTfCFmRSuBqAA);background-size:cover;background-position:center;display:flex;align-items:flex-end}.hero-content{max-width:900px;padding:60px;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)}.featured{background:#f9fafb;padding:80px 20px;text-align:center}.featured-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,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;background-size:cover;background-position:center;border-radius:12px;margin-bottom:16px}.img-a{background-image:url(https://lh3.googleusercontent.com/aida-public/AB6AXuBmQy9xkesf-T8O4_XjCiDUHBjGYxOz4W2dtoJRHY6GX27I5QLulFZjOJKOb5DrPFe1-fDw62YgMbNHVzNP1oYCOpaAayOhDuU5T9J2t4FD7FJRTFXEDnZ8LlhY_rCkeorImTi_pL4i3Wunjt7YcFUv8cT2bKytV5UNHKASEjNNzvQD_S9Cf1-TuW2iajlAZOjQAvVLI_839NavNu3iPJZY5QIN7mIGnMyr3jMarJYMbSw-hF4ljuNFrZrmCkxdL7hOnArwqVmvjQ)}.img-b{background-image:url(https://lh3.googleusercontent.com/aida-public/AB6AXuDfrPJQKraO0BCZg-enCzEtR0_blaK6IKnKLa8UthSSH-rKm2k-fzQ8RemteU1H0G2RXhBiohaz704n3zBQhPr7oj0s7f44_fUpp7S-INiioSFOo7DyV05j6RVXjR4RNjkjqlUnmf3jCVapmxQ13H14V57DvwxDmiw_bFNWSX-pGrZSiTLEJQRSTmIM0Ddm56Uce8lh3KHq6NvcwINKLUTwjg0HG9DDctnKrvuzjiARrExhCuuDvYM1vMq_nwqHkuN_ycoHn65veA)}.img-c{background-image:url(https://lh3.googleusercontent.com/aida-public/AB6AXuAhkGHhJmNlYheBsbUknbnDgiJRVF3Adri-8cY_dr7zx20ORQJEsmE1lmNtpVn0E4binV_SHqk2ZrBoVRMyZYGWBjRMTB7WTisoDc-2vaBLm7z0Dldscxza1a-CK5DO0TxDGGQlXmnXuoAJOMgj5oDLsZE_dcTTtyl5rb4vcCdRKrwfDl3du-bbuAudzyjWZ1FiKavL1yx-rrvP6Onru2Ub6S-3NLsY582ag-ZAE-6LZTt_TZ9BCSNQu7I6XWOV-feDi9ESF7PM4Q)}.contact{padding:80px 20px;text-align:center}.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:20px}.breadcrumb{font-size:14px;color:#666;margin-bottom:30px}.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 #ddd}.product-image-box img{width:100%;height:auto;border-radius:12px}.product-info h1{font-size:32px;margin:10px 0;color:#111}.stock-badge{display:inline-block;background:#e8f5e9;color:#2e7d32;font-size:12px;padding:4px 10px;border-radius:12px;margin-bottom:10px}.category{color:#d32f2f;font-weight:600;margin-bottom:16px}.description{color:#555;line-height:1.6;margin-bottom:30px}.action-row{margin-bottom:20px}.add-btn{background:#27348b;color:#fff;border:none;padding:10px 18px;border-radius:8px;cursor:pointer}.add-btn.large{padding:14px 28px;font-size:16px;font-weight:600}.add-btn:hover{background:#1f2b6f}.features{display:flex;gap:20px;font-size:14px;color:#555}.product-description-section{margin-top:60px;border-top:1px solid #ddd;padding-top:40px}.product-description-section h2{font-size:24px;margin-bottom:16px}.product-card{border:1px solid #ddd;border-radius:12px;padding:16px;text-align:center;background:#fff}.product-image{width:100%;height:160px;object-fit:cover;border-radius:8px;cursor:pointer}.products-page-container{min-height:calc(100vh - 160px);background-color:#f8fafc}.products-layout{display:flex;max-width:1440px;margin:0 auto;width:100%}.products-sidebar{display:none;width:256px;flex-direction:column;gap:32px;padding:32px 24px 32px 32px;position:sticky;top:80px;height:calc(100vh - 80px);overflow-y:auto;border-right:1px solid #e2e8f0;background-color:#ffffff80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(min-width:1024px){.products-sidebar{display:flex}}.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}.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(1,1fr);gap:24px}@media(min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.products-grid{grid-template-columns:repeat(4,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:column;background-color:#fff;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d;transition:all .3s;cursor:pointer}.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 0;opacity:.95}.contact-hero-content h2{color:#5b6670;font-weight:500;margin-top:.8rem;font-size:1.05rem;max-width:64ch;margin-left:auto;margin-right:auto;line-height:1.5;opacity:.95}.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;background:#fff;padding:2rem;border-radius:1rem;border:1px solid #e2e8f0}.contact-form h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.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}}.contact-map .map-cta{position:absolute;bottom:16px;left:16px;background:#ffffffe6;padding:12px 14px;border-radius:10px;box-shadow:0 6px 20px #0000001f}.contact-map .map-cta p{margin:0;font-weight:700;color:#0f172a}.contact-map .map-cta a{display:flex;align-items:center;gap:8px;color:#1d4ed8;margin-top:6px;font-size:13px}.certifications{margin-top:1rem;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.cert-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:9999px;background:#f1f5f9;color:#475569;font-weight:600;font-size:12px;border:1px solid #e2e8f0}.cert-badge .material-symbols-outlined{font-size:14px}*{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}
