/* Keep request buttons readable in every theme and colour mode. */
.product-card .add-request-button:hover,
.product-card .add-request-button:focus-visible,
.product-card .add-request-button.added{
  background:var(--blue)!important;
  border-color:var(--blue)!important;
  color:#fff!important;
}
.product-card .add-request-button:hover span,
.product-card .add-request-button:focus-visible span,
.product-card .add-request-button.added span{
  color:inherit!important;
}
html[data-theme="monogram"] .product-card .add-request-button:hover,
html[data-theme="monogram"] .product-card .add-request-button:focus-visible,
html[data-theme="monogram"] .product-card .add-request-button.added{
  background:#5b355f!important;
  border-color:#5b355f!important;
  color:#fff!important;
}
html[data-mode="dark"] .product-card .add-request-button:hover,
html[data-mode="dark"] .product-card .add-request-button:focus-visible,
html[data-mode="dark"] .product-card .add-request-button.added{
  filter:brightness(1.18);
}
.turnstile-field{display:flex;justify-content:flex-start;min-height:70px;margin:22px 0}
.request-form .turnstile-field{margin:20px 0 18px}
@media(max-width:380px){.turnstile-field{transform:scale(.9);transform-origin:left center;width:111%}}
