.elementor-1573 .elementor-element.elementor-element-67288fd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.mfp-wrap.wd-mfp-popup-wrap-1573 .wd-popup{background-color:#FAFAFA;}@media(max-width:767px){.elementor-1573 .elementor-element.elementor-element-67288fd{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.mfp-wrap.wd-mfp-popup-wrap-1573{--wd-popup-width:100vw;--wd-popup-height:100vh;--wd-justify-content:center;--wd-align-items:center;}.mfp-wrap.wd-mfp-popup-wrap-1573 .wd-popup{--wd-align-items:start;}}/* Start custom CSS for html, class: .elementor-element-20db0fa *//* Elementor popup base reset */
.elementor-popup-modal .dialog-widget-content {
    background: #FAFAFA !important;
    box-shadow: none !important;
}

.elementor-popup-modal .dialog-message {
    padding: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    overflow: hidden !important;
}

.ra-mobile-menu-popup {
    width: 100%;
    max-width: 350px;
    min-height: 100vh;
    background: #FAFAFA;
    overflow: hidden;
    position: relative;
    font-family: Inter, Arial, sans-serif;
}

/* Screens */
.ra-menu-screen {
    display: none;
    min-height: 100vh;
    background: #FAFAFA;
}

.ra-menu-screen.is-active {
    display: block;
}

/* Header */
.ra-menu-header {
    width: 100%;
    height: 68px;
    padding: 16px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ra-menu-close {
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ra-menu-close svg {
    display: block;
}

.ra-menu-logo {
    width: 79.36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ra-menu-logo img {
    width: 79.36px;
    height: auto;
    display: block;
}

.ra-menu-header-spacer {
    width: 30px;
    height: 30px;
}

/* Main menu list */
.ra-menu-list {
    width: calc(100% - 32px);
    margin: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ra-menu-item {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    background: #ffffff;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #141414;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    text-align: left;
}

.ra-menu-item:hover,
.ra-menu-item:focus {
    color: #141414;
    background: #ffffff;
}

.ra-menu-arrow {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
}

.ra-cart-left {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ra-menu-cart-count {
    color: #141414;
    font-size: 14px;
    font-weight: 500;
}

/* Submenu back button */
.ra-menu-back {
    width: calc(100% - 32px);
    height: 50px;
    margin: 16px 16px 0;
    padding: 0 16px;
    background: #ffffff;
    border: 1px solid #0CBBC0;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #141414;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.ra-menu-back-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
}

/* Product submenu */
.ra-product-menu-list {
    width: calc(100% - 32px);
    margin: 24px 16px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ra-product-menu-card {
    width: 100%;
    padding: 12px;
    background: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #141414;
}

.ra-product-menu-card:hover,
.ra-product-menu-card:focus {
    color: #141414;
    background: #ffffff;
}

.ra-product-menu-top {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ra-product-menu-info {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ra-product-menu-info img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.ra-product-menu-info h3 {
    margin: 0;
    color: #141414;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.ra-product-menu-card p {
    margin: 0;
    color: #141414;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

/* Make it full width on small screens */
@media (max-width: 480px) {
    .ra-mobile-menu-popup {
        max-width: 100%;
    }
}/* End custom CSS */