.elementor-612 .elementor-element.elementor-element-7005b70{--display:flex;}.elementor-612 .elementor-element.elementor-element-b714fce{width:var( --container-widget-width, 25% );max-width:25%;--container-widget-width:25%;--container-widget-flex-grow:0;top:0px;z-index:9999;}body:not(.rtl) .elementor-612 .elementor-element.elementor-element-b714fce{right:0px;}body.rtl .elementor-612 .elementor-element.elementor-element-b714fce{left:0px;}#elementor-popup-modal-612{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-612 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-612 .dialog-close-button{display:flex;}#elementor-popup-modal-612 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-b714fce *//* MAIN */
.custom-mini-cart {
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
}

/* HEADER */
.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

.cart-header h3 {
    font-size: 14px;
    letter-spacing: 1px;
}

/* COUNT */
.cart-count {
    background: #e85d8e;
    color: #fff;
    padding: 3px 8px;
    border-radius: 20px;
}

/* ITEMS */
.cart-items {
    padding: 20px;
    flex: 1;
}

.cart-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.cart-img img {
    width: 80px;
    border: 1px solid #eee;
    padding: 5px;
}

/* INFO */
.cart-info h4 {
    font-size: 16px;
    margin: 0;
}

.row-top {
    display: flex;
    justify-content: space-between;
}

/* REMOVE */
.remove {
    color: #999;
    text-decoration: none;
}

.remove:hover {
    color: #000;
}

/* QTY */
.qty {
    font-size: 12px;
    color: #666;
    display: block;
    margin-top: 5px;
}

/* PRICE */
.price {
    color: #e85d8e;
    font-weight: 600;
    display: block;
    margin-top: 5px;
}

/* TOTALS */
.cart-totals {
    padding: 20px;
    border-top: 1px solid #eee;
}

.cart-totals div {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.cart-totals .highlight {
    color: #e85d8e;
    font-weight: 600;
}

/* BUTTONS */
.cart-buttons {
    display: flex;
}

.cart-buttons a {
    flex: 1;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

/* LEFT BUTTON */
.view-cart {
    background: #111;
}

/* RIGHT BUTTON */
.checkout {
    background: #e85d8e;
}
/* ===== FORCE TRUE SIDEBAR CART ===== */

/* Remove Elementor popup centering */
.elementor-popup-modal {
    justify-content: flex-end !important;
    align-items: stretch !important;
}

/* Make popup full height + right aligned */
.elementor-popup-modal .dialog-widget-content {
    width: 380px !important;
    max-width: 380px !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
}

/* Remove inner container restriction */
.elementor-popup-modal .elementor-container,
.elementor-popup-modal .elementor-section {
    max-width: 100% !important;
    padding: 0 !important;
}

/* Make cart full height */
.custom-mini-cart {
    height: 100vh !important;
    display: flex;
    flex-direction: column;
}

/* Scroll only items */
.cart-items {
    flex: 1;
    overflow-y: auto;
}

/* Stick buttons bottom */
.cart-buttons {
    position: sticky;
    bottom: 0;
}/* End custom CSS */