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:hover,
.event-calendar-event:focus {
  background: #e0e7ff;
  border-color: #a5b4fc;
  color: #1e1b4b;
  text-decoration: none;
  transform: translateY(-1px);
}

.event-calendar-event-time {
  color: #4f46e5;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.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: 4rem;
  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-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
}

.cart-remove {
  color: #991b1b;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
}

.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;
}
ul.carousel {
  margin:0;
  padding:0;
  list-style:none;
}
ul.carousel li {
  text-align:center;
}
ul.carousel li span {
  display:block;
  margin:5px;
  background:red;
}
ul.carousel .next,
ul.carousel .prev {
  cursor:pointer;
}
.carousel-pagination li {
  display:block;
  width:940px;
  height:300px;
  margin-right:5px;
  cursor:pointer;
  float:left;
  background:#333;
}
.carousel-pagination .carousel-pagination-active {
  background:#ff0000;
}
/*
 * FullCalendar v1.5.3 Stylesheet
 *
 * Copyright (c) 2011 Adam Shaw
 * Dual licensed under the MIT and GPL licenses, located in
 * MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
 *
 * Date: Mon Feb 6 22:40:40 2012 -0800
 *
 */


.fc {
	direction: ltr;
	text-align: left;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	width: 25%;
	text-align: left;
	}
	
.fc-header-center {
	text-align: center;
	}
	
.fc-header-right {
	width: 25%;
	text-align: right;
	}
	
.fc-header-title {
	display: inline-block;
	vertical-align: top;
	}
	
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	}
	
.fc .fc-header-space {
	padding-left: 10px;
	}
	
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
	}
	
/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}
	
.fc-header .fc-corner-right {
	margin-right: 1px; /* back to normal */
	}
	
.fc-header .ui-corner-right {
	margin-right: 0; /* back to normal */
	}
	
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}
	
.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}
	
	
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	clear: both;
	}
	
.fc-view {
	width: 100%; /* needed for view switching (when view is absolute) */
	overflow: hidden;
	}
	
	

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #ccc;
	}
	
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #ffc;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #9cf;
	opacity: .2;
	filter: alpha(opacity=20); /* for IE */
	}
	


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	}
	
.fc-state-default { /* non-theme */
	border-style: solid;
	border-width: 1px 0;
	}
	
.fc-button-inner {
	position: relative;
	float: left;
	overflow: hidden;
	}
	
.fc-state-default .fc-button-inner { /* non-theme */
	border-style: solid;
	border-width: 0 1px;
	}
	
.fc-button-content {
	position: relative;
	float: left;
	height: 1.9em;
	line-height: 1.9em;
	padding: 0 .6em;
	white-space: nowrap;
	}
	
/* icon (for jquery ui) */
	
.fc-button-content .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%;
	}
	
.fc-button-content .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
	*margin-top: 0;
	*top: -50%;
	}
	
/* gloss effect */
	
.fc-state-default .fc-button-effect {
	position: absolute;
	top: 50%;
	left: 0;
	}
	
.fc-state-default .fc-button-effect span {
	position: absolute;
	top: -100px;
	left: 0;
	width: 500px;
	height: 100px;
	border-width: 100px 0 0 1px;
	border-style: solid;
	border-color: #fff;
	background: #444;
	opacity: .09;
	filter: alpha(opacity=9);
	}
	
/* button states (determines colors)  */
	
.fc-state-default,
.fc-state-default .fc-button-inner {
	border-style: solid;
	border-color: #ccc #bbb #aaa;
	background: #F3F3F3;
	color: #000;
	}
	
.fc-state-hover,
.fc-state-hover .fc-button-inner {
	border-color: #999;
	}
	
.fc-state-down,
.fc-state-down .fc-button-inner {
	border-color: #555;
	background: #777;
	}
	
.fc-state-active,
.fc-state-active .fc-button-inner {
	border-color: #555;
	background: #777;
	color: #fff;
	}
	
.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
	color: #999;
	border-color: #ddd;
	}
	
.fc-state-disabled {
	cursor: default;
	}
	
.fc-state-disabled .fc-button-effect {
	display: none;
	}
	
	

/* Global Event Styles
------------------------------------------------------------------------*/
	 
.fc-event {
	border-style: solid;
	border-width: 0;
	font-size: .85em;
	cursor: default;
	}
	
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
a.fc-event {
	text-decoration: none;
	}
	
.fc-rtl .fc-event {
	text-align: right;
	}
	
.fc-event-skin {
	border-color: #36c;     /* default BORDER color */
	background-color: #36c; /* default BACKGROUND color */
	color: #fff;            /* default TEXT color */
	}
	
.fc-event-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	
	
/* Fake Rounded Corners (for buttons and events)
------------------------------------------------------------*/
	
.fc-corner-left {
	margin-left: 1px;
	}
	
.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner {
	margin-left: -1px;
	}
	
.fc-corner-right {
	margin-right: 1px;
	}
	
.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
	margin-right: -1px;
	}
	
.fc-corner-top {
	margin-top: 1px;
	}
	
.fc-corner-top .fc-event-inner {
	margin-top: -1px;
	}
	
.fc-corner-bottom {
	margin-bottom: 1px;
	}
	
.fc-corner-bottom .fc-event-inner {
	margin-bottom: -1px;
	}
	
	
	
/* Fake Rounded Corners SPECIFICALLY FOR EVENTS
-----------------------------------------------------------------*/
	
.fc-corner-left .fc-event-inner {
	border-left-width: 1px;
	}
	
.fc-corner-right .fc-event-inner {
	border-right-width: 1px;
	}
	
.fc-corner-top .fc-event-inner {
	border-top-width: 1px;
	}
	
.fc-corner-bottom .fc-event-inner {
	border-bottom-width: 1px;
	}
	
	
	
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
	

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 20px;
	}
	
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}
	
.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}
	
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}
	
	
/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url(/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}
/*
 * 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.







*/
