.wcq-bt, .wcq-bt * { box-sizing: border-box; }
.wcq-bt { width: 100%; direction: rtl; font-family: "Ploni", Arial, sans-serif; color: #222; }
.wcq-bt button { font-family: inherit !important; }
.wcq-bt-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.wcq-bt-header h2 { margin: 0; font: inherit; font-size: 21px; font-weight: 500; }
.wcq-bt-arrows { display: flex; flex-direction: row; gap: 14px; direction: rtl; }
.wcq-bt-arrow { width: 26px !important; height: 26px !important; min-width: 26px !important; padding: 0 !important; display: flex !important; align-items: center; justify-content: center; border: 1.5px solid #777 !important; border-radius: 50% !important; background: #fff !important; color: #777 !important; font-size: 18px !important; line-height: 1 !important; box-shadow: none !important; cursor: pointer; }
.wcq-bt-viewport { width: 100%; overflow: hidden; }
.wcq-bt-track { display: flex; flex-flow: row nowrap; gap: 20px; overflow-x: auto; overflow-y: hidden; scroll-behavior: smooth; scrollbar-width: none; padding-left: 95px; direction: rtl; }
.wcq-bt-track::-webkit-scrollbar { display: none; }
.wcq-bt-card { flex: 0 0 315px; width: 315px; min-height: 178px; padding: 14px 14px 13px; display: flex; flex-direction: column; border: 1px solid #ddd; border-radius: 7px; background: #fff; overflow: hidden; }
.wcq-bt-product-link { min-width: 0; display: flex; flex: 1; gap: 13px; color: inherit !important; text-decoration: none !important; }
.wcq-bt-image { flex: 0 0 112px; width: 112px; height: 112px; display: flex; align-items: center; justify-content: center; }
.wcq-bt-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.wcq-bt-info { min-width: 0; display: flex; flex: 1; flex-direction: column; justify-content: center; }
.wcq-bt-name { display: -webkit-box; overflow: hidden; color: #222; font-size: 15px; line-height: 1.35; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.wcq-bt-price { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 7px; align-items: baseline; }
.wcq-bt-price strong { color: #222; font-size: 24px; line-height: 1; }
.wcq-bt-price del { color: #999; font-size: 14px; }
.wcq-bt-add { width: 100% !important; min-height: 39px; margin: 7px 0 0 !important; padding: 7px 14px !important; display: flex !important; align-items: center; justify-content: center; gap: 10px; border: 0 !important; border-radius: 7px !important; background: #f0f0f0 !important; color: #888 !important; font-size: 14px !important; box-shadow: none !important; cursor: pointer; }
.wcq-bt-add:hover { background: #e8e8e8 !important; color: #333 !important; }
.wcq-bt-add:disabled { opacity: .65; cursor: wait; }
.wcq-bt-add.is-added,
.wcq-bt-add.is-added:hover { background: #2f66e8 !important; color: #fff !important; }
.wcq-bt-card .added_to_cart.wc-forward { display: none !important; }
.wcq-bt-plus { width: 20px; height: 20px; flex: 0 0 20px; display: block; line-height: 0; }
.wcq-bt-plus svg { display: block; width: 20px; height: 20px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; }
.wcq-bt-status { min-height: 20px; margin: 8px 0 0; color: #555; font-size: 13px; }
.wcq-bt-toast {
    position: fixed;
    z-index: 999999;
    right: 24px;
    bottom: 24px;
    width: min(390px, calc(100vw - 32px));
    min-height: 76px;
    padding: 14px 15px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 28px;
    gap: 12px;
    align-items: center;
    direction: rtl;
    border-radius: 10px;
    background: #fff;
    color: #222;
    font-family: "Ploni", Arial, sans-serif;
    box-shadow: 0 12px 38px rgba(0,0,0,.18);
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .2s ease, transform .2s ease;
    pointer-events: none;
}
.wcq-bt-toast.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.wcq-bt-toast-icon { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #eaf1ff; color: #2f66e8; font-size: 22px; font-weight: 700; }
.wcq-bt-toast-copy { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.wcq-bt-toast-copy strong { font-size: 16px; font-weight: 600; }
.wcq-bt-toast-copy span { overflow: hidden; color: #666; font-size: 13px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.wcq-bt-toast-close { width: 28px !important; height: 28px !important; min-width: 28px !important; padding: 0 !important; display: flex !important; align-items: center; justify-content: center; border: 0 !important; border-radius: 50% !important; background: transparent !important; color: #777 !important; font-size: 23px !important; line-height: 1 !important; box-shadow: none !important; cursor: pointer; }
.wcq-bt-toast-close:hover { background: #f3f3f3 !important; color: #222 !important; }
@media (max-width: 767px) {
    .wcq-bt-header h2 { font-size: 19px; }
    .wcq-bt-track { gap: 12px; padding-left: 55px; }
    .wcq-bt-card { flex-basis: min(285px, 82vw); width: min(285px, 82vw); }
    .wcq-bt-image { flex-basis: 96px; width: 96px; height: 96px; }
    .wcq-bt-toast { right: 16px; bottom: 16px; }
}
