.breadcrumb {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 40px;
  font-size: 14px;
  color: #666;
}

.breadcrumb a {
  color: #333;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  margin: 0 6px;
}

.breadcrumb .current {
  color: #999;
}

.product-section {
  display: flex;
  gap: 40px;
  padding: 40px;
  max-width: 1200px;
  margin: auto;
}

/* 40% IMAGE */
.product-image {
  flex: 0 0 40%;
}

.product-image img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #eee;
}

/* 60% CONTENT */
 .product-info {
   
  max-width: 650px;
   
  font-family: Arial, sans-serif;
  color: #222;
}

/* CATEGORY */
.product-category {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

/* TITLE */
.product-title {
  font-size: 32px;
  font-weight: 800;
  color: #1D435F;
  margin-bottom: 10px;
  line-height: 1.3;
}

/* MODEL */
.product-model {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 14px;
}

/* RATING */
.product-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  margin-bottom: 14px;
}

.rating-score {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.stars {
  color: #f5a623;
  font-size: 18px;
}

.rating-count {
  color: #333;
  font-weight: 600;
}

/* SALE TIMER */
.sale-timer {
  font-size: 16px;
  font-weight: 700;
  color: #c40000;
  margin-bottom: 18px;
}

/* PRICE */
.price-box {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 14px;
}

.current-price {
  font-size: 34px;
  font-weight: 800;
  color: #c40000;
}

.old-price {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  text-decoration: line-through;
}

/* SHIPPING */
 .shipping-fulfillment {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 16px;
}

/* SHIPPING */
.shipping {
  font-size: 16px;
  font-weight: 700;
  color: #0a7a0a;
  white-space: nowrap;
}

/* FULFILLMENT */
.fulfillment {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.fulfillment img {
  height: 26px;
}


.fulfillment img {
  height: 26px;
}
.product-full-description {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin-top: 10px;
  padding: 40px;
  max-width: 1200px;
  
 
  gap: 40px;
   
  margin: auto;
}
 .product-full-description h2 {
  font-size: 22px;
  margin-bottom: 25px;
}

 .whatsapp-btn-product {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  background: #25D366;
  color: #fff;
  padding: 12px 22px;

  font-size: 15px;
  font-weight: 600;
  text-decoration: none;

  border-radius: 5px;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);

  transition: all 0.3s ease;
}

.whatsapp-btn-product i {
  font-size: 20px;
}

.whatsapp-btn-product:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45);
}

.whatsapp-btn-product:active {
  transform: translateY(0);
  box-shadow: 0 5px 12px rgba(37, 211, 102, 0.35);
}

/* Mobile friendly */
@media (max-width: 480px) {
  .whatsapp-btn-product {
    width: 100%;
    justify-content: center;
    padding: 14px;
    font-size: 16px;
  }
}


 .customer-reviews {
 
  padding: 40px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    max-width: 1200px;
  
    
  margin: auto;
  gap: 40px;
}

.customer-reviews h2 {
  font-size: 22px;
  margin-bottom: 25px;
}

/* GRID: 3–4 CARDS PER ROW */
.review-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

/* REVIEW CARD */
.review-card {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
}

/* STACK CONTENT VERTICALLY */
.review-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* NAME */
.review-name {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 6px;
}

/* STARS */
.review-stars {
  margin-bottom: 10px;
}

.review-stars i {
  color: #f4b400;
  font-size: 14px;
}

/* REVIEW TEXT */
.review-text {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

/* EMPTY STATE */
.no-reviews {
  font-style: italic;
  color: #777;
}

/* MOBILE TUNING */
@media (max-width: 768px) {
  .review-list {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}





.related-products {
  margin: 50px 0;
  padding: 30px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.related-products h2 {
  font-size: 22px;
  margin-bottom: 25px;
  text-align: center;
}

/* GRID: 3–4 products per row */
.related-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}

/* PRODUCT CARD */
.related-product-card {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  transition: all 0.3s ease;
}

.related-product-card a {
  text-decoration: none;
  color: inherit;
}

.related-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* IMAGE */
.related-product-image {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.related-product-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/* TITLE */
.related-product-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* PRICE */
.related-product-price {
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

/* MOBILE */
@media (max-width: 768px) {
  .related-products {
    padding: 20px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .review-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}


    /* Footer */
    .footer {
  color: #1D435F;
  background-color:#f7f7f7;
  font-size: 14px;
  padding-bottom: 50px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
  border-top: 1px solid #1D435F;
  
}

.footer .footer-about .logo {
  line-height: 1;
  width: auto; /* let it scale naturally */
  margin-bottom: 15px;
}

.footer .footer-about .logo img {
  max-height: 60px; /* increase height */
  width: auto;      /* keep aspect ratio */
  display: block;
}

.footer .footer-about .logo span {
   color: #1D435F;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: var(--heading-font);
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
   color: #1D435F;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  color: #1D435F;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
   color: #1D435F;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color:   #1D435F;
  color: white;
}

.footer .copyright p {
  margin-bottom: 0;
}
.footer .copyright a {
   color: white;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}
.footer-map h4 {
  font-size: 16px;
  font-weight: bold;
  color: #1D435F;
  margin-bottom: 12px;
}

.map-container iframe {
  border-radius: 12px;
  width: 360px;
  height: 220px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.whatsapp-float {
  position: fixed;
  right: 15px;
  width: 50px;
  height: 50px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  z-index: 1000;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: bottom 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  bottom: 65px; /* default for top of page */
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}
/* =======================
   PERFECT MOBILE VIEW
======================= */
@media (max-width: 768px) {

  body {
    overflow-x: hidden;
  }

  /* ---------- Breadcrumb ---------- */
  .breadcrumb {
    padding: 0 15px;
    font-size: 13px;
    text-align: center;
  }

  /* ---------- Product Section ---------- */
  .product-section {
    flex-direction: column;
    padding: 20px 15px;
    gap: 25px;
  }

  .product-image,
  .product-info {
    max-width: 100%;
    flex: 100%;
  }

  .product-title {
    font-size: 24px;
    line-height: 1.35;
  }

  .product-model {
    font-size: 14px;
  }

  .product-rating {
    flex-wrap: wrap;
    font-size: 14px;
  }

  .current-price {
    font-size: 28px;
  }

  .old-price {
    font-size: 15px;
  }

  .shipping-fulfillment {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  /* ---------- Full Description ---------- */
  .product-full-description {
    padding: 20px 15px;
    font-size: 15px;
  }

  .product-full-description h2 {
    font-size: 20px;
  }

  /* ---------- WhatsApp Button ---------- */
  .whatsapp-btn-product {
    width: 100%;
    justify-content: center;
    padding: 14px;
    font-size: 16px;
  }

  /* ---------- Reviews ---------- */
  .customer-reviews {
    padding: 20px 15px;
  }

  .review-list {
    grid-template-columns: 1fr;
  }

  /* ---------- Related Products ---------- */
  .related-products {
    padding: 20px 15px;
  }

  .related-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .related-product-image {
    height: 140px;
  }

  .related-product-title {
    font-size: 14px;
  }

  /* ---------- Footer ---------- */
  .footer .footer-top {
    padding: 30px 15px;
  }

  .footer-map iframe {
    width: 100%;
    height: 200px;
  }

  /* ---------- Floating WhatsApp ---------- */
  .whatsapp-float {
    width: 46px;
    height: 46px;
    font-size: 26px;
    right: 12px;
    bottom: 60px;
  }

}
