/* Add custom CSS styles below */ 
body.index > .app-inner {
    background: url(https://i.ibb.co/NdyKHjWr/Bk-1.webp);
}

body.index .home-block-title * {
    color: white !important;
}
.enhanced-title-border:after, .enhanced-title-border:before,
.enhanced-title-border{
    background-color: #f5aa0f !important;
}


@media (max-width: 992px) {
  .ramadan-hook {
    font-size: 18px;
}
    body.index .product-card--fit-height .product-card__image {
    height: 15rem !important;
    max-height: 15rem !important;
    }
    
    body.index .s-products-list-vertical-cards {
        grid-template-columns: repeat(2, minmax(0, 238px));
        justify-content: center;
    }
  section.s-block.s-block--square-links > div ul {
    display: flex;
    gap: 0;
}
section.s-block.s-block--square-links > div ul li {
    flex-basis: 33%;
}

section.s-block.s-block--square-links > div {
    padding-inline: 0.5rem;
}
}

.product-card {
    border-radius: 7px;
}

button.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline {
    background: linear-gradient(45deg, #5b4288, #b74f71);
    color: white !important;
}

.product-single .s-reviews-container:first-of-type {
    display: none !important;
}
.product-single:has(.product-1829225183) div#variant-inventory:before {
    content: 'ضمان ذهبي';
    display: block;
    inset: 0 !important;
    width: fit-content;
    height: 100%;
    position: absolute;
    background: white;
    margin-right: 20px;
    pointer-events: none;
}




        .popup-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 9999;
            animation: fadeIn 0.3s ease;
        }

        .popup-container {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: linear-gradient(90deg,rgba(198, 114, 100, 1) 0%, rgba(168, 69, 123, 1) 25%, rgba(69, 66, 141, 1) 100%) !important;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
            max-width: 400px;
            width: 90%;
            text-align: center;
            animation: slideUp 0.3s ease;
        }

        .popup-close {
            position: absolute;
            top: 10px;
            left: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            border: none;
            font-size: 27px;
            cursor: pointer;
            color: #fff;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            transition: all 0.3s;
        }

        .popup-close:hover {
            background: #f0f0f0;
            color: #333;
        }

        .popup-content {
            margin: 20px 0;
        }

        .popup-text {
            font-size: 18px;
            color: #fff;
            margin-bottom: 25px;
            line-height: 1.6;
        }

        .popup-container .whatsapp-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            background: #25D366;
            color: white;
            padding: 12px 30px;
            border-radius: 25px;
            text-decoration: none;
            font-size: 16px;
            font-weight: bold;
            transition: all 0.3s;
            border: none;
            cursor: pointer;
        }

        .popup-container .whatsapp-button:hover {
            background: #20BA5A;
            transform: scale(1.05);
            box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
        }

        .popup-container .whatsapp-icon {
            width: 24px;
            height: 24px;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

        @keyframes slideUp {
            from {
                transform: translate(-50%, -40%);
                opacity: 0;
            }
            to {
                transform: translate(-50%, -50%);
                opacity: 1;
            }
        }

@media (max-width: 992px) {
    .ramadan-hook {
    font-size: 18px;
}

.time-unit {
    min-width: 70px !important;
    padding: 0.7rem;
 
}
.time-value {
       font-size: 21px !important;
}
}