    #ishiparallaxblock-1567070866 {
        background: #e6e4e0;
    }

    .carousel-background:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.4);
    }

    .scrolling-wrapper {
        width: 100%;
        overflow: hidden;
        padding-top: 15px;
        height: 60px;
        margin-bottom: 10px;
    }

    .scrolling-text-left,
    .scrolling-text-right {
        display: inline-block;
        font-family: 'Poppins', sans-serif;
        font-size: 50px;
        font-weight: bold;
        white-space: nowrap;
    }

    .scrolling-text-left {
        padding-left: 100%;
        animation: scroll-left 15s linear infinite;
        color: white;
        text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
    }

    .scrolling-text-right {
        transform: translateX(-100%);
        animation: scroll-right 15s linear infinite;
    }

    @keyframes scroll-left {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    @keyframes scroll-right {
        0% {
            transform: translateX(-100%);
        }

        100% {
            transform: translateX(0%);
        }
    }

    .text-product-line {
        display: inline-flex;
        position: relative;
        box-shadow: 0 -9px 0 0 #d6ac95 inset;
        padding-right: 66px;
        width: auto;
    }

    .product-card-fav {
        border-bottom: 2px solid #e9e9e9 !important;
    }


    .promo-box::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        /* adjust opacity here */
        z-index: 0;
        border-radius: 0.5rem;
    }

    .promo-box>* {
        position: relative;
        z-index: 1;
    }

    .btn-discover {
        background: none;
        color: white;
        padding: 0;
        border: none;
        border-bottom: 2px solid white;
        font-weight: bold;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        border-radius: 0;
        transition: all 0.3s ease;
    }

    .btn-discover:hover {
        color: #e83e8c;
        border-bottom-color: #e83e8c;
    }

    .section-title {
        text-align: center;
        margin-bottom: 30px;
    }

    .section-title small {
        font-weight: bold;
        letter-spacing: 2px;
        display: block;
        margin-bottom: 10px;
    }

    .section-title h2 {
        font-weight: 700;
    }

    .product-card {
        position: relative;
        background-color: rgb(230, 228, 225);
        height: 100%;
        min-height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 2rem 1rem;
        border-radius: 0.5rem;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
        text-align: center;
    }

    .product-card img {
        max-height: 220px;
        width: auto;
        margin-bottom: 1rem;
        margin-top: 20px;
    }

    .heart-icon {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 1.2rem;
        color: #888;
        cursor: pointer;
    }

    .badge-sale {
        position: absolute;
        top: 15px;
        left: 15px;
        background-color: #d1fae5;
        color: #065f46;
        font-size: 12px;
        padding: 4px 7px;
        border-radius: 4px;
        font-weight: 600;
    }

    .old-price {
        text-decoration: line-through;
        color: #999;
        font-size: 0.9rem;
        margin-left: 5px;
    }



    .text-muted {
        color: #888;
    }

    .mb-1 {
        margin-bottom: 5px;
    }

    .mb-4 {
        margin-bottom: 30px;
    }

    .fw-bold {
        font-weight: bold;
    }

    .py-5 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .display-6 {
        font-size: 30px;
        font-weight: bold;
    }
    .carousel-inner>.item>.row {
        padding: 40px 20px;
        background-color: #f9f9f9;
    }

    .featured-text {
        color: #f06292;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .banner-title {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 20px;
    }

    .banner-meta {
        color: #888;
        margin-bottom: 15px;
    }

    .banner-excerpt {
        color: #555;
        margin-bottom: 20px;
    }

    .btn-read-more {
        background-color: #f06292;
        color: white;
        border-radius: 20px;
        padding: 8px 20px;
        text-transform: uppercase;
    }

    .banner-image img {
        max-width: 100%;
        height: auto;
    }

    
