.pizza_card{ /*height: 630px;*/ float: left; position: static; text-align: center; border:1px solid hsl(0, 0%, 100%); padding: 20px; transition: all 0.2s ease; display: flex; flex-flow: column; -webkit-box-pack: justify; justify-content: space-between; margin-bottom: 60px; cursor: pointer; .img { margin: 0px; position: relative; width: 100%; border-radius: 12px; top: 0px; transition: top 150ms ease-out 0s; user-select: none; image-rendering: auto; flex-flow: column; } .product_card_box{ text-align: left; margin: 8px 0px; line-height: 24px; font-weight: 500; display: contents; h3{ margin-bottom: 5px; } .product_card_text{ flex: auto; } } .footer_box{ margin-top: 16px; display: flex; } .product_card_footer{ display: table; width: 100%; } .product_card_price{ float: left; position: static; display: flex; margin: 10px 10px; font-style: normal; font-weight: 600; } .product_card_video{ width: 100%; } } .pizza_item:hover { /* margin-top: -4px; margin-bottom: 24px;*/ } .pizza_card:hover { border:1px solid #d6d6d6; filter:blur(0px); opacity:1; box-shadow:0 8px 20px 0px rgba(0,0,0,0.125); } .pictureText_text{ display: block; text-align: left; } .product_card_img{ text-align: center; } @media (min-width: 640px) { .pizza_item { /* margin: 0 20px 20px 0; */ box-shadow: 0 0 0 0 rgba(227, 228, 230, 0); } .pizza_item:hover .pizza_item_link { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08); box-shadow: 0 7px 19px -1px rgba(172, 172, 179, 0.3); } } @media (min-width: 640px) and (min-width: 1600px) { .pizza_item { width: calc(100% / 4 - (20px * 3 / 4)); } .pizza_item:nth-child(4n) { margin-right: 0; } } @media (min-width: 640px) and (min-width: 768px) and (max-width: 1600px) { .pizza_item { width: calc(100% / 2 - (20px * 2 / 3)); } .pizza_item:nth-child(3n) { margin-right: 0; } } @media (min-width: 640px) and (min-width: 768px) { .pizza_item { transition: 0.2s; } .pizza_item:hover .vendor-fave__btn { opacity: 1; pointer-events: auto; } }