.product-card .product-item{display:flex;max-width:440px;border-radius:10px;background:#f6f6f8;font-family:Montserrat,Arial,sans-serif;.product-info{display:flex;flex-direction:column}
.product-image{margin-top:20px;margin-left:20px;margin-right:20px}
img{width:100% !important;border-radius:24px}
.product-title{margin-left:10px;margin-right:10px}
.product-features{>ul{padding:0;margin-bottom:0;.custom-list__item:before{margin-right:0;margin-top:0;min-width:0}
.custom-list__item{padding-left:0;margin-bottom:0}
}
}
.product-button{margin-top:auto;display:flex;justify-content:center;.button{margin-bottom:30px}
}
}
.product-card .product-item .desktop{display:block}
.product-card .product-item .tablet{display:none}
.product-card .product-item .mobile{display:none}
@media screen and (min-width:651px) and (max-width:1200px){.product-card .product-item .desktop{display:none}
.product-card .product-item .tablet{display:block}
.product-card .product-item .mobile{display:none}
}
@media screen and (max-width:650px){.product-card .product-item .desktop{display:none}
.product-card .product-item .tablet{display:none}
.product-card .product-item .mobile{display:block}
}
.product-card .product-item{.border-radius-7px{border-radius:7px}
.border-radius-10px{border-radius:10px}
.border-radius-15px{border-radius:15px}
.border-radius-20px{border-radius:20px}
.border-radius-24px{border-radius:24px}
.image-border-radius-7px{border-radius:7px !important}
.image-border-radius-10px{border-radius:10px !important}
.image-border-radius-15px{border-radius:15px !important}
.image-border-radius-20px{border-radius:20px !important}
.image-border-radius-24px{border-radius:24px !important}
.border-cyan-thin{border:1px solid #00c0f3}
.border-grey-thin{border:1px solid #aaa}
.border-cyan-thick{border:3px solid #00c0f3}
.border-grey-thick{border:3px solid #aaa}
}