  /* Updated CSS styles will go here */
        :root {
            --primary-color: #d4af37; /* Gold color for jewelry theme */
            --secondary-color: #333;
            --text-color: #333;
            --light-color: #f8f9fa;
            --dark-color: #212529;
        }
        
        body {
            font-family: 'Playfair Display', serif;
            color: var(--text-color);
            background-color: #f9f9f9;
        }

                    .home_black_version {
            background: #ffffff;
            }

            .social_icone{
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            }


            .header_black .social_icone ul li a {
            background: #2f2f2f;
            color: #cccccc;
            }

            .header_black .social_icone ul li a:hover {
            background: #fefefe;
            }

            .header_black .top_right > ul > li::before {
            background: #2d2d2d;
            }

            .header_black .top_right > ul > li:hover > a {
            color: #a8741a;
            }

            .header_black .top_right > ul > li > a {
            color: #000000;
            }

            .header_black .top_right > ul > li > a:not([href]):not([tabindex]) {
            color: #000000;
            }
            .header_black .top_right > ul > li > a:not([href]):not([tabindex]):hover {
            color: #a8741a;
            }

            .header_black .dropdown_language li,
            .header_black .dropdown_currency li,
            .header_black .dropdown_links li {
            border-bottom: 1px solid #2d2d2d;
            }

            .header_black .dropdown_language li a:hover,
            .header_black .dropdown_currency li a:hover,
            .header_black .dropdown_links li a:hover {
            color: #a8741a;
            }

            .header_black .dropdown_links {
            left: -98%;
            }

            .social_icone ul li {
            display: inline-block;
            margin-left: 5px;
            }

            .social_icone ul li:first-child {
            margin-left: 0;
            }

            .social_icone ul li a {
            background: #ebebeb;
            color: #000000;
            display: block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border-radius: 50%;
            }

            .social_icone ul li a:hover {
            background: #a8741a;
            color: #000000;
            }
            .header_middel {
            padding: 20px 0;
            border-bottom: 1px solid #ebebeb;
            }

            .header_black .header_middel {
            border-bottom: 1px solid #2d2d2d;
            }

            .home_contact {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border-right: 2px solid #cccccc;
            }

            .header_black .home_contact {
            align-items: center;
            }

            .header_black .contact_box p {
            color: #2f2f2f;
            font-size: 14px;
            }
            .header_black .contact_box a {
            color: #2f2f2f;
            font-size: 14px;
            }

            .logo {
            padding: 0 20px;
            width: 100%;
              height: auto;
            }

            .middel_right {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            }

            .header_black .contact_box {
            color: #2f2f2f;
            font-size: 14px;
            align-self: center;
            justify-self: center;
            }

       
        .logo img {
            padding: 0 20px;
              height: auto;
            width: 200px;
        }
        
        /* Product Grid Styles */
        .product-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin: 30px 0;
        }

        /* footer section */
.footer_black {
  border-top: 1px solid #2d2d2d;
  padding-top: 67px;
}

.footer_top {
  padding-bottom: 61px;
}
.footer_black .widgets_container > h3 {
  color: #000000;
  font-family: serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.footer_contact p {
  margin-bottom: 0;
  line-height: 30px;
  color: #a0a0a0;
}

.footer_contact a {
  margin-bottom: 0;
  line-height: 30px;
  color: #a0a0a0;
}

.footer_contact p a:hover {
  color: #a8741a;
}

.footer_contact ul {
  margin-top: 10px;
}
.footer_contact ul li {
  display: inline-block;
  margin-right: 7px;
}

.footer_contact ul li:last-child {
  margin-right: 0;
}
.footer_contact ul li a {
  color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: #2f2f2f;
  text-align: center;
  border-radius: 50%;
  display: block;
}

.footer_contact ul li a:hover {
  background: #a8741a;
}

.footer_menu ul li a {
  display: block;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
  color: #a0a0a0;
}

.footer_menu ul li a:hover {
  color: #a8741a;
}

/* ***************** */
/* *********footer bottom ******* */
.footer_bottom {
  padding: 38px 0 46px;
}

.copyright_area {
  text-align: center;
}
.copyright_area p {
  text-transform: capitalize;
  line-height: 26px;
  color: #a0a0a0;
}

.copyright_area p a {
  color: #a8741a;
}
.copyright_area p a:hover {
  text-decoration: underline;
}

.sss{
  display: flex;
  flex-direction: row;
  justify-content: center; 
  width: 100% !important;
}



        
        @media (max-width: 1200px) {
            .product-grid {
                grid-template-columns: repeat(3, 1fr);
            }
            .header_middel, .header_bottom, .middel_right {
                padding: 20px;
            }
            .main_menu nav > ul > li > a {
                padding: 15px 12px;
                font-size: 14px;
            }
            .slider_content h1 {
                font-size: 40px;
                line-height: 45px;
            }
        }

        @media only screen and (max-width: 992px) {
                .middel_right {
                    display: none;
                }
                .main_menu {
                    display: none;
                }
                .mobile_menu {
                    /* display: block; */
                }
                /* .banner_section .banner_thumb,
                .banner_black .banner_thumb,
                .product_container .custom-col-5,
                .blog_wrapper .col-lg-4 {
                    flex: 0 0 50%;
                    max-width: 50%;
                } */
                .slider_content h1 {
                    font-size: 30px;
                    line-height: 36px;
                }

                .headerContainer{
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                }
                .headerSubContainer{
                align-items: center;
                display: flex;
                flex-direction: column;
                width: 100% !important;
                justify-content: center;
                }
                .offerSubContainer{
                align-items: center;
                    display: flex;
                    flex-direction: column;
                }
                .social_icone{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 200px;

                }
                .home_contact {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                border-right: unset;
                gap: 10px;
                margin-bottom: 20px;
                }

                .header_black .home_contact {
                align-items: start;
                }

                .header_black .contact_box {
                color: #2f2f2f;
                font-size: 14px;
                align-self: center;
                justify-self: center;
                }
                .sss{
                display: flex;
                flex-direction: row;
                justify-content: center;
                padding-bottom: 30px;
                }
        }
        
        @media (max-width: 768px) {
              .modal-header {
            border-bottom: none;
            padding: 0 20px;
        }
             .product_navactive{
            display: flex;
            flex-direction: row;
            justify-content: center;
        }
            .product-grid {
                            grid-template-columns: repeat(2, 1fr);
                        }
          .header_middel {
                padding: 10px 0;
                text-align: center;
            }
            .logo {
                margin: 0 auto;
                width: 100%;
            }
            .banner_section .banner_thumb,
            .banner_black .banner_thumb,
            .product_container .custom-col-5,
            .blog_wrapper .col-lg-4 {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .header_black .home_contact {
                align-items: center;
                }
                        
                    .social_icone {
                        width: unset;
                    }
                    .product_tab_button ul {
                        flex-wrap: wrap;
                        gap: 5px;
                    }
                    
                    .product_tab_button a {
                        padding: 8px 15px;
                        font-size: 14px;
                    }
                    
                    .product_tab_button a.active {
                        transform: none;
                    }
        }
       
        @media (max-width: 576px) {
            .product-grid {
                grid-template-columns: 1fr;
            }
        }
        
        .single_product {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .single_product:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }
        
        .product_thumb {
            position: relative;
            overflow: hidden;
            height: 250px;
        }
        
        .product_thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: opacity 0.5s;
        }
        
        .primary_img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
        .secondary_img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
        }
        
        .single_product:hover .primary_img {
            opacity: 0;
        }
        
        .single_product:hover .secondary_img {
            opacity: 1;
        }
        
        .quick_button {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            transition: opacity 0.3s;
            z-index: 2;
        }
        
        .single_product:hover .quick_button {
            opacity: 1;
        }
        
        .quick_button a {
            background-color: var(--primary-color);
            color: white;
            padding: 8px 15px;
            border-radius: 4px;
            text-decoration: none;
            font-size: 14px;
            white-space: nowrap;
        }
        
        .product_content {
            padding: 20px;
        }
        
        .tag_cate a {
            color: var(--primary-color);
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-decoration: none;
        }
        
        .product_content h3 a {
            color: var(--dark-color);
            text-decoration: none;
            font-size: 18px;
            margin: 10px 0;
            display: block;
            font-weight: 600;
        }
        
        .price_box {
            margin: 10px 0;
        }
        
        .current_price {
            color: var(--primary-color);
            font-weight: 700;
            font-size: 18px;
        }
        
        .old_price {
            color: #999;
            text-decoration: line-through;
            margin-right: 10px;
            font-size: 14px;
        }
        
        .product_desc {
            margin-top: 15px;
            color: #666;
            font-size: 14px;
            line-height: 1.5;
        }
        
        .textdesc {
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        /* Product Tabs */
        .product_tab_button {
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 30px;
    position: relative;
}

.product_tab_button ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
    justify-content: center;
}

.product_tab_button li {
    position: relative;
    margin: 0 10px;
}

.product_tab_button a {
    color: #666;
    text-decoration: none;
    font-weight: 600;
    padding: 12px 20px;
    position: relative;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    border-radius: 4px 4px 0 0;
    background: transparent;
}

/* Active Tab Style */
.product_tab_button a.active {
    color: #d4af37; /* Gold color */
    background: rgba(212, 175, 55, 0.1);
    transform: translateY(-2px);
}

/* Hover Effects */
.product_tab_button a:not(.active):hover {
    color: #d4af37;
    transform: translateY(-3px);
}

/* Animated Underline Effect */
.product_tab_button a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #d4af37;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.product_tab_button a.active::after,
.product_tab_button a:hover::after {
    width: 100%;
}

/* Ripple Effect on Click */
.product_tab_button a:active {
    animation: ripple 0.6s linear;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(212, 175, 55, 0);
    }
}

/* Gold Shimmer Effect on Hover */
.product_tab_button a:hover {
    background: linear-gradient(45deg, 
        rgba(212, 175, 55, 0.05) 0%, 
        rgba(212, 175, 55, 0.1) 50%, 
        rgba(212, 175, 55, 0.05) 100%);
}

/* Subtle Bounce Animation */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.product_tab_button a.active {
    animation: bounce 0.5s ease;
}

        /* Pagination */
        .pagination {
            display: flex;
            justify-content: center;
            margin-top: 40px;
        }
        
        .page-item {
            margin: 0 5px;
        }
        
        .page-link {
            color: var(--dark-color);
            border: 1px solid #ddd;
            padding: 8px 15px;
            border-radius: 4px;
        }
        
        .page-item.active .page-link {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
            color: white;
        }
        
        .page-link:hover {
            background-color: #f1f1f1;
        }
        
        /* Modal Styles */
        .modal-content {
            border-radius: 0;
            border: none;
        }

        .closeBtnContainer{
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            padding-right: 10px;
            padding-top: 10px;
        }

        .closeBtn {
            background-color: #353535;
            color: white;
            width: 30px;
            height: 30px;
            border-radius: 50px;
            border: none;
        }
        
        .modal-header {
            border-bottom: none;
            padding: 15px 20px;
        }
        
        .modal-body {
            padding: 30px;
        }
        
        .modal_tab_img img {
            width: 40%;
            height: auto;
        }

        .imgAlign{
             display: flex !important;
            justify-content: center !important;
            align-content: center !important;
            align-items: center !important;
            align-self: center !important;
            justify-self: center !important;
            width: 100% !important;
        }
        .modal_tab_img{
            display: flex !important;
            justify-content: center !important;
            align-content: center !important;
            align-items: center !important;
            align-self: center !important;
            justify-self: center !important;
            width: 100% !important;
          
        }

        .modal-content{
            border-radius: 25px ;
        }

        .modal_sku{
            font-weight: 700;
        }

        .skunumber{
            font-weight: 400;
        }

        .qtyInput{
            border-radius: 10px !important;
        }

       
        .modal_tab{
        
            display: flex !important;
            flex-direction: column !important;
            justify-content: center !important;
            align-items: center !important;
            justify-self: center !important;
        }
        .modal_tab_button{
            display: flex;
            flex-direction: row;
            justify-content: center;
        }

        .containerss{
            display: flex;
            justify-self: center;
        }

        .modal_description{
            margin-top: 20px;
        }
        
        .modal_tab_button ul {
            display: flex;
            gap: 10px;
            list-style: none;
            padding: 0;
            margin-top: 15px;
        }
        
        .modal_tab_button ul li a img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border: 1px solid #ddd;
        }

        .modal-product-title{
            font-weight: 800 !important;
        }
        
        .modal_right {
            padding-left: 30px;
        }
        
        .modal_price .new_price {
            color: var(--primary-color);
            font-size: 24px;
            font-weight: 700;
        }
        
        .modal_price .old_price {
            color: #999;
            text-decoration: line-through;
            margin-left: 10px;
            font-size: 18px;
        }
        
        #product-qty {
            width: 70px;
            padding: 8px;
            border: 1px solid #ddd;
            margin-right: 10px;
        }
        
        .whatsapp-buy-btn {
            background-color: #25D366;
            color: white;
            border: none;
            padding: 8px 20px;
            border-radius: 10px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .whatsapp-buy-btn:hover {
            background-color: #128C7E;
        }
        
        .modal_social ul {
            display: flex;
            gap: 15px;
            list-style: none;
            padding: 0;
        }
        
        .modal_social a {
            color: #666;
            font-size: 18px;
        }
        
        .loading-spinner {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 200px;
            width: 100%;
            font-size: 40px;
            color: var(--primary-color);
            animation: spin 1s linear infinite;
        }
        
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }