@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: "Poppins", sans-serif !important;

}
html, body {
  overflow-x: hidden;   /* hide horizontal scroll */
  overflow-y: auto;     /* enable vertical scroll */
}
.social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff; /* White background */
  color: #000; /* Black icon color */
  font-size: 16px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #000;
  color: #fff;
}
.footer-link {
color: #ccc;
text-decoration: none;
display: block;
margin-bottom: 8px;
}

.footer-link:hover {
color: #fff;
text-decoration: underline;
}
/* Container */
.container {
    max-width: 1100px;
}

/* Left Side: Main Product Image */
.main-product-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Thumbnail Images */


/* Right Side: Product Details */
.product-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.product-price {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
}

.new-price {
    color: #3f0458;
    font-size: 20px;
    margin-left: 10px;
}

.product-description {
    font-size: 14px;
    color: #555;
    margin-top: 15px;
}

/* Product Benefits */
.product-benefits {
    background: #e4c987;
    padding: 10px;
    border-radius: 8px;
    margin-top: 15px;
}

.benefits-title {
    font-size: 16px;
    font-weight: bold;
    color: #3f0458;
    margin-bottom: 10px;
}

.product-benefits ul {
    list-style: none;
    padding: 0;
}

.product-benefits li {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

/* Sold Information */
.sold-info {
    font-size: 14px;
    color: #A4863d;
    margin-top: 15px;
    font-weight: bold;
}

/* Quantity Section */
.quantity-title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
}

.quantity-buttons {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}
.quantity-selector {
    color: #000;
}
.weight-btn {
    border: 2px solid #ddd;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    background: transparent;
    transition: all 0.3s ease;
}

.weight-btn.active {
    background: #3f0458;
    color: white;
    border-color: #3f0458;
}

.weight-btn:hover {
    background: #3f0458;
    color: white;
}

/* Quantity Selector */
.quantity-selector {
    margin-top: 10px;
}

.quantity-selector input {
    width: 70px;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    border-radius: 5px;
}

/* Buttons */
/* .add-to-carts {
    background-color: #A4863d;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    width: 100%;
    border-radius: 6px;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.add-to-carts:hover {
    background-color:#A4863d;
} */

.buy-now {
    background-color: black;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    width: 100%;
    border-radius: 6px;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.buy-now:hover {
    background-color: #333;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .product-title {
        font-size: 22px;
    }

    .product-price {
        font-size: 16px;
    }

    .main-product-image {
        height: 250px;
        object-fit: cover;
    }

    .thumbnail-image {
        width: 60px;
        height: 60px;
    }

     .buy-now {
        font-size: 14px;
        padding: 10px;
    }
}




 /* Right-Side Product Details Section */
 .product-extra-info {
    margin-top: 20px;
    padding: 15px;
    border-radius: 8px;
}

/* Real-time Visitor Count */
.visitor-count {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.highlight {
    color: #28a745;
    font-size: 18px;
}

/* Benefits Icons */
.benefits-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100px;
}

.icon-item img {
    width: 50px;
    height: 50px;
}

.icon-item p {
    font-size: 12px;
    font-weight: bold;
    color: #3f0458;
    margin-top: 5px;
}

/* Categories Section */
.categories {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    color: #A4863d;
}

.category-name {
    color: #3f0458;
    font-weight: normal;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .benefits-icons {
        gap: 10px;
    }

    .icon-item {
        width: 70px;
    }

    .icon-item img {
        width: 40px;
        height: 40px;
    }

    .icon-item p {
        font-size: 11px;
    }
}





.categories {
    font-size: 16px;
    font-weight: bold;
    color: #3f0458;
    text-align: center;
    margin-bottom: 25px;
}

.category-name {
    color: #A4863d;
    font-weight: normal;
}

/* Feature Box Section */
.feature-section {
    background: #fafafa;
    padding: 40px 0;
    border-radius: 10px;
}

/* Feature Boxes */
.feature-box {
    background: white;
    border: 2px solid #ddd;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

/* Feature Box Hover Effect */
.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}

/* Feature Icons */
.feature-icon {
    color: #3f0458;
    font-size: 3rem;
    margin-bottom: 10px;
}

/* Feature Titles */
.feature-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #A4863d;
    margin: 0;
}

/* Grid Layout - Ensures 4 Boxes in a Row on Large Screens */
@media (min-width: 992px) {
    .feature-box {
        flex: 1;
        max-width: 22%;
        margin: 0 10px;
    }
}

/* Responsive Adjustments for Tablets */
@media (max-width: 991px) {
    .feature-box {
        flex: 1 1 calc(50% - 15px);
        max-width: 48%;
        margin-bottom: 20px;
    }
}

/* Responsive Adjustments for Mobile */
@media (max-width: 600px) {
    .feature-box {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* Tab Navigation */
.nav-tabs {
    border-bottom: 2px solid #ddd;
}
.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    border-bottom: 2px solid #ddd;
}


.nav-tabs .nav-item {
    margin-right: 15px;
}

.nav-tabs .nav-link {
    font-size: 16px;
    font-weight: bold;
    color: #3f0458;
    border: none;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
}

.nav-tabs .nav-link.active {
    color: black;
    border-bottom: 3px solid #3f0458;
}

/* Tab Content */
.tab-title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.tab-content-text {
    font-size: 16px;
    color: #555;
}

.tab-list {
    list-style-type: none;
    padding: 0;
}

.tab-list li {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .nav-tabs .nav-item {
        margin-right: 10px;
        white-space: nowrap;
    }

    .nav-tabs .nav-link {
        font-size: 14px;
        padding: 8px 15px;
    }

    .tab-title {
        font-size: 20px;
        margin-top: 20px;
    }

    .tab-content-text, .tab-list li {
        font-size: 14px;
    }
}






/* Section Title */
.section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #3f0458;
}

.product-card {
    background: linear-gradient(135deg, #ffffff, #f7f7f7);
    /* padding: 25px; */
    /* border-radius: 16px; */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

.product-card::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(163,134,61,0.3) 0%, transparent 60%);
    animation: rotate 10s linear infinite;
    z-index: 0;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* .product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid #A3863D;
} */

/* Product Image */
.product-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
    /* border-radius: 12px; */
    z-index: 1;
    position: relative;
}

/* Title */
.title {
    font-size: 16px;
    font-weight: bold;
    color: #3f0458;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}

/* Price Section */
.price {
    margin-top: 8px;

    font-weight: 600;
    z-index: 1;
    position: relative;
}

.original-price {
    font-size: 14px;
    color: #555;
}

.discount-price {
    font-size: 14px;
    color: #A3863D;
    font-weight: 700;
    margin-left: 8px;
}

/* Add to Cart Button */
.add-to-cart {
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    background: linear-gradient(90deg, #A3863D, #8C7230);
    color: #fff !important;
    border: none;
    transition: all 0.3s ease;
}

.add-to-cart:hover {
    background: linear-gradient(90deg, #8C7230, #A3863D);
    color: #fff;
}

/* Stars (Rating Section) */
.average-rating i {
    color: #FFD700; /* Golden Stars */
}
/* Existing (Desktop) style */


/* Mobile view adjustments */
@media (max-width: 576px) {
    .add-to-cart {
        font-size: 12px !important;   /* Smaller font */
        padding: 6px 10px !important; /* Smaller padding */
        border-radius: 4px !important; /* Tighter button */
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .product-image {
        height: 180px;
    }
    .title {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    /* .product-card {
        padding: 15px;
    } */
    .product-image {
        height: 150px;
    }
    .add-to-cart {
        font-size: 12px;
        padding: 10px;
    }
    .average-rating i {
        font-size: 12px;
    }
    .price .original-price,
    .price .discount-price {
        font-size: 12px;
    }
}

a{
    text-decoration: none;
}



.main-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.thumbnail-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
    border-radius: 8px;
}

.thumbnail-img:hover {
    border-color: #3f0458;
}

.thumbnail-slider .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Responsive */
@media (max-width: 768px) {
    .main-image {
        height: 300px;
    }
    .thumbnail-img {
        width: 80px;
        height: 80px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: "Poppins", sans-serif !important;

}
/* Navbar Main */

/* Add to Cart Button */
/* .add-to-cart {
margin-top: 10px;
font-size: 14px;
font-weight: bold;
width: 100%;
padding: 10px;
border-radius: 6px;
background-color: #A4863d; 
border: none;
transition: all 0.3s ease-in-out;
}

.add-to-cart:hover {
background-color: #8c7230; 
color: #fff;
} */




.navbar-brand {
display: flex;
flex-direction: column;
align-items: center;
}

.logo {
max-width: 100%;
height: auto;
}

h5 {
margin-top: 8px; /* slight spacing from logo */
font-size: 1rem;
text-align: center;
}