.yoper-home-modal-open {
  overflow: hidden;
}

.yoper-home-social-shell {
  --home-bg: #f6f4ef;
  --home-surface: #ffffff;
  --home-surface-strong: #ffffff;
  --home-line: rgba(15, 23, 42, 0.08);
  --home-text: #171717;
  --home-muted: #57534e;
  --home-btn: #0f766e;
  --home-btn-text: #ffffff;
  --home-highlight: #d97706;
  --home-accent: #d97706;
  --home-success: #15803d;
  --home-danger: #b91c1c;
  --home-radius: 24px;
  --home-radius-sm: 18px;
  --home-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  --home-shadow-soft: 0 10px 24px rgba(15, 23, 42, 0.05);
  --home-transition: 180ms ease;

  min-height: 100vh;
  padding: 18px 0 36px;
  color: var(--home-text);
  background:
    radial-gradient(64vw 48vh at 0% 0%, color-mix(in srgb, var(--home-btn) 10%, transparent), transparent 72%),
    radial-gradient(52vw 40vh at 100% 0%, color-mix(in srgb, var(--home-highlight) 12%, transparent), transparent 74%),
    linear-gradient(180deg, color-mix(in srgb, var(--home-bg) 92%, white) 0%, var(--home-bg) 100%);
}

.yoper-home-social-container {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.yoper-home-preview-banner,
.yoper-home-topbar,
.yoper-home-hero,
.yoper-home-section,
.yoper-home-footer {
  background: color-mix(in srgb, var(--home-surface) 94%, white);
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius);
  box-shadow: var(--home-shadow-soft);
}

.yoper-home-preview-banner {
  padding: 12px 14px;
  display: grid;
  gap: 4px;
  color: color-mix(in srgb, var(--home-highlight) 58%, var(--home-text));
  background: color-mix(in srgb, var(--home-highlight) 12%, white);
}

.yoper-home-topbar,
.yoper-home-footer {
  padding: 12px 14px;
  border-radius: var(--home-radius-sm);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.yoper-home-topbar-brand,
.yoper-home-topbar-meta,
.yoper-home-footer div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.yoper-home-topbar-meta {
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.yoper-home-topbar-title {
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
}

.yoper-home-topbar-subtitle,
.yoper-home-category,
.yoper-home-bio,
.yoper-home-section-copy,
.yoper-home-info-card-content p,
.yoper-home-modal-body p,
.yoper-home-footer p,
.yoper-home-footer span,
.yoper-home-indicator-card small {
  color: var(--home-muted);
}

.yoper-home-topbar-subtitle,
.yoper-home-indicator-label,
.yoper-home-essential-copy strong {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.yoper-home-topbar-avatar,
.yoper-home-avatar,
.yoper-home-splash-logo {
  background: #fff;
  border: 1px solid var(--home-line);
  object-fit: cover;
}

.yoper-home-topbar-avatar {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.yoper-home-avatar {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.yoper-home-splash-logo {
  width: 76px;
  height: 76px;
  border-radius: 24px;
}

.yoper-home-topbar-avatar.is-natural,
.yoper-home-avatar.is-natural,
.yoper-home-splash-logo.is-natural {
  object-fit: contain;
  padding: 3px;
}

.yoper-home-avatar-fallback,
.yoper-home-topbar-dot {
  color: #fff;
  background: linear-gradient(140deg, var(--home-btn), var(--home-highlight));
}

.yoper-home-avatar-fallback {
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  font-weight: 800;
}

.yoper-home-topbar-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--home-btn) 10%, transparent);
}

.yoper-home-language-wrap .yoper-language-switcher {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 2px;
  border-radius: 999px;
  border: 1px solid var(--home-line);
  background: rgba(255, 255, 255, 0.92);
}

.yoper-home-language-wrap .yoper-language-switcher-link {
  min-width: 40px;
  padding: 6px 10px;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--home-muted);
  transition: background-color var(--home-transition), color var(--home-transition);
}

.yoper-home-language-wrap .yoper-language-switcher-link.is-active {
  color: var(--home-btn-text);
  background: var(--home-btn);
}

.yoper-home-language-wrap .yoper-language-switcher-link:focus-visible,
.yoper-home-action-btn:focus-visible,
.yoper-home-cta:focus-visible,
.yoper-home-coupon-button:focus-visible,
.yoper-home-info-action:focus-visible,
.yoper-home-essential-card:focus-visible,
.yoper-home-indicator-card-button:focus-visible,
.yoper-home-indicator-card-link:focus-visible,
.yoper-home-whatsapp-float:focus-visible,
.yoper-home-modal-close:focus-visible,
.yoper-home-reservation-form input:focus-visible,
.yoper-home-reservation-form select:focus-visible,
.yoper-home-reservation-form textarea:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--home-btn) 32%, transparent);
  outline-offset: 2px;
}

.yoper-home-hero,
.yoper-home-section {
  padding: 18px;
}

.yoper-home-hero-grid,
.yoper-home-hero-main,
.yoper-home-section-topline,
.yoper-home-hero-actions,
.yoper-home-indicators,
.yoper-home-essential-grid,
.yoper-home-info-grid,
.yoper-home-hours-list,
.yoper-home-directions-actions,
.yoper-home-reservation-form,
.yoper-home-reservation-grid {
  display: grid;
  gap: 12px;
}

.yoper-home-hero-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.85fr);
  align-items: start;
  gap: 16px;
}

.yoper-home-hero-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.yoper-home-hero-copy {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.yoper-home-hero-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.yoper-home-hero-title-row h1 {
  margin: 0;
  font-size: clamp(1.85rem, 7vw, 2.65rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.yoper-home-live-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--home-success) 24%, transparent);
  background: color-mix(in srgb, var(--home-success) 10%, white);
  color: var(--home-success);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.yoper-home-live-status-closed {
  border-color: color-mix(in srgb, var(--home-danger) 24%, transparent);
  background: color-mix(in srgb, var(--home-danger) 10%, white);
  color: var(--home-danger);
}

.yoper-home-live-status-unknown {
  border-color: color-mix(in srgb, var(--home-muted) 22%, transparent);
  background: color-mix(in srgb, var(--home-muted) 10%, white);
  color: var(--home-muted);
}

.yoper-home-live-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.yoper-home-category {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
}

.yoper-home-bio,
.yoper-home-section-copy,
.yoper-home-info-card-content p,
.yoper-home-modal-body p,
.yoper-home-footer p {
  margin: 0;
  line-height: 1.5;
}

.yoper-home-bio-clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.yoper-home-js [data-reveal] {
  opacity: 0;
  transform: translateY(14px);
}

.yoper-home-js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 420ms ease, transform 420ms ease;
}

.yoper-home-indicators {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
  align-items: start;
  gap: 10px;
}

.yoper-home-indicator-card,
.yoper-home-essential-card,
.yoper-home-info-card,
.yoper-home-coupon-card {
  border: 1px solid var(--home-line);
  border-radius: 22px;
  background: var(--home-surface-strong);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.yoper-home-indicator-card {
  min-height: 92px;
  padding: 12px;
  display: grid;
  align-content: start;
  gap: 4px;
  text-align: left;
}

.yoper-home-indicator-card-button,
.yoper-home-indicator-card-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.yoper-home-indicator-card-button {
  appearance: none;
  width: 100%;
  border: 1px solid var(--home-line);
  background: var(--home-surface-strong);
}

.yoper-home-indicator-card strong {
  font-size: 0.98rem;
  line-height: 1.22;
}

.yoper-home-indicator-card small {
  font-size: 0.76rem;
  line-height: 1.35;
}

.yoper-home-indicator-icon,
.yoper-home-action-icon,
.yoper-home-essential-icon,
.yoper-home-info-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: color-mix(in srgb, var(--home-btn) 72%, var(--home-text));
  background: linear-gradient(
    140deg,
    color-mix(in srgb, var(--home-btn) 14%, white),
    color-mix(in srgb, var(--home-highlight) 12%, white)
  );
}

.yoper-home-indicator-icon svg,
.yoper-home-action-icon svg,
.yoper-home-essential-icon svg,
.yoper-home-info-icon svg,
.yoper-home-whatsapp-float svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.yoper-home-actions-section {
  padding-top: 16px;
  padding-bottom: 16px;
}

.yoper-home-section-coupon {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.yoper-home-section-title {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.2;
}

.yoper-home-section-copy {
  font-size: 0.86rem;
}

.yoper-home-hero-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.yoper-home-action-btn,
.yoper-home-info-action,
.yoper-home-cta,
.yoper-home-essential-card,
.yoper-home-info-card {
  transition:
    transform var(--home-transition),
    box-shadow var(--home-transition),
    border-color var(--home-transition),
    background-color var(--home-transition),
    color var(--home-transition),
    opacity var(--home-transition);
}

.yoper-home-action-btn {
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid var(--home-line);
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--home-text);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
}

.yoper-home-action-btn.is-primary,
.yoper-home-cta-primary {
  border-color: var(--home-btn);
  color: var(--home-btn-text);
  background: linear-gradient(
    140deg,
    var(--home-btn),
    color-mix(in srgb, var(--home-btn) 72%, var(--home-highlight))
  );
  box-shadow: 0 12px 26px color-mix(in srgb, var(--home-btn) 26%, transparent);
}

.yoper-home-action-btn.is-secondary,
.yoper-home-cta-secondary {
  border-color: color-mix(in srgb, var(--home-btn) 18%, transparent);
  color: color-mix(in srgb, var(--home-btn) 76%, var(--home-text));
  background: color-mix(in srgb, var(--home-btn) 10%, white);
}

.yoper-home-action-btn.is-ghost {
  background: rgba(255, 255, 255, 0.92);
}

.yoper-home-action-btn:hover,
.yoper-home-cta:hover,
.yoper-home-info-action:hover,
.yoper-home-essential-card:hover,
.yoper-home-info-card:hover,
.yoper-home-indicator-card-button:hover,
.yoper-home-indicator-card-link:hover {
  transform: translateY(-1px);
  box-shadow: var(--home-shadow);
}

.yoper-home-essential-grid,
.yoper-home-info-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.yoper-home-essential-card {
  width: 100%;
  min-height: 94px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--home-text);
  text-align: left;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.96);
  cursor: pointer;
}

.yoper-home-essential-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.yoper-home-essential-copy span {
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.25;
}

.yoper-home-essential-card small {
  margin-left: auto;
  font-size: 0.72rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--home-btn) 72%, var(--home-text));
  text-align: right;
}

.yoper-home-info-card {
  min-height: 94px;
  padding: 14px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.yoper-home-info-card-content {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.yoper-home-info-card-content h3 {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.25;
}

.yoper-home-info-action-wrap {
  grid-column: auto;
}

.yoper-home-info-action,
.yoper-home-cta {
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 18px;
  border: 1px solid var(--home-line);
  background: #fff;
  color: color-mix(in srgb, var(--home-btn) 76%, var(--home-text));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.yoper-home-coupon-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 88px;
  padding: 14px 16px;
  gap: 14px;
  background: color-mix(in srgb, var(--home-surface) 94%, white);
}

.yoper-home-coupon-main,
.yoper-home-coupon-meta,
.yoper-home-coupon-code-wrap {
  min-width: 0;
}

.yoper-home-coupon-main {
  display: grid;
  align-items: center;
}

.yoper-home-coupon-meta {
  display: grid;
  gap: 4px;
}

.yoper-home-coupon-title {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.25;
}

.yoper-home-coupon-description {
  margin: 0;
  max-width: 44ch;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--home-muted);
}

.yoper-home-coupon-code-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  justify-self: end;
}

.yoper-home-coupon-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 9px 12px;
  border-radius: 14px;
  border: 1px dashed color-mix(in srgb, var(--home-btn) 22%, var(--home-line));
  background: color-mix(in srgb, var(--home-btn) 8%, white);
  color: color-mix(in srgb, var(--home-btn) 78%, var(--home-text));
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.1;
  white-space: nowrap;
  overflow-wrap: anywhere;
}

.yoper-home-coupon-button {
  min-height: 42px;
  padding: 9px 14px;
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--home-btn) 16%, var(--home-line));
  background: rgba(255, 255, 255, 0.96);
  color: color-mix(in srgb, var(--home-btn) 72%, var(--home-text));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform var(--home-transition),
    box-shadow var(--home-transition),
    border-color var(--home-transition),
    background-color var(--home-transition),
    color var(--home-transition),
    opacity var(--home-transition);
}

.yoper-home-coupon-button:hover {
  transform: translateY(-1px);
  box-shadow: var(--home-shadow-soft);
}

.yoper-home-footer strong {
  font-size: 0.92rem;
}

.yoper-home-footer p,
.yoper-home-footer span {
  font-size: 0.76rem;
}

.yoper-home-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 16px;
}

.yoper-home-modal[hidden] {
  display: none;
}

.yoper-home-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.44);
  backdrop-filter: blur(2px);
}

.yoper-home-modal-card {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100vw - 24px));
  max-height: calc(100vh - 28px);
  overflow: auto;
  border-radius: 24px;
  border: 1px solid var(--home-line);
  background: #fff;
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.24);
}

.yoper-home-modal-card-compact {
  width: min(560px, calc(100vw - 24px));
}

.yoper-home-modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--home-text);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.yoper-home-modal-body {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.yoper-home-modal-body h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.15;
}

.yoper-home-modal-support {
  font-size: 0.88rem;
}

.yoper-home-hours-list {
  gap: 8px;
}

.yoper-home-hours-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border: 1px solid var(--home-line);
  border-radius: 16px;
  background: color-mix(in srgb, var(--home-bg) 36%, white);
}

.yoper-home-hours-item.is-closed {
  opacity: 0.72;
}

.yoper-home-hours-day,
.yoper-home-hours-time {
  font-size: 0.9rem;
  font-weight: 700;
}

.yoper-home-reservation-form {
  gap: 12px;
}

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

.yoper-home-reservation-grid:last-of-type {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.yoper-home-reservation-form label {
  display: grid;
  gap: 6px;
  font-size: 0.84rem;
  font-weight: 700;
}

.yoper-home-reservation-form input,
.yoper-home-reservation-form select,
.yoper-home-reservation-form textarea {
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid color-mix(in srgb, var(--home-line) 84%, #cbd5e1);
  border-radius: 16px;
  background: #fff;
  color: var(--home-text);
  font: inherit;
}

.yoper-home-reservation-form textarea {
  min-height: 94px;
  resize: vertical;
}

.yoper-home-reservation-fee,
.yoper-home-reservation-submit-fee {
  font-size: 0.92rem;
  font-weight: 800;
  color: color-mix(in srgb, var(--home-btn) 78%, var(--home-text));
}

.yoper-home-reservation-policy {
  display: grid;
  gap: 4px;
}

.yoper-home-reservation-policy p {
  font-size: 0.82rem;
}

.yoper-home-reservation-feedback {
  min-height: 1.25em;
  font-size: 0.84rem;
  font-weight: 700;
}

.yoper-home-reservation-feedback.is-success {
  color: var(--home-success);
}

.yoper-home-reservation-feedback.is-error {
  color: var(--home-danger);
}

.yoper-home-whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9998;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--home-btn) 22%, transparent);
  background: linear-gradient(
    140deg,
    var(--home-btn),
    color-mix(in srgb, var(--home-btn) 68%, var(--home-highlight))
  );
  color: var(--home-btn-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 32px color-mix(in srgb, var(--home-btn) 28%, transparent);
  text-decoration: none;
}

.yoper-home-whatsapp-float svg {
  width: 22px;
  height: 22px;
}

.yoper-home-splash {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background: rgba(246, 244, 239, 0.72);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.yoper-home-splash[hidden] {
  display: none;
}

.yoper-home-splash.is-active {
  opacity: 1;
}

.yoper-home-splash-inner {
  width: min(300px, calc(100vw - 32px));
  padding: 24px 20px;
  border-radius: 28px;
  border: 1px solid var(--home-line);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--home-shadow);
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.yoper-home-splash-inner strong {
  font-size: 1.1rem;
  line-height: 1.15;
}

.yoper-home-splash-inner span {
  font-size: 0.88rem;
  color: var(--home-muted);
}

@media (prefers-reduced-motion: reduce) {
  .yoper-home-js [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .yoper-home-splash,
  .yoper-home-action-btn,
  .yoper-home-cta,
  .yoper-home-info-action,
  .yoper-home-essential-card,
  .yoper-home-info-card,
  .yoper-home-indicator-card-button,
  .yoper-home-indicator-card-link {
    transition: none;
  }
}

@media (max-width: 960px) {
  .yoper-home-hero-grid {
    grid-template-columns: 1fr;
  }

  .yoper-home-coupon-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .yoper-home-coupon-code-wrap {
    align-items: flex-start;
    min-width: 0;
    justify-self: stretch;
    justify-content: flex-start;
  }

  .yoper-home-coupon-description {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .yoper-home-social-container {
    width: min(100%, calc(100% - 20px));
    gap: 14px;
  }

  .yoper-home-topbar,
  .yoper-home-footer,
  .yoper-home-hero,
  .yoper-home-section {
    padding: 16px;
  }

  .yoper-home-section-coupon {
    padding: 0;
  }

  .yoper-home-hero-head {
    flex-direction: column;
  }

  .yoper-home-hero-actions,
  .yoper-home-indicators,
  .yoper-home-essential-grid,
  .yoper-home-info-grid,
  .yoper-home-reservation-grid,
  .yoper-home-reservation-grid:last-of-type {
    grid-template-columns: 1fr;
  }

  .yoper-home-action-btn,
  .yoper-home-cta,
  .yoper-home-info-action,
  .yoper-home-coupon-button {
    width: 100%;
  }

  .yoper-home-essential-card {
    align-items: flex-start;
  }

  .yoper-home-essential-card small {
    margin-left: 0;
    text-align: left;
  }

  .yoper-home-hours-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .yoper-home-info-card {
    grid-template-columns: auto 1fr;
    align-items: flex-start;
  }

  .yoper-home-info-action-wrap {
    grid-column: 1 / -1;
  }

  .yoper-home-coupon-code-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .yoper-home-coupon-code {
    justify-content: flex-start;
    white-space: normal;
  }
}
