.woocommerce-mini-cart,
.elementor-menu-cart__products {
    font-family: "Plus Jakarta Sans", sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-mini-cart-item,
.elementor-menu-cart__product {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.woocommerce-mini-cart-item:first-child {
    padding-top: 0;
}

.woocommerce-mini-cart-item:last-child {
    border-bottom: none;
}

.woocommerce-mini-cart-item img,
.elementor-menu-cart__product-image img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.woocommerce-mini-cart-item a:not(.remove),
.elementor-menu-cart__product-name {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #252525;
    text-decoration: none;
    line-height: 1.4;
    flex: 1;
}

.woocommerce-mini-cart-item a:not(.remove):hover {
    color: #EB8125;
}

.woocommerce-mini-cart-item .quantity,
.elementor-menu-cart__product-price {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #575757;
    display: block;
    margin-top: 5px;
}

.woocommerce-mini-cart-item .remove,
.elementor-menu-cart__product-remove {
    font-family: "Plus Jakarta Sans", sans-serif;
    position: absolute;
    top: 15px;
    right: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f9f9f9;
    color: #999;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #f0f0f0;
}

.woocommerce-mini-cart-item .remove:hover,
.elementor-menu-cart__product-remove:hover {
    background: #ffebeb;
    color: #dc3232;
    border-color: #dc3232;
}

.woocommerce-mini-cart__total,
.elementor-menu-cart__subtotal {
    padding: 15px 0;
    border-top: 2px solid #f0f0f0;
    margin-top: 15px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.woocommerce-mini-cart__total strong,
.elementor-menu-cart__subtotal strong {
    font-size: 16px;
    font-weight: 600;
    color: #252525;
}

.woocommerce-mini-cart__total .woocommerce-Price-amount,
.elementor-menu-cart__subtotal .woocommerce-Price-amount {
    font-size: 18px;
    font-weight: bold;
    color: #EB8125;
}

.woocommerce-mini-cart__buttons,
.elementor-menu-cart__footer-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin-top: 15px;
}

.woocommerce-mini-cart__buttons .button,
.elementor-menu-cart__footer-buttons .elementor-button {
    width: 100% !important;
    display: inline-flex !important;
    padding: 12px 32px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px;
    border-radius: 100px !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
}

.woocommerce-mini-cart__buttons .checkout,
.woocommerce-mini-cart__buttons .wc-forward:not(.button),
.elementor-menu-cart__footer-buttons .elementor-button--checkout {
    background: #EB8125 !important;
    color: #fff !important;
    border: 2px solid #EB8125 !important;
}

.woocommerce-mini-cart__buttons .checkout:hover,
.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
    background: #d67320 !important;
    border-color: #d67320 !important;
}

.woocommerce-mini-cart__buttons .wc-forward,
.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
    background: transparent !important;
    color: #252525 !important;
    border: 2px solid #252525 !important;
}

.woocommerce-mini-cart__buttons .wc-forward:hover,
.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
    background: #252525 !important;
    color: #fff !important;
    border-color: #252525 !important;
}

.pce-cart-category {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #575757;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.elementor-menu-cart__product-name .variation {
    margin-top: 8px;
}

.elementor-menu-cart__product-name .variation dt {
    font-family: "Plus Jakarta Sans", sans-serif;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    color: #575757;
    margin-right: 4px;
}

.elementor-menu-cart__product-name .variation dt::after {
    content: none;
}

.elementor-menu-cart__product-name .variation dd {
    font-family: "Plus Jakarta Sans", sans-serif;
    display: inline;
    margin: 0;
    font-size: 12px;
    color: #575757;
}

.elementor-menu-cart__product-name .variation dd p {
    display: inline;
    margin: 0;
}

.elementor-menu-cart__product-name a {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #252525;
    font-weight: 600;
}

.elementor-menu-cart__product-name a:hover {
    color: #EB8125;
}

.woocommerce-mini-cart__empty-message,
.elementor-menu-cart__empty-message {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    color: #666;
    text-align: center;
    padding: 40px 20px;
}

.elementor-menu-cart__toggle {
    position: relative;
}

.elementor-menu-cart__container {
    font-family: "Plus Jakarta Sans", sans-serif;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
}

.elementor-menu-cart__main {
    padding: 20px;
    max-height: 100vh !important;
    overflow-y: auto;
}

.elementor-menu-cart__close-button {
    font-family: "Plus Jakarta Sans", sans-serif;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    border-radius: 50%;
    border: none;
    color: #999;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.elementor-menu-cart__close-button:hover {
    background: #f0f0f0;
    color: #333;
}

.elementor-menu-cart__toggle-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #EB8125;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 11px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .elementor-menu-cart__container {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
    }
    
    .woocommerce-mini-cart-item img,
    .elementor-menu-cart__product-image img {
        width: 50px;
        height: 50px;
    }
    
    .woocommerce-mini-cart-item a:not(.remove),
    .elementor-menu-cart__product-name {
        font-size: 13px;
    }
}
