.product-feed{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}@media screen and (max-width:768px){.product-feed{grid-template-columns:repeat(2, 1fr);gap:10px}}.product-excerpt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;border:1px solid #dadce8;border-radius:40px;background:#ffffff;padding:20px;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}@media screen and (max-width:768px){.product-excerpt{padding:10px;border-radius:20px}}.product-excerpt img{aspect-ratio:1;border-radius:20px;overflow:hidden;width:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:768px){.product-excerpt img{border-radius:10px}}.product-excerpt .product-excerpt__content{display:grid;gap:10px}.product-excerpt h4{font-size:24px;font-weight:400;margin-bottom:0}@media screen and (max-width:768px){.product-excerpt h4{font-size:20px}}.product-excerpt:hover{border-color:#024e9f;translate:0px -10px;color:#000000}.product-excerpt p{font-size:16px;line-height:1.3}@media screen and (max-width:768px){.product-excerpt p{font-size:14px}}