
body {
            font-family: 'Poppins', sans-serif;
            background-color: #f8f9fa;
        }
        .breadcrumb {
            background-color: transparent;
            padding: 0.5rem 0;
            margin-bottom: 2rem;
        }
        .breadcrumb ul {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .breadcrumb ul li {
            font-size: 1.3rem;
            margin-right: 0.5rem;
            color: #6c757d;
            
        }
        .breadcrumb ul li a {
            color: black;
            text-decoration: none;
            font-size: 1.1rem;
        }
        .breadcrumb ul li a:hover {
            text-decoration: none;
            cursor: pointer;
        }
        .product {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            padding: 2rem;
        }
        .prod-slider {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .prod-slider li {
            background-size: cover;
            background-position: center;
            height: 400px;
            border-radius: 12px;
            margin-bottom: 1rem;
        }
        .prod-slider li a {
            display: block;
            height: 100%;
        }
        #prod-pager {
            display: flex;
            gap: 0.5rem;
            margin-top: 1rem;
        }
        .prod-pager-thumb {
            width: 60px;
            height: 60px;
            background-size: cover;
            background-position: center;
            border-radius: 8px;
            cursor: pointer;
            border: 2px solid transparent;
            transition: border-color 0.3s ease;
        }
        .prod-pager-thumb:hover {
            border-color: #007bff;
        }
        .p-title h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 1rem;
        }
        .p-review .rating {
            color: #ffc107;
            font-size: 1.2rem;
            margin-bottom: 1rem;
        }
        .p-short-des p {
            font-size: 1.6rem;
            color: #666;
            line-height: 1.6;
        }
        .p-price {
            font-size: 1.5rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 1.5rem;
        }
        .p-price del {
            font-size: 1rem;
            color: #999;
            margin-right: 0.5rem;
        }
        .p-quantity input {
            width: 100px;
            padding: 0.75rem;
            border: 2px solid #dee2e6;
            border-radius: 8px;
            text-align: center;
            font-size: 1.5rem;
            transition: border-color 0.3s ease;
        }
        .p-quantity input:focus {
            border-color: #007bff;
            box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
        }
        .btn-cart {
            display: flex;
            gap: 1rem;
            margin-top: 1.5rem;
        }
        .btn-cart .btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            padding: 0.75rem 1.5rem;
            border-radius: 8px;
            font-size: 1.3rem;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        .btn-cart .btn-primary {
            color: #007bff;
            border: 2px solid #007bff;
            background-color: white;
        }
        .btn-cart .btn-primary:hover {
            background-color: #007bff;
            color: #fff;
        }
        .btn-cart .btn-outline-primary {
            border: 2px solid #007bff;
            color: #007bff;
            background-color: white;
        }
        
        .btn-cart  .btn-outline-primary:hover {
            background-color: #007bff;
            color: #fff;
        }
        .btn-cart .btn i {
            font-size: 1.2rem;
        }
        .nav-tabs {
            border-bottom: 2px solid #dee2e6;
            margin-top: 2rem;
        }
        .nav-tabs .nav-link {
            border: none;
            color: #666;
            font-weight: 500;
            padding: 0.75rem 1.5rem;
            transition: color 0.3s ease;
        }
        .nav-tabs .nav-link.active {
            color: #007bff;
            border-bottom: 2px solid #007bff;
        }
        .tab-content {
            padding: 1.5rem 0;
        }
        .tab-content p {
            font-size: 1.5rem;
            color: #666;
            line-height: 1.6;
        }
        .review-form {
            margin-top: 2rem;
        }
        .review-form h2 {
            font-size: 1.8rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 1rem;
        }
        .review-form textarea {
            width: 100%;
            padding: 0.75rem;
            border: 1px solid #ddd;
            border-radius: 8px;
            resize: none;
        }
        .review-form .btn {
            margin-top: 1rem;
        }
        .form-select {
            background-color: #f8f9fa;
            border: 2px solid #dee2e6;
            border-radius: 8px;
            padding: 0.75rem 1rem;
            font-size: 1.2rem;
            color: #333;
            transition: all 0.3s ease;
        }
        .form-select:focus {
            border-color: #007bff;
            box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
        }
        .form-select:hover {
            border-color: #007bff;
        }
        .size-label {
    margin-right: 10px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 25px;
    font-weight: 700;
}
.color-select {
    width: 95px;
    margin-left: 2px;
}
.size-select {
    width: 95px;
}


    @media (min-width: 992px) {
    .item-product-cat {
        width: 100%;
    }
}
      .product-carousel {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }
    .product-carousel .innerrr {
        border: 0px !important;
    }

    .innerrr {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: transform 0.3s ease;
        height: 100%;
    }

    .innerrr:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .product .text {
        padding: 10px;
        overflow: hidden;
    }

    .thumb {
        position: relative;
        height: 80%;
        overflow: hidden;
    }

    .product .item .thumb .photo {
        width: 100%;
        height: 310px;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .photo {
        width: 100%;
        height: 310px;
        background-size: cover;
        background-position: center;
        transition: transform 0.3s ease;
    }

    .innerrr:hover .photo {
        transform: scale(1.1);
    }

    .text {
        padding: 15px;
        text-align: center;
        height: revert;
        display: contents;
        flex-direction: column;
        justify-content: center;
    }

    .text h3 {
        font-family: Garamond, serif;
        /* Use Garamond as the primary font */
        font-size: 18px;
        /* Adjust the size to your preference */
        font-weight: bold;
        /* Make the text bold */
        color: #333;
        /* A dark gray color for good readability */
        text-decoration: none;
        /* Remove underline */
        transition: color 0.3s ease;
        /* Smooth hover color transition */

    }


    .text h4 {
        margin: 0;
        font-size: 0.95rem;
        color: #666;
    }

    .current-price {
        color: #007bff;
        font-weight: bold;
    }

    .old-price {
        color: #999;
        margin-left: 8px;
    }
    .heart-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 25px; /* Reduce size */
    height: 25px;
    z-index: 10;
    cursor: pointer;
}
/* Prevent heart from moving during hover */
.innerrr:hover .heart-icon {
    transform: none !important;
}
.heart-icon img {
    width: 100%;
    height: auto;
    transition: 0.3s ease-in-out;
}

/* Change heart icon to red when hovering */
.heart-icon:hover img {
    content: url("../assets/uploads/red_heart.svg");
}
