.products_cards{align-items:center;display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:1440px;width:100%}.products_cards .cards__wrapper{display:flex;gap:24px;justify-content:space-between;max-width:90%;width:100%}@media (max-width:480px){.products_cards .cards__wrapper{align-items:center;flex-direction:column;gap:24px;max-width:95%}}.products_cards .cards__wrapper .card__link{color:inherit;display:block;max-width:30%;min-width:368px;text-decoration:none}@media (max-width:1024px){.products_cards .cards__wrapper .card__link{max-width:30%;min-width:25%}}@media (max-width:468px){.products_cards .cards__wrapper .card__link{max-width:100%;min-width:100%}}.products_cards .cards__wrapper .card{background:#fff;border-bottom-right-radius:40px;filter:drop-shadow(0 0 .75rem rgba(218,218,218,.5098039216));gap:0;position:relative;width:100%}@media (max-width:480px){.products_cards .cards__wrapper .card{max-width:unset;width:100%}}.products_cards .cards__wrapper .card img{aspect-ratio:3.68/3.1;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}@media (max-width:480px){.products_cards .cards__wrapper .card img{aspect-ratio:4.5/2}}.products_cards .cards__wrapper .card .cards__text-content__wrapper{display:flex;flex-direction:column;gap:6px;margin:0;padding:24px}.products_cards .cards__wrapper .card .product__label--tag{background:var(--color-secondary);color:var(--color-white);padding:.5rem 1rem;position:absolute;right:0;top:4rem;transform:translateY(-50%)}@media (max-width:1024px){.products_cards .cards__wrapper .card .product__label--tag{font-size:1.1rem}}.products_cards .cards__wrapper .card .cards__text-content__wrapper .product__label{font-size:1.3rem}.products_cards .cards__wrapper .card .cards__text-content__wrapper .product__description{font-size:1.2rem}.products_cards .cards__wrapper .card .cards__text-content__wrapper .product__title{font-size:1.8rem;font-weight:600;letter-spacing:.1px}@media (max-width:1024px){.products_cards .cards__wrapper .card .cards__text-content__wrapper .product__description,.products_cards .cards__wrapper .card .cards__text-content__wrapper .product__label--tag{font-size:1.1rem}.products_cards .cards__wrapper .card .cards__text-content__wrapper .product__title{font-size:1.4rem;font-weight:400}}