.bo-product-card__wrap{position:relative}.bo-product-card__row{display:flex;flex-wrap:wrap;gap:20px;width:100%}.bo-product-card{background:#fff;border-radius:8px;box-shadow:0 8px 18px #b4b5b533;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:14px 14px 20px;text-align:center;text-decoration:none;transition:box-shadow .1s ease,transform .1s ease}.bo-product-card:hover{transform:translateY(-3px)}.bo-product-card__image{margin-bottom:14px}.bo-product-card__title{font-size:18px;word-wrap:normal}@media screen and (max-width:767px){.bo-product-card__items{flex:0 0 50%;max-width:calc(50% - 21px)}}@media screen and (min-width:768px) and (max-width:991px){.bo-product-card__items{flex:0 0 33.333%;max-width:calc(33.333% - 21px)}}@media screen and (min-width:992px){.bo-product-card__row{justify-content:space-between}.bo-product-card__items{flex:0 0 20%;max-width:calc(20% - 20px)}}