/* stylelint-disable no-descending-specificity -- N/A */
body.single-product .reset_variations,
body.single-product div.product p.stock,
body.single-product .single_variation {
  display: none !important;
}
body.single-product .wc-box-office-ticket-form {
  width: 100%;
  margin: 0;
}
body.single-product .wc-box-office-ticket-form .wc-box-office-ticket-fields:last-child {
  margin-bottom: var(--wp--preset--spacing--60);
}
body.single-product .wc-box-office-ticket-form .wc-box-office-ticket-fields-body {
  margin-top: var(--wp--preset--spacing--30);
}
body.single-product .wc-box-office-ticket-form .wc-box-office-ticket-fields .wc-box-office-ticket-fields-title {
  border: 0;
  margin: 0;
  border-top: 1px solid var(--wp--preset--color--border-secondary);
  font-size: var(--wp--preset--font-size--xl);
  line-height: 1.37;
  font-family: var(--wp--preset--font-family--adobe-caslon-pro);
  letter-spacing: -0.02em;
}
body.single-product .wc-box-office-ticket-form .wc-box-office-ticket-fields .wc-box-office-ticket-fields-title a {
  padding-block: 1rem;
  font-weight: 400;
}
body.single-product .wc-box-office-ticket-form .wc-box-office-ticket-fields .wc-box-office-ticket-fields-title a::after {
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%230a0a0a' stroke-linecap='round' stroke-linejoin='round' d='M8 3.333v9.333M3.332 8h9.333'/%3E%3C/svg%3E");
  content: "";
  display: inline-flex;
  height: 2.25rem;
  width: 3rem;
  margin-left: auto;
  border: 1px solid var(--wp--preset--color--border-primary);
  border-radius: 100px;
}
body.single-product .wc-box-office-ticket-form .wc-box-office-ticket-fields.active .wc-box-office-ticket-fields-title a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%230a0a0a' stroke-linecap='round' stroke-linejoin='round' d='M3.332 8h9.333'/%3E%3C/svg%3E");
}
body.single-product .wc-box-office-ticket-form .form-row {
  margin-bottom: var(--wp--preset--spacing--40);
  padding: 0;
}
body.single-product .wc-box-office-ticket-form .form-row input.input-text {
  border-color: #bababa;
  font-size: var(--wp--preset--font-size--small);
  padding: var(--wp--preset--spacing--25) var(--wp--preset--spacing--40);
  line-height: 1.5;
}
body.single-product .wc-box-office-ticket-form .form-row input::placeholder {
  opacity: 1 !important;
}
body.single-product .wc-box-office-ticket-form .form-row:has(.required-field) {
  position: relative;
}
body.single-product .wc-box-office-ticket-form .form-row:has(.required-field) input.input-text {
  padding-right: var(--wp--preset--spacing--60);
}
body.single-product .wc-box-office-ticket-form .form-row:has(.required-field)::after {
  content: "";
  position: absolute;
  right: var(--wp--preset--spacing--40);
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 8 8'%3E%3Cpath fill='%23972e25' d='m7.76 3.18-2.646.942 1.603 2.111-1.221.942-1.68-2.163-1.5 2.163-1.273-.916 1.501-2.163L0 3.384l.433-1.45 2.595.687V0h1.577v2.671l2.62-.865z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
body.single-product .wc-box-office-ticket-form input[type=checkbox] {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #bababa;
  border-radius: 4px;
  vertical-align: middle;
  margin: -0.25rem 0.25rem 0 0;
  cursor: pointer;
}
body.single-product .wc-box-office-ticket-form input[type=checkbox]:checked {
  background-color: var(--wp--preset--color--contrast);
  border-color: var(--wp--preset--color--contrast);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 12'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 6l3 3 5-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
body.single-product .wc-box-office-ticket-form input[type=checkbox]:focus-visible {
  outline: 2px solid var(--wp--preset--color--contrast);
  outline-offset: 2px;
}
body.single-product .wc-box-office-ticket-form fieldset {
  font-size: var(--wp--preset--font-size--xs);
}
body.single-product .entry-content h2 {
  font-size: var(--wp--preset--font-size--3-xl-serif);
}
body.single-product .entry-content a {
  color: inherit;
}
body.single-product .entry-content h1,
body.single-product .entry-content h2,
body.single-product .entry-content h3,
body.single-product .entry-content h4,
body.single-product .entry-content h5,
body.single-product .entry-content h6 {
  margin-block: var(--wp--preset--spacing--50);
}
body.single-product .entry-content h1 + p,
body.single-product .entry-content h2 + p,
body.single-product .entry-content h3 + p,
body.single-product .entry-content h4 + p,
body.single-product .entry-content h5 + p,
body.single-product .entry-content h6 + p {
  margin-top: 0;
}
body.single-product .entry-content h1:first-child,
body.single-product .entry-content h2:first-child,
body.single-product .entry-content h3:first-child,
body.single-product .entry-content h4:first-child,
body.single-product .entry-content h5:first-child,
body.single-product .entry-content h6:first-child {
  margin-block-start: 0;
}
body.single-product .entry-content ul {
  list-style-type: square;
  padding-inline-start: var(--wp--preset--spacing--60);
}
body.single-product .entry-content ul li {
  margin-bottom: var(--wp--preset--spacing--30);
}
body.single-product .entry-content ul li:last-child {
  margin-bottom: 0;
}
body.single-product:has(.cart .variations) .entry-content {
  margin-top: var(--wp--preset--spacing--60);
}
body.single-product .variations_button {
  width: 100%;
}
body.single-product .variations {
  margin-bottom: var(--wp--preset--spacing--60) !important;
}
body.single-product .variations label,
body.single-product .variations select {
  font-weight: 400 !important;
  font-size: var(--wp--preset--font-size--2-xs) !important;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.1;
}
body.single-product .variations tr th {
  padding-right: var(--wp--preset--spacing--40) !important;
}
body.single-product .variations tr th,
body.single-product .variations tr td {
  padding-bottom: 0 !important;
}
body.single-product .variations select {
  border-color: var(--wp--preset--color--border-primary);
  border-radius: 100px;
  padding-left: 1.5rem !important;
}
body.single-product .wp-block-woocommerce-add-to-cart-form form.cart {
  grid-template-columns: min-content 1fr 1fr;
}
form.cart button.single_add_to_cart_button {
  background-color: var(--wp--preset--color--primary);
}
form.cart button.single_add_to_cart_button.disabled {
  color: var(--wp--preset--color--contrast);
  opacity: 1 !important;
  background-color: var(--wp--preset--color--border-secondary);
}
/*# sourceMappingURL=product-single.css.map */