.product-wrapper {
        display: flex;
        justify-content: space-between;
        background-color: #fff;
        padding: 20px;
        border-radius: 10px;
        width:88%;
        margin:auto;
       
    }

    .left-image {
        width: 450px;
        flex-shrink: 0;
    }

    .left-image img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        border-radius: 8px;
        border: 1px solid #ddd;
    }

    .middle-info {
        flex-grow: 1;
       
    }

    .middle-info h2 {
        font-size: 24px;
        margin-bottom: 15px;
        color: #333;
    }

    .right-gallery {
        width: 400px;
        flex-shrink: 0;
    }

    .gallery {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .gallery img {
        width: 150px;
        height: 150px;
        object-fit: cover;
        border-radius: 5px;
        border: 1px solid #ccc;
    }

    .variant-boxes {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin: 20px 0;
    }

    .variant-box {
           width: 80px;
    height:auto;
        border-radius: 8px;
        background-color: #fff;
        box-shadow: 0 0 6px rgba(0,0,0,0.05);
        cursor: pointer;
        font-size: 14px;
        border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    }

    .variant-box:hover {
        box-shadow: 0 0 10px rgba(0,0,0,0.15);
    }

    .variant-box.active {
        border-color: #6a0dad;
        background-color: #f3e8ff;
    }

    .variant-box .title {
        font-weight: bold;
        margin-bottom: 5px;
        color: #333;
    }

    .variant-box .price {
        font-size: 13px;
        margin: 3px 0;
        color: #555;
    }

    .variant-box .stock {
        font-size: 12px;
        color: green;
    }
    .variant-box.out-of-stock {
    opacity: 0.6;
    pointer-events: none;
    border-color: #ccc;
    background-color: #f5f5f5;
}
.variant-box.out-of-stock .stock {
    color: red;
    font-weight: bold;
}



    .price-display {
        font-size: 18px;
        margin: 10px 0;
        font-weight: bold;
        color: #000;
    }

    .quantity-control {
        display: flex;
        align-items: center;
        margin: 10px 0;
    }

    .quantity-control button {
        padding: 5px 12px;
        font-size: 18px;
        background-color: #ddd;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

    .quantity-control input {
        width: 60px;
        text-align: center;
        font-size: 16px;
        margin: 0 10px;
        padding: 5px;
        border-radius: 4px;
        border: 1px solid #ccc;
    }

 /*   .add-to-cart {*/
 /*       margin-top: 15px;*/
 /*       background: #6a0dad;*/
 /*       color: white;*/
 /*        padding: 9px 7px;*/
 /*border: none;*/
 /*       border-radius: 6px;*/
 /*       font-size: 14px;*/
 /*       cursor: pointer;*/
 /*       margin-bottom: 5px;*/
 /*   }*/

 /*   .add-to-cart:hover {*/
 /*       background-color: #4e0480;*/
 /*   }*/

    .description-section {
        width: 90%;
    margin: auto;
        background:#c9cbff4;
        padding: 20px;
        border-radius: 10px;
        
    }

    .description-section h3 {
        font-size: 20px;
        margin-bottom: 10px;
        color: #222;
    }

    .description-section p {
        font-size: 16px;
        line-height: 1.6;
        color: #555;
    }

.offer{
    background-color:black;
    color:white;
    font-family: 'Josefin Sans', sans-serif;
        margin: auto;
    padding: 1px !important;
    text-align: center;
    letter-spacing: 1.2;
    font-size:10px;
}

.topbar-social-icons a {
  margin-left: 12px;
  color: #333;
  font-size: 16px;
  transition: color 0.3s ease;
}
.topbar-social-icons a:hover {
  color: #0073aa;
}


.topbar-language {
  margin-right: 20px;
}

.top-sub-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left:130px;
  margin-right:130px;
  padding: 8px 20px;
  font-size: 14px;
  font-family:  'Josefin Sans',  sans-serif;
}

.subnav-left span {
  color: #333;
  font-weight: 500;
}

.subnav-right {
  display: flex;
  align-items: center;
  gap: 15px;
}


.language-selector {
  padding: 4px 8px;
 border:none;
  border-radius: 4px;
  font-size: 13px;
}


.social-icons {
  display: flex;
  gap: 10px;
}

.social-icon i {
  
  border-radius:50%;
  font-size: 14px;
  transition: color 0.3s ease;
}

.social-icon:hover i {
  color: #0073aa;
}
.main-n{
    background:#fbf8f2 !important;
    margin-bottom:20px;
}
.navbar {
  width: 100%;
  
 
  padding: 12px 0;
  background color:#fbf8f2;
    padding:10px;
}

.navbar-container {
  width: 84%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.navbar-logo a {
  font-size: 24px;
  text-decoration: none;
  color: #111;
  font-weight: bold;
}

.navbar-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.navbar-links li a {
  text-decoration: none;
  color: #111;
  font-size: 16px;
  padding: 8px 10px;
}

.navbar-links li a:hover {
  color: #007bff;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: white;
  min-width: 250px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 999;
  padding: 10px 0;
}

.dropdown-content li a {
  padding: 10px 20px;
  display: block;
  color: #111;
  list-style:none;
  text-decoration:none;
}

.dropdown-content li a:hover {
  background-color: #f5f5f5;
}


.user-dropdown .dropdown-content a.logout {
  color: #fff;
  background-color: #d9534f;
  padding: 8px 16px;
  margin: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}

.user-dropdown .dropdown-content a.logout:hover {
  background-color: #c9302c;
}

.navbar-icons {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 22px;
  position: relative;
}

.navbar-icons a {
  color: #333;
  text-decoration: none;
  position: relative;
}

.user-dropdown {
  position: relative;
}

.user-dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  min-width: 140px;
  z-index: 999;
  padding: 8px 0;
}

.user-dropdown .dropdown-content a {
  display: block;
  padding: 10px 16px;
  color: #333;
  font-size: 15px;
  white-space: nowrap;
}

.user-dropdown .dropdown-content a:hover {
  background-color: #f4f4f4;
}



.navbar-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}


@media (max-width: 768px) {
  .navbar-links {
    display: none;
    width: 100%;
    flex-direction: column;
    margin-top: 15px;
  }

  .navbar-links.show {
    display: flex;
  }

  .navbar-icons {
    margin-top: 10px;
  }

  .navbar-toggle {
    display: block;
  }

  .dropdown-content {
    position: static;
    box-shadow: none;
  }
}

.custom-footer {
  background-color:#4e3433;
  padding-top:40px;
  
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  border-top: 1px solid #ddd;
   margin-top:20px;
  
}
.footer-inner {
 padding-left: 130px;
    padding-right: 130px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    font-family: 'Josefin Sans';
    color: gray;
    background-color: white;
    padding-top: 20px;
   
}
.footer-left p {
  margin: 0 0 8px;
  
  font-size:12px;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-links li a {
  color: gray;
  text-decoration: none;
  font-size:14px;
}
.footer-links li a:hover {
  text-decoration: underline;
}
.footer-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-right img {
  height: 24px;
}

.footer-top-wrapper {
  margin-left:130px;
  margin-right:130px;
 
  font-family:'Josefin Sans' 'Roboserif;
 
}

.footer-top-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-top-left {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-left-row1 {
  display: flex;
  gap: 30px;
}

.footer-left-box {
  flex: 1;
}

.footer-left-box h4 {
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
  font-family:'Josefin Sans';
}

.footer-left-box p {
  font-size: 14px;
  color: #444;
   color: white;
    font-family:'Josefin Sans';
}

.footer-left-row2 {
  font-size: 14px;
  color: #0073aa;
}

.footer-left-row2 a {
  color: #0073aa;
  text-decoration: none;
}

.footer-left-row2 a:hover {
  text-decoration: underline;
}

.footer-top-right {
  flex: 1 1 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-top-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.footer-top-wrapper {
  font-family: 'Josefin Sans', sans-serif;
}

.footer-top-right-updated {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-subscribe-heading {
  font-size: 22px;
    font-weight: 100;
    color: white;
    font-family: 'Josefin Sans';
    margin-bottom:2px;
}

.footer-subscribe-text {
  font-size: 14px;
  color: white;
  margin: 0;
}
.footer-subscribe-form input[type="email"] {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 2px;
}
.footer-subscribe-form button {
    width: 100%;
    padding: 12px;
    background-color: #88281f;
    color: white;
    border: none;
    cursor: pointer;
}


.footer-social-icons {
  display: flex;
  ;
  margin-top: 10px;
}

.footer-social-icons .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
 color:white;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 25px;
  transition: background 0.3s;
}

.footer-social-icons .social-icon:hover {
  background-color: #e60023;
}


.icon-link {
  margin-left: 10px;
  color: #002c5b;
  font-weight: 500;
  text-decoration: none;
   font-family: 'Josefin Sans', sans-serif;
}

.icon-link:hover {
  color: #e60023;
}



.wishlist-icon {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px; /* size for the text */
    color: #01006f;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: none;
    margin-bottom: 10px;
}

.wishlist-icon i {
    font-size: 28px; /* larger than text */
    color: #01006f;  /* blue color for the heart */
}

.wishlist-icon i::first-letter {
    text-transform: capitalize;
}

.custom-footer p a {
    color: inherit;
    text-decoration: none;
}
.product-stats-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0;
    font-family: 'Roboto', sans-serif;
}

.stats-left {
    width: 55%;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #333;
}

.sold-icon {
    color: #388e3c;
    font-size: 18px;
}

.sold-text {
    font-weight: 500;
}

.stats-right {
    width: 45%;
    /* Placeholder – content can be added later */
}

.stats-divider {
    border: 0;
    border-top: 1.5px solid #000;
    margin-top: 10px;
}

.highlighted {
  background-color: yellow;
  color: black;
  font-weight: bold;
}
.image-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}



.main-image-wrapper {
    position: relative;
}

#mainImage {
    width: 400px;
    height: auto;
    border: 2px solid #ddd;
    object-fit: contain;
}

#zoomLens {
    position: absolute;
    border: 1px solid #ccc;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.4);
    pointer-events: none;
    display: none;
}

#zoomResult {
    position: absolute;
    top: 0;
    left: 420px; /* adjust based on main image width */
    width: 300px;
    height: 300px;
    border: 1px solid #ddd;
    display: none;
    background-repeat: no-repeat;
    background-size: 800px auto;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background-color: white;
}
.main-image-wrapper-with-zoom {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}


.thumbnail-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.thumbnail-gallery .thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.3s;
}

.thumbnail-gallery .thumb.active,
.thumbnail-gallery .thumb:hover {
    border-color: orange;
}
@media screen and (max-width: 768px) {
    .main-image-wrapper-with-zoom {
        flex-direction: column;
        align-items: center;
    }

    #zoomResult {
        display: none !important; /* hide zoom box on mobile */
    }

    #mainImage {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .thumbnail-gallery {
        overflow-x: auto;
        white-space: nowrap;
        padding: 10px 0;
        justify-content: flex-start;
        gap: 10px;
    }

    .thumbnail-gallery .thumb {
        flex: 0 0 auto;
        width: 60px;
        height: 60px;
    }

    .image-section {
        width: 100%;
        padding: 0 10px;
    }
}
.video-thumb {
    border: 2px dashed #666;
}

#mainDisplayWrapper video {
    width: 400px;
    height: auto;
    border: 2px solid #ddd;
}

.video-container {
    position: relative;
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 2px dashed #666;
    cursor: pointer;
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    pointer-events: none; 
}.variant-dropdown {
    padding: 8px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 15px;
}
.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.add-to-cart.out-of-stock {
    background-color: #ccc;
    color: #888;
    cursor: not-allowed;
    border: 1px solid #bbb;
}

.variant-dropdown-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
}

.variant-group {
    flex: 1 1 calc(33.33% - 16px); 
    min-width: 200px;
}

.variant-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.variant-dropdown {
    width: 100%;
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
@media (max-width: 768px) {
    .variant-group {
        flex: 1 1 100%;
    }
}
.product-rating-row {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 20px;
   
}

.rating-summary {
    width: 70%;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

.avg-rating-box {
    background-color: #388e3c; /* green background like Flipkart */
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
}

.rating-count,
.review-count {
    color: #555;
    font-size: 14px;
}
.rating-other-column {
    width: 30%;
    /* You will style this once content is added */
}
.social-share {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.share-label {
    font-size: 20px;
    color: #333;
}

/* Popup overlay */
.share-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Popup box */
.share-popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    text-align: center;
    position: relative;
}

/* Close button */
.close-share-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

/* Icons inside popup */
.social-share-icons {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.social-share-icons .icon {
    font-size: 20px;
    padding: 10px;
    border-radius: 50%;
    background: #f1f1f1;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-share-icons .icon:hover {
    background: #000;
    color: #fff;
}

/* Share button */
.open-share-popup {
    background:#a20000;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
}

.product-sales-row {
    display: flex;
    width: 100%;
    margin-top: 20px;
    gap: 12px;
   
}

.sales-left {
    width: 60%;
}

.sales-right {
    width: 40%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #eee;
    border-radius: 5px;
    
}

.sales-right{
    color:green;
    padding:15px;
}
.sales-rightp{
    padding:15px;
    font-size:19px;
    
}
.sales-info {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
}

.sales-icon {
    font-size: 18px;
    margin-right: 8px;
    color: #e53935;
}

.sales-text {
    color: #222;
}

.sales-divider {
    border: 0;
    height: 1px;
    background-color: #000;
    margin: 10px 0;
}

.additional-line {
    font-size: 14px;
    color: #666;
}
.price-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-top: 6px;
    font-family: 'Roboto', sans-serif;
}

 .mrp {
    color: #a50000;
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 600;
}

.price-info .sale-price {
    color: #258d03;
    font-weight: 600;
    font-size: 20px;
}

.price-info .discount-badge {
    background-color: #d4edda;
    color: #388e3c;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
}
.business-price-section {
    margin-top: 12px;
}

.saving-line .save-label {
    color: #388e3c;
    font-size: 15px;
    font-weight: 500;
}
.saving-line .save-label1 {
    color: black;
    font-size: 18px;
    font-weight: 500;
}
.sales-divider {
    border: 0;
    height: 1px;
    background-color: #000;
    margin: 10px 0;
}


 .business-badge {
    background-color:#9f0000;
    color: white;
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid #ccc;
}
.business-badge1 {
    background-color:#007216;
    color: white;
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid #ccc;
}

.moq-warning {
    margin-top: 8px;
    color: #d32f2f;
    font-weight: 500;
}
.available-offers {
    
    margin-top: 18px;
}

.available-offers h4 {
    font-weight: 600;
    color: #000;
   
}

.offer-line {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 14px;
    margin-bottom: 10px;
    gap: 8px;
}

.offer-line input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.1);
}

.offer-text {
    color: #212121;
    font-weight: 400;
}

.light-text {
    color: #666;
    font-size: 13px;
}

.terms-link {
    font-size: 14px;
    color: #2962ff;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
}

.offers-divider {
    margin-top: 10px;
    border: none;
    border-top: 1px solid #ddd;
}
.delivery-badges {
    display: flex;
    gap: 15px;
    margin-top: 12px;
    justify-content: flex-start;
    flex-wrap: wrap;
   
}

.badge-box {
    display: flex;
    flex-direction: column; /* stack image and text vertically */
    align-items: center;
    text-align: center;
   
}

.badge-box img {
    height: 60px;
    margin-bottom: 6px; /* space between image and text */
}

.badge-box span {
    font-size: 14px;
    line-height: 1.2;
}

.cod {
    background-color: #f5e9dc;
    border: 2px solid #000;
    font-weight: bold;
}
.pincode-check-section {
    
    padding: 15px 0px;
   
}

.pincode-check-section input[type="text"] {
    width: 90%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pincode-check-section button {
    width: 100%;
    padding: 10px;
    background-color: #27ae60;
    color: white;
    font-weight: bold;
    border: none;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.pincode-check-section button:hover {
    background-color: #219150;
}

.delivery-details {
    margin-top: 10px;
    font-size: 15px;
    color: #000;
}

.delivery-details .date-range {
    color: #27ae60;
    font-weight: 600;
}

.delivery-details .shipping-blue {
    color: #0070f3;
    font-weight: bold;
}

.delivery-details .time-now {
    color: green;
    font-weight: 600;
}
.stock-availability {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.out-of-stock {
    color: red;
}

.low-stock {
    color:#bd3704;
}

.in-stock {
    color: #28a745; /* green */
}
.product-availability-seller-row {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
    gap: 25px;
    font-family: 'Segoe UI', sans-serif;
}

/* Left Column */
.left-availability-info {
    width: 60%;
    padding: 10px 0;
}

.info-line-1 {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.info-line-2 {
    font-size: 14px;
    color: #666;
}

/* Right Column */
.right-seller-column {
    width: 40%;
}

/* Available Platforms Box */
.available-platforms {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.available-title {
    color: #790000;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 15px;
}

.platform-logos img {
    border: 1px solid #aca9a9;
    height: 40px;
    margin: 0 6px;
}

/* Seller Info Box */
.seller-info-box {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
}

.contact-seller-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.sold-by {
    color: #555;
    font-size: 14px;
}

.contact-seller-link {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
}

.contact-seller-link i {
    margin-right: 4px;
}

.seller-profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.seller-profile img {
    height: 40px;
    object-fit: cover;
    border-radius: 6px;
}

.seller-name {
    font-weight: 600;
    color: #333;
    font-size: 15px;
}

.verified-icon {
    color: gold;
    font-size: 14px;
    margin-left: 5px;
}

.product-spec-details-box {
    max-width: 520px;
    margin-top: 30px;
    padding: 0 10px;
   
}

.section-heading {
    color: #790000;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 3px solid #790000;
    padding-bottom: 4px;
    margin-bottom: 20px;
}

.spec-table {
    border-collapse: collapse;
    width: 100%;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

.spec-title {
    color: #333;
    font-weight: 600;
}

.spec-value {
    color: #555;
}
.about-title {
   
    color: #7d001b;
    font-weight: 700;
    font-size: 20px;
    border-bottom: 3px solid #7d001b;
    display: inline-block;
    margin-bottom: 10px;
}

.styled-ticks ul {
    padding-left: 0;
    list-style: none;
}

.styled-ticks li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
}

.styled-ticks li::before {
    content: '✔'; /* or '\2714' */
    color: orange;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 2px;
}
.tab-section {
 
  padding: 20px;
  margin-top: 30px;
}
.tab-section1 {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 20px;
 width:90%;
  margin:auto;
   background: #fff;
}
.tabs {
  display: flex;
  border-bottom: 2px solid #ddd;
  margin-bottom: 15px;
}

.tab-button {
  background: none;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  color: #c4621d;
  font-size: 19px;
  font-family: 'Josefin Sans';
}

.tab-button.active {
        background: #7d001b;
    border-radius: 2px;
    color: white;
}

.tab-content {
  display: none;
  padding-top: 10px;
  font-size: 17px;
  color: #333;
}

.review-block {
  margin-bottom: 15px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.review-img {
  width: 80px;
  margin: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.related-products-row {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    gap: 20px;
    padding: 0 10px;
}


.product-card {
    width: calc(20% - 12px);
    min-width: 200px;
    max-width: 220px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
    transition: transform 0.2s ease;
}

.product-card:hover {
    transform: translateY(-4px);
}

.product-card img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 6px;
}

.product-card h4 {
    font-size: 15px;
    margin-bottom: 10px;
    font-family: 'Josefin Sans', sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 38px;
    color: #111;
}

/* Button */
.product-btn {
    background-color: #7d001b;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'Josefin Sans', sans-serif;
}
.product-btn1 {
    background-color: #7d001b;
    color: #fff;
    padding: 10px 25px;
    border: none;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
    width: 65%;
    margin: auto
}
.product-btn:hover {
    background-color: #5c0015;
}

/* Wishlist icon */
.wishlist-top {
    position: absolute;
    top: 10px;
    right: 10px;
}

.wishlist-icon-card {
    font-size: 20px;
    color: #01006f;
    cursor: pointer;
    transition: color 0.3s ease;
}

.wishlist-icon-card.fas {
    color: red;
}

/* Responsive layout */
@media (max-width: 1024px) {
    .product-card {
        width: calc(33.333% - 10px);
    }
}

@media (max-width: 768px) {
    .product-card {
        width: calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .product-card {
        width: 100%;
    }
}
.related-heading{
    font-size: 26px;
    font-weight: bold;
    padding: 16px 20px 0;
    margin: 0;
    color: #333;
    text-align:center;
}
/* ✅ Add to Cart (in stock) - Purple to Blue gradient */
.add-to-cart {
    margin-top: 15px;
    background: linear-gradient(135deg, #260140, #4d0fcb, #2575fc);
    color: white;
    padding: 9px 7px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 5px;
    transition: background 0.4s ease;
}

/* Hover effect for gradient */
.add-to-cart:hover {
    background: linear-gradient(135deg, #4a00e0, #2575fc, #6a0dad);
}

/* Out of stock stays as-is */
.add-to-cart.out-of-stock {
    background-color: #ccc;
    color: #888;
    cursor: not-allowed;
    border: 1px solid #bbb;
}

/* ✅ Buy Now (in stock) - Red to Orange gradient */
.go-to-bag {
    background:linear-gradient(135deg, #ff512f, #f09819, #edf019);
    color: #fff;
    border: none;
    padding: 9px 7px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
    transition: background 0.4s ease;
}

/* Hover effect for gradient */
.go-to-bag:hover {
    background: linear-gradient(135deg, #f09819, #ff512f);
}

/* Out of stock stays as-is */
.go-to-bag.out-of-stock {
    background-color: #ccc;
    cursor: not-allowed;
    position: relative;
}

.bttn{
    flex-wrap: wrap;
    justify-content: center; 
    gap: 20px;
}
.buywith-section-unique {
    margin: 30px auto;
    max-width: 1300px;
    background: #fdfdfd;
    padding: 20px;
    border-radius: 10px;
    font-family: 'Josefin Sans', sans-serif;
}

.buywith-heading-unique {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.buywith-row-unique {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    width: 94%;
    margin: auto;

}

.buywith-card-unique {
    width: 22%;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #eee;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    min-height: 320px;
    box-sizing: border-box;
}

.buywith-card-unique img {
    width: 100%;
    height: 170px;
    object-fit: contain;
    margin-bottom: 10px;
    border-radius: 4px;
}

.buywith-title-unique {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.buywith-viewbtn-unique {
    background-color: #7d001b;
    color: #fff;
    padding: 8px 12px;
    font-size: 13px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.buywith-checkbox-unique {
    position: absolute;
    top: 10px;
    right: 10px;
    transform: scale(1.2);
    cursor: pointer;
}

.buywith-summary-unique {
    width: 22%;
    background-color: #fff7f7;
    border-radius: 10px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    min-height: 320px;
}

.buywith-summary-unique h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.buywith-addbtn-unique {
    background-color: #7d001b;
    color: #fff;
    padding: 10px 25px;
    border: none;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.buywith-addbtn-unique:hover {
    background-color: #5a0013;
}
.card-uni{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.product-wrapper {
    position: relative;
    display: flex;
    gap: 20px;
}

.image-section {
    position: sticky;
    top: 100px;
    max-height: calc(100vh - 100px);
    overflow: visible !important;
    flex-shrink: 0;
    z-index: 2;
}

.product-sales-row {
    display: flex;
    flex: 1;
}

.sales-left {
    flex: 1;
}

.sales-right {
    position: sticky;
    top: 100px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    flex-shrink: 0;
    z-index: 2;
}

.middle-info,
.product-availability-seller-row,
.product-spec-details-box {
    flex: 1;
    min-width: 0;
}
.variant-grid-container {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.variant-box:hover {
    border-color: #007bff;
    background: #f8f9fa;
}
.variant-box img {
   width: 50px;
    height: 50px;
    object-fit: contain;
}
.variant-pricing .mrp {
    text-decoration: line-through;
    color: #888;
    display: block;
}
.variant-pricing .sale {
    color: #e53935;
    font-weight: bold;
}
.variant-key {
    
        font-size: 12px;
    color: #060606;
    display: inline-block;
    
}
.product-info-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding: 15px;
 
  color: #000;
}

.info-column {
  width: 45%;
}

.info-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.info-row strong {
  width: 35%;
  font-weight: 600;
}

.info-row p {
  width: 65%;
  margin: 0;
  white-space: pre-line;
  line-height: 1.5;
}
.product-info-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding: 15px;
  color: #000;
  width: 90%;
    margin: auto;
}

.info-column {
  width: 45%;
}

.info-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.info-row strong {
  width: 45%;
  font-weight: 600;
  text-align:right;
}

.info-row p {
  width: 65%;
  margin: 0;
  white-space: pre-line;
  line-height: 1.5;
}


.product-details-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
 
  font-size: 18px;
  color: #333;
}

.product-details-list li {
  display: flex;
 
  padding: 10px 15px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
}

.product-details-list li:nth-child(odd) {
  background-color: #ffffff;
}

.product-details-list strong {
    margin-right: 35px;
     width: 30%;
    font-weight: bold;
    color: #000;
    text-align: right;
}

/* FAQ Container */
#faq {
  padding: 20px;
  background-color: #fff;
  border-top: 1px solid #ddd;
}

/* FAQ List */
.faq-list {
  margin-bottom: 30px;
}

.faq-item {
  background-color: #f9f9f9;
  border-left: 4px solid #cc6600;
  padding: 12px 16px;
  margin-bottom: 15px;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  transition: background-color 0.3s;
}

.faq-item:hover {
  background-color: #fff5e6;
}

.faq-item strong {
  color: #cc6600;
  display: inline-block;
  margin-bottom: 4px;
}

/* FAQ Form */
form {
  background-color: #fffaf0;
  padding: 20px;
  border: 1px solid #e6caa6;
  border-radius: 8px;
  max-width: 1000px;
  margin:auto;
}

form label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  color: #5c2e00;
}

form input[type="text"],
form textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

form button {
  background-color: #cc6600;
  color: white;
  padding: 10px 18px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

form button:hover {
  background-color: #a05200;
}
.product-specs-extra {
  max-width: 1200px;
  margin: 25px auto;
  
}

.specs-title {
    margin-top:10px;
  font-size: 20px;
    font-weight: bold;
    padding: 16px 20px 0;
    color: #830606;
}

.specs-details-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.specs-details-list li {
  display: flex;
  justify-content: flex-start;
  background-color: #f5f5f5;
  padding: 10px 15px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #222;
}

.specs-details-list li:nth-child(even) {
  background-color: #ffffff;
}

.specs-details-list li strong {
 margin-right: 35px;
    width: 30%;
    color: #000;
    text-align: right;
}
}
    .dropdown-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-content li {
  position: relative;
}

.dropdown-content li a {
  padding: 10px 20px;
  display: block;
  color: #111;
  text-decoration: none;
}

.dropdown-content li a:hover {
  background-color: #f5f5f5;
}

.arrow {
      color: #182bcf;
    font-size: 35px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: white;
  min-width: 200px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 999;
}

.sub-menu.show {
  display: block !important;
}

.active-category > a {
  border-left: 4px solid #2563eb;
  background-color: #f0f8ff;
}
