.v-cardProductsItem{border-radius:24px;display:flex;flex-direction:column;justify-content:space-between;padding:3.2rem;position:relative;text-decoration:none;z-index:1}@media screen and (max-width:992px){.v-cardProductsItem:nth-child(n+5){display:none}}.v-cardProductsItem .v-cardProductsItem__title{color:#333;font-size:1.8rem;font-weight:700;line-height:2.6rem;transition:color .2s}@media screen and (max-width:992px){.v-cardProductsItem .v-cardProductsItem__title{font-size:1.6rem;line-height:2.4rem}}.v-cardProductsItem__box{align-items:center;display:flex;flex-direction:row;margin-bottom:2.4rem;z-index:101}.v-cardProductsItem__iconWrapper{align-items:center;background-color:#f4f4f4;border-radius:50%;color:#279f00;display:flex;flex-shrink:0;height:8rem;justify-content:center;margin-right:2rem;width:8rem}@media screen and (max-width:992px){.v-cardProductsItem__iconWrapper{height:7.2rem;width:7.2rem}}.v-cardProductsItem__iconWrapper .v-icon{height:4rem;width:4rem}.v-cardProductsItem__contentWrapper{display:flex;flex-direction:column}.v-cardProductsItem__desc{color:#6f6f6f;line-height:2.6rem;z-index:101}@media screen and (max-width:992px){.v-cardProductsItem__desc{font-size:1.4rem;line-height:2.6rem}}.v-cardProductsItem__comment{color:#6f6f6f;font-size:1.6rem;font-weight:700;line-height:2.6rem;margin-top:1.6rem;z-index:1}@media screen and (max-width:992px){.v-cardProductsItem__comment{font-size:1.4rem;line-height:2.4rem;margin-top:.8rem}}.v-cardProductsItem__btnContainer{align-items:center;display:flex;width:100%;z-index:2}.v-cardProductsItem__price{color:#f60;font-size:1.6rem;font-weight:700;line-height:2.4rem;margin-right:4rem;margin-top:3.2rem;max-width:fit-content;width:100%}@media screen and (max-width:992px){.v-cardProductsItem__price{font-size:1.4rem;margin-right:3.2rem;margin-top:2.4rem}}.v-cardProductsItem__price+.v-cardProductsItem__btn{margin-top:auto}.v-cardProductsItem__btn{margin-top:1.6rem}:root{--color-white:#fff;--color-orange:#f60;--color-lightgray:#b6b6b6;--color-black:#333}.v-cardProducts__container{display:grid;gap:6.4rem 2.4rem}@media screen and (max-width:640px){.v-cardProducts__container{gap:4rem 0}}@media screen and (max-width:992px){.v-cardProducts__container.show .v-cardProductsItem:nth-child(n+5){display:block}}.v-cardProducts__container.oneColumns{grid-template-columns:1fr}.v-cardProducts__container.twoColumns{gap:6.4rem 2.4rem;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:640px){.v-cardProducts__container.twoColumns{gap:4rem 0;grid-template-columns:1fr}}.v-cardProducts__container.threeColumns{grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1220px){.v-cardProducts__container.threeColumns{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:640px){.v-cardProducts__container.threeColumns{gap:4rem 0;grid-template-columns:1fr}}.v-cardProducts__container.fillGray .v-cardProductsItem__iconWrapper,.v-cardProducts__container.outlined .v-cardProductsItem__iconWrapper{height:6.4rem;width:6.4rem}.v-cardProducts__container.fillGray .v-cardProductsItem__title,.v-cardProducts__container.outlined .v-cardProductsItem__title{font-size:2rem;line-height:2.8rem}@media screen and (max-width:992px){.v-cardProducts__container.fillGray .v-cardProductsItem__title,.v-cardProducts__container.outlined .v-cardProductsItem__title{font-size:1.6rem;line-height:2.4rem}}.v-cardProducts__container.fillGray .v-cardProductsItem{background-color:#f4f4f4}.v-cardProducts__container.fillGray .v-cardProductsItem__iconWrapper{background-color:#fff}.v-cardProducts__container.outlined .v-cardProductsItem{border:2px solid #eaeaea}.v-cardProducts__container.outlined .v-cardProductsItem__iconWrapper .v-icon{height:3.2rem;width:3.2rem}.v-cardProducts__container.outlined .v-cardProductsItem__desc{color:#333}.v-btn.v-cardProducts__showMore{margin-top:3.2rem}@media screen and (max-width:640px){.v-btn.v-cardProducts__showMore{width:100%}}
