*{box-sizing:border-box;margin:0;padding:0}.All{font-family:Arial,sans-serif;padding:20px}.products{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.product{background:#fff;border-radius:8px;box-shadow:0 2px 6px #0000001a;padding:15px;text-align:center;transition:transform .2s}.product:hover{transform:translateY(-5px)}.product img{border-radius:6px;height:auto;max-width:100%}.Total-section{background:#fff;border-radius:8px;box-shadow:0 2px 6px #0000001a;margin-top:20px;padding:15px}.Total-section img{border-radius:6px;max-width:100px}h1,h2,h3,h6{margin-bottom:10px}button{background:#40e0d0;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;margin:5px;padding:8px 15px;transition:background .3s}button:hover{background:#009e9e}@media (max-width:600px){.products{grid-template-columns:1fr}.Total-section{font-size:14px}.product h2{font-size:18px}}@media (min-width:601px) and (max-width:992px){.products{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=main.a37770ff.css.map*/