/* Dogdays – Köp fler, spara mer */
.ddqd-mini-cart-row {
    list-style: none !important;
    margin: 10px 0 4px !important;
    padding: 0 !important;
    width: 100%;
    clear: both;
}

.ddqd-progress-card {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #eadfd4;
    border-radius: 14px;
    background: #fffaf4;
    padding: 13px 14px 12px;
    color: #3c332d;
}

.ddqd-context-cart {
    max-width: 760px;
    margin: 0 0 18px;
}

.ddqd-eyebrow {
    margin: 0 0 4px;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: .08em;
    color: #9e5033;
}

.ddqd-message {
    font-size: 13px;
    line-height: 1.45;
    color: #4a4039;
}

.ddqd-steps {
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto;
    align-items: start;
    gap: 7px;
    margin-top: 11px;
}

.ddqd-step {
    min-width: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.ddqd-dot {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #d8cec5;
    background: #fff;
    color: #887a70;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
}

.ddqd-step.is-reached .ddqd-dot {
    background: #a35032;
    border-color: #a35032;
    color: #fff;
}

.ddqd-label {
    white-space: nowrap;
    font-size: 10px;
    line-height: 1.1;
    color: #8b7d73;
}

.ddqd-step.is-reached .ddqd-label {
    color: #5a493f;
    font-weight: 700;
}

.ddqd-connector {
    height: 3px;
    background: #ddd6d0;
    border-radius: 99px;
    margin-top: 13px;
    min-width: 18px;
}

.ddqd-connector.is-reached {
    background: #a35032;
}

.ddqd-progress-card.is-blocked {
    opacity: .78;
}

.ddqd-line-price del {
    opacity: .58;
    margin-right: 4px;
}

.ddqd-line-price ins {
    text-decoration: none;
    font-weight: 700;
    color: inherit;
}

.ddqd-checkout-note {
    margin: 0 0 14px;
    padding: 11px 13px;
    border: 1px solid #eadfd4;
    border-radius: 12px;
    background: #fffaf4;
    color: #4a4039;
    font-size: 13px;
}

/* Common mini-cart / side-cart compatibility */
.woocommerce-mini-cart .ddqd-mini-cart-row,
.widget_shopping_cart_content .ddqd-mini-cart-row,
.elementor-menu-cart__main .ddqd-mini-cart-row {
    border: 0 !important;
}

.woocommerce-mini-cart .ddqd-progress-card,
.widget_shopping_cart_content .ddqd-progress-card,
.elementor-menu-cart__main .ddqd-progress-card {
    margin: 0;
}

@media (max-width: 480px) {
    .ddqd-progress-card {
        padding: 12px;
        border-radius: 13px;
    }

    .ddqd-message {
        font-size: 12.5px;
    }

    .ddqd-steps {
        gap: 5px;
    }

    .ddqd-dot {
        width: 27px;
        height: 27px;
    }
}

/* Stabil, kompakt mängdrabattsrad för Dogdays sidecart.
 * Raden ligger som syskon mellan header och AJAX-innehållet, så den försvinner
 * inte när sidecart-pluginet laddar om produkterna.
 */
#hempli-de-sidecart > .ddqd-sidecart-notice,
.hempli-de-sidecart > .ddqd-sidecart-notice,
#dogdays-sidecart > .ddqd-sidecart-notice,
.dogdays-sidecart > .ddqd-sidecart-notice {
    box-sizing: border-box;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2px 5px;
    width: auto;
    min-height: 30px;
    margin: 8px 14px 0;
    padding: 6px 10px;
    border: 1px solid rgba(157, 79, 50, .20);
    border-radius: 9px;
    background: rgba(157, 79, 50, .065);
    color: inherit;
    font-size: 11.5px;
    line-height: 1.25;
    text-align: center;
}

.ddqd-sidecart-notice strong {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 700;
}

.ddqd-sidecart-notice span {
    color: inherit;
    opacity: .76;
}

.ddqd-sidecart-notice.is-tier-1,
.ddqd-sidecart-notice.is-max {
    background: rgba(157, 79, 50, .09);
    border-color: rgba(157, 79, 50, .28);
}

.ddqd-sidecart-notice.is-blocked {
    opacity: .72;
}

@media (max-width: 480px) {
    #hempli-de-sidecart > .ddqd-sidecart-notice,
    .hempli-de-sidecart > .ddqd-sidecart-notice,
    #dogdays-sidecart > .ddqd-sidecart-notice,
    .dogdays-sidecart > .ddqd-sidecart-notice {
        min-height: 28px;
        margin: 7px 12px 0;
        padding: 5px 8px;
        font-size: 10.8px;
    }
}
