html { font-size: 90%; }
body {
  background: #ffffff;
  color: #555;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  margin: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

p { line-height: 21px; color: #777 }
p.preamble { font-size: 14px; line-height: 21px; }
h3 { font-size: 20px; line-height: 20px; }
h4 { margin: 16px 0 14px 0; }
.field_with_errors { display: inline; }

a.product_thumb {
  text-align: center;
  margin: 0 auto;
  display: block;
}
a.product_thumb img {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}

table .tright { text-align: right }

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

table.event_schedule {
  width: 100%;
}

table.event_schedule tr.header td {
  border-bottom: 1px solid #e2e2e2;
  text-transform: uppercase;
}

table.event_schedule tr.header.first td {
  padding-top: 10px;
}

table.event_schedule tr.header td {
  padding-top: 14px;
  color: #333;
  font-weight: bold;
}

table.event_schedule td.first {
  width: 50px;
}

table.event_schedule td {
  padding: 3px 3px;
  color: #888;
}

table.event_schedule tr.odd td {
  background-color: #f3f3f3;
}

table.event_schedule.full td {
  padding: 6px 5px;
  font-size: 14px;
  border-bottom: 1px solid #e2e2e2;
}

table.event_schedule.full tr.header td {
  padding-top: 20px;
}

table.event_schedule.full td.first {
  width: 250px;
}

#newsletter_modal, #event_modal, #generic-modal {
  display: none;
}

#newsletter_modal .help-inline,
#event_modal .help-inline,
form.contact .help-inline,
form.update_customer_details .help-inline {
  margin-left: 3px;
  color: #f00;
  margin-top: -7px;
}

#newsletter_modal .subscribe_success,
#event_modal .register_success {
  display: none;
  margin-bottom: 0;
}

.contact_success { display: none; }

ul.highlight-boxes {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.highlight-boxes li {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

ul.highlight-boxes li a {
  font-size: 18px;
  color: #555;
}

.form-response ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.form-response li {
  line-height: 1.4;
  margin: 0.25rem 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}

a {
  color: #441772;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2d0f4b;
  text-decoration: underline;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea,
select,
.uneditable-input {
  background: #ffffff;
  border: 1px solid #d4d4d8;
  border-radius: 8px;
  color: #334155;
  display: block;
  font: inherit;
  line-height: 1.4;
  max-width: 100%;
  min-height: 38px;
  padding: 8px 10px;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  border-color: #6d28d9;
  box-shadow: 0 0 0 3px rgba(109, 40, 217, 0.16);
  outline: none;
}

input[type="checkbox"] {
  accent-color: #6d28d9;
  height: 16px;
  width: 16px;
}

label {
  color: #444;
  display: block;
  font-weight: 650;
  margin-bottom: 6px;
}

form .field,
.form-field {
  margin-bottom: 14px;
}

form .actions,
.form-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.site-alert {
  border: 1px solid transparent;
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 12px 14px;
}

.site-alert:empty {
  display: none;
}

.site-alert-success {
  background: #ecfdf5;
  border-color: #a7f3d0;
  color: #065f46;
}

.site-alert-danger,
.site-alert-danger {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}

.site-alert-info {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #1e40af;
}

.site-alert-block {
  display: block;
}

.site-alert-icon {
  display: inline-flex;
  font-weight: 800;
  margin-right: 8px;
}

.site-alert-icon-success {
  color: #047857;
}

.site-menu-item {
  position: relative;
}

.site-menu-panel {
  background: #ffffff;
  border: 1px solid #d4d4d8;
  border-radius: 8px;
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.12);
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 180px;
  padding: 6px;
  position: absolute;
  top: calc(100% + 0.5rem);
  z-index: 50;
}

.site-menu-item:hover > .site-menu-panel {
  display: block;
}

.site-modal {
  background: rgba(15, 23, 42, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  overflow-y: auto;
  padding: 30px 12px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.site-modal.is-open,
.site-modal.in {
  display: block;
}

.site-modal-open {
  overflow: hidden;
}

.site-modal-dialog {
  margin: 0 auto;
  max-width: 42rem;
}

.site-modal-content {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.25);
  overflow: hidden;
}

.site-modal-header,
.site-modal-body,
.site-modal-footer {
  padding: 1.5rem 2rem;
}

.site-modal-header {
  border-bottom: 1px solid #e5e7eb;
}

.site-modal-title {
  color: #111827;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.site-modal-footer {
  border-top: 1px solid #e5e7eb;
  text-align: right;
}

.site-modal-close {
  background: transparent;
  border: 0;
  color: #64748b;
  cursor: pointer;
  float: right;
  font-size: 24px;
  line-height: 1;
}

.site-lightbox {
  display: grid;
  gap: 0.5rem;
}

.site-lightbox-image {
  display: block;
  height: auto;
  max-height: min(72vh, 58rem);
  object-fit: contain;
  width: 100%;
}

.site-lightbox-caption {
  display: grid;
  gap: 0.125rem;
}

.site-lightbox-caption strong {
  color: #111827;
  font-size: 1.125rem;
  font-weight: 650;
  line-height: 1.25;
}

.site-lightbox-caption p {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.45;
  margin: 0;
}

.site-modal-body:has(.site-lightbox) {
  padding-bottom: 1.25rem;
}

.confirm-dialog {
  align-items: center;
  background: rgba(15, 23, 42, 0.42);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 1.25rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1200;
}

.confirm-dialog[hidden] {
  display: none;
}

.confirm-dialog-open {
  overflow: hidden;
}

.confirm-dialog-panel {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
  display: grid;
  gap: 1rem;
  max-width: 28rem;
  padding: 1.25rem;
  width: min(100%, 28rem);
}

.confirm-dialog-icon {
  align-items: center;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 9999px;
  color: #dc2626;
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 700;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.confirm-dialog-copy {
  display: grid;
  gap: 0.35rem;
}

.confirm-dialog-title {
  color: #111827;
  font-size: 1.125rem;
  font-weight: 650;
  line-height: 1.3;
  margin: 0;
}

.confirm-dialog-message {
  color: #4b5563;
  font-size: 0.9375rem;
  line-height: 1.55;
  margin: 0;
}

.confirm-dialog-actions {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 0.625rem;
  justify-content: flex-end;
  margin-top: 0.25rem;
}

.confirm-dialog-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0.625rem;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 600;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.625rem 0.95rem;
}

.confirm-dialog-cancel {
  background: #ffffff;
  border-color: #d1d5db;
  color: #374151;
}

.confirm-dialog-cancel:hover,
.confirm-dialog-cancel:focus {
  background: #f9fafb;
  border-color: #9ca3af;
  color: #111827;
}

.confirm-dialog-accept {
  background: #dc2626;
  border-color: #dc2626;
  color: #ffffff;
}

.confirm-dialog-accept:hover,
.confirm-dialog-accept:focus {
  background: #b91c1c;
  border-color: #b91c1c;
  color: #ffffff;
}

.newsletter-form {
  display: grid;
  gap: 1.25rem;
  margin: 0;
}

.newsletter-form .form-response {
  margin: 0;
}

.newsletter-form .form-response.site-alert {
  margin-bottom: 0;
}

.newsletter-form .site-alert-danger {
  font-size: 1rem;
  font-weight: 600;
}

.newsletter-form-help {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.newsletter-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.newsletter-form .form-grid,
.newsletter-form .form-field {
  margin-bottom: 0;
}

.newsletter-form input[type="text"] {
  font-size: 1rem;
}

.newsletter-form-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.carousel-arrow {
  line-height: 1;
}

.home-list-icon {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  color: #64748b;
  display: inline-flex;
  flex: 0 0 auto;
  height: 2rem;
  justify-content: center;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
  width: 2rem;
}

.home-list-icon svg {
  display: block;
  height: 1.125rem;
  width: 1.125rem;
}

.home-list-icon-hypnosis {
  color: #2f7dbd;
}

.home-list-icon-healing {
  color: #7e307e;
}

.home-list-icon-guidance {
  color: #2563eb;
}

.icon-download::before {
  content: "↓";
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.site-mobile-header {
  border-bottom: 1px solid #e5e7eb;
  padding: 8px 0;
}

.site-mobile-header .container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-mobile-brand {
  flex: 1 1 auto;
  text-align: left;
}

.site-mobile-brand h1 {
  margin: 0;
}

.site-mobile-action {
  flex: 0 0 auto;
  margin-left: auto;
  text-align: right;
}

.site-menu-toggle {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d4d4d8;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  height: 40px;
  justify-content: center;
  width: 44px;
}

.site-menu-toggle span {
  background: #334155;
  border-radius: 999px;
  display: block;
  height: 2px;
  width: 18px;
}

.site-mobile-menu {
  flex: 0 0 100%;
  padding-left: 0;
  padding-right: 0;
}

.site-logo {
  margin: 0;
}

.site-main-container {
  margin-top: 1.25rem;
}

.site-desktop-header {
  display: none;
}

.site-mobile-header {
  display: block;
}

@media (min-width: 768px) {
  .site-main-container {
    margin-top: 1.5rem;
  }

  .site-desktop-header {
    display: block;
  }

  .site-mobile-header {
    display: none;
  }
}

.site-mobile-nav {
  display: block;
}

.site-desktop-nav {
  display: none;
}

@media (min-width: 768px) {
  .site-mobile-nav {
    display: none;
  }

  .site-desktop-nav {
    display: block;
  }
}

.site-button {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  color: #374151;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.3;
  min-height: 2.5rem;
  padding: 0.5rem 0.875rem;
  text-decoration: none;
}

.site-button:hover,
.site-button:focus {
  background: #f9fafb;
  color: #111827;
  text-decoration: none;
}

.site-button-primary {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
}

.site-button-primary:hover,
.site-button-primary:focus {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #ffffff;
}

.site-button-success {
  background: #059669;
  border-color: #059669;
  color: #ffffff;
}

.site-button-success:hover,
.site-button-success:focus {
  background: #047857;
  border-color: #047857;
  color: #ffffff;
}

.site-button-danger {
  background: #dc2626;
  border-color: #dc2626;
  color: #ffffff;
}

.site-button-danger:hover,
.site-button-danger:focus {
  background: #b91c1c;
  border-color: #b91c1c;
  color: #ffffff;
}

.site-button-secondary {
  background: #ffffff;
}

.site-button-sm {
  font-size: 0.75rem;
  min-height: 2rem;
  padding: 0.375rem 0.625rem;
}

.site-table {
  border-collapse: collapse;
  margin-bottom: 1.125rem;
  width: 100%;
}

.site-table th,
.site-table td {
  border-top: 1px solid #e5e7eb;
  padding: 0.625rem;
  text-align: left;
  vertical-align: top;
}

.site-table th {
  color: #6b7280;
  font-size: 0.75rem;
  font-weight: 600;
}

.site-table td {
  color: #374151;
}

.site-table-narrow {
  width: 1%;
}

.site-table-quantity {
  width: 6.25rem;
}

.site-table-price,
.tright {
  text-align: right !important;
}

.muted-text {
  color: #6b7280;
}

.site-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1rem;
}

.site-page {
  display: grid;
  gap: 1.5rem;
}

.site-panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

@media (min-width: 768px) {
  .site-panel {
    padding: 0;
  }
}

.site-panel h1,
.site-panel h2,
.site-panel h3 {
  color: #111827;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 1.5rem;
}

.site-rich {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.75;
}

.site-rich > :first-child {
  margin-top: 0;
}

.site-rich > :last-child {
  margin-bottom: 0;
}

.site-rich p {
  color: #4b5563;
  line-height: 1.75;
  margin: 0 0 1.5rem;
}

.site-meta-grid {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0;
}

@media (min-width: 640px) {
  .site-meta-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.site-meta-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1rem;
}

.site-meta-label {
  color: #6b7280;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
}

.site-meta-value {
  color: #111827;
  font-weight: 600;
}

.content-grid,
.checkout-grid,
.product-show-grid,
.product-show-top {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
  .content-grid-sidebar,
  .checkout-grid,
  .product-show-grid {
    grid-template-columns: minmax(0, 2fr) minmax(16rem, 1fr);
  }

  .contact-grid {
    grid-template-columns: minmax(0, 3fr) minmax(14rem, 1fr);
  }

  .product-show-top {
    align-items: start;
    grid-template-columns: minmax(0, 2fr) minmax(16rem, 1fr);
  }
}

.form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .form-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.person-card,
.painting-card,
.product-detail-image {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
}

.person-card {
  margin: 0;
  padding: 0.25rem;
}

.person-card img,
.product-detail-image {
  display: block;
  height: auto;
  max-width: 100%;
}

.contact-page {
  gap: 1.75rem;
}

.site-page-hero {
  align-items: start;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 0.875rem;
  display: grid;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding: 1.125rem;
}

@media (min-width: 760px) {
  .site-page-hero {
    align-items: center;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 1.25rem 1.5rem;
  }
}

.site-page-kicker {
  color: #2563eb;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.site-page-hero h1 {
  color: #111827;
  font-size: clamp(1.875rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 0.75rem;
}

.site-page-hero p,
.site-page-hero-rich {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.55;
  margin: 0;
  max-width: 42rem;
}

.site-page-hero-rich p {
  color: inherit;
  line-height: inherit;
  margin: 0 0 0.75rem;
}

.site-page-hero-rich > :last-child {
  margin-bottom: 0;
}

.site-page-hero-actions {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.site-page-hero-actions .site-button {
  justify-content: center;
}

.site-page-mail-link {
  align-items: center;
  color: #374151;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  min-height: 2.25rem;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.contact-layout {
  align-items: start;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 860px) {
  .contact-layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.75fr);
  }
}

.contact-main,
.contact-aside {
  display: grid;
  gap: 1rem;
}

.contact-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.875rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.contact-form-card {
  padding: 1.25rem;
}

@media (min-width: 760px) {
  .contact-form-card {
    padding: 1.5rem;
  }
}

.contact-form-card h2,
.contact-person-copy h2 {
  color: #111827;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 0.5rem;
}

.contact-form-card p,
.contact-person-copy p,
.contact-detail-note p {
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

.contact-form {
  margin-top: 1.25rem;
}

.form-honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}

.contact-person-card {
  overflow: hidden;
}

.contact-person-card img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.contact-person-copy {
  padding: 1rem;
}

.contact-details-card {
  display: grid;
  gap: 0;
  overflow: hidden;
}

.contact-detail-row,
.contact-detail-note {
  border-top: 1px solid #e5e7eb;
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
}

.contact-detail-row:first-child {
  border-top: 0;
}

.contact-detail-label {
  color: #6b7280;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-detail-row a,
.contact-detail-row address {
  color: #111827;
  font-style: normal;
  font-weight: 600;
  line-height: 1.45;
}

.product-show-aside {
  display: grid;
  gap: 0;
  justify-self: stretch;
  width: 100%;
}

.product-show-aside .fancybox,
.product-show-aside .site-card {
  box-sizing: border-box;
  width: 100%;
}

.product-show-aside .site-card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}

.product-show-aside .product-detail-image {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .product-show-aside {
    justify-self: end;
    max-width: 35rem;
  }
}

.person-card figcaption {
  padding: 0.75rem;
}

.form-choice {
  color: #374151;
  margin: 0.75rem 0;
}

.form-choice label {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}

.checkout-section {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.cart-title,
.checkout-title {
  color: #111827;
  font-size: clamp(1.875rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 1.5rem;
}

.checkout-section h3,
.checkout-aside h3 {
  margin-bottom: 0;
}

.checkout-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.product-detail-price {
  color: #111827;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.painting-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
}

.painting-card {
  overflow: hidden;
  position: relative;
}

.painting-card-media img {
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.painting-card-caption {
  color: #374151;
  font-size: 0.875rem;
  padding: 0.75rem;
}

.sold-out-name {
  margin-right: 0.375rem;
}

.sold-out-label {
  color: #dc2626;
  font-weight: 600;
}

.events-page {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .events-page-with-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

.events-list {
  display: grid;
  gap: 1rem;
}

.events-calendar {
  display: grid;
  gap: 1.5rem;
}

.event-calendar-month {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: none;
  overflow: hidden;
}

.event-calendar-heading {
  align-items: baseline;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  padding: 0.875rem 1rem;
}

.event-calendar-heading h2 {
  color: #111827;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.event-calendar-heading span {
  color: #6b7280;
  font-size: 0.8125rem;
  font-weight: 500;
}

.event-calendar-weekdays {
  background: #fafafa;
  border-bottom: 1px solid #e5e7eb;
  color: #6b7280;
  display: grid;
  font-size: 0.75rem;
  font-weight: 600;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-calendar-weekdays span {
  padding: 0.55rem 0.75rem;
}

.event-calendar-grid {
  background: #eef2f7;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.event-calendar-day {
  background: #ffffff;
  border: 0;
  min-height: 8rem;
  padding: 0.625rem;
  position: relative;
}

.event-calendar-day:nth-child(7n) {
  border-right: 0;
}

.event-calendar-day-empty {
  background: #fbfbfc;
}

.event-calendar-day-weekend {
  background: #fcfcfd;
}

.event-calendar-day-active {
  background: #ffffff;
}

.event-calendar-day-today {
  background: rgba(47, 125, 189, 0.04);
  box-shadow: inset 0 0 0 1px rgba(47, 125, 189, 0.28);
  position: relative;
}

.event-calendar-day-today .event-calendar-day-number {
  background: transparent;
  color: #2f7dbd;
}

.event-calendar-day-header {
  align-items: baseline;
  display: flex;
  gap: 0.375rem;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.event-calendar-day-number {
  align-items: center;
  border-radius: 999px;
  color: #111827;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 600;
  height: 1.5rem;
  justify-content: center;
  min-width: 1.5rem;
  padding: 0 0.25rem;
}

.event-calendar-day-name {
  color: #64748b;
  display: none;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.event-calendar-day-events {
  display: grid;
  gap: 0.3rem;
}

.event-calendar-day-covered .event-calendar-day-events {
  margin-top: calc(var(--event-cover-count) * 4.65rem);
  position: relative;
  z-index: 6;
}

.event-calendar-event {
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-left: 2px solid #2f7dbd;
  border-radius: 0.375rem;
  color: #111827;
  display: grid;
  gap: 0.125rem;
  padding: 0.375rem 0.45rem;
  text-decoration: none;
  transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.event-calendar-event-multi {
  position: relative;
  width: calc(100% * var(--event-span));
  z-index: 5;
}

.event-calendar-event-past {
  background: #fbfbfc;
  border-color: #e5e7eb;
  border-left-color: #cbd5e1;
  color: #6b7280;
}

.event-calendar-event:hover,
.event-calendar-event:focus {
  background: #f8fbff;
  border-color: #2f7dbd;
  box-shadow: 0 4px 12px rgba(47, 125, 189, 0.1);
  color: #111827;
  text-decoration: none;
}

.event-calendar-event-past:hover,
.event-calendar-event-past:focus {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #374151;
}

.event-calendar-event-time {
  color: #2f7dbd;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.event-calendar-event-past .event-calendar-event-time,
.event-calendar-event-past .event-calendar-event-type {
  color: #9ca3af;
}

.event-calendar-event-title {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.event-calendar-event-type {
  color: #6b7280;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.event-month {
  color: #111827;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 1.5rem 0 0.25rem;
  text-transform: uppercase;
}

.event-month:first-child {
  margin-top: 0;
}

.event-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
  display: grid;
  gap: 0.875rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 0.875rem 1rem;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.event-card:hover {
  border-color: #c7d2fe;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.event-card-date {
  align-items: center;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 0.625rem;
  color: #1e1b4b;
  display: grid;
  height: 3.25rem;
  justify-items: center;
  line-height: 1;
  width: 3.25rem;
}

.event-card-day {
  font-size: 1.25rem;
  font-weight: 800;
}

.event-card-month {
  color: #4f46e5;
  font-size: 0.6875rem;
  font-weight: 800;
  margin-top: 0.125rem;
  text-transform: uppercase;
}

.event-card-body {
  min-width: 0;
}

.event-card-time {
  color: #6b7280;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-top: 0.25rem;
}

.event-card-title {
  color: #2563eb;
  display: inline-block;
  font-weight: 700;
  line-height: 1.35;
}

.event-card-title:hover,
.event-card-title:focus {
  color: #1d4ed8;
}

.event-card h2.event-card-title {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 0 0.375rem;
}

.event-card-location {
  color: #6b7280;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
}

.event-card-arrow {
  align-items: center;
  background: #f9fafb;
  border-radius: 9999px;
  color: #9ca3af;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  height: 2rem;
  justify-content: center;
  text-decoration: none;
  width: 2rem;
}

.event-card:hover .event-card-arrow,
.event-card-arrow:hover,
.event-card-arrow:focus {
  background: #eef2ff;
  color: #4f46e5;
  text-decoration: none;
}

@media (max-width: 900px) {
  .event-calendar-weekdays,
  .event-calendar-day-empty {
    display: none;
  }

  .event-calendar-grid {
    background: transparent;
    display: grid;
    gap: 0.625rem;
    grid-template-columns: minmax(0, 1fr);
    padding: 0.75rem;
  }

  .event-calendar-day {
    border: 1px solid #e5e7eb;
    border-radius: 0.625rem;
    min-height: auto;
  }

  .event-calendar-day:not(.event-calendar-day-active) {
    display: none;
  }

  .event-calendar-day-name {
    display: inline;
  }

  .event-calendar-event-multi {
    width: auto;
  }

  .event-calendar-day-covered .event-calendar-day-events {
    margin-top: 0;
  }
}

@media (max-width: 520px) {
  .event-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .event-card-arrow {
    display: none;
  }
}

.home-events-list {
  display: grid;
  gap: 0.75rem;
}

.home-event-card {
  border-top: 1px solid #e5e7eb;
  display: grid;
  gap: 0.25rem;
  padding-top: 0.75rem;
}

.site-footer {
  border-top: 1px solid #e5e7eb;
  margin-top: 2.75rem;
  padding: 2rem 0 2.5rem;
}

.site-footer-grid {
  align-items: start;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .site-footer-grid {
    gap: 2rem;
    grid-template-columns: minmax(15rem, 1.2fr) minmax(11rem, 0.8fr) minmax(5rem, 0.4fr) minmax(22rem, 2fr);
  }
}

.site-footer-block p,
.site-footer-newsletter p {
  margin: 0;
}

.site-footer-block p {
  color: #4b5563;
  line-height: 1.65;
}

.site-footer-block strong {
  color: #111827;
}

.site-footer-social {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}

.site-footer-icon-link {
  align-items: center;
  border-radius: 9999px;
  color: #6b7280;
  display: inline-flex;
  height: 1.75rem;
  justify-content: center;
  text-decoration: none;
  width: 1.75rem;
}

.site-footer-icon-link:hover,
.site-footer-icon-link:focus {
  background: #f3f4f6;
  color: #2563eb;
  text-decoration: none;
}

.site-footer-cookie-icon {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}

.site-footer-newsletter {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
}

.site-footer-newsletter .site-button {
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .site-footer-newsletter {
    justify-content: flex-end;
    text-align: right;
  }
}

.cookies-panel {
  display: grid;
  gap: 1.25rem;
}

.cookies-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  display: grid;
  gap: 0.75rem;
  padding: 1.25rem;
}

.cookies-card h2 {
  color: #111827;
  font-size: 1.125rem;
  font-weight: 650;
  line-height: 1.3;
  margin: 0;
}

.cookies-card p {
  color: #4b5563;
  line-height: 1.65;
  margin: 0;
}

.cookies-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.cookies-list div {
  border-top: 1px solid #eef2f7;
  display: grid;
  gap: 0.25rem;
  padding-top: 0.75rem;
}

.cookies-list div:first-child {
  border-top: 0;
  padding-top: 0;
}

.cookies-list dt {
  color: #111827;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.9rem;
  font-weight: 600;
}

.cookies-list dd {
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}

.store-cart-summary-list {
  align-items: center;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  color: #4b5563;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0.75rem 1rem;
}

.product-purchase-row {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.product-action-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.cart-page .site-breadcrumb {
  margin-bottom: 1.75rem;
}

.cart-panel {
  padding-bottom: 1rem;
}

.cart-hero {
  margin-bottom: 1.75rem;
  max-width: 42rem;
}

.cart-hero h1 {
  margin: 0 0 0.5rem;
}

.cart-hero p {
  color: #6b7280;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
}

.cart-flow {
  align-items: start;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 900px) {
  .cart-flow {
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 20rem);
  }
}

.cart-lines-card,
.cart-order-card,
.cart-empty-state {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.875rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.cart-lines-card {
  overflow: hidden;
}

.cart-card-header {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.25rem;
}

.cart-card-header h2,
.cart-order-card h2 {
  color: #111827;
  font-size: 1.0625rem;
  font-weight: 650;
  line-height: 1.35;
  margin: 0;
}

.cart-line-list {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cart-line {
  display: grid;
  gap: 0.875rem;
  padding: 1.125rem 1.25rem;
}

.cart-line + .cart-line {
  border-top: 1px solid #e5e7eb;
}

@media (min-width: 760px) {
  .cart-line {
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(8rem, auto);
  }
}

.cart-line-body {
  align-items: start;
  min-width: 0;
}

.cart-remove-form {
  margin: 0;
  order: 3;
}

.cart-remove-button {
  align-items: center;
  appearance: none;
  background: #fff7f7;
  border: 1px solid #fecaca;
  border-radius: 999px;
  color: #dc2626;
  cursor: pointer;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  padding: 0;
  width: 2rem;
}

.cart-remove-button:hover,
.cart-remove-button:focus {
  background: #fee2e2;
  border-color: #fca5a5;
  color: #991b1b;
  text-decoration: none;
}

.cart-line-copy {
  min-width: 0;
}

.cart-line-title {
  color: #2563eb;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.cart-line-title:hover,
.cart-line-title:focus {
  color: #1d4ed8;
  text-decoration: underline;
}

.cart-line-meta {
  align-items: center;
  color: #6b7280;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  gap: 0.5rem;
  line-height: 1.4;
  margin-top: 0.35rem;
}

.cart-line-badge {
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 999px;
  color: #4338ca;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.25rem 0.5rem;
}

.cart-line-controls {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}

.cart-line-label {
  color: #6b7280;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.4rem;
}

.cart-quantity-stepper {
  align-items: center;
  background: #f9fafb;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  display: inline-flex;
  gap: 0.0625rem;
  padding: 0.125rem;
}

.cart-quantity-button {
  align-items: center;
  appearance: none;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #374151;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 600;
  height: 1.5rem;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 1.5rem;
}

.cart-quantity-button:hover,
.cart-quantity-button:focus {
  background: #eef2ff;
  border-color: #c7d2fe;
  color: #2563eb;
}

.cart-quantity-button:disabled {
  background: transparent;
  border-color: transparent;
  color: #9ca3af;
  cursor: not-allowed;
}

.cart-quantity-value {
  color: #111827;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  min-width: 1.25rem;
  padding: 0 0.0625rem;
}

.cart-line-price {
  color: #111827;
  text-align: right;
  white-space: nowrap;
}

.cart-line-price strong {
  display: block;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.25;
}

.cart-line-unit-price {
  color: #6b7280;
  display: block;
  font-size: 0.8125rem;
  line-height: 1.35;
  margin-bottom: 0.25rem;
}

.cart-order-card {
  padding: 1.25rem;
}

@media (min-width: 900px) {
  .cart-order-card {
    position: sticky;
    top: 1rem;
  }
}

.cart-order-card h2 {
  margin-bottom: 1.25rem;
}

.cart-order-total-block {
  display: grid;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.cart-order-total-block span {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.4;
}

.cart-order-total-block strong {
  color: #111827;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
}

.cart-order-note {
  background: #f9fafb;
  border-radius: 0.625rem;
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0 0 1.25rem;
  padding: 0.75rem;
}

.cart-actions {
  display: grid;
  gap: 0.75rem;
}

.cart-actions form,
.cart-actions .site-button {
  margin: 0;
  width: 100%;
}

.cart-actions .site-button {
  justify-content: center;
}

.cart-checkout-button {
  min-height: 2.75rem;
}

.cart-empty-form {
  border-top: 1px solid #e5e7eb;
  display: block;
  margin-top: 0.25rem;
  padding-top: 0.75rem;
}

.cart-empty-form button {
  appearance: none;
  background: transparent;
  border: 0;
  color: #991b1b;
  cursor: pointer;
  font-size: 0.8125rem;
  font: inherit;
  padding: 0;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  width: 100%;
}

.cart-continue-link {
  color: #374151;
  display: inline-flex;
  justify-content: center;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.cart-empty-state {
  padding: 2rem;
}

.cart-empty-state h2 {
  color: #111827;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 1rem;
}

.cart-empty-state p {
  color: #6b7280;
  margin: 0 0 1.25rem;
}

.hypnosis-page {
  --hypnosis-space: 1.5rem;
  display: grid;
  gap: var(--hypnosis-space);
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
  .hypnosis-page {
    --hypnosis-space: 2rem;
  }
}

@media (min-width: 960px) {
  .hypnosis-page {
    align-items: start;
    gap: var(--hypnosis-space);
    grid-template-columns: minmax(0, 1fr);
  }
}

.hypnosis-price-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.hypnosis-article {
  overflow: visible;
}

.hypnosis-hero {
  display: grid;
  gap: var(--hypnosis-space);
  padding: 0 0 var(--hypnosis-space);
}

.hypnosis-hero-copy {
  min-width: 0;
}

@media (min-width: 960px) {
  .hypnosis-hero-copy {
    min-width: 0;
  }
}

.hypnosis-kicker {
  color: #2563eb;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.hypnosis-hero h1 {
  color: #111827;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 var(--hypnosis-space);
}

.hypnosis-hero-media {
  display: flex;
  justify-content: flex-end;
  margin: 1rem 0 0;
}

.hypnosis-side-stack {
  margin: var(--hypnosis-space) 0;
}

@media (min-width: 768px) {
  .hypnosis-side-stack {
    float: right;
    margin: 0 0 var(--hypnosis-space) var(--hypnosis-space);
    width: min(42%, 22rem);
  }
}

.hypnosis-price-card {
  margin: 0;
}

.hypnosis-hero-media img {
  border-radius: 0.875rem;
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}

.hypnosis-side-stack .hypnosis-hero-media img {
  max-width: min(100%, 14rem);
}

@media (max-width: 959px) {
  .hypnosis-hero-media img {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .hypnosis-hero-media {
    float: none;
  }
}

.hypnosis-section {
  border-top: 1px solid #e5e7eb;
  padding: var(--hypnosis-space) 0;
}

.hypnosis-section::after,
.hypnosis-hero-copy::after {
  clear: both;
  content: "";
  display: table;
}

.hypnosis-section h2 {
  color: #111827;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 var(--hypnosis-space);
}

.hypnosis-rich {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.75;
}

.hypnosis-rich > :first-child {
  margin-top: 0;
}

.hypnosis-rich > :last-child {
  margin-bottom: 0;
}

.hypnosis-rich p {
  color: #4b5563;
  line-height: 1.75;
  margin: 0 0 var(--hypnosis-space);
}

.hypnosis-rich h5 {
  color: #111827;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: var(--hypnosis-space) 0 0.75rem;
}

.hypnosis-rich h4 {
  color: #111827;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  margin: var(--hypnosis-space) 0 0.75rem;
}

.hypnosis-rich ul {
  display: grid;
  gap: 0.375rem 1.25rem;
  grid-template-columns: minmax(0, 1fr);
  list-style: disc;
  margin: 1rem 0 var(--hypnosis-space);
  padding-left: 1.25rem;
}

@media (min-width: 768px) {
  .hypnosis-rich ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.hypnosis-rich li {
  padding-left: 0.125rem;
}

.hypnosis-rich blockquote {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #2563eb;
  border-radius: 0.75rem;
  color: #374151;
  margin: var(--hypnosis-space) 0;
  padding: 1rem;
}

.hypnosis-rich blockquote p {
  color: #374151;
  margin-bottom: 0.75rem;
}

.hypnosis-rich blockquote footer {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 600;
}

.hypnosis-rich em {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #2563eb;
  border-radius: 0.75rem;
  color: #374151;
  display: block;
  font-style: normal;
  margin: var(--hypnosis-space) 0 0;
  padding: 1rem;
}

.hypnosis-rich div[style*="text-align: center"] {
  margin: var(--hypnosis-space) 0 !important;
}

.hypnosis-rich div[style*="text-align: center"] img {
  border-radius: 0.875rem;
  height: auto !important;
  max-width: min(100%, 20rem);
  width: 100% !important;
}

.hypnosis-image-break {
  align-items: center;
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
  display: flex;
  justify-content: center;
  padding: var(--hypnosis-space);
}

.hypnosis-image-break img {
  border-radius: 9999px;
  display: block;
  height: 9rem;
  object-fit: cover;
  width: 9rem;
}

.hypnosis-price-card {
  background: #f9fafb;
  border-color: #d1d5db;
  padding: 1rem;
}

.hypnosis-price-card h2 {
  color: #111827;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 var(--hypnosis-space);
}

.hypnosis-price-card dl {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.hypnosis-price-row {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0.875rem 1rem;
}

.hypnosis-price-row dt {
  color: #374151;
  font-weight: 600;
}

.hypnosis-price-row dt span {
  color: #6b7280;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.125rem;
}

.hypnosis-price-row dd {
  color: #111827;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}

/* Tailwind-default typography and color normalization. */
html {
  font-size: 100%;
}

body {
  color: #111827;
  font-size: 16px;
  line-height: 1.5;
}

p,
p.preamble {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.625;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111827;
  font-weight: 600;
  line-height: 1.25;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

a,
#header nav ul.site-nav-list li a,
#header nav ul.site-menu-panel a,
ul.highlight-boxes li a {
  color: #2563eb;
}

a:hover,
a:focus,
#header nav ul.site-nav-list li a:hover,
#header nav ul.site-nav-list li.active a,
#header nav ul.site-menu-panel li > a:hover,
#header nav ul.site-menu-panel .active > a,
#header nav ul.site-menu-panel .active > a:hover {
  color: #1d4ed8;
}

#header nav ul.site-nav-list li a:hover {
  border-bottom-color: #2563eb;
}

#header nav ul.site-nav-list li,
#header nav ul.site-menu-panel li {
  font-family: inherit;
}

.container {
  max-width: 1024px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.site-button {
  border-color: #d1d5db;
  border-radius: 0.5rem;
  color: #374151;
  font-size: 0.875rem;
  font-weight: 500;
  min-height: 2.5rem;
  padding: 0.5rem 0.875rem;
}

.site-button:hover,
.site-button:focus {
  background: #f9fafb;
  color: #111827;
}

.site-button-primary {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
}

.site-button-primary:hover,
.site-button-primary:focus {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #ffffff;
}

.site-button-success {
  background: #059669;
  border-color: #059669;
  color: #ffffff;
}

.site-button-success:hover,
.site-button-success:focus {
  background: #047857;
  border-color: #047857;
  color: #ffffff;
}

.site-button-danger {
  background: #dc2626;
  border-color: #dc2626;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea,
select,
.uneditable-input {
  border-color: #d1d5db;
  border-radius: 0.5rem;
  color: #111827;
  font-size: 1rem;
  min-height: 2.5rem;
  padding: 0.5rem 0.75rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}

input[type="checkbox"] {
  accent-color: #2563eb;
}

label {
  color: #374151;
  font-size: 0.875rem;
  font-weight: 500;
}

.site-table th {
  color: #6b7280;
  font-size: 0.75rem;
  font-weight: 600;
}

.site-table td {
  color: #374151;
}

table.event_schedule tr.header td {
  color: #111827;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

table.event_schedule td {
  color: #4b5563;
}

.site-breadcrumb {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  color: #4b5563;
  font-size: 0.875rem;
  margin: 0 0 1.5rem;
  padding: 0.625rem 0.875rem;
}

.site-product-carousel {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto 1.25rem;
  max-width: 20rem;
  min-height: 12rem;
  padding: 0 3rem;
  position: relative;
  width: 100%;
}

.site-carousel-track {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 11rem;
  width: 11rem;
}

.site-carousel-slide {
  display: none;
}

.site-carousel-slide.active {
  display: block;
}

.site-carousel-link {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  display: block;
  padding: 0.5rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.site-carousel-link:hover,
.site-carousel-link:focus {
  border-color: #d1d5db;
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
  transform: translateY(-1px);
}

.site-carousel-image {
  aspect-ratio: 1 / 1;
  display: block;
  height: 10rem;
  object-fit: cover;
  width: 10rem;
}

.site-carousel-control {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  color: #6b7280;
  cursor: pointer;
  display: inline-flex;
  height: 2.5rem;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
}

.site-carousel-control:hover,
.site-carousel-control:focus {
  background: #f9fafb;
  border-color: #d1d5db;
  color: #111827;
  outline: none;
}

.site-carousel-control:focus-visible {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}

.site-carousel-prev {
  left: 0;
}

.site-carousel-next {
  right: 0;
}

.home-page {
  display: grid;
  gap: 1.25rem;
}

.home-hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  min-height: 14rem;
}

.home-feature-grid,
.home-main-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
}

.home-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  min-width: 0;
  overflow: hidden;
}

.home-card-title {
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  color: #111827;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  padding: 0.875rem 1rem;
}

.home-card-body {
  color: #4b5563;
  font-size: 0.9375rem;
  line-height: 1.6;
  padding: 1rem;
}

.home-card-body p {
  margin: 0;
}

.home-methods-card {
  align-self: start;
}

.home-method-link {
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
  color: #2563eb;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  gap: 1rem;
  justify-content: space-between;
  line-height: 1.5;
  min-height: 3.75rem;
  padding: 0.875rem 1rem;
  text-decoration: none;
}

.home-method-link:last-child {
  border-bottom: 0;
}

.home-method-link:hover,
.home-method-link:focus {
  background: #f9fafb;
  color: #1d4ed8;
  outline: none;
}

.home-method-link:hover .home-list-icon,
.home-method-link:focus .home-list-icon {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #1d4ed8;
}

.home-method-link:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(37, 99, 235, 0.18);
}

.home-carousel-card {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 12rem;
}

.home-carousel-card .site-product-carousel {
  margin-bottom: 0;
}

.home-news-card {
  min-height: 10rem;
}

.home-intro-card,
.home-calendar-card {
  align-self: start;
}

.home-intro-content {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr);
  padding: 1rem;
}

.home-intro-copy {
  color: #4b5563;
  font-size: 0.9375rem;
  line-height: 1.7;
}

.home-intro-copy h4,
.home-intro-copy h3,
.home-intro-copy h2 {
  color: #111827;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 0.75rem;
}

.home-intro-copy p {
  margin: 0;
}

.home-person {
  margin: 0;
}

.home-person img {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  display: block;
  height: auto;
  padding: 0.25rem;
  width: 100%;
}

.home-person figcaption {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.4;
  padding-top: 0.5rem;
}

.home-calendar-card .event_schedule {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .home-page {
    gap: 1.5rem;
  }

  .home-hero {
    min-height: 15.625rem;
  }

  .home-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-main-grid {
    grid-template-columns: minmax(0, 2fr) minmax(18rem, 1fr);
  }

  .home-intro-content {
    grid-template-columns: minmax(0, 2fr) minmax(12rem, 1fr);
  }
}

.store-page {
  margin: 0 auto;
  max-width: 1280px;
  padding-bottom: 3rem;
}

.store-topbar {
  margin-bottom: 2rem;
}

.site-breadcrumb ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-breadcrumb li {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
}

.site-breadcrumb li + li::before {
  color: #d1d5db;
  content: "/";
}

.site-breadcrumb a {
  color: #2563eb;
  font-weight: 500;
  text-decoration: none;
}

.site-breadcrumb a:hover,
.site-breadcrumb a:focus {
  color: #1d4ed8;
  text-decoration: underline;
}

.site-breadcrumb [aria-current="page"] {
  color: #374151;
  font-weight: 500;
}

.store-topbar .site-breadcrumb,
.product-show-top .site-breadcrumb {
  margin: 0;
}

.product-category-section {
  border-top: 1px solid #e5e7eb;
  padding: 2rem 0;
}

.product-category-section:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.product-category-header {
  margin-bottom: 1rem;
}

.product-category-header h2 {
  color: #111827;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
}

.product-category-header h1 {
  color: #111827;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
}

.product-short-description {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.6;
  margin: -0.75rem 0 1.25rem;
}

.product-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
}

@media (min-width: 1280px) {
  .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  }
}

.product-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.product-card-media {
  background: #f9fafb;
  display: block;
  padding: 0.75rem;
}

.product-card-media img {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.product-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}

.product-card h3 {
  color: #111827;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  min-height: 2.8rem;
}

.product-card-footer {
  align-items: end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: auto;
}

.product-card-price {
  color: #111827;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.product-card-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 0.5rem;
}

.product-card-actions form {
  margin: 0;
}

.product-card-actions .site-button {
  margin: 0;
}

.product-card-actions .download-product {
  min-width: 2.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.product-category-more {
  margin-top: 1.25rem;
  text-align: center;
}

/* Public navigation, styled to match Tailwind defaults without Bootstrap. */
#header {
  background: #ffffff;
  background-image: none;
  border-bottom: 1px solid #e5e7eb;
  height: auto;
}

#header .container {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  max-width: 1024px;
  min-height: 5rem;
  padding-bottom: 0.875rem;
  padding-top: 0.875rem;
  width: 100%;
}

#header h1 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  height: auto;
  line-height: 0;
  margin: 0;
  width: auto;
}

#header h1 a {
  align-items: center;
  background-image: none;
  display: inline-flex;
  height: auto;
  line-height: 0;
  overflow: visible;
  text-indent: 0;
  width: auto;
}

#header h1 img,
.site-mobile-brand img {
  display: block;
  height: auto;
  max-width: 14rem;
  transform: translateY(0.125rem);
  width: 100%;
}

#header .site-mobile-nav {
  display: none;
}

#header .site-desktop-nav {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
  position: static;
  width: 100%;
}

#header nav ul.site-nav-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: flex-end;
  margin: 0;
  overflow: visible;
  padding: 0;
}

#header nav ul.site-nav-list li,
#header nav ul.site-nav-list li.last {
  background: none;
  display: block;
  float: none;
  font-size: 0.875rem;
  line-height: 1.25;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

#header nav ul.site-nav-list li a,
#header nav ul.site-nav-list li#nav_treatment a,
#header nav ul.site-nav-list li#nav_events a,
#header nav ul.site-nav-list li#nav_store a {
  align-items: center;
  border: 0;
  border-radius: 9999px;
  color: #374151;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.375rem;
  margin: 0;
  min-height: 2.25rem;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}

#header nav ul.site-nav-list li a:hover,
#header nav ul.site-nav-list li a:focus,
#header nav ul.site-nav-list li.active > a {
  background: #f3f4f6;
  color: #111827;
  text-decoration: none;
}

#header nav ul.site-nav-list li a:focus-visible,
.site-menu-toggle:focus-visible {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
  outline: none;
}

#header nav ul.site-menu-panel {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 20px 35px rgba(17, 24, 39, 0.12);
  left: 0;
  margin: 0;
  min-width: 13rem;
  padding: 0.375rem;
  top: calc(100% + 0.5rem);
  z-index: 60;
}

#header nav ul.site-nav-list li.site-menu-item::after {
  bottom: -0.5rem;
  content: "";
  display: block;
  height: 0.75rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 50;
}

#header nav ul.site-menu-panel::before,
#header nav ul.site-menu-panel::after {
  display: none;
}

#header nav ul.site-menu-panel li,
#header nav ul.site-nav-list li#nav_treatment li,
#header nav ul.site-nav-list li#nav_events li {
  clear: none;
  display: block;
  float: none;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
}

#header nav ul.site-menu-panel a {
  border-radius: 0.5rem;
  clear: none;
  color: #374151;
  display: flex;
  float: none;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.625rem 0.75rem;
  white-space: nowrap;
}

#header nav ul.site-menu-panel li > a:hover,
#header nav ul.site-menu-panel li > a:focus,
#header nav ul.site-menu-panel .active > a,
#header nav ul.site-menu-panel .active > a:hover {
  background: #f3f4f6;
  color: #111827;
}

#header nav ul.site-nav-list li.nav-utility-item {
  margin-left: 0.125rem;
}

#header nav ul.site-nav-list li#nav_change_lang a {
  min-height: 2rem;
  opacity: 0.78;
  padding: 0.375rem 0.4rem;
}

#header nav ul.site-nav-list li#nav_change_lang a:hover,
#header nav ul.site-nav-list li#nav_change_lang a:focus {
  opacity: 1;
}

#nav_change_lang img {
  height: auto;
  width: 1.25rem;
}

.nav-cart-item {
  position: relative;
}

#header nav ul.site-nav-list li.nav-cart-item .nav-cart-link {
  align-items: center;
  color: #374151;
  gap: 0.25rem;
  justify-content: center;
  min-height: 2rem;
  min-width: 2rem;
  padding: 0.375rem;
}

.nav-cart-icon-wrap {
  align-items: center;
  display: inline-flex;
  height: 1.125rem;
  justify-content: center;
  width: 1.125rem;
}

.nav-cart-icon {
  border: 1.5px solid currentColor;
  border-top: 0;
  border-radius: 0.125rem 0.125rem 0.25rem 0.25rem;
  display: inline-block;
  height: 0.68rem;
  position: relative;
  top: 0.08rem;
  width: 0.86rem;
}

.nav-cart-icon::before {
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 9999px 9999px 0 0;
  content: "";
  height: 0.36rem;
  left: 0.16rem;
  position: absolute;
  top: -0.31rem;
  width: 0.42rem;
}

.nav-cart-count {
  align-items: center;
  background: #2563eb;
  border-radius: 9999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.625rem;
  font-weight: 700;
  height: 0.9rem;
  justify-content: center;
  line-height: 1;
  min-width: 0.9rem;
  padding: 0 0.2rem;
  position: static;
}

#header nav ul.site-nav-list li.nav-cart-item::after {
  bottom: -0.5rem;
  content: "";
  display: block;
  height: 0.75rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 50;
}

.nav-cart-panel {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.1);
  display: none;
  gap: 0.75rem;
  min-width: 14rem;
  padding: 0.75rem;
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  white-space: normal;
  z-index: 70;
}

.nav-cart-item:hover .nav-cart-panel,
.nav-cart-item:focus-within .nav-cart-panel {
  display: grid;
}

.nav-cart-panel-summary {
  display: grid;
  gap: 0.375rem;
}

.nav-cart-panel-title {
  color: #111827;
  font-size: 0.875rem;
  font-weight: 650;
  line-height: 1.25;
}

.nav-cart-panel-meta {
  align-items: baseline;
  color: #4b5563;
  display: flex;
  font-size: 0.8125rem;
  gap: 0.75rem;
  justify-content: space-between;
}

.nav-cart-panel-meta strong {
  color: #111827;
  font-weight: 700;
  white-space: nowrap;
}

.nav-cart-panel-actions {
  align-items: center;
  border-top: 1px solid #eef2f7;
  display: grid;
  gap: 0.5rem;
  padding-top: 0.625rem;
}

#header nav ul.site-nav-list li.nav-cart-item .nav-cart-panel .site-button {
  border-radius: 0.45rem;
  display: flex;
  font-size: 0.75rem;
  min-height: 1.875rem;
  padding: 0.3125rem 0.5rem;
  width: 100%;
}

#header nav ul.site-nav-list li.nav-cart-item .nav-cart-panel .site-button-primary {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #ffffff;
}

#header nav ul.site-nav-list li.nav-cart-item .nav-cart-panel .site-button-primary:hover,
#header nav ul.site-nav-list li.nav-cart-item .nav-cart-panel .site-button-primary:focus {
  background: #1e40af;
  border-color: #1e40af;
  color: #ffffff;
}

.nav-cart-secondary-link,
#header nav ul.site-nav-list li.nav-cart-item .nav-cart-panel .nav-cart-secondary-link {
  background: transparent;
  border-radius: 0.375rem;
  color: #4b5563;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25;
  min-height: auto;
  padding: 0.25rem 0.375rem;
  text-align: center;
  text-decoration: none;
}

.nav-cart-secondary-link:hover,
#header nav ul.site-nav-list li.nav-cart-item .nav-cart-panel .nav-cart-secondary-link:hover,
.nav-cart-secondary-link:focus,
#header nav ul.site-nav-list li.nav-cart-item .nav-cart-panel .nav-cart-secondary-link:focus {
  background: #eff6ff;
  color: #1d4ed8;
  text-decoration: none;
}

.nav-cart-empty {
  color: #6b7280;
  font-size: 0.8125rem;
  margin: 0;
}

.site-mobile-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 0;
}

.site-mobile-header .site-desktop-nav {
  display: none;
}

.site-mobile-header .site-mobile-nav {
  display: block;
  width: 100%;
}

.site-mobile-header .site-mobile-nav ul {
  display: grid;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0.75rem 0 0.5rem;
}

.site-mobile-header .site-mobile-nav a {
  border-radius: 0.5rem;
  color: #374151;
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.625rem 0.75rem;
  text-decoration: none;
}

.site-mobile-header .site-mobile-nav a:hover,
.site-mobile-header .site-mobile-nav a:focus,
.site-mobile-header .site-mobile-nav .active > a {
  background: #f3f4f6;
  color: #111827;
  text-decoration: none;
}

.site-mobile-header .container {
  min-height: 4.5rem;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.site-mobile-brand {
  flex: 1 1 auto;
  max-width: 12rem;
}

.site-mobile-action {
  margin-left: auto;
}

.site-mobile-brand img {
  max-width: 12rem;
}

.site-menu-toggle {
  border-color: #d1d5db;
  border-radius: 0.75rem;
  height: 2.5rem;
  width: 2.75rem;
}

.site-menu-toggle:hover,
.site-menu-toggle:focus {
  background: #f9fafb;
}

.site-menu-toggle span {
  background: #374151;
}

.mobile-menu {
  border-top: 1px solid #e5e7eb;
  margin-top: 0.75rem;
  padding-top: 0.5rem;
}

.mobile-menu nav {
  display: block;
  width: 100%;
}

.mobile-menu ul {
  display: grid;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
}

.mobile-menu ul li {
  border: 0;
  display: block;
  padding: 0;
  text-align: left;
  width: 100%;
}

.mobile-menu ul li a {
  border-radius: 0.5rem;
  color: #374151;
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.625rem 0.75rem;
  text-decoration: none;
}

.mobile-menu ul li.active a,
.mobile-menu ul li a:hover,
.mobile-menu ul li a:focus {
  background: #f3f4f6;
  color: #111827;
  text-decoration: none;
}

.site-mobile-header .site-mobile-nav .mobile-menu-utilities,
.mobile-menu ul li.mobile-menu-utilities {
  align-items: center;
  border-top: 1px solid #e5e7eb;
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 0.5rem;
  padding: 0.75rem 0.75rem 0;
}

.site-mobile-header .site-mobile-nav .mobile-menu-utilities a,
.mobile-menu ul li.mobile-menu-utilities a {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  color: #374151;
  display: inline-flex;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.5rem;
  text-decoration: none;
  width: auto;
}

.site-mobile-header .site-mobile-nav .mobile-menu-utilities a:hover,
.site-mobile-header .site-mobile-nav .mobile-menu-utilities a:focus,
.mobile-menu ul li.mobile-menu-utilities a:hover,
.mobile-menu ul li.mobile-menu-utilities a:focus,
.mobile-menu ul li.mobile-menu-utilities a.active {
  background: #f8fafc;
  border-color: #d1d5db;
  color: #111827;
}

.mobile-language-link img {
  display: block;
  height: auto;
  width: 1.25rem;
}

.mobile-cart-link {
  gap: 0.25rem;
}

/* Keep the Tailwind-like UI lighter and closer to default system typography. */
label,
.site-meta-label,
.site-modal-title,
.home-card-title,
.home-intro-copy h2,
.home-intro-copy h3,
.home-intro-copy h4,
.product-category-header h2,
.event-month,
.event-calendar-heading h2,
.event-calendar-heading span,
.event-calendar-weekdays,
.event-calendar-day-number,
.event-calendar-day-name,
.event-calendar-event-time,
.event-calendar-event-title,
.event-calendar-event-type,
.event-card-day,
.event-card-month,
.event-card-title,
.event-card-arrow,
.hypnosis-kicker,
.hypnosis-hero h1,
.hypnosis-section h2,
.hypnosis-rich h4,
.hypnosis-rich h5,
.hypnosis-price-card h2,
.hypnosis-price-row dd {
  font-weight: 600;
}

.newsletter-form .site-alert-danger,
.home-list-icon,
.icon-download::before,
.product-card-price {
  font-weight: 600;
}

.cart-line-quantity {
  width: max-content;
}

.cart-line-quantity .update_cart_item {
  margin: 0;
  width: max-content;
}
/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.



*/
