.product-card{display:flex;align-items:center;font-family:var(--font-primary);width:90%}@media(max-width: 1100px){.product-card{flex-direction:column;padding-left:32px;padding-right:32px}}@media(max-width: 768px){.product-card{padding-left:0;padding-right:0}}.product-card>a{z-index:10}.product-card .products-wrapper{display:flex;width:50%}@media(max-width: 768px){.product-card .products-wrapper{width:100%}}.product-card .products-wrapper .left-wrapper .card,.product-card .products-wrapper .right-wrapper .card{padding:10px}.product-card .products-wrapper .right-wrapper{display:flex;align-items:center}.product-card .image-wrap{padding:40px;height:auto;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:4px;border:1px solid #dde1e1;background-color:var(--palette-white);z-index:1}@media(max-width: 1100px){.product-card .image-wrap{padding-left:16px;padding-right:16px;border-radius:4px;width:90%;margin-left:auto;margin-right:auto;z-index:10;position:relative;height:auto;min-height:unset}}.product-card .image{width:100%;overflow:hidden;margin-bottom:12px;background-position:center;background-repeat:no-repeat;background-size:cover}@media(max-width: 1100px){.product-card .image{height:auto}}.product-card .image img{width:100%;border-radius:4px}.product-card .product-name{font-size:14px;font-weight:500;line-height:1.71;letter-spacing:normal;text-align:center;color:var(--palette-black)}.product-card .price{font-size:14px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.71;letter-spacing:normal;text-align:center;color:var(--palette-grey)}.product-card .content-wrap{padding:60px;width:50%;border-radius:4px;background-color:var(--palette-white)}.product-card h2{font-size:24px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;color:var(--palette-green)}.product-card p{margin-bottom:76px;font-size:18px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.78;letter-spacing:normal;color:var(--palette-black)}.product-card .product-thumbs{display:flex;justify-content:space-between}.product-card .product{height:264px;width:264px;max-width:264px;max-height:264px;padding:28px;display:flex;align-items:center;justify-content:center;border:1px solid #e8eced;border-radius:4px}.product-card .thumbnail{height:auto}@media(max-width: 1100px){.product-card .content-wrap{padding:100px 32px 32px 32px;width:100%;min-height:auto}.product-card h2{font-size:20px;line-height:1.4}.product-card p{font-size:16px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.75}.product-thumbs{display:none !important}}
