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 }

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: 100%;
  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;
}

.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: #f4f4f5;
  border-radius: 999px;
  color: #a1a1aa;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.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: 0.625rem;
}

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

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

@media (min-width: 768px) {
  .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%;
}

.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;
}

.cart-item-quantity {
  max-width: 3rem;
}

.checkout-section {
  display: grid;
  gap: 1rem;
  margin-bottom: 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: 0.75rem;
}

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

.event-calendar-month {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
  overflow: hidden;
}

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

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

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

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

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

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

.event-calendar-day {
  background: #ffffff;
  border-bottom: 1px solid #eef2f7;
  border-right: 1px solid #eef2f7;
  min-height: 7.5rem;
  padding: 0.625rem;
  position: relative;
}

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

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

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

.event-calendar-day-today {
  background: rgba(239, 246, 255, 0.55);
  box-shadow: inset 0 0 0 1px #93c5fd;
  position: relative;
}

.event-calendar-day-today .event-calendar-day-number {
  color: #1d4ed8;
}

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

.event-calendar-day-number {
  color: #111827;
  font-size: 0.875rem;
  font-weight: 800;
}

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

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

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

.event-calendar-event {
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 0.625rem;
  color: #1e1b4b;
  display: grid;
  gap: 0.125rem;
  padding: 0.5rem;
  text-decoration: none;
  transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

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

.event-calendar-event-past {
  background: #f3f4f6;
  border-color: #d1d5db;
  color: #6b7280;
}

.event-calendar-event:hover,
.event-calendar-event:focus {
  background: #e0e7ff;
  border-color: #a5b4fc;
  color: #1e1b4b;
  text-decoration: none;
  transform: translateY(-1px);
}

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

.event-calendar-event-time {
  color: #4f46e5;
  font-size: 0.6875rem;
  font-weight: 800;
  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: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

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

.event-month {
  color: #111827;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 1.75rem 0 0;
  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 {
    display: grid;
    gap: 0.625rem;
    grid-template-columns: minmax(0, 1fr);
    padding: 0.875rem;
  }

  .event-calendar-day {
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    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(4rem, 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.75rem;
}

.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;
  }
}

.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-item-quantity {
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  max-width: 3.25rem;
  min-height: 2rem;
  padding: 0.25rem 0.375rem;
  text-align: center;
}

.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-article,
.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: hidden;
}

.hypnosis-hero {
  display: grid;
  gap: var(--hypnosis-space);
  padding: 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);
}

.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;
}

.home-list-icon {
  background: #f3f4f6;
  color: #9ca3af;
}

.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: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 {
  align-items: start;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 2rem;
}

@media (min-width: 900px) {
  .store-topbar {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
  }
}

.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-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: 100%;
  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;
}

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

.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;
}

/* 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 quantity controls should stay compact despite global form defaults. */
.cart-line-quantity {
  width: max-content;
}

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

input.cart-item-quantity[type="number"] {
  max-width: 3rem;
  min-height: 1.875rem;
  min-width: 3rem;
  padding: 0.1875rem 0.25rem;
  width: 3rem;
}
/*
 * 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.



*/
