/* Add custom CSS styles below */ 
.s-product-card-vertical {
    gap: 0px !important;
    background-color: #00000000 !important;
}
.s-product-card-vertical .s-product-card-wishlist-btn:hover {
   background-color: #c58c6d !important;
}
.s-product-card-vertical .s-product-card-wishlist-btn button, .s-product-card-vertical .s-product-card-wishlist-btn {
    background-color: #c58c6d !important;
}
.bg-text-secondary {
   background-color: #c58c6d !important;
}
.bg-text-secondary:hover {
   background-color: #c58c6d !important;
}
@media (min-width: 768px) {
    .md\:w-\[60px\] {
        width: 150px !important;
    }
}
@media (min-width: 768px) {
    .md\:h-\[72px\] {
        height: 150px !important;
    }
}
.pain-section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0;
    direction: rtl;
    font-family: Cairo, sans-serif;
}

.pain-box {
    background: #f3f0ec;
    border-radius: 16px;
    padding: 25px 30px;
    width: 90%;
    max-width: 900px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.pain-col {
    flex: 1;
}

.pain-col h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
}

.pain-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pain-col ul li {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
    position: relative;
    padding-right: 15px;
}

.pain-col ul li::before {
    content: "-";
    position: absolute;
    right: 0;
    color: #000;
}

.divider {
    width: 1px;
    height: 140px;
    background: #999;
}

/* Responsive */
@media (max-width: 768px) {
    .pain-box {
        flex-direction: column;
        text-align: center;
    }

    .divider {
        width: 80%;
        height: 1px;
    }

    .pain-col ul li {
        padding-right: 0;
    }

    .pain-col ul li::before {
        display: none;
    }
}
@media (min-width: 768px) {
    .md\:rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
        text-align: center !important;
        align-items: center !important;
        padding: 5px !important;
    }
 
}
@media screen and (max-width: 767px) {
#mobile-menu .main-menu, #mobile-menu, #mobile-menu .main-menu li a[href*=offer] span, .store-header #mainnav .main-menu li a[href*=offer] {
    color: #1d1d1d !important;
}
   .text-text-secondary {
    color: #ffffff !important;
}
}
.product-form section.flex.p-5.px-0 .price-wrapper, .product__description ~ .whitespace-nowrap {
    display: none;
}
.banner-entry__text .text-with-border .has-overlay:after {
    background-color: #00000029 !important;
}
.banner-entry article { 
  display:none !important;
}
.banner-entry {
    background-position: 63% !important;
    height: 300px !important;
}
.rounded-\[50\%\] {
  display: none !important;
}