.atc-overlay{position:fixed;inset:0;background:rgba(16,24,40,.45);z-index:9998}
.atc-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:9999;background:#fff;width:720px;max-width:92vw;border-radius:16px;box-shadow:0 20px 50px rgba(0,0,0,.2);padding:20px 20px 16px}
body.atc-open{overflow:hidden}
.atc-header{display:flex;align-items:center;justify-content:center;padding:4px 40px 16px;border-bottom:1px solid #ececec;text-align:center}
.atc-title-text{font-size:18px}
.atc-close{
    position: absolute;
    right: 10px;
    top: 8px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
}
.atc-body{padding:16px 8px}
.atc-product{display:grid;grid-template-columns:100px 1fr;gap:16px;align-items:center}
.atc-thumb{width:100%;height:auto;border-radius:10px;border:1px solid #eee;object-fit:cover}
.atc-info .atc-name{font-weight:600;margin-bottom:6px}
.atc-info .atc-price{font-size:16px}
.atc-price .price{display:flex;gap:8px;align-items:baseline}
.atc-price .price del{color:#98a2b3;font-weight:500}
.atc-price .price ins{text-decoration:none;font-weight:700}
.atc-summary{display:flex;justify-content:flex-end;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid #ececec;font-weight:600}
.atc-summary .atc-total{font-weight:700}
.atc-actions{display:flex;gap:12px;justify-content:flex-end;padding:8px 0 4px}
.atc-actions .button{display:inline-flex;justify-content:center;align-items:center;height:44px;padding:0 18px;border-radius:10px;font-weight:700;text-decoration:none;border:1px solid transparent}
.button-primary{background:#0d6efd;color:#fff}
.button-outline{background:#fff;color:#0d6efd;border-color:#0d6efd}
@media (max-width:991px){.atc-modal{width:480px;padding:16px}}
@media (max-width:480px){
  .atc-modal{width:94vw;left:50%;top:auto;bottom:12px;transform:translateX(-50%);border-radius:14px;padding-bottom:12px}
  .atc-product{grid-template-columns:72px 1fr;gap:12px}
  .atc-actions{flex-direction:column-reverse;gap:8px}
  .atc-actions .button{width:100%}
}
.woocommerce-notices-wrapper .woocommerce-message{display:none!important}