.swiper-slide{height:auto!important;display:flex}.product-item{height:456px;overflow:hidden;position:relative;display:flex;flex-direction:column;background-color:var(--white);border:1px solid var(--celeste-claro)!important;border-radius:12px!important;transition:all .3s ease-in-out}.product-item:hover{border:1px solid var(--verde)!important}.product-item-thumb{flex-grow:0;flex-shrink:0;overflow:hidden;height:122px}@media screen and (min-width: 768px){.product-item-thumb{height:158px}}.product-item-thumb img{transition:all .3s ease-in-out;width:100%;height:100%;object-fit:cover}.product-item-content{flex-grow:1;padding:16px;display:flex;flex-direction:column;justify-content:space-between;gap:8px}.product-item-title{margin:0;font-size:16px;font-weight:500;line-height:24px;color:var(--black);text-align:center}@media screen and (min-width: 768px){.product-item-title{font-size:18px;line-height:24px}}.product-item-extract{margin:0;font-size:12px;font-weight:300;line-height:16px;color:var(--gris);text-align:center}@media screen and (min-width: 768px){.product-item-extract{font-size:14px;line-height:20px}}.product-item-action{margin:0;display:flex;flex-direction:column;align-items:center;gap:8px}@media screen and (min-width: 768px){.product-item-action{flex-direction:row;justify-content:center}}.product-item.active .product-item-thumb img,.product-item:hover .product-item-thumb img{transform:scale(1.05)}
