@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lato:wght@300;400;700&display=swap);*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;font-family:Lato,sans-serif;font-style:normal;margin:0;padding:0}.app{position:relative;text-align:center}h1{color:#333}.top-title{font-family:Lato,sans-serif;font-style:normal;font-weight:700;margin:30px 0 0 80px;text-align:left}.product-list{grid-gap:45px;align-items:center;display:grid;gap:45px;grid-template-columns:repeat(4,1fr);min-height:100vh;padding:0 10rem;width:100%}@media screen and (max-width:1279px){.product-list{grid-template-columns:repeat(3,1fr);min-height:auto;padding:5rem 3rem}}@media screen and (max-width:820px){.product-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:505px){.product-list{grid-template-columns:repeat(1,1fr)}}.box{background:#fff;text-align:center;transition:.3s ease-in-out}.box .card{display:flex;flex-direction:column;height:505px;justify-content:space-between;position:relative}.box .card .note{background:#000;color:#fff;font-size:14px;font-weight:400px;max-width:150px;padding:3px 5px;position:absolute;text-transform:uppercase;z-index:1}@media screen and (max-width:1024px){.box .card .note{font-size:12px}}.box .card .goods .image-link{display:block;margin:10px auto 25px;overflow:hidden;position:relative;width:80%}.box .card .goods .image-link img{transition:.3s ease-in-out;width:180px}.box .card .goods .image-link:hover img{transform:scale(1.05)}@media screen and (max-width:990px){.box .card .goods .image-link{width:90%}}.box .card .goods .desc{margin:0 auto 20px;width:80%}.box .card .goods .desc .title-link{color:#000;text-decoration:none}.box .card .goods .desc .title-link .title{font-size:18px;font-weight:300;margin:10px 0;text-transform:uppercase}@media screen and (max-width:820px){.box .card .goods .desc .title-link .title{font-size:16px}}.box .card .goods .desc .price{font-size:1.5rem;font-weight:700;margin:10px 0 20px}@media screen and (max-width:505px){.box .card .goods .desc{width:90%}}.box .card .action .select{margin:auto;max-width:80%;width:180px}.box .card .action .btn{align-items:center;background-color:#005bff;border:none;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;justify-content:center;line-height:20px;margin-top:15px;opacity:1;outline:none;padding:12px 20px;text-align:center;text-transform:uppercase;width:100%}.box .card .action .btn .btn-image{background-image:url(/static/media/cart.67fcb7e216955594ff12.svg);display:inline-block;height:17px;margin-right:10px;width:17px}.box .card .action .btn:hover{opacity:.85;transition:opacity .3s ease-in-out}.box .card .action .btn-disabled{background-color:gray}.box:hover{box-shadow:0 48px 100px 0 #110c2e26;transform:scale(1.1)}
/*# sourceMappingURL=main.5965438b.css.map*/