.product-card{display:flex;flex-direction:column;align-items:center;row-gap:20px;border-radius:10px;background:#fff;width:360px;height:445px;overflow:hidden}.product-card:hover{border:2px solid #b88e63}.product-card img{width:360px;height:360px}.product-card-info{display:flex;column-gap:20px;padding-bottom:20px}.product-card-info-block{display:flex;column-gap:10px;align-items:center}.info-block-flex{display:flex;flex-direction:column}.info-block-flex h6{color:#323232;font-size:13px;font-weight:400;line-height:18px}.info-block-flex h5{color:#323232;font-size:20px;font-weight:800;line-height:27px}@media (max-width:1800px){.product-card img{width:339px;height:339px}.product-card{width:339px;height:424px}.info-block-flex h5{color:#323232;font-size:16px;font-weight:800;line-height:27px}}@media (max-width:1600px){.product-card img{width:285px;height:285px}.product-card{width:285px;height:425px}.product-card-info{display:flex;flex-direction:column;column-gap:20px;padding-bottom:20px;width:100%;row-gap:10px;margin-left:20px}}@media (max-width:1200px){.product-card{width:246px;height:386px}.product-card img{width:246px;height:246px}}@media (max-width:1000px){.product-card{width:280px;height:420px}.product-card img{width:280px;height:280px}}@media (max-width:800px){.product-card{width:360px;height:445px}.product-card img{width:360px;height:360px}.product-card-info{display:flex;flex-direction:row;column-gap:20px;padding-bottom:20px;width:100%;justify-content:center;row-gap:10px;margin-left:0}}@media (max-width:450px){.product-card img{width:300px;height:300px}.product-card-info{display:flex;flex-direction:column;column-gap:20px;padding-bottom:20px;width:100%;justify-content:center;row-gap:10px;margin-left:20px}}