/* Shared single-product variation presentation for every brand. */
.v-product__grid > * { min-width: 0; }
.v-gallery__thumbs { max-width: 100%; }
.v-product__tabbody { overflow-wrap: anywhere; }
@media (max-width: 1023px) {
  .v-product__grid { grid-template-columns: minmax(0, 1fr); }
}
/* The custom summary already shows the selected variation's exact price. */
.single_variation .woocommerce-variation-price { display: none; }
