/* SlimVida shop — ficha de produto + links na index */

.contact-link {
  color: #c2185b;
  font-weight: 700;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

/* Botão flutuante Fale conosco — canto inferior direito */
.contact-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px 12px 14px;
  background: #c2185b;
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 4px 20px rgba(194, 24, 91, 0.45), 0 2px 8px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s;
}

.contact-float:hover {
  color: #fff;
  background: #a00046;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 24px rgba(194, 24, 91, 0.5), 0 4px 12px rgba(0, 0, 0, 0.15);
}

.contact-float__icon {
  flex-shrink: 0;
  display: block;
}

.contact-float__label {
  white-space: nowrap;
}

@media (max-width: 520px) {
  .contact-float {
    right: 16px;
    bottom: 16px;
    padding: 14px;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    justify-content: center;
  }

  .contact-float__label {
    display: none;
  }
}

body[data-page="product"] .contact-float {
  bottom: 88px;
}

@media (max-width: 520px) {
  body[data-page="product"] .contact-float {
    bottom: 80px;
  }
}

.detail-block__contact {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--mid, #5c3d3d);
}

.detail-block__contact .contact-link {
  margin-left: 6px;
}

.compra-contact-note {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--gray, #7a6060);
}

.compra-contact-note .contact-link {
  display: inline-block;
  margin-top: 4px;
}

.product-card-link {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--rose);
  text-decoration: none;
  border-bottom: 1px solid var(--rose-light);
}

.product-card-link:hover {
  color: #a00046;
}

/* —— Página de produto —— */
.product-page {
  padding: 48px 48px 80px;
  background: linear-gradient(135deg, var(--rose-pale) 0%, var(--cream) 50%, var(--gold-light) 100%);
  min-height: 60vh;
}

.product-page-inner {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.product-page-visual {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(194, 24, 91, 0.12);
  border: 1px solid #f0e0e8;
}

.product-page-visual__hero {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 100px;
  background: linear-gradient(135deg, #fff0f5, #f8bbd9);
  overflow: hidden;
}

.product-page-visual__hero--photo {
  font-size: 0;
  padding: 0;
  background: #fff0f5;
}

.product-page-visual__hero--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-page-visual__body {
  padding: 28px;
}

.product-page-info h1 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: var(--dark);
  margin-bottom: 12px;
  line-height: 1.15;
}

.product-page-info .product-desc {
  font-size: 17px;
  color: var(--mid);
  line-height: 1.7;
  margin-bottom: 24px;
}

.product-page-features {
  list-style: none;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-page-features li {
  font-size: 14px;
  color: var(--mid);
  padding-left: 20px;
  position: relative;
}

.product-page-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--rose);
  font-weight: 700;
}

.product-page-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 24px;
}

.product-detail-blocks {
  max-width: 1060px;
  margin: 48px auto 0;
  padding: 0 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.detail-block {
  background: white;
  border-radius: 16px;
  padding: 28px;
  border: 1px solid #f0e0e8;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.detail-block h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: var(--dark);
  margin-bottom: 10px;
}

.detail-block p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.65;
}

.product-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--mid);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.product-back:hover {
  color: var(--rose);
}

.nav-logo-link {
  text-decoration: none;
  color: inherit;
}

/* Logo SlimVida no topo — nao herdar estilo dos links do menu (13px uppercase) */
nav#shop-nav a.nav-logo-link.logo,
#shop-nav a.nav-logo-link.logo {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-transform: none;
  color: var(--rose, #c2185b);
}

nav#shop-nav a.nav-logo-link.logo span,
#shop-nav a.nav-logo-link.logo span {
  color: var(--gold, #b8860b);
}

.compra-top-nav .logo {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-transform: none;
  color: var(--rose, #c2185b);
}

.compra-top-nav .logo span {
  color: var(--gold, #b8860b);
}

@media (max-width: 900px) {
  nav#shop-nav a.nav-logo-link.logo,
  #shop-nav a.nav-logo-link.logo,
  .compra-top-nav .logo {
    font-size: 24px;
  }
}

/* Ficha longa do kit */
.product-extended {
  max-width: 1060px;
  margin: 40px auto 0;
  padding: 0 48px;
}

.product-extended.is-visible {
  display: block;
}

.product-story {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #f0e0e8;
  padding: 32px 28px;
  margin-bottom: 24px;
  box-shadow: 0 4px 24px rgba(194, 24, 91, 0.06);
}

.product-story__tagline {
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  color: #c2185b;
  margin-bottom: 16px;
  line-height: 1.45;
}

.product-story p {
  font-size: 15px;
  line-height: 1.75;
  color: #5c3d3d;
  margin-bottom: 14px;
}

.product-story p:last-child {
  margin-bottom: 0;
}

.product-story__close {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #f0e0e8;
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  color: #2c1a1a;
  font-style: italic;
}

.product-extended-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.product-extended-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #f0e0e8;
  padding: 28px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.product-extended-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  color: #2c1a1a;
  margin-bottom: 14px;
}

.product-extended-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-extended-card li {
  font-size: 14px;
  color: #5c3d3d;
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
}

.product-extended-card li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: #c2185b;
  font-size: 9px;
  top: 5px;
}

.product-extended-card--benefits li::before {
  content: "✓";
  font-weight: 700;
}

.product-actives-list li {
  display: block;
  padding-left: 0;
}

.product-actives-list li::before {
  display: none;
}

.product-actives-list li strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  color: #c2185b;
  margin-bottom: 6px;
}

.product-actives-list li span {
  display: block;
  font-size: 14px;
  color: #5c3d3d;
  line-height: 1.55;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0e0e8;
}

.product-actives-list li:last-child span {
  border-bottom: 0;
  padding-bottom: 0;
}

.product-actives-list li {
  padding-left: 0;
}

@media (max-width: 900px) {
  .product-extended {
    padding: 0 20px;
    margin-top: 28px;
  }

  .product-extended-grid {
    grid-template-columns: 1fr;
  }

  .product-story {
    padding: 24px 20px;
  }
}

/* Nav mobile (producto.html) */
.shop-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #f0e0e8;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  flex-shrink: 0;
}

.shop-nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #c2185b;
  border-radius: 2px;
}

.shop-nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(44, 26, 26, 0.45);
  z-index: 98;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.shop-nav-backdrop.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.product-sticky-cta {
  display: none;
}

@media (max-width: 900px) {
  .product-page {
    padding: 32px 20px 100px;
  }

  .product-page-inner,
  .product-detail-blocks {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 28px;
  }

  .product-page-info h1 {
    font-size: 32px;
  }

  .product-page-info .product-desc {
    font-size: 16px;
  }

  .product-page-visual__hero {
    height: 220px;
    font-size: 72px;
  }

  .product-page-visual__hero--photo {
    height: 260px;
  }

  .product-page-visual__body {
    padding: 20px;
  }

  .product-page-info .btn-primary,
  .product-page-info button.btn-primary {
    width: 100%;
    min-height: 52px;
    font-size: 16px;
  }

  .detail-block {
    padding: 22px 20px;
  }

  .related-links {
    padding: 0 8px;
    gap: 10px;
  }

  .related-links a {
    flex: 1 1 auto;
    text-align: center;
    min-width: calc(50% - 10px);
  }

  .shop-nav-toggle {
    display: flex;
  }

  .shop-nav-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: min(280px, 88vw);
    height: 100dvh;
    background: #fff;
    padding: 72px 20px 24px;
    box-shadow: -8px 0 32px rgba(44, 26, 26, 0.12);
    z-index: 99;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }

  #shop-nav.is-open .shop-nav-panel {
    transform: translateX(0);
  }

  .shop-nav-panel ul {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
  }

  .shop-nav-panel a {
    display: block;
    padding: 12px;
    border-radius: 8px;
  }

  .product-sticky-cta {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #f0e0e8;
    box-shadow: 0 -4px 24px rgba(44, 26, 26, 0.08);
    gap: 12px;
    align-items: center;
  }

  .product-sticky-cta__price {
    flex: 1;
    min-width: 0;
  }

  .product-sticky-cta__price strong {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    color: #c2185b;
  }

  .product-sticky-cta__price small {
    display: block;
    font-size: 11px;
    color: #7a6060;
    text-decoration: line-through;
  }

  .product-sticky-cta button {
    flex-shrink: 0;
    padding: 14px 22px;
    min-height: 48px;
    border-radius: 50px;
    border: none;
    background: #c2185b;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
  }
}

@media (max-width: 480px) {
  .product-page-info h1 {
    font-size: 28px;
  }

  .price-new {
    font-size: 36px !important;
  }

  .product-detail-blocks {
    margin-top: 32px;
    gap: 16px;
  }
}

/* —— Rodapé global —— */
.site-footer {
  margin-top: 0;
  background: #2c1a1a;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Lato", sans-serif;
}

/* Evita que estilos do menu (nav branco) afetem o rodapé */
.site-footer nav,
.site-footer .site-footer__legal {
  background: transparent !important;
  padding: 0 !important;
  margin: 0;
  border: none !important;
  box-shadow: none !important;
  position: static !important;
  display: block;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 0;
}

.site-footer nav a,
.site-footer .site-footer__legal a {
  text-transform: none;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.site-footer .site-footer__col {
  background: transparent;
  min-width: 0;
}

.site-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 48px 28px;
}

.site-footer__main,
.site-footer__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 40px;
  align-items: flex-start;
  justify-content: space-between;
}

.site-footer__brand {
  flex: 1 1 240px;
  max-width: 320px;
}

.site-footer__columns {
  flex: 1 1 280px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 40px;
}

.site-footer__col {
  flex: 1 1 120px;
  min-width: 120px;
}

.site-footer__aside {
  flex: 1 1 200px;
  max-width: 260px;
}

.site-footer__logo {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: 26px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 12px;
}

.site-footer__logo span {
  color: #b8860b;
}

.site-footer__tagline {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 20px;
  max-width: 280px;
}

.site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.site-footer__address {
  font-size: 13px;
  line-height: 1.55;
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
}

.site-footer__email {
  font-size: 14px;
  font-weight: 700;
  color: #f8bbd9;
  text-decoration: none;
  transition: color 0.2s;
}

.site-footer__email:hover {
  color: #fff;
}

.site-footer__heading {
  font-family: "Playfair Display", serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer__links a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.site-footer__links a:hover {
  color: #fff;
}

.site-footer__note {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
}

.site-footer__contact-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  background: rgba(194, 24, 91, 0.2);
  border: 1px solid rgba(248, 187, 217, 0.4);
  border-radius: 999px;
  color: #f8bbd9;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.site-footer__contact-btn:hover {
  background: #c2185b;
  color: #fff;
  border-color: #c2185b;
}

.site-footer__highlights {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-footer__highlights li {
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.site-footer__highlights span:first-child {
  flex-shrink: 0;
  opacity: 0.9;
}

.site-footer__bottom {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
}

.site-footer__bottom p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
}

.site-footer__legal a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
}

.site-footer__legal a:hover {
  color: #f8bbd9;
}

/* Produtos: imagem em falta (evita quadrados brancos) */
.product-img--photo.is-fallback img {
  display: none;
}

.product-img--photo.is-fallback::before {
  content: "✦";
  font-size: 72px;
  color: #c2185b;
  opacity: 0.35;
  line-height: 1;
}

@media (max-width: 900px) {
  .site-footer__inner {
    padding: 40px 24px 24px;
  }

  .site-footer__main,
  .site-footer__grid {
    justify-content: center;
  }

  .site-footer__brand {
    flex: 1 1 100%;
    max-width: none;
    text-align: center;
  }

  .site-footer__tagline {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer__contact {
    align-items: center;
  }

  .site-footer__columns {
    flex: 1 1 100%;
    justify-content: center;
  }

  .site-footer__aside {
    flex: 1 1 100%;
    max-width: none;
    text-align: center;
  }

  .site-footer__highlights {
    align-items: center;
  }

  .site-footer__bottom {
    flex-direction: column;
    text-align: center;
  }

  .site-footer__legal {
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .site-footer__columns {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .site-footer__links {
    align-items: center;
  }

  .site-footer__contact-btn {
    margin: 0 auto;
  }
}
