/*
 Theme Name:   WoodMart Child
 Theme URI:    https://qumracouture.com
 Description:  Qumra Couture — WoodMart Child Theme
 Author:       Qumra Couture
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart-child
*/

/* ── Payment Method Strip ─────────────────────────────────────── */

.qc-payment-strip {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    padding: 12px 0 0;
}

.qc-payment-strip__label {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0;
    line-height: 1;
    font-family: inherit;
}

.qc-payment-strip__icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    direction: ltr; /* icons always LTR regardless of page dir */
}

.qc-pm {
    display: inline-flex;
    line-height: 0;
}

.qc-pm svg {
    height: 30px;
    width: auto;
    max-width: 72px;
    display: block;
    opacity: .85;
    border-radius: 4px;
    transition: opacity .15s ease;
}

.qc-pm svg:hover { opacity: 1; }

/* Per-context tweaks */
.qc-payment-strip--product {
    border-top: 1px solid #f2f2f2;
    margin-top: 12px;
}

.qc-payment-strip--cart {
    border-top: 1px solid #f2f2f2;
    margin-top: 10px;
}

.qc-payment-strip--checkout {
    border-top: 1px dashed #ddd;
    margin-top: 12px;
}

/* Footer bar (dark, full-width, matches WoodMart dark footer) */
.qc-footer-payment-bar {
    background: #1c1c1c;
    border-top: 1px solid #303030;
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
}

.qc-footer-payment-bar .qc-payment-strip {
    padding: 0;
    gap: 6px;
}

.qc-footer-payment-bar .qc-payment-strip__label {
    color: #888;
}

.qc-footer-payment-bar .qc-pm svg {
    height: 26px;
    opacity: .72;
}

.qc-footer-payment-bar .qc-pm svg:hover { opacity: 1; }

/* Mobile */
@media (max-width: 767px) {
    .qc-pm svg { height: 26px; max-width: 62px; }
    .qc-payment-strip__icons { gap: 4px; }
    .qc-footer-payment-bar .qc-pm svg { height: 22px; }
}

/* ── Shipping Tab ─────────────────────────────────────── */

.qc-shipping-tab {
    direction: rtl;
    text-align: right;
    max-width: 580px;
    line-height: 1.85;
}

.qc-shipping-intro {
    margin-bottom: 20px;
    color: #444;
    font-size: 14px;
}

.qc-shipping-section {
    margin-bottom: 18px;
}

.qc-shipping-heading {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px;
    padding-bottom: 5px;
    border-bottom: 2px solid #f0f0f0;
}

.qc-shipping-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.qc-shipping-list li {
    padding: 7px 0;
    border-bottom: 1px solid #f7f7f7;
    color: #555;
    font-size: 14px;
}

.qc-shipping-list li:last-child {
    border-bottom: none;
}

.qc-whatsapp-link {
    color: #1DA851;
    font-weight: 600;
    text-decoration: none;
    direction: ltr;
    display: inline-block;
}

.qc-whatsapp-link:hover { text-decoration: underline; }

@media (max-width: 767px) {
    .qc-shipping-tab { max-width: 100%; }
    .qc-shipping-list li { font-size: 13px; }
}
