*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#1e293b;background:#fff}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}:root{--blue: #0066CC;--blue-dark: #0052A3;--yellow: #FFD700;--dark: #0F172A;--gray: #64748B;--gray-bg: #F8FAFC;--border: #E2E8F0}.header{background:var(--blue);position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px #0000001a}.header-top{padding:16px 40px;display:flex;align-items:center;gap:32px}.header-logo{display:flex;align-items:center;gap:12px;color:#fff;font-size:28px;font-weight:700;flex-shrink:0}.header-logo img{height:45px;width:auto}.header-search{flex:1;max-width:900px}.search-form{display:flex;border-radius:50px;overflow:hidden;background:#fff}.search-input{flex:1;padding:14px 24px;border:none;font-size:15px;outline:none}.search-btn{background:var(--yellow);border:none;padding:14px 32px;transition:background .2s;display:flex;align-items:center;justify-content:center;color:var(--dark)}.search-btn:hover{background:#ffc700}.header-actions{display:flex;align-items:center;gap:24px}.header-action{display:flex;flex-direction:column;align-items:center;gap:4px;color:#fff;transition:opacity .2s;position:relative}.header-action:hover{opacity:.8}.action-icon{width:24px;height:24px}.action-label{font-size:12px;font-weight:500;color:#fff}.cart-count{position:absolute;top:-4px;right:-8px;background:var(--yellow);color:var(--dark);border-radius:10px;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;padding:0 6px}.nav-bar{background:#f8fafc;padding:12px 40px;border-bottom:1px solid var(--border)}.nav-links{display:flex;gap:8px;align-items:center;max-width:1400px;margin:0 auto}.nav-link{color:#1e293b;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s;white-space:nowrap;background:#fff;border:1px solid var(--border);border-radius:24px}.nav-link:hover{background:var(--blue);color:#fff;border-color:var(--blue)}.hero-walmart{padding:40px;background:#f8fafc}.hero-card{max-width:1400px;margin:0 auto;background:linear-gradient(135deg,#e8f4f8,#d1e7f0);background-size:cover;background-position:center;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #00000014;min-height:400px;position:relative}.hero-card-overlay{min-height:400px;display:flex;align-items:center;padding:60px}.hero-card-text{background:#fffffff2;padding:40px;border-radius:12px;max-width:500px;box-shadow:0 4px 12px #0000001a}.hero-subtitle-small{font-size:14px;color:var(--blue);font-weight:600;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.hero-card-title{font-size:48px;font-weight:700;color:#003d7a;line-height:1.2;margin-bottom:24px}.hero-card-btn{display:inline-block;background:transparent;color:var(--blue);padding:0;font-size:16px;font-weight:600;text-decoration:underline;transition:opacity .2s}.hero-card-btn:hover{opacity:.7}.promo-cards-section{padding:40px;background:#f8fafc}.promo-cards-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.promo-card{background:#fff;background-size:cover;background-position:center;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:transform .3s,box-shadow .3s;display:block;min-height:280px;position:relative}.promo-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.promo-card-large{grid-column:span 2;min-height:360px}.promo-card-overlay{background:linear-gradient(to top,#fff,#fffffffa,#ffffffd9 40%,#fff6,#fff0);height:100%;display:flex;align-items:flex-end;padding:32px}.promo-card-large .promo-card-overlay{background:linear-gradient(to right,#fff,#fffffffa 30%,#ffffffd9 50%,#fff6,#fff0);height:100%;align-items:flex-start}.promo-card-text{max-width:350px}.promo-card-large .promo-card-text{max-width:280px}.promo-small-title{display:inline-block;font-size:12px;color:var(--blue);font-weight:600;margin-bottom:12px;background:#fff;padding:6px 16px;border-radius:20px;text-transform:capitalize}.promo-card-title{font-size:24px;font-weight:700;color:#003d7a;line-height:1.3;margin-bottom:16px}.promo-card-large .promo-card-title{font-size:26px}.promo-card-link{font-size:15px;color:#06c;font-weight:600;text-decoration:underline}.btn-primary{display:inline-flex;background:var(--yellow);color:var(--dark);padding:16px 40px;border-radius:50px;font-size:16px;font-weight:700;border:none;transition:all .3s;align-items:center;justify-content:center}.btn-primary:hover{background:#ffc700;transform:translateY(-2px);box-shadow:0 8px 24px #ffd70066}.product-carousel-section{padding:60px 40px 40px;background:#fff}.carousel-container{max-width:1400px;margin:0 auto}.carousel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.carousel-title{font-size:32px;font-weight:700;color:#1e293b}.carousel-view-all{color:var(--blue);font-weight:600;font-size:16px;text-decoration:none}.carousel-view-all:hover{text-decoration:underline}.carousel-wrapper{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#CBD5E1 #F8FAFC}.carousel-wrapper::-webkit-scrollbar{height:8px}.carousel-wrapper::-webkit-scrollbar-track{background:#f8fafc;border-radius:4px}.carousel-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.carousel-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}.carousel-track{display:flex;gap:20px}.carousel-product{flex:0 0 220px;background:#fff;border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:all .3s;display:flex;flex-direction:column;height:320px}.carousel-product:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:var(--yellow)}.carousel-product:hover .carousel-add-btn{opacity:1}.carousel-product-img{width:220px;height:220px;background:var(--gray-bg);display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.carousel-product-img img{max-width:100%;max-height:100%;object-fit:contain}.carousel-add-btn{position:absolute;bottom:12px;right:12px;width:40px;height:40px;background:var(--yellow);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px;font-weight:700;color:#1e293b;transition:all .3s;box-shadow:0 4px 12px #00000026}.carousel-add-btn:hover{background:#ffc700;transform:scale(1.15)}.carousel-product-info{padding:12px}.carousel-product-title{font-size:14px;color:#1e293b;margin-bottom:8px;font-weight:500;line-height:1.3}.carousel-product-price{font-size:18px;font-weight:700;color:var(--blue)}.section{padding:60px 40px}.section-white{background:#fff}.section-gray{background:var(--gray-bg)}.section-header{margin-bottom:40px;display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin-left:auto;margin-right:auto}.section-title{font-size:32px;font-weight:700;color:#1e293b}.view-all{color:var(--blue);font-weight:600;font-size:16px}.view-all:hover{text-decoration:underline}.categories-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.category-card{display:block;transition:transform .3s}.category-card:hover{transform:translateY(-4px)}.category-img{width:100%;aspect-ratio:1;background:var(--gray-bg);border:1px solid var(--border);border-radius:8px;overflow:hidden;margin-bottom:12px;display:flex;align-items:center;justify-content:center}.category-img img{width:100%;height:100%;object-fit:cover}.category-name{text-align:center;font-size:14px;font-weight:600;color:#1e293b}.products-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.product-card{background:#fff;border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:all .3s;display:block}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:var(--yellow)}.product-img{width:100%;aspect-ratio:1;background:var(--gray-bg);display:flex;align-items:center;justify-content:center}.product-img img{max-width:100%;max-height:100%;object-fit:contain}.product-info{padding:12px}.product-title{font-size:14px;color:#1e293b;margin-bottom:8px;font-weight:500;line-height:1.3}.product-price{font-size:18px;font-weight:700;color:var(--blue)}.badges-grid{max-width:1200px;margin:0 auto;display:grid;gap:40px}.badge{text-align:center}.badge-icon{width:80px;height:80px;margin:0 auto 16px;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center}.badge-icon svg{display:block}.badge-title{font-size:18px;font-weight:700;color:#1e293b;margin-bottom:8px}.badge-text{font-size:14px;color:var(--gray)}.footer{background:var(--blue);color:#fff;padding:48px 40px 24px}.footer-content{max-width:1400px;margin:0 auto 40px;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.footer h3{font-size:16px;font-weight:700;margin-bottom:16px}.footer-links{list-style:none}.footer-links li{margin-bottom:10px}.footer-links a{color:#ffffffe6;font-size:14px;transition:opacity .2s}.footer-links a:hover{opacity:.7}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:24px;text-align:center;font-size:13px;opacity:.8}.product-page{max-width:1400px;margin:60px auto;padding:0 40px}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.product-main-image{width:100%;aspect-ratio:1;background:var(--gray-bg);border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.product-details h1{font-size:42px;font-weight:700;margin-bottom:16px}.product-price-large{font-size:36px;font-weight:700;color:var(--blue);margin-bottom:24px}.product-description{font-size:16px;color:var(--gray);line-height:1.8;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid var(--border)}.collection-layout{max-width:1400px;margin:40px auto;padding:0 40px;display:grid;grid-template-columns:280px 1fr;gap:48px}.filters-sidebar{position:sticky;top:100px;height:fit-content;background:var(--gray-bg);padding:32px 24px;border:1px solid var(--border)}@media(max-width:1200px){.categories-grid,.products-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:989px){.header-top{flex-wrap:wrap;gap:16px;padding:16px 20px}.header-search{order:3;width:100%;max-width:100%}.hero-card-overlay{padding:40px 20px}.hero-card-text{padding:30px;max-width:100%}.hero-card-title{font-size:32px}.promo-cards-grid{grid-template-columns:repeat(2,1fr)}.promo-card-large{grid-column:span 2}.promo-card-overlay{padding:24px}.promo-card-title{font-size:24px}.categories-grid,.products-grid{grid-template-columns:repeat(3,1fr)}.product-grid,.collection-layout{grid-template-columns:1fr}}@media(max-width:768px){.section{padding:40px 20px}.nav-bar{padding:8px 20px;overflow-x:auto}.nav-links{gap:6px}.nav-link{padding:8px 16px;font-size:13px}.badges-grid{grid-template-columns:repeat(2,1fr)!important;gap:32px}.footer-content{grid-template-columns:repeat(2,1fr)}.product-carousel-section{padding:40px 20px}.carousel-title{font-size:24px}.carousel-product{flex:0 0 180px}}@media(max-width:640px){.categories-grid,.products-grid{grid-template-columns:repeat(2,1fr)}.promo-cards-grid{grid-template-columns:1fr}.promo-card-large{grid-column:span 1}.promo-card-large .promo-card-content{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/theme.css.map */
