
.mol-header-cart-wrap {
    position: fixed;
    top: 92px;
    right: 18px;
    z-index: 99996;
}

.admin-bar .mol-header-cart-wrap {
    top: 124px;
}

.mol-header-cart {
    position: relative;
    min-width: 138px;
    min-height: 48px;
    padding: 8px 38px 8px 12px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255,255,255,.97);
    color: #68462f;
    border: 1px solid #e7d8cd;
    box-shadow: 0 8px 24px rgba(74,49,32,.14);
    text-decoration: none !important;
    backdrop-filter: blur(8px);
}

.mol-header-cart:hover,
.mol-header-cart:focus {
    color: #68462f;
    transform: translateY(-1px);
}

.mol-header-cart-icon,
.mol-cart-svg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mol-header-cart-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.mol-header-cart-label {
    font-size: 12px;
    font-weight: 700;
}

.mol-header-cart-subtotal {
    font-size: 11px;
    color: #8b7769;
    white-space: nowrap;
}

.mol-header-cart .mol-cart-count,
.mol-floating-cart .mol-cart-count {
    position: absolute;
    top: -6px;
    right: -5px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #9a6a43;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border: 2px solid #fff;
}

.mol-floating-cart {
    position: fixed;
    right: 18px;
    bottom: 88px;
    z-index: 99999;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #9a6a43;
    color: #fff;
    border: 1px solid #8b5d3d;
    box-shadow: 0 10px 28px rgba(74,49,32,.28);
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
}

.mol-floating-cart:hover,
.mol-floating-cart:focus {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(74,49,32,.34);
}

@media (min-width: 992px) {
    .mol-header-cart-wrap {
        top: 82px;
        right: 28px;
    }

    .admin-bar .mol-header-cart-wrap {
        top: 114px;
    }

    .mol-floating-cart {
        right: 28px;
        bottom: 28px;
    }
}

@media (max-width: 767px) {
    .mol-header-cart-wrap {
        top: 86px;
        right: 12px;
    }

    .admin-bar .mol-header-cart-wrap {
        top: 118px;
    }

    .mol-header-cart {
        min-width: auto;
        width: 48px;
        height: 48px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }

    .mol-header-cart-text {
        display: none;
    }

    .mol-floating-cart {
        right: 16px;
        bottom: 82px;
        width: 50px;
        height: 50px;
    }
}
