.product-card{position:relative;width:100%;padding:0 4px;margin-top:8px}@media (min-width:640px){.product-card{width:50%}}@media (min-width:768px){.product-card{width:33.33333333%}}@media (min-width:1024px){.product-card{width:25%}}@media (min-width:1280px){.product-card{width:20%}}.product-card .product-card-box{overflow:hidden;background-color:#fff;position:relative;border-radius:29px;box-shadow:0 .25rem .25rem rgba(0,0,0,.075);transition:transform .2s ease-in-out,box-shadow .3s ease-in-out;cursor:pointer;transition:all .25s linear}.product-card .product-card-box:hover{transform:translateY(-2px);box-shadow:0 .125rem .25rem rgba(6,61,211,.3)}.product-card .product-card-box:hover .product-card-box-image img{transform:scale(1.05)}.product-card .product-card-box:hover .product-card-caption{color:#063dd3}.product-card .product-card-box .product-card-sale-percent{background-color:#e92f2f;top:0;right:0;padding:10px 12px;position:absolute;z-index:1;border-bottom-left-radius:29px}.product-card .product-card-box .product-card-sale-percent p{color:#fff;font-size:20px}.product-card .product-card-box .product-card-box-image{overflow:hidden}.product-card .product-card-box .product-card-box-image img{transition:all .25s linear;border-radius:30px;object-position:center;width:100%;object-fit:contain}.product-card .product-card-box .product-card-box-info{display:flex;flex-direction:column;gap:6px;padding:16px 17px}.product-card .product-card-box .product-card-box-info .product-card-action{color:#000;display:flex;justify-content:space-between;align-items:center;flex-direction:column}@media (min-width:375px){.product-card .product-card-box .product-card-box-info .product-card-action{flex-direction:row}}.product-card .product-card-box .product-card-box-info .product-card-action .product-card-rating-container{display:flex;gap:2px;align-items:center}.product-card .product-card-box .product-card-box-info .product-card-action .product-card-rating-container .product-card-rating{font-size:14px;display:flex;padding:4px 6px;gap:2px;border-radius:10px;background-color:#063dd3;color:#fff}.product-card .product-card-box .product-card-box-info .product-card-action .product-card-rating-container .product-card-rating-amount{font-size:12px}.product-card .product-card-box .product-card-box-info .product-card-action .product-card-cart{display:flex;align-items:center}.product-card .product-card-box .product-card-box-info .product-card-action .product-card-cart .product-card-cart-button{outline:none;border:none;background-color:transparent;display:flex;align-items:center;justify-content:center;color:#397bef}.product-card .product-card-box .product-card-box-info .product-card-action .product-card-cart .product-card-cart-amount{font-size:12px}.product-card .product-card-box .product-card-box-info .product-card-gift{margin-top:6px;color:#f60;font-size:12px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;border-radius:30px;border:1px dashed #063dd3;padding:2px 10px}