/* ÃƒÂ¢Ã…â€œÃ‚Â¨ ULTIMATE LUXURY OVERRIDES 
   Theme: Dark Teal & Premium Gold Gradient 
*/

:root {
  /* Teal Gradients */
  --teal-dark: #002d36;
  --teal-light: #044e5c;
  --teal-gradient: linear-gradient(135deg, #002d36 0%, #055a69 100%);

  /* Gold Gradients */
  --gold-primary: #c89f56;
  --gold-light: #e6be8a;
  --gold-dark: #a67c37;
  --gold-gradient: linear-gradient(145deg, #c89f56 0%, #a67c37 100%);

  --white: #ffffff;
  --transition-smooth: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* --- Premium Header --- */
.app-bar-main {
  background: var(
    --teal-gradient
  ) !important; /* Header ab dark teal gradient hai */
  color: var(--gold-light) !important;
  border-bottom: 2px solid var(--gold-primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.sh-header-location-icon {
  fill: var(--gold-primary) !important;
}

/* Header links/text adjustments */
.app-bar-main span,
.app-bar-main div {
  color: var(--white) !important;
}

/* --- Footer (Teal Gradient with Gold Border) --- */
.sh-footer-main {
  background: var(--teal-gradient) !important;
  color: var(--white) !important;
  border-top: 4px solid var(--gold-primary);
  padding: 50px 0;
}

.sh-footer-icon {
  color: var(--gold-primary) !important;
}

.three-col-footer__heading {
  color: var(--gold-light) !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* --- Advanced Product Cards --- */
.sh-product-card {
  background: #fff;
  border: 1px solid rgba(200, 159, 86, 0.2) !important;
  border-radius: 15px !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: var(--transition-smooth);
}

.sh-product-card:hover {
  transform: translateY(-8px);
  border-color: var(--gold-primary) !important;
  box-shadow: 0 15px 30px rgba(0, 45, 54, 0.2);
}

/* --- Discount Tag (Gold Gradient) --- */
.sh-product-card-discount-tag {
  background: var(--gold-gradient) !important;
  color: #fff;
  font-weight: 700 !important;
  border-radius: 15px 0 15px 0 !important;
  width: 70px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

/* --- Buttons (Gold Gradient) --- */
.sh-product-plus-minus-button {
  background: var(--gold-gradient) !important;
  border: none !important;
  color: white !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 10px rgba(200, 159, 86, 0.3);
  transition: var(--transition-smooth);
}

.sh-product-plus-minus-button:hover {
  filter: brightness(1.1);
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(200, 159, 86, 0.5);
}

/* --- Typography & Titles --- */
.pr-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--teal-dark);
  text-transform: capitalize;
}

.pr-sale-price {
  color: var(--teal-light);
  font-weight: bold;
}

/* --- Swiper/Arrows --- */
.swiper-button-next,
.swiper-button-prev {
  background: var(--gold-gradient) !important;
  color: white !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  border: none !important;
}

/* Badge (Teal Gradient) */
.badge {
  background: var(--teal-gradient) !important;
  color: var(--gold-light) !important;
  border: 1px solid var(--gold-primary);
}

/* --- Mobile Fixes --- */
@media (max-width: 480px) {
  .app-bar-main {
    padding: 5px 0;
  }
  .pr-title {
    font-size: 13px;
  }
}

.ban-cont-text {
  font-size: 14px;
}
@media (max-width: 400px) {
  .items-stretch .pr-outlined-button {
    min-width: fit-content !important;
  }
}

.sh-product-plus-minus-button {
  background: var(--teal-gradient) !important;
  border: none !important;
  color: #c89f56 !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 10px rgba(200, 159, 86, 0.3);
  transition: var(--transition-smooth);
}

.sh-product-card-discount-tag {
  background: var(--teal-gradient) !important;
  color: #c89f56;
  font-weight: 700 !important;
  border-radius: 15px 0 15px 0 !important;
  width: 70px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.vertical-social__socialBtn {
  align-items: center;
  background: #c89f56 !important;
  border-radius: 50%;
  display: flex;
  height: 26px;
  justify-content: center;
  margin-right: 12px;
  width: 26px;
}
.product-discount {
  background: var(--teal-gradient) !important;
  color: #c89f56;
  font-weight: 700 !important;
  border-radius: 15px 0 15px 0 !important;
  width: 70px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 4px 4px 2px 3px;
}
.solid-button__btn {
  color: #c89f56 !important;
}
.section-heading-container {
  align-items: center !important;
}
.section-heading {
  font-weight: 600 !important;
  font-size: 24px !important;
  color: var(--section-heading-color, #1a1a1a) !important;
  margin: 0px;
  background: var(--premium-gold);
  text-align: center;
  font-size: 2rem;
  background: var(--premium-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* padding: 40px 0 20px 0; */
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
