 .mad-icon-box {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
    height: 100%;
  }

  .mad-icon-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }

  .mad-icon-box-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 15px;
  }

  .mad-icon-box-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
  }

  /* Ensures equal height for all columns */
  .equal-height {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  /* Basic styling */
.tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-family: Arial, sans-serif;
}

.tags span {
    font-weight: bold;
    margin-right: 10px;
    color: black;
}

.mad-social-icons ul.social-share-list {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.mad-social-icons ul.social-share-list li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mad-social-icons ul.social-share-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f0f0f0;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.mad-social-icons ul.social-share-list li a:hover {
    background-color: #ddd;
    transform: scale(1.1);
}

/* Color Classes */
.color-2 {
    background-color: #25D366;
    color: white;
}

.color-3 {
    background-color: #D44638;
    color: white;
}

.color-4 {
    background-color: #E60023;
    color: white;
}

/* Responsive Adjustments */
@media (max-width: 600px) {
    .mad-social-icons ul.social-share-list {
        gap: 8px;
    }

    .mad-social-icons ul.social-share-list li a {
        width: 32px;
        height: 32px;
    }
}

.Zl {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 20px;
    }
    ._n {
      font-weight: bold;
      margin-bottom: 10px;
      color: black;
    }
    .dn {
      list-style: none;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .en {
      border: 1px solid #ccc;
      padding: 10px;
      border-radius: 6px;
      background: #fafafa;
      cursor: pointer;
      transition: all 0.2s ease;
    }
    .en:hover {
      background: #e6f7ff;
    }
    .iP {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
    .jP {
      font-weight: bold;
      margin-bottom: 5px;
    }
    .lP {
      color: #2a9d8f;
      margin: 0;
    }
    .mP, .pP {
      margin: 2px 0;
      font-size: 0.9em;
      color: #666;
    }
    .sP {
      border: 2px solid #2a9d8f;
    }



     .product-card {
        width: 100%;
        max-width: 320px;
        border: 1px solid #ddd;
        border-radius: 12px;
        overflow: hidden;
        font-family: Arial, sans-serif;
        margin: 10px auto;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        background: #fff;
        transition: transform 0.3s;
    }
    .product-card:hover { transform: translateY(-5px); }
    .product-actions {
        display: flex; justify-content: space-between; padding: 10px 15px;
    }
    .product-actions svg { cursor: pointer; transition: 0.3s; }
    .product-actions svg:hover { transform: scale(1.2); }
    .mad-product-image {
        position: relative; text-align: center; padding: 15px; background: #f9f9f9;
    }
    .mad-product-image img.overlay-icon {
        position: absolute; top: 10px; right: 10px; height: 40px; width: 40px;
    }
    .mad-product-image img.main-image {
        max-height: 150px; object-fit: contain; width: 100%;
    }
    .mad-product-description {
        text-align: center; padding: 10px 15px;
    }
    .mad-product-cat {
        font-size: 13px; color: #007BFF; text-decoration: none;
    }
    .mad-product-title a {
        font-size: 14px; color: #222; text-decoration: none; font-weight: 600; display: block; margin-top: 5px;
    }
    .mad-product-info {
        text-align: center; padding: 10px 15px;
    }
    .mad-product-price {
        font-size: 16px; font-weight: bold; margin-bottom: 5px; color: #000;
    }
    .mad-product-price .original {
        text-decoration: line-through; color: #888; font-weight: normal; margin: 0 5px;
    }
    .mad-product-price .discount {
        color: #f31315; font-weight: bold;
    }
   
   
    @keyframes blink {
        0%, 100% { opacity: 1; }
        50% { opacity: 0; }
    }
    .custom-btn-group {
display: flex;
overflow: hidden;
border-radius: 8px;
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.custom-btn-group .btn {
border-radius: 0;
flex: 1;
padding: 5px 0;
font-weight: 600;
font-size: 1.1rem;
}

.custom-btn-group .btn:first-child {
background-color: #f31315;
color: white;
}

.custom-btn-group .btn:last-child {
background-color: #343a40;
color: white;
}

.custom-btn-group .btn:last-child i {
font-size: 1.3rem;
margin-left: 8px;
}

.featured-section {
padding: 3rem 0;
background: #f9f9f9;
}

/* Feature card */
.feature-card1 {
background: white;
border-radius: 10px;
padding: 15px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
text-align: center;
margin: 0 10px;
display: flex;
flex-direction: column;
align-items: center;
}

/* Image inside card */
.feature-card1 img.offer_img {
width: 100%;
height: 200px;
object-fit: cover;
border-radius: 10px;
margin-bottom: 15px;
}

/* Heading and span styles */
.feature-card1 h6 a {
color: #333;
font-weight: 600;
text-decoration: none;
}

.feature-card1 h6 a:hover {
text-decoration: underline;
}

.feature-card1 span {
color: #777;
font-size: 0.9rem;
}

/* Slider controls container */
.slider-controls {
display: flex;
gap: 10px;
}

/* Responsive adjustments */
@media (max-width: 576px) {
.feature-card1 img.offer_img {
  height: 180px;
}
}

/* Category Showcase Section */
.category-showcase {
background-color: #f5f5f5;
}

.section-title {
font-size: 1.5rem;
font-weight: 600;
}

.carousel-nav .nav-btn {
background-color: transparent;
border: 1px solid #ccc;
padding: 6px 10px;
border-radius: 4px;
cursor: pointer;
transition: all 0.3s ease;
}

.carousel-nav .nav-btn:hover {
background-color: #e9ecef;
}

/* Category Card */
.category-card {
background: #fff;
padding: 20px 15px;
border-radius: 8px;
transition: all 0.3s ease-in-out;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
width: 300px;
margin: auto;
}

.category-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.category-card img {
max-height: 200px;
object-fit: contain;
margin-bottom: 10px;
}

.category-link {
text-decoration: none;
color: #333;
font-weight: 500;
}

.category-link:hover {
color: #007bff;
}

.category-count {
font-size: 0.875rem;
color: #666;
}

/* Owl Carousel Fix */
.owl-carousel .owl-item {
display: flex;
justify-content: center;
}

.owl-carousel .category-card {
width: 100%;
}

.owl-carousel .owl-stage {
display: flex;
align-items: stretch;
}

@media (max-width: 767.98px) {
.category-card {
max-width: 150px;
padding: 1rem 0.75rem;
}
}

p.product-detail-content-main {
    color: black;
}