/* ==========================================================================
   PDP Premium — Vinify Shop UI v0.1.69
   ========================================================================== */

/* ---- Layout: Two-column PDP ---- */
body.vinify-shop-ui.single-fluent-products .fct-single-product-page {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 64px !important;
  align-items: start !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 48px 40px !important;
}
@media (max-width: 900px) {
  body.vinify-shop-ui.single-fluent-products .fct-single-product-page {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    padding: 24px 20px !important;
  }
}

/* ---- Gallery side ---- */
body.vinify-shop-ui.single-fluent-products .fct-product-gallery {
  position: sticky !important;
  top: 24px !important;
}
body.vinify-shop-ui.single-fluent-products .fct-product-gallery img {
  border-radius: 16px !important;
  box-shadow: 0 20px 60px rgba(0,0,0,.12) !important;
  width: 100% !important;
  aspect-ratio: 11/16 !important;
  object-fit: contain !important;
  background: var(--surface-2) !important;
}
/* Thumbnails row */
body.vinify-shop-ui.single-fluent-products .fct-product-thumbnails {
  display: flex !important;
  gap: 12px !important;
  margin-top: 14px !important;
}
body.vinify-shop-ui.single-fluent-products .fct-product-thumbnails img {
  width: 100px !important;
  height: 100px !important;
  object-fit: cover !important;
  border-radius: 10px !important;
  border: 2px solid transparent !important;
  cursor: pointer !important;
  transition: border-color .15s, transform .12s !important;
}
body.vinify-shop-ui.single-fluent-products .fct-product-thumbnails img:hover,
body.vinify-shop-ui.single-fluent-products .fct-product-thumbnails img.active {
  border-color: #b04050 !important;
  transform: scale(1.05) !important;
}

/* ---- Summary side ---- */
/* Kicker "Garrafa selecionada" */
body.vinify-shop-ui.single-fluent-products .vinify-pdp-kicker {
  font-size: 10.5px !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  color: #b04050 !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}
body.vinify-shop-ui.single-fluent-products .vinify-pdp-kicker::before {
  content: '' !important;
  display: inline-block !important;
  width: 18px !important;
  height: 1px !important;
  background: #b04050 !important;
}

/* Product title — serif, elegant */
body.vinify-shop-ui.single-fluent-products #fct-product-summary-title,
body.vinify-shop-ui.single-fluent-products .fct-product-title h1,
body.vinify-shop-ui.single-fluent-products .fct-product-detail h1 {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 32px !important;
  line-height: 1.18 !important;
  color: #1a1a1a !important;
  margin-bottom: 6px !important;
  font-weight: 400 !important;
  letter-spacing: -.01em !important;
}

/* Year badge next to title */
body.vinify-shop-ui.single-fluent-products .vinify-pdp-year {
  display: inline-block !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #fff !important;
  background: #1c3a5f !important;
  border-radius: 4px !important;
  padding: 2px 8px !important;
  margin-left: 12px !important;
  vertical-align: middle !important;
  letter-spacing: .05em !important;
  margin-bottom: 14px !important;
}

/* Chips / meta pills */
body.vinify-shop-ui.single-fluent-products .vinify-pdp-chips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin-bottom: 20px !important;
}
body.vinify-shop-ui.single-fluent-products .vinify-pdp-chip {
  font-size: 11px !important;
  letter-spacing: .06em !important;
  color: #7a5a38 !important;
  background: rgba(185,147,88,.10) !important;
  border: 1px solid rgba(185,147,88,.22) !important;
  border-radius: 999px !important;
  padding: 3px 10px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

/* ---- Price block ---- */
body.vinify-shop-ui.single-fluent-products .fct-product-prices {
  margin-bottom: 24px !important;
  padding: 20px 0 !important;
  border-top: 1px solid rgba(185,147,88,.14) !important;
  border-bottom: 1px solid rgba(185,147,88,.14) !important;
}
body.vinify-shop-ui.single-fluent-products .fct-product-prices .fct-item-price {
  display: flex !important;
  align-items: baseline !important;
  gap: 10px !important;
}
body.vinify-shop-ui.single-fluent-products .fct-product-prices .fct-item-price > span:first-child {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;
  letter-spacing: -.02em !important;
  line-height: 1 !important;
}
body.vinify-shop-ui.single-fluent-products .fct_price_suffix {
  font-size: 12px !important;
  color: #8a7a6a !important;
  font-weight: 500 !important;
  letter-spacing: .03em !important;
}

/* ---- Quantity + CTA ---- */
body.vinify-shop-ui.single-fluent-products .fct-quantity-input {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  border: 1.5px solid rgba(185,147,88,.30) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  width: fit-content !important;
  margin-bottom: 14px !important;
}
body.vinify-shop-ui.single-fluent-products .fct-quantity-input button {
  background: rgba(185,147,88,.06) !important;
  border: none !important;
  color: #5a4030 !important;
  font-size: 18px !important;
  width: 40px !important;
  height: 40px !important;
  cursor: pointer !important;
  transition: background .15s !important;
}
body.vinify-shop-ui.single-fluent-products .fct-quantity-input button:hover {
  background: rgba(185,147,88,.16) !important;
}
body.vinify-shop-ui.single-fluent-products .fct-quantity-input input {
  border: none !important;
  text-align: center !important;
  width: 52px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  background: transparent !important;
}

/* Primary CTA — "Comprar agora" */
body.vinify-shop-ui.single-fluent-products .fluent-cart-checkout-button,
body.vinify-shop-ui.single-fluent-products .fluent-cart-checkout-button a,
body.vinify-shop-ui.single-fluent-products a.fluent-cart-checkout-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #1c3a5f !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  padding: 15px 32px !important;
  text-decoration: none !important;
  transition: background .18s, transform .12s !important;
  box-shadow: 0 4px 16px rgba(28,58,95,.25) !important;
}
body.vinify-shop-ui.single-fluent-products .fluent-cart-checkout-button:hover,
body.vinify-shop-ui.single-fluent-products a.fluent-cart-checkout-cta:hover {
  background: #2a4f7a !important;
  transform: translateY(-1px) !important;
}

/* Secondary CTA — "Adicionar ao carrinho" */
body.vinify-shop-ui.single-fluent-products .fluent-cart-add-to-cart-button,
body.vinify-shop-ui.single-fluent-products button.fluent-cart-add-to-cart-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #b04050 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
  padding: 14px 28px !important;
  cursor: pointer !important;
  transition: background .18s, transform .12s !important;
  box-shadow: 0 4px 16px rgba(176,64,80,.22) !important;
}
body.vinify-shop-ui.single-fluent-products .fluent-cart-add-to-cart-button:hover,
body.vinify-shop-ui.single-fluent-products button.fluent-cart-add-to-cart-button:hover {
  background: #c45060 !important;
  transform: translateY(-1px) !important;
}

/* CTA row — side by side */
body.vinify-shop-ui.single-fluent-products .fct-cart-button-wrapper {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}
body.vinify-shop-ui.single-fluent-products .fct-cart-button-wrapper form {
  display: contents !important;
}

/* ---- Trust confidence strip ---- */
body.vinify-shop-ui.single-fluent-products .vinify-pdp-confidence {
  display: flex !important;
  gap: 0 !important;
  margin-top: 20px !important;
  flex-wrap: wrap !important;
}
body.vinify-shop-ui.single-fluent-products .vinify-pdp-confidence span {
  flex: 1 !important;
  min-width: 120px !important;
  text-align: center !important;
  font-size: 10.5px !important;
  letter-spacing: .10em !important;
  text-transform: uppercase !important;
  color: #7a5a38 !important;
  background: rgba(185,147,88,.07) !important;
  border: 1px solid rgba(185,147,88,.16) !important;
  border-radius: 8px !important;
  padding: 9px 6px !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
}
body.vinify-shop-ui.single-fluent-products .vinify-pdp-confidence span::before {
  content: '✓ ' !important;
  color: #b04050 !important;
}

/* ---- Editorial / curadoria section ---- */
body.vinify-shop-ui.single-fluent-products .vinify-pdp-editorial {
  margin-top: 28px !important;
  padding: 24px 0 !important;
  border-top: 1px solid rgba(185,147,88,.14) !important;
}
body.vinify-shop-ui.single-fluent-products .vinify-pdp-editorial h2 {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #5a4030 !important;
  letter-spacing: .06em !important;
  font-style: italic !important;
  margin-bottom: 12px !important;
}
body.vinify-shop-ui.single-fluent-products .vinify-pdp-editorial p {
  font-size: 13.5px !important;
  color: #7a6a5a !important;
  line-height: 1.65 !important;
  margin-bottom: 16px !important;
}
body.vinify-shop-ui.single-fluent-products .vinify-pdp-editorial-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px 24px !important;
}
body.vinify-shop-ui.single-fluent-products .vinify-pdp-editorial-grid > div {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}
body.vinify-shop-ui.single-fluent-products .vinify-pdp-editorial-grid strong {
  font-size: 10px !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: #9e8e7a !important;
  font-weight: 700 !important;
}
body.vinify-shop-ui.single-fluent-products .vinify-pdp-editorial-grid span {
  font-size: 13.5px !important;
  color: #3a2a1a !important;
  font-weight: 500 !important;
}

/* ---- Tech card (ficha técnica) ---- */
body.vinify-shop-ui.single-fluent-products .vinify-pdp-tech-card {
  margin-top: 32px !important;
}
body.vinify-shop-ui.single-fluent-products .vinify-pdp-tech-card h2 {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #3a2a1a !important;
  letter-spacing: .04em !important;
  margin-bottom: 14px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid rgba(185,147,88,.18) !important;
}

/* ---- Remove residual "GARRAFA SELECIONADA" wherever it leaks ---- */
body.vinify-shop-ui.single-fluent-products * {
  font-variant-ligatures: no-common-ligatures;
}
/* Guard against any lingering text nodes */
body.vinify-shop-ui.single-fluent-products::after {
  content: none !important;
}
