.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:50px 20px}.product-card .product-image{height:420px;border:1px solid var(--line);position:relative;display:grid;place-items:center;background:#fff;overflow:hidden}.product-card .product-image>img{width:80%;height:80%;object-fit:contain}.cart-square{position:absolute;right:18px;bottom:18px;width:52px;height:52px;background:var(--cyan);color:#fff;display:grid;place-items:center;font-size:24px}.product-card h3{font:600 18px Poppins,sans-serif;margin-top:18px}.product-meta{font-size:14px;color:#777;margin-top:8px}.product-price{font-size:14px;margin-top:5px}.product-price del{color:#aaa;margin-right:4px}.product-price em{color:var(--cyan);font-style:normal;font-weight:700}.support-tabs{display:grid;grid-template-columns:repeat(4,1fr);margin:70px 0 40px}.support-tabs a{height:72px;border:1px solid var(--line);display:grid;place-items:center;color:#bbb;font-size:20px;font-weight:600}.support-tabs a.active{color:var(--cyan);border-top:2px solid var(--cyan);border-bottom-color:#fff}.stepper{display:flex;justify-content:flex-end;gap:25px;color:#aaa;font-size:16px;margin:65px 0 35px}.stepper strong{color:#111}.stepper span+span::before{content:'';display:inline-block;width:7px;height:14px;margin-right:25px;vertical-align:-2px;background:url('../images/assets/cart-img-weui-arrow-outlined1.svg') center/7px 14px no-repeat}.order-thumb{display:flex;align-items:center;gap:14px}.order-thumb img{width:48px;height:48px;object-fit:contain;border:1px solid #ddd}.sum-box{height:140px;border:1px solid #ddd;background:#fafafa;display:flex;align-items:center;justify-content:flex-end;gap:30px;padding:0 30px;font-weight:600}.sum-box strong{font-size:18px}.sum-symbol{width:36px;height:36px;border-radius:50%;background:#aaa;color:#fff;display:grid;place-items:center}.sum-symbol.equal{background:var(--cyan)}
.cart-square{right:20px;bottom:20px;width:60px;height:60px}.cart-square img{width:24px!important;height:24px!important;filter:none!important}
