.boltte-product-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.boltte-product-cta__button {
  min-height: 44px;
  width: auto;
  padding: 0 16px;
  border-radius: 8px;
  color: rgb(var(--color-button-text));
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 5px 12px rgba(15, 23, 42, 0.16);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.boltte-product-cta__button[href*="request-quote"] {
  min-width: 136px;
  --color-button-background: 234, 88, 12;
  --color-button-text: 255, 255, 255;
  --border-opacity: 0.34;
  box-shadow: 0 5px 14px rgba(234, 88, 12, 0.26);
}

.boltte-product-cta__button[href*="wa.me"] {
  min-width: 120px;
  --color-button-background: 18, 140, 126;
  --color-button-text: 255, 255, 255;
  --border-opacity: 0.3;
  box-shadow: 0 5px 14px rgba(18, 140, 126, 0.24);
}

.boltte-product-cta__button:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.4);
  outline-offset: 3px;
}

.boltte-product-cta__button:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.2);
}

@media (hover: hover) {
  .boltte-product-cta__button:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
    box-shadow: 0 11px 24px rgba(15, 23, 42, 0.24);
  }
}

@media screen and (max-width: 749px) {
  .boltte-product-cta {
    gap: 8px;
  }

  .boltte-product-cta__button {
    min-height: 42px;
    padding: 0 14px;
    border-radius: 8px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .boltte-product-cta__button {
    transition: none;
  }
}


/* BOLTTE V125: WhatsApp-only product contact */
.boltte-product-cta.boltte-product-cta--whatsapp-only,
.boltte-v120-gallery-service .boltte-product-cta.boltte-product-cta--whatsapp-only {
  display: flex !important;
  grid-template-columns: none !important;
  justify-content: flex-start !important;
}

.boltte-product-cta.boltte-product-cta--whatsapp-only .boltte-product-cta__button {
  width: auto !important;
}
/* BOLTTE V135: lightweight email quote CTA */
.boltte-product-cta.boltte-product-cta--email-whatsapp,
.boltte-v120-gallery-service .boltte-product-cta.boltte-product-cta--email-whatsapp {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, max-content)) !important;
  align-items: center;
  gap: 10px;
  justify-content: flex-start !important;
}

.boltte-product-cta.boltte-product-cta--email-whatsapp .boltte-product-cta__button {
  box-sizing: border-box;
  width: auto !important;
}

.boltte-product-cta__button--email {
  min-width: 168px;
  --color-button-background: 255, 255, 255;
  --color-button-text: 30, 64, 175;
  --border-opacity: 0.45;
  border: 1px solid rgba(30, 64, 175, 0.42) !important;
  box-shadow: 0 5px 14px rgba(30, 64, 175, 0.15);
}

@media screen and (max-width: 479px) {
  .boltte-product-cta.boltte-product-cta--email-whatsapp,
  .boltte-v120-gallery-service .boltte-product-cta.boltte-product-cta--email-whatsapp {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    width: 100%;
  }

  .boltte-product-cta.boltte-product-cta--email-whatsapp .boltte-product-cta__button {
    min-width: 0;
    padding: 0 10px;
    width: 100% !important;
  }
}
/* BOLTTE V135: lightweight email quote CTA end */

/* BOLTTE ad readiness 20260907: visible product inquiry contacts. */
.boltte-product-cta.boltte-product-cta--email-whatsapp .boltte-product-cta__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 58px;
  min-width: 0;
  padding: 8px 14px;
  letter-spacing: 0;
}

.boltte-product-cta.boltte-product-cta--email-whatsapp .boltte-product-cta__button--email {
  background: #c64b0a !important;
  border: 1px solid #c64b0a !important;
  color: #ffffff !important;
  box-shadow: none;
}

.boltte-product-cta.boltte-product-cta--email-whatsapp .boltte-product-cta__button[href*="wa.me"] {
  background: #087e65 !important;
  border: 1px solid #087e65 !important;
  color: #ffffff !important;
  box-shadow: none;
}

.boltte-product-cta__contact {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

main-product-detail > .boltte-product-cta {
  grid-column: 1 / -1;
  margin: 16px 0 4px !important;
  width: 100%;
}

main-product-detail > .boltte-product-cta + .product__media-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

main-product-detail > .boltte-product-cta + .product__media-wrapper .product__media-list.grid {
  margin-top: 4px !important;
}

main-product-detail > .boltte-product-cta.boltte-product-cta--email-whatsapp {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px;
}

main-product-detail > .boltte-product-cta.boltte-product-cta--email-whatsapp .boltte-product-cta__button {
  width: 100% !important;
  padding: 8px 6px;
}

/* BOLTTE V258: separate product inquiry labels and contact values */
.boltte-product-cta.boltte-product-cta--email-whatsapp .boltte-product-cta__button,
.boltte-v120-gallery-service
.boltte-product-cta.boltte-product-cta--email-whatsapp
.boltte-product-cta__button {
  display: inline-flex !important;
  min-height: 58px;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 1.15;
  white-space: normal;
}

.boltte-product-cta.boltte-product-cta--email-whatsapp
.boltte-product-cta__button > span:first-child {
  display: block;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.15;
}

.boltte-product-cta.boltte-product-cta--email-whatsapp
.boltte-product-cta__contact {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  padding: 3px 7px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.boltte-product-cta__button--email .boltte-product-cta__contact {
  color: #1e40af;
  background: #edf2ff;
  border: 1px solid #cbd5ff;
}

.boltte-product-cta__button[href*="wa.me"] .boltte-product-cta__contact {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.34);
}

@media screen and (max-width: 479px) {
  .boltte-product-cta.boltte-product-cta--email-whatsapp
  .boltte-product-cta__button > span:first-child,
  .boltte-product-cta.boltte-product-cta--email-whatsapp
  .boltte-product-cta__contact {
    font-size: 11px;
  }

  .boltte-product-cta.boltte-product-cta--email-whatsapp
  .boltte-product-cta__contact {
    padding: 3px 5px;
  }
}
/* End BOLTTE V258 product inquiry label clarity. */
