.product-cards__head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:clamp(22px,3vw,40px)}.product-cards__title{font-family:Matrice,sans-serif;font-size:clamp(28px,4vw,45px);font-style:normal;font-weight:500;line-height:clamp(38px,5.4vw,60px);letter-spacing:-1.35px;margin:0}.product-cards__svg{display:flex;align-items:center;justify-content:center;height:44px}.product-cards__svg img{height:100%;width:auto;display:block}.product-cards__grid{display:grid;gap:16px}.product-cards.cols-1 .product-cards__grid{grid-template-columns:1fr}.product-cards.cols-2 .product-cards__grid{grid-template-columns:repeat(2,1fr)}.product-cards.cols-3 .product-cards__grid{grid-template-columns:repeat(3,1fr)}.product-cards.cols-4 .product-cards__grid{grid-template-columns:repeat(4,1fr)}@media(max-width:980px){.product-cards.cols-3 .product-cards__grid,.product-cards.cols-4 .product-cards__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.product-cards__head{flex-direction:column;align-items:flex-start}.product-cards__grid{grid-template-columns:1fr!important}}.product-card{background:var(--dark);overflow:hidden}.product-card--bg-1{background:#1f1e1e}.product-card--bg-2{background:#2f2d2d}.product-card__media{display:block}.product-card__media img{width:100%;height:auto;display:block;transform-origin:center;border-radius:3px}.product-card__body{padding:24px 4px 30px;text-align:center}.product-card__title{margin:0;text-align:center;font-size:clamp(18px,2.2vw,24px);font-style:normal;font-weight:400;line-height:clamp(26px,3vw,34px)}.product-card__title a{color:#fff;text-decoration:none}.product-card__desc{margin-top:8px;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:clamp(22px,2.2vw,24px);padding:0 80px}.product-card__foot{display:flex;justify-content:space-between;align-items:end;gap:16px;padding:0 22px 32px}.product-card__price{text-align:center;font-family:Matrice;font-size:clamp(26px,2.2vw,45px);font-style:normal;font-weight:500;line-height:clamp(32px,4.2vw,45px);letter-spacing:-1.35px;text-transform:uppercase}.product-card__price span{display:flex;align-items:start;gap:5px}.product-card__price .woocommerce-Price-currencySymbol{font-size:14px;font-style:normal;font-weight:300;line-height:clamp(22px,2.2vw,24px);letter-spacing:.5px;font-family:Google Sans Flex,sans-serif}
