:root{font-family:Bogle,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#2e2f32;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--walmart-blue: #0071ce;--walmart-blue-dark: #004f9a;--walmart-yellow: #ffc220;--walmart-dark-yellow: #f2a900;--walmart-dark: #041e42;--walmart-gray: #74767b;--walmart-light-gray: #e6e6e6;--primary-color: #0071ce;--primary-dark: #004f9a;--secondary-color: #ffc220;--accent-color: #f2a900;--success-color: #10b981;--danger-color: #ef4444;--text-primary: #2e2f32;--text-secondary: #74767b;--card-bg: #ffffff;--card-border: #e6e6e6;--bg-light: #f2f8fd}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:#fff}a{font-weight:500;color:var(--walmart-blue);text-decoration:inherit}a:hover{color:var(--walmart-blue-dark)}button{border-radius:24px;border:1px solid transparent;padding:.7em 1.5em;font-size:1em;font-weight:600;font-family:inherit;background:var(--walmart-blue);color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:none}button:hover{background:var(--walmart-blue-dark)}button:focus,button:focus-visible{outline:2px solid var(--walmart-blue);outline-offset:2px}.navbar{background:#0071ce;padding:.75rem 1.5rem;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.navbar-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:200px 1fr auto;gap:2rem;align-items:center}.navbar-logo{display:flex;align-items:center;gap:.25rem;text-decoration:none;font-size:1.75rem;font-weight:700;color:#fff;transition:opacity .2s}.navbar-logo:hover{opacity:.9}.logo-spark{color:#ffc220;font-size:2rem;font-weight:700}.logo-text{color:#fff;letter-spacing:-.5px}.navbar-search{display:flex;align-items:center;background:#fff;border-radius:24px;overflow:hidden;max-width:600px}.navbar-search input{flex:1;border:none;padding:.75rem 1.25rem;font-size:.95rem;outline:none;background:transparent}.navbar-search input::placeholder{color:#74767b}.navbar-search .search-btn{background:transparent;border:none;padding:.75rem 1.25rem;cursor:pointer;font-size:1.2rem;color:#2e2f32;transition:background .2s}.navbar-search .search-btn:hover{background:#0071ce1a}.navbar-links{display:flex;gap:1.5rem;align-items:center}.nav-link{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-decoration:none;color:#fff;font-weight:500;font-size:.875rem;padding:.5rem 1rem;border-radius:4px;transition:background .2s;position:relative}.nav-link:hover{background:#ffffff1a}.nav-icon{font-size:1.5rem}.cart-link{position:relative}.cart-badge{position:absolute;top:0;right:.5rem;background:#ffc220;color:#041e42;border-radius:50%;padding:.125rem .5rem;font-size:.75rem;font-weight:700;min-width:20px;text-align:center}@media (max-width: 968px){.navbar-container{grid-template-columns:auto 1fr;gap:1rem}.navbar-search{grid-column:1 / -1;order:3}.navbar-links{gap:.75rem}.nav-link span:not(.nav-icon):not(.cart-badge){display:none}}@media (max-width: 768px){.navbar{padding:.5rem 1rem}.navbar-logo{font-size:1.5rem}.logo-spark{font-size:1.75rem}.navbar-search input{font-size:.875rem;padding:.65rem 1rem}}.product-card{background:#fff;border:1px solid #e6e6e6;border-radius:8px;overflow:hidden;transition:all .2s ease;display:flex;flex-direction:column;height:100%;cursor:pointer}.product-card:hover{box-shadow:0 4px 12px #00000026;border-color:#d1d1d1}.product-image-container{background:#fff;padding:1.5rem;display:flex;align-items:center;justify-content:center;min-height:280px;border-bottom:1px solid #e6e6e6}.product-image{max-width:100%;max-height:250px;object-fit:contain}.product-details{padding:1rem;display:flex;flex-direction:column;flex:1;gap:.5rem}.product-category{font-size:.75rem;color:#74767b;text-transform:capitalize;font-weight:400}.product-title{font-size:.95rem;font-weight:400;color:#2e2f32;line-height:1.3;overflow:hidden;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6rem}.product-description{display:none}.product-rating{display:flex;align-items:center;gap:.5rem;margin:.25rem 0}.rating-stars{color:#ffc220;font-size:.875rem;font-weight:600}.rating-count{font-size:.75rem;color:#74767b}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto;padding-top:.75rem}.product-price{font-size:1.5rem;font-weight:700;color:#2e2f32}.product-price:before{content:"$";font-size:1rem;vertical-align:super;margin-right:2px}.add-to-cart-btn{background:#0071ce;color:#fff;border:none;padding:.65rem 1.25rem;border-radius:24px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.add-to-cart-btn.adding:hover{background:#059669}@media (max-width: 768px){.product-image-container{min-height:220px}.product-image{max-height:200px}.product-title{font-size:.875rem}.product-price{font-size:1.25rem}.add-to-cart-btn{padding:.5rem 1rem;font-size:.8rem}}.home-container{padding:2rem 1.5rem;max-width:1400px;margin:0 auto;background:#f2f8fd;min-height:calc(100vh - 160px)}.home-header{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.home-header h1{font-size:2rem;color:#2e2f32;margin:0;font-weight:600}.category-filter{display:flex;align-items:center;gap:.75rem;background:#fff;padding:.75rem 1.25rem;border-radius:8px;border:1px solid #e6e6e6}.category-filter label{font-weight:600;color:#2e2f32;font-size:.95rem}.category-filter select{padding:.5rem 2rem .5rem .75rem;border:2px solid #e6e6e6;border-radius:6px;background:#fff;color:#2e2f32;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%232e2f32' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.category-filter select:hover{border-color:#0071ce}.category-filter select:focus{border-color:#0071ce;box-shadow:0 0 0 3px #0071ce1a}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;animation:fadeIn .6s ease-out}.loading-container,.error-container{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;margin:2rem auto;max-width:600px;border:1px solid #e6e6e6}.loading-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.spinner{border:4px solid #e6e6e6;border-top:4px solid #0071ce;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}.loading-container p{font-size:1.1rem;color:#74767b}.error-container h2{color:#ef4444;margin-bottom:1rem;font-size:1.5rem}.error-container p{color:#74767b;font-size:1rem;line-height:1.6}@media (max-width: 968px){.home-container{padding:1.5rem 1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}}@media (max-width: 768px){.home-container{padding:1rem}.home-header{flex-direction:column;align-items:flex-start}.home-header h1{font-size:1.5rem}.category-filter{width:100%;justify-content:space-between}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}}.cart-container{max-width:1400px;margin:0 auto;padding:2rem 1.5rem;background:#f2f8fd;min-height:calc(100vh - 160px)}.cart-header{margin-bottom:2rem}.cart-header h1{font-size:2rem;color:#2e2f32;font-weight:600;margin:0}.cart-content{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:1.5rem;padding:1.5rem;background:#fff;border:1px solid #e6e6e6;border-radius:8px;align-items:center}.cart-item-image{width:120px;height:120px;background:#fff;border:1px solid #e6e6e6;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:.75rem}.cart-item-image img{max-width:100%;max-height:100%;object-fit:contain}.cart-item-info{display:flex;flex-direction:column;gap:.5rem}.cart-item-title{font-size:1rem;font-weight:500;color:#2e2f32;margin:0;line-height:1.4}.cart-item-category{font-size:.875rem;color:#74767b;text-transform:capitalize}.cart-item-price{font-size:1.25rem;font-weight:700;color:#2e2f32;margin-top:.5rem}.cart-item-actions{display:flex;flex-direction:column;gap:1rem;align-items:flex-end}.cart-item-pricing{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;min-width:120px}.item-price{font-size:.813rem;color:#74767b;font-weight:400}.item-price:before{content:"@ ";color:#74767b}.item-subtotal{font-size:1.375rem;font-weight:700;color:#0071ce;letter-spacing:-.02em}.quantity-btn{width:36px;height:36px;border:none;background:#fff;color:#0071ce;font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;border-radius:0}.quantity-btn:hover{background:#f2f8fd}.quantity-btn:disabled{color:#e6e6e6;cursor:not-allowed}.quantity-input{width:50px;height:36px;border:none;border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6;background:#fff;color:#2e2f32;text-align:center;font-size:.95rem;font-weight:600;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-input:focus{outline:none;background:#f2f8fd}.remove-btn{background:#fff;color:#0071ce;border:1px solid #e6e6e6;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.remove-btn:hover{background:#fef2f2;color:#ef4444;border-color:#ef4444}.cart-summary{background:#fff;border:1px solid #e6e6e6;border-radius:8px;padding:1.5rem;position:sticky;top:100px}.cart-summary h2{font-size:1.25rem;color:#2e2f32;margin:0 0 1.5rem;font-weight:600;padding-bottom:1rem;border-bottom:1px solid #e6e6e6}.summary-line{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.95rem}.summary-line span:first-child{color:#74767b}.summary-line span:last-child{color:#2e2f32;font-weight:600}.summary-line.shipping span:last-child{color:#10b981;font-weight:700}.summary-line.total{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e6e6e6;font-size:1.25rem}.summary-line.total span{color:#2e2f32;font-weight:700}.checkout-btn{width:100%;background:#0071ce;color:#fff;border:none;padding:1rem 1.5rem;border-radius:24px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:1.5rem}.checkout-btn:hover{background:#004f9a}.clear-cart-btn{width:100%;background:#fff;color:#ef4444;border:1px solid #ef4444;padding:.75rem 1.5rem;border-radius:24px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:1rem}.clear-cart-btn:hover{background:#fef2f2}.secure-checkout{text-align:center;color:#74767b;font-size:.8rem;margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.empty-cart{text-align:center;padding:4rem 2rem;background:#fff;border:1px solid #e6e6e6;border-radius:8px;max-width:600px;margin:2rem auto}.empty-cart-icon{font-size:5rem;margin-bottom:1rem;opacity:.3}.empty-cart h2{font-size:1.75rem;color:#2e2f32;margin-bottom:.75rem;font-weight:600}.empty-cart p{color:#74767b;font-size:1.05rem;margin-bottom:2rem}.continue-shopping-btn{background:#0071ce;color:#fff;border:none;padding:.75rem 2rem;border-radius:24px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.continue-shopping-btn:hover{background:#004f9a}@media (max-width: 968px){.cart-content{grid-template-columns:1fr}.cart-summary{position:static;order:2}.cart-items{order:1}}@media (max-width: 768px){.cart-container{padding:1rem}.cart-header h1{font-size:1.5rem}.cart-item{grid-template-columns:80px 1fr;gap:1rem;padding:1rem}.cart-item-image{width:80px;height:80px}.cart-item-actions{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center}.cart-item-title{font-size:.9rem}.cart-item-price{font-size:1.1rem}}.product-details-container{max-width:1400px;margin:0 auto;padding:2rem 1.5rem;background:#f2f8fd;min-height:calc(100vh - 160px)}.back-button{background:#fff;border:1px solid #e6e6e6;color:#0071ce;padding:.65rem 1.25rem;border-radius:24px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:1.5rem}.back-button:hover{background:#f2f8fd;border-color:#0071ce}.product-details-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:#fff;border:1px solid #e6e6e6;border-radius:8px;padding:2.5rem}.product-details-image-section{position:sticky;top:100px;height:fit-content}.product-details-image{background:#fff;border:1px solid #e6e6e6;border-radius:8px;padding:3rem;display:flex;align-items:center;justify-content:center;min-height:500px}.product-details-image img{max-width:100%;max-height:500px;object-fit:contain}.product-details-info{display:flex;flex-direction:column;gap:1.5rem}.product-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#74767b}.product-breadcrumb span:first-child{cursor:pointer;transition:color .2s;color:#0071ce}.product-breadcrumb span:first-child:hover{text-decoration:underline}.product-breadcrumb .separator{color:#74767b}.product-breadcrumb .category{text-transform:capitalize;color:#2e2f32}.product-details-title{font-size:1.75rem;font-weight:600;line-height:1.3;margin:0;color:#2e2f32}.product-rating-section{display:flex;align-items:center;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #e6e6e6}.rating-stars{font-size:1.1rem;letter-spacing:2px;color:#ffc220}.rating-text{color:#74767b;font-size:.95rem}.product-price-section{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem 0;border-bottom:1px solid #e6e6e6}.product-details-price{font-size:2.5rem;font-weight:700;color:#2e2f32}.product-details-price:before{content:"$";font-size:1.5rem;vertical-align:super;margin-right:4px}.price-label{font-size:.875rem;color:#74767b}.product-category-badge{display:inline-block;padding:.5rem 1rem;background:#f2f8fd;border:1px solid #e6e6e6;border-radius:6px;font-size:.9rem;color:#74767b;width:fit-content}.product-category-badge span{text-transform:capitalize;color:#0071ce;font-weight:600}.product-description-section{padding:1rem 0}.product-description-section h3{font-size:1.25rem;margin:0 0 1rem;font-weight:600;color:#2e2f32}.product-description-section p{font-size:1rem;line-height:1.7;color:#2e2f32;margin:0}.product-actions{display:flex;flex-direction:column;gap:1.5rem;padding:2rem 0}.quantity-selector{display:flex;align-items:center;gap:1rem}.quantity-selector label{font-weight:600;color:#2e2f32;font-size:.95rem}.quantity-control{display:flex;align-items:center;gap:0;background:#fff;border:1px solid #e6e6e6;border-radius:24px;overflow:hidden}.quantity-control button{width:44px;height:44px;border:none;background:#fff;color:#0071ce;font-size:1.5rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;border-radius:0}.quantity-control button:hover{background:#f2f8fd}.quantity-control input{width:60px;height:44px;border:none;border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6;background:#fff;color:#2e2f32;text-align:center;font-size:1.1rem;font-weight:600;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.quantity-control input::-webkit-outer-spin-button,.quantity-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-control input:focus{outline:none;background:#f2f8fd}.add-to-cart-btn{width:100%;background:#0071ce;color:#fff;border:none;padding:1rem 2rem;border-radius:24px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.add-to-cart-btn:hover{background:#004f9a}.add-to-cart-btn.adding{background:#10b981}.product-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:2rem 0;border-top:1px solid #e6e6e6}.feature-item{display:flex;align-items:flex-start;gap:.75rem}.feature-item .icon{font-size:1.5rem}.feature-item strong{display:block;font-size:.875rem;margin-bottom:.25rem;color:#2e2f32;font-weight:600}.feature-item p{font-size:.8rem;color:#74767b;margin:0}.product-details-loading,.product-details-error{text-align:center;padding:4rem 2rem;background:#fff;border:1px solid #e6e6e6;border-radius:8px;margin:2rem auto;max-width:600px}.product-details-loading .spinner{border:4px solid #e6e6e6;border-top:4px solid #0071ce;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite;margin:0 auto 1.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-details-error h2{color:#ef4444;margin-bottom:1rem}.product-details-error button{margin-top:2rem}@media (max-width: 968px){.product-details-content{grid-template-columns:1fr;padding:2rem}.product-details-image-section{position:static}.product-details-image{min-height:400px}.product-features{grid-template-columns:1fr}}@media (max-width: 768px){.product-details-container{padding:1rem}.product-details-content{padding:1.5rem;gap:2rem}.product-details-title{font-size:1.5rem}.product-details-price{font-size:2rem}}.app{min-height:100vh;display:flex;flex-direction:column;background:#f2f8fd}.main-content{flex:1;width:100%;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.footer{background:#fff;border-top:1px solid #e6e6e6;padding:2rem 1.5rem;text-align:center;margin-top:auto}.footer p{color:#74767b;font-size:.875rem;margin:0}@media (max-width: 768px){.footer{padding:1.5rem 1rem}.footer p{font-size:.8rem}}
