.mmpw-swiper-container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

.mmpw-product-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-height: 3em;
    color: black;
}
.mmpw-slider-wrap {
    overflow:visible!important;
}

.mmpw-icon-hover { display: none; }
.mmpw-custom-add-to-cart-button:hover .mmpw-icon-default { display: none; }
.mmpw-custom-add-to-cart-button:hover .mmpw-icon-hover { display: inline-block; }

.mmpw-swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

img.mmpw-cart-svg {
    height: 30px !important;
    width: 30px !important;
}

.mmpw-product-image {
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 200px;
    width: 100%;
}

.mmpw-product-image img {
    height: 180px;
    object-fit: contain;
}

.mmpw-swiper-horizontal {
    margin-bottom: 20px;
}

.mmpw-swiper-slide .mmpw-product-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.mmpw-swiper-slide .mmpw-price-and-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.mmpw-swiper-price-wrapper {
    flex-grow: 1;
    text-align: left;
}

.mmpw-swiper-cart-wrapper {
    flex-shrink: 0;
    margin-left: auto;
}

.mmpw-product-title, .mmpw-product-description {
    text-align: center;
    width: 100%;
}

.mmpw-price-and-cart .mmpw-custom-add-to-cart-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.mmpw-product-title {
    color: #282828;
    font-size: 14px;
    font-family: "Fira Sans", Sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.mmpw-custom-add-to-cart-button:focus,
.mmpw-custom-add-to-cart-button:active {
    background-color: white !important;
    color: white;
    outline: none;
    box-shadow: none;
    border-radius: 100px;
}

.mmpw-product-description {
    color: #000;
    font-size: 14px;
    font-family: "Fira Sans", Sans-serif;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 10px;
}

.mmpw-sale-price, .mmpw-regular-price {
    display: flex;
    align-items: center;  /* This is the fix */
    font-family: "Fira Sans", Sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #de1528;
    margin-right: 10px;
    height: auto;
    line-height: 1.2;
}

.mmpw-sale-price del,
.mmpw-sale-price del span,
.mmpw-sale-price del bdi {
    color: #282828;
    text-decoration: line-through;
    padding-right: 5px;
    font-weight: 300;
}

.mmpw-sale-price ins,
.mmpw-sale-price ins span,
.mmpw-sale-price ins bdi {
    color: #28a745;
    text-decoration: none;
    font-size: 24px;
}


.mmpw-cart-icon {
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-left: 20px;
}

.mmpw-discount-badge {
    position: absolute;
    color: #fff;
    background-color: #de1528;
    font-weight: bold;
    font-size: 13pt;
    border-radius: 100px;
    right: 50px;
    top: 40px;
    padding: 12px;
    width: 50px;
    height: 50px;
}

img.star-home-menu {
    width: 20px;
}
.mmpw-sale-price {
    display: flex;
    align-items: center;
}

.mmpw-product-description-mobile {
    display: none;
}

.mmpw-custom-add-to-cart-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1FB25A;
    color: #FFF;
    border: 1px solid #1FB25A;
    border-radius: 30px;
    padding: 8px 12px;
    height: 36px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

.mmpw-custom-add-to-cart-button img {
    width: 20px;
    height: 20px;
    margin: 0;
}

.mmpw-product-item {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mmpw-slider-visible .swiper-slide.mmpw-product-item {
    width: 50% !important;
    max-width: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.menu-rating-stars.home {
    margin: 0px !important;
}

.swiper-slide {
    flex-shrink: 0;
}

.mmpw-arrow-left {
    left: -5px !important;
}

.mmpw-arrow-right img {
    height: 60px !important;
}

.mmpw-arrow-right {
    right: 10px !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none !important;
    content: none !important;
}

@media (max-width: 768px) {
    .mmpw-product-description {
        display: none !important;
    }

    .mmpw-product-description-mobile {
        display: block;
        text-align: center;
        width: 100%;
        color: #000;
        font-size: 16px;
        line-height: 18px;
        margin-top: 10px;
        font-family: "Fira Sans", Sans-serif;
        font-weight: 300;
    }

    .mmpw-discount-badge {
        right: 0px;
    }

    .mmpw-horizontal {
        margin-bottom: 0px;
    }

    .mmpw-product-item .mmpw-custom-add-to-cart-button {
        display: block !important;
        opacity: 1 !important;
        position: static;
        transform: none;
        margin-bottom: 10px;
        width: 100%;
    }
}

.mmpw-best-seller-badge {
    width: 70%;
    position: absolute;
    left: 0px;
    top: 0px;
}


.mmpw-price-and-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin: 10px 0;
}

.mmpw-price-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1; /* This lets it grow and push the button right */
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding-left:40px;
}


.mmpw-swiper-cart-wrapper {
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center; /* ✅ aligns the button with price */
}

.mmpw-cart-wrapper {
    flex-shrink: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mmpw-slider-visible .swiper-slide.mmpw-product-item {
    width: 50% !important;
    max-width: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mmpw-price-wrapper ins {
    text-decoration: none;
    padding-left:10px;
  font-weight: bold;
  font-size:18px;
}
