.wcec-wrapper{max-width:1100px;margin:0 auto;padding:20px;background:#fff;border-radius:10px;box-sizing:border-box;}
.wcec-item{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:12px 0;border-bottom:1px solid #eee;align-items:center;}
.wcec-thumb img{width:96px;height:96px;object-fit:cover;border-radius:8px;display:block;}
.wcec-title{font-weight:600;margin-bottom:6px;}
.wcec-meta{display:flex;justify-content:space-between;align-items:center;width:100%;gap:12px;}
.wcec-price{font-weight:700;color:#0073aa;}
.wcec-qty{display:flex;align-items:center;gap:6px;}
.wcec-qty-input{width:64px;text-align:center;padding:6px;border-radius:6px;border:1px solid #ddd;}
.wcec-qty-btn{padding:8px 10px;border-radius:6px;border:1px solid #ddd;background:#fafafa;cursor:pointer;}
.wcec-footer{display:flex;justify-content:space-between;align-items:center;padding-top:10px;}
.wcec-checkout{display:inline-block;background:#0073aa;color:#fff;padding:10px 16px;border-radius:8px;text-decoration:none;}
@media(max-width:768px){ .wcec-item{grid-template-columns:auto 1fr;} .wcec-thumb img{width:72px;height:72px;} }
