body {
  background-color: #fffdfc;
  font-family: 'Lato', sans-serif !important;
}

/* Global Font Apply */
h1, h2, h3, h4, h5, h6, 
.section-title, 
.navbar-brand, 
.offcanvas-title,
.product-title, 
.product-price, 
.edp-label, 
.rating, 
.category-label, 
.btn, 
.form-label, 
.lead, 
.aboutus-animate-text, 
.carousel-caption, 
.circle-image, 
.wishlist-btn, 
.custom-btn, 
.nav-link, 
.navbar, 
.navbar-nav, 
.form-control, 
.form-select, 
.carousel-indicators, 
.footer, 
.aboutus-content p,
.aboutus-content h2 {
  font-family: 'Lato', sans-serif ;
}

.product-card { background: #fff; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); padding: 15px; text-align: center; position: relative; }
.product-card img { width: 100%; height: 180px; object-fit: contain; margin-bottom: 10px; }
.product-title { font-size: 16px; font-weight: 600; }
.product-price { font-size: 18px; font-weight: 700; color: #000; }
.edp-label { font-size: 11px; letter-spacing: 2px; color: #999; }
.rating { font-size: 14px; color: #ffb400; }
.btn-dark { font-weight: 600; }

.circle-image { width: 150px; height: 150px; border: 3px dotted #d86b6b; border-radius: 50%; overflow: hidden; margin: auto; display: flex; align-items: center; justify-content: center; }
.circle-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

.category-label { margin-top: 10px; font-weight: 600; }
.bg-light-gray { background-color: #f8f8f8; }

footer { text-align: center; padding: 20px 0; font-size: 14px; color: #666; background-color: #f5f5f5; }

.wishlist-form { position: absolute; top: 10px; left: 10px; }
.wishlist-btn { background: transparent; }
.wishlist-btn svg { transition: fill 0.2s; }

.new-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #e74c3c;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 12px;
  z-index: 3;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .product-card img { height: 140px; }
  .circle-image { width: 120px; height: 120px; }
}

.mobile-banner, .mobile-video-section { display: none; }

@media (max-width: 576px) {
  .desktop-banner, .desktop-video-section { display: none !important; }
  .mobile-banner, .mobile-video-section { display: block !important; }
  .mobile-banner img {
    width: 100vw;
    height: 28vh;
    margin-top: 20px;
    object-fit: cover;
    display: block;
  }
  .mobile-video-section video {
    width: 100vw;
    height: 25vh;
    object-fit: cover;
    display: block;
  }
}

.carousel-indicators {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 2;
  justify-content: center;
  margin: 0;
}

.carousel-indicators [data-bs-target] {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e74c3c;
  margin: 0 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  cursor: pointer;
  opacity: 1;
}

.carousel-indicators .active {
  background: #e74c3c;
  border-color: #e74c3c;
}

#bannerCarousel .carousel-control-prev,
#bannerCarousel .carousel-control-next {
  display: none !important;
}

.section-title {
  letter-spacing: 0.5px;
  font-size: 1.65rem;
  font-weight: 700;
  color: black;
  text-align: center !important;
  margin-bottom: 2rem;
  text-transform: uppercase;
  display: block;
}

.custom-btn {
  font-weight: 600;
  border-radius: 25px;
  transition: all 0.2s;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  white-space: nowrap;
}

.custom-btn.btn-outline-dark:hover,
.custom-btn.btn-outline-dark:focus {
  background: #48CAE4 !important;
  color: #fff !important;
  border-color: #48CAE4 !important;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(72, 202, 228, 0.4);
}

.custom-btn.btn-success {
  background: #27ae60;
  border: none;
}

.custom-btn.btn-success:hover,
.custom-btn.btn-success:focus {
  background: #219150;
  color: #fff;
}

@media (max-width: 767.98px) {
  .product-card .d-flex.gap-2 {
    flex-direction: column !important;
    gap: 8px !important;
  }
  .custom-btn {
    width: 100% !important;
    min-width: 0;
  }
  .product-card img { height: 120px; }
  .col-12.col-md-6 { margin-bottom: 1rem; }
}

.new-green-badge {
  position: absolute;
  top: 16px;
  right: 25px;
  color: rgb(170, 51, 106);
  font-size: 13px;
  font-weight: bold;
  border-radius: 8px;
  z-index: 3;
  letter-spacing: 1px;
}

/* About Us */
.aboutus-content {
  background: white;
  border-radius: 8px;
  padding: 32px 24px;
  max-width: 750px;
  color: black;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.aboutus-content p {
    font-size: 1.2rem;
    font-weight: 600!important;
    color: black;
    line-height: 1.7;
    white-space: pre-line;
    text-align: left;}

.aboutus-animate-text { min-height: 150px; }
.scroll-bg { background-attachment: scroll !important; }

@media (max-width: 768px) {
  .aboutus-bg {
    background-attachment: scroll;
    padding-top: 12vh;
    min-height: 500px;
  }
  .aboutus-content {
    padding: 20px 15px;
    margin: 0 10px;
    border-radius: 6px;
  }
  .aboutus-content h2 { font-size: 1.6rem; }
  .aboutus-content p {
    font-size: 12px;
    text-align: center;
  }
}