.amazon-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;gap:1rem;background:transparent}.header-left{display:flex;align-items:center;flex:0 0 auto}.header-center{display:flex;align-items:center;justify-content:center;gap:.75rem;flex:1 1 auto}.header-right{display:flex;align-items:center;justify-content:flex-end;gap:1rem;flex:0 0 auto}.logo img{height:40px;width:auto;display:block}.product-search-form{display:flex;align-items:center;background:#fff;border-radius:6px;box-shadow:0 2px 4px #00000012;height:40px;border:1px solid #43d4c0}.product-search-form select{padding:.45rem .6rem;border:none;background:#f3f3f3;font-weight:700;outline:none;height:100%;width:90px;min-width:70px}.search-input-wrapper{position:relative;width:220px;min-width:140px;height:40px;display:flex;align-items:center}.product-search-form input{padding:.5rem 1rem;border:none;width:100%;outline:none;height:32px;box-sizing:border-box;font-size:1rem;display:block}.product-search-form{max-width:420px}.product-search-btn{background:#43d4c0;color:#131921;border:none;font-weight:700;cursor:pointer;padding:0 .9rem;height:100%;display:flex;align-items:center;border-left:1px solid #FFD814}.orders-btn{color:#000;text-decoration:none;font-weight:700;font-size:1.05rem;background:#43d4c0;padding:.45rem .9rem;cursor:pointer;border-radius:4px}.cart-img{width:38px;height:38px;display:block;filter:invert(1) brightness(2)}@media(max-width:1024px){.search-input-wrapper{width:180px}}@media(max-width:768px){.amazon-header{flex-direction:column;align-items:stretch}.header-left,.header-center,.header-right{width:100%;margin:6px 0;justify-content:center}.header-center{flex-wrap:wrap;gap:8px}.product-search-form{margin:0 auto}.search-input-wrapper{width:60%;min-width:160px}.orders-btn{order:2}}@media(max-width:480px){.search-input-wrapper{width:100%}.product-search-form{width:100%;max-width:360px;margin:0 auto}.header-center{flex-direction:column;align-items:center;gap:8px}.orders-btn{width:auto;text-align:center;margin-top:8px}}.ebuy-main{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;justify-content:center;max-width:1400px;width:100%;padding:1rem}.category-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000017;padding:2rem 1.5rem;text-align:center;transition:box-shadow .2s;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:260px}.category-card img{max-width:180px;max-height:180px;width:auto;height:auto;object-fit:contain;margin-bottom:24px;display:block}.category-title{font-weight:700;color:#232f3e;font-size:1.25rem;margin-bottom:12px}@media(max-width:1024px){.categories-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.categories-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.category-card{min-height:220px;padding:1rem}.category-card img{max-width:140px;max-height:140px;margin-bottom:12px}}@media(max-width:420px){.categories-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.category-card{padding:.75rem;min-height:180px}.category-card img{max-width:120px;max-height:120px}}html,body{overflow-x:hidden}.amazon-header{background:#131921;color:#fff;padding:1rem;text-align:center}.amazon-main{background:#f3f3f3;min-height:80vh;padding:2rem}.amazon-section{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;margin-bottom:2rem;padding:1.5rem}.amazon-dashboard h1,.amazon-checkout h1,.amazon-order h1,.amazon-payment h1{font-family:Amazon Ember,Arial,sans-serif;font-size:2rem}.amazon-section h2{color:#131921;font-size:1.2rem;margin-bottom:1rem}.cart-box{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;padding:2rem}.cart-item{position:relative;display:flex;align-items:center;border-bottom:1px solid #eee;padding:1rem 0;gap:1rem}.cart-item-img{width:80px;height:80px;border-radius:6px;object-fit:contain;margin-right:1rem;flex:0 0 auto}.remove-btn{position:absolute;top:8px;right:8px;background:transparent;border:none;color:#b12704;cursor:pointer;font-weight:700}.cart-item-details{flex:1 1 auto}.quantity-controls{display:flex;align-items:center;gap:.5rem}.cart-item-total{font-weight:700;color:#232f3e;font-size:1.1rem;min-width:100px;text-align:right}@media(max-width:768px){.cart-box{padding:1rem}.cart-item{flex-direction:column;align-items:stretch;padding:.75rem 0}.remove-btn{position:static;align-self:flex-end;margin-bottom:.5rem}.cart-item-img{width:100%;height:160px;margin:0 0 .75rem}.cart-item-details{width:100%}.quantity-controls{margin-top:.5rem}.cart-item-total{text-align:right;min-width:auto;margin-top:.5rem}}@media(max-width:420px){.cart-item-img{height:120px}}.products-section{padding:1rem 0}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;justify-items:center;padding:0 1rem}.product-card{width:100%;max-width:260px;border:1px solid #eee;border-radius:8px;padding:1rem;background:#fafafa;display:flex;flex-direction:column;align-items:center;gap:.5rem}.product-card img{display:block;margin:0 auto .5rem;width:auto;max-width:100%;height:160px;object-fit:contain;border-radius:4px;cursor:pointer}.product-title{font-size:1rem;margin:.5rem 0;text-align:center}.product-rating{display:flex;align-items:center;gap:.3rem}.product-price{color:#b12704;font-weight:700}.product-add-btn{background:#43d4c0;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;margin-top:.25rem}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-card{max-width:220px;padding:.75rem}.product-card img{height:140px}}@media(max-width:420px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-card{max-width:180px;padding:.5rem}.product-card img{height:120px}}
