@charset "utf-8";

html,
body.landing_page_body {
  margin: 0;
  padding: 0;
}

body.landing_page_body {
  overflow-x: clip !important;
}

/* Theme root and defaults */
.landing-theme--sample {
  --sample-orange: #e85c03;
  --sample-orange-dark: #c94f00;
  --sample-cream: #f6f0e5;
  --sample-cream-deep: #efe4d4;
  --sample-navy: #10172f;
  --sample-border: #eadfd1;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding-top: var(--event-header-offset, 0px);
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  color: var(--sample-navy);
  background: linear-gradient(180deg, #faf6ee 0%, var(--sample-cream) 48%, #fbf7f0 100%);
}

.landing-theme--sample .ls-depth1 {
  box-sizing: border-box;
  min-height: 100vh;
  padding: 16px;
  background-color: #fff;
  background-image: var(--ls-depth1-background, none);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.landing-theme--sample .ls-intro {
  position: relative;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: 100%;
  padding-top: 0px;
  background: #fff;
  opacity: 1;
  transition: opacity .35s ease;
}

.landing-theme--sample .ls-intro.is-leaving {
  opacity: 0;
}

.landing-theme--sample .ls-intro[hidden] {
  display: none !important;
}

.landing-theme--sample .ls-intro > img {
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}

.landing-theme--sample .ls-intro-countdown {
  position: absolute;
  right: 24px;
  bottom: 24px;
  margin: 0;
  padding: 10px 14px;
  border-radius: 6px;
  background: rgba(0, 0, 0, .64);
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.landing-theme--sample .ls-intro-countdown strong {
  font: inherit;
}

.landing-theme--sample .ls-depth1[hidden],
.landing-theme--sample .ls-depth2[hidden] {
  display: none !important;
}

.landing-theme--sample .ls-depth1-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0% 10px 0%;
  gap: 12px;
}

.landing-theme--sample .ls-depth1-card {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 6px;
  background: #f3f3f3;
}

.landing-theme--sample .ls-depth1-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.landing-theme--sample .ls-empty {
  margin: 0;
  padding: 50px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  color: #6c6470;
  text-align: center;
}

.landing-theme--sample .ls-closed-notice {
  padding: 40px 20px;
  text-align: center;
}

.landing-theme--sample .ls-closed-notice p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.5;
  color: var(--sample-navy);
}

.landing-theme--sample .ls-home-link {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  background: var(--sample-navy);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

/* Roller modules */
.landing-module--roller { background: var(--ls-roller-background, #fff); }
.landing-module--roller .ls-roller-canvas { position: relative; width: 100%; min-height: 0; padding: 20px 0; overflow: hidden; background: var(--ls-roller-background, #fff); }
.landing-module--roller .ls-roller-element { position: relative; min-height: 1px; margin-right: auto; margin-left: auto; box-sizing: border-box; line-height: 1.35; overflow-wrap: anywhere; }
.landing-module--roller .ls-roller-element--top { margin-bottom: 20px; }
.landing-module--roller .ls-roller-element--bottom { margin-top: 20px; }
.landing-module--roller .ls-roller-element img { display: block; width: 100%; height: auto; }
.landing-module--roller .ls-roller-main { position:relative; z-index:3; }
.landing-module--roller .ls-roller-slider-wrap { padding: 0 30px; }
.landing-module--roller .ls-roller-swiper { position: relative; width: 100%; overflow: hidden; }
.landing-module--roller .ls-roller-swiper .swiper-slide a { display:block; }
.landing-module--roller .ls-roller-swiper .swiper-slide img { display: block; width: 100%; height: auto; }
.landing-module--roller .ls-roller-prev,
.landing-module--roller .ls-roller-next { position: absolute; top: 50%; z-index: 3; width: 36px; height: 36px; margin-top: -18px; border: 0; border-radius: 50%; background: rgba(16,23,47,.32); color: #fff; font-size: 28px; line-height: 30px; cursor: pointer; }
.landing-module--roller .ls-roller-prev { left: 10px; }
.landing-module--roller .ls-roller-next { right: 10px; }
.landing-module--roller .ls-roller-pagination { position:relative; bottom:auto; margin-top:12px; text-align:center; }
.landing-module--roller .ls-roller-pagination .swiper-pagination-bullet { background: var(--sample-navy); opacity: .22; }
.landing-module--roller .ls-roller-pagination .swiper-pagination-bullet-active { width: 18px; border-radius: 999px; background: var(--sample-orange); opacity: 1; }
.landing-module--roller .ls-roller-swiper.is-single .ls-roller-prev,
.landing-module--roller .ls-roller-swiper.is-single .ls-roller-next { display: none; }

/* Instagram roller */
.landing-module--roller-insta { background-color:transparent; background-position:center; background-size:cover; background-repeat:no-repeat; }
.landing-module--roller-insta .ls-roller-canvas { padding:50px 0; background:transparent; }
.landing-module--roller-insta .ls-roller-main { padding:0; }
.landing-module--roller-insta .ls-roller-slider-wrap { position:relative; padding:0 28px; }
.landing-module--roller-insta .ls-roller-swiper {
  background: transparent;
}
.landing-module--roller-insta .ls-roller-swiper .swiper-slide {
  overflow: hidden;
  background:transparent;
  box-shadow:0 6px 16px rgba(16, 23, 47, .12);
}
.landing-module--roller-insta .ls-roller-swiper .swiper-slide img {
  transform:none;
  transition:none;
}
.landing-module--roller-insta .ls-roller-pagination {
  display:flex;
  width:max-content;
  min-height:7px;
  align-items:center;
  justify-content:center;
  gap:6px;
  margin:24px auto 0;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}
.landing-module--roller-insta .ls-roller-pagination .swiper-pagination-bullet {
  width:6px;
  height:6px;
  margin:0;
  background:#fff;
  box-shadow:0 1px 3px rgba(16, 23, 47, .2);
  opacity:.45;
}
.landing-module--roller-insta .ls-roller-pagination .swiper-pagination-bullet-active {
  width:6px;
  opacity:1;
}

/* Category module */
.landing-module--category {
  position: sticky;
  top: var(--event-header-offset, 0px);
  z-index: 15;
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: 0 4px 14px rgba(16, 23, 47, .08);
}

.landing-module--category .ls-category-nav {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(calc(6em + 10px), 1fr);
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
}

.landing-module--category .ls-category-nav::-webkit-scrollbar {
  display: none;
}

.landing-module--category .ls-category-tab {
  height: 58px;
  padding: 0 14px;
  border: 1px solid #dfdfdf;
  border-left: 0;
  border-radius: 0;
  background: #fff;
  color: #303030;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.landing-module--category .ls-category-tab:first-child {
  border-left: 1px solid #dfdfdf;
}

.landing-module--category .ls-category-tab.is-active {
  border-color: #dfdfdf;
  border-bottom: 3px solid var(--sample-orange);
  background: #fff;
  color: var(--sample-orange-dark);
}

.landing-module--category .ls-category-tab:not(.is-active):hover {
  background: #f8f8f8;
  color: var(--sample-orange-dark);
}

.ls-primary-roller-panel[hidden] {
  display: none;
}

/* Products module */
.landing-module--products .ls-products-inner {
  padding: 0;
}

.landing-module--products .ls-category-panel {
  min-width: 0;
  max-width: 100%;
  scroll-margin-top: 96px;
}

.landing-module--products .ls-category-panel[hidden] {
  display: none;
}

.landing-module--products .ls-category-image {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  height: auto;
}
.landing-module--products .ls-category-heading { 
  display: block; 
  width: 100%; 
  height: auto; 
  padding: 10% 0px 0px;
}

.landing-module--products .ls-category-section {
  min-height: 280px;
  padding: 10px 22px 38px;
  background-color: #fff;
  background-image: var(--ls-category-background, none);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.landing-module--products .ls-category-title {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 800;
}

.landing-module--products .ls-product-list {
  display: grid;
  gap: 5px;
  max-width: 640px;
  margin: 0 auto;
}

.landing-module--products .ls-product-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; height: 100px; min-height: 100px; background: #fff; overflow: hidden; }
.landing-module--products .ls-product-card__info { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 14px; min-width: 0; height: 100px; padding: 0px 10px 0px 0px; box-sizing: border-box; cursor: pointer; }
.landing-module--products .ls-product-card__info input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.landing-module--products .ls-product-card__subject { display: -webkit-box; max-width: 100%; max-height: 4.2em; color: #222; font-size: 18px; font-weight: 500; line-height: 1.4; overflow: hidden; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.landing-module--products .ls-product-card__amount { display: flex; flex: 0 0 auto; align-items: baseline; justify-content: flex-end; gap: 6px; white-space: nowrap; }
.landing-module--products .ls-product-card__amount del { color: #aaa; font-size: 14px; font-weight: 400; }
.landing-module--products .ls-product-card__amount del span { font-size: 17px; }
.landing-module--products .ls-product-card__amount strong { color: var(--ls-product-accent, #0068d9); font-size: 16px; font-weight: 700; line-height: 1; }
.landing-module--products .ls-product-card__amount strong span { font-size: 34px; font-weight: 800; letter-spacing: -1.5px; }
.landing-module--products .ls-product-card__add { align-self: center; width: 46px; height: 38px; margin-right: 14px; padding: 0; border: 0; border-radius: 8px; background: #111; color: #fff; font-size: 14px; font-weight: 700; line-height: 38px; text-align: center; cursor: pointer; transition: background-color .16s ease; }
.landing-module--products .ls-product-card.is-selected .ls-product-card__add { background: var(--ls-product-accent, #0068d9); }

/* Content module */
.landing-module--content .ls-content-panel[hidden] {
  display: none;
}

.landing-module--content .ls-content-group {
  display: grid;
  gap: 0;
  width: 100%;
}

.landing-module--content .ls-content-image {
  display: block;
  width: 100%;
  height: auto;
}

/* Reservation module */
.landing-module--reservation .modal_mask_new {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.45);
}

.landing-module--reservation #reservation_modal {
  position: fixed;
  z-index: 10001;
  top: 16px;
  bottom: 16px;
  left: 50%;
  width: min(560px, calc(100vw - 32px));
  transform: translateX(-50%);
  background: #fffdf9;
  border-radius: 20px;
  overflow: hidden;
}

.landing-module--reservation #reservation_modal .res_head {
  position: sticky;
  top: 0;
  z-index: 5;
  padding: 18px 68px 14px 24px;
  background: var(--sample-cream);
  border-bottom: 1px solid var(--sample-border);
}

.landing-module--reservation #reservation_modal .res_head h2 {
  margin: 0;
  color: var(--sample-navy);
  font-size: 20px;
}

.landing-module--reservation #reservation_modal .close_res {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.landing-module--reservation #reservation_modal .res_content {
  padding: 20px 24px 28px;
  overflow: auto;
  max-height: calc(100% - 128px);
}

.landing-module--reservation #reservation_modal .res_section + .res_section {
  margin-top: 2rem;
}

.landing-module--reservation #reservation_modal .res_section h3 {
  margin: 0 0 1rem;
}

.landing-module--reservation #reservation_modal .selected_product_list {
  margin: 0;
  padding: 14px 16px 14px 38px;
  border: 1px solid var(--sample-border);
  border-radius: 12px;
  background: var(--sample-cream);
}

.landing-module--reservation #reservation_modal .res_foot {
  position: sticky;
  bottom: 0;
  z-index: 4;
  padding: 0;
  background: #fffdf9;
  box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.06);
}

.landing-module--reservation #reservation_modal .res_submit {
  width: 100%;
  height: 60px;
  border: 0;
  background: var(--ls-active-product-accent, var(--sample-orange-dark));
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.landing-module--reservation #reservation_modal .info_group {
  margin-bottom: 12px;
}

.landing-module--reservation #reservation_modal .info_group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

.landing-module--reservation #reservation_modal .info_group input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
}

.landing-module--reservation #reservation_modal .info_group input[type="text"]:focus {
  outline: 0;
  border-color: var(--ls-active-product-accent, var(--sample-orange));
  box-shadow: 0 0 0 2px var(--ls-active-product-accent, var(--sample-orange));
}

.landing-module--reservation #reservation_modal .gender_toggle,
.landing-module--reservation #reservation_modal .visit_toggle {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 8px;
}

.landing-module--reservation #reservation_modal .gender_toggle button,
.landing-module--reservation #reservation_modal .visit_toggle button {
  height: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.landing-module--reservation #reservation_modal .gender_toggle button.on,
.landing-module--reservation #reservation_modal .visit_toggle button.on {
  background: var(--ls-active-product-accent, var(--sample-orange-dark));
  color: #fff;
  border-color: var(--ls-active-product-accent, var(--sample-orange-dark));
}

/* Basic 테마 예약창의 입력·달력 체계를 sample 모달에도 맞춘다. */
.landing-theme--sample .landing-module--reservation #reservation_modal,
.landing-theme--sample .landing-module--reservation #reservation_modal * {
  box-sizing: border-box;
}

.landing-theme--sample .landing-module--reservation #reservation_modal {
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .22);
}

.landing-theme--sample .landing-module--reservation #reservation_modal .res_head {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
}

.landing-theme--sample .landing-module--reservation #reservation_modal .close_res::before,
.landing-theme--sample .landing-module--reservation #reservation_modal .close_res::after {
  position: absolute;
  top: 21px;
  left: 11px;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--sample-navy);
  content: "";
}

.landing-theme--sample .landing-module--reservation #reservation_modal .close_res::before {
  transform: rotate(45deg);
}

.landing-theme--sample .landing-module--reservation #reservation_modal .close_res::after {
  transform: rotate(-45deg);
}

.landing-theme--sample .landing-module--reservation #reservation_modal .res_content {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow-x: hidden;
  overflow-y: auto;
}

.landing-theme--sample .landing-module--reservation #reservation_modal .selected_product_list {
  display: grid;
  gap: 5px;
}

.landing-theme--sample .landing-module--reservation #reservation_modal .selected_product_list li {
  padding-left: 2px;
  color: var(--sample-navy);
  font-size: 15px;
  line-height: 1.45;
}

.landing-theme--sample .landing-module--reservation #res_calendar .ui-widget.ui-widget-content {
  width: 100%;
  border: 0;
  font-family: inherit;
}

.landing-theme--sample .landing-module--reservation #res_calendar .ui-datepicker-header {
  padding: 0 0 18px;
  border: 0;
  background: none;
}

.landing-theme--sample .landing-module--reservation #res_calendar .ui-datepicker-title {
  margin: 0 auto;
  color: var(--sample-navy);
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.landing-theme--sample .landing-module--reservation #res_calendar .ui-datepicker-prev,
.landing-theme--sample .landing-module--reservation #res_calendar .ui-datepicker-next {
  top: -8px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.landing-theme--sample .landing-module--reservation #res_calendar .ui-datepicker-prev span,
.landing-theme--sample .landing-module--reservation #res_calendar .ui-datepicker-next span {
  position: static;
  width: 9px;
  height: 9px;
  margin: 0;
  border-top: 2px solid #555;
  border-left: 2px solid #555;
  background: none;
}

.landing-theme--sample .landing-module--reservation #res_calendar .ui-datepicker-prev span {
  transform: rotate(-45deg);
}

.landing-theme--sample .landing-module--reservation #res_calendar .ui-datepicker-next span {
  transform: rotate(135deg);
}

.landing-theme--sample .landing-module--reservation #res_calendar .ui-datepicker-calendar {
  width: 100%;
  margin: 14px auto 0;
  color: #666;
  font-size: 15px;
  table-layout: fixed;
}

.landing-theme--sample .landing-module--reservation #res_calendar .ui-datepicker-calendar th {
  padding: 8px 0;
  color: #999;
  font-weight: 400;
}

.landing-theme--sample .landing-module--reservation #res_calendar .ui-datepicker-calendar th:first-child {
  color: #cf5454;
}

.landing-theme--sample .landing-module--reservation #res_calendar .ui-datepicker-calendar th:last-child {
  color: #6681c0;
}

.landing-theme--sample .landing-module--reservation #res_calendar .ui-datepicker-calendar td {
  padding: 2px 0;
}

.landing-theme--sample .landing-module--reservation #res_calendar .ui-datepicker-calendar td.ui-datepicker-unselectable {
  border: 0;
  background: transparent;
}

.landing-theme--sample .landing-module--reservation #res_calendar .ui-datepicker-calendar td.ui-datepicker-unselectable .ui-state-default {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto;
  padding: 0;
  border: 0 !important;
  border-radius: 50%;
  background: transparent !important;
  line-height: 38px;
  text-align: center;
}

.landing-theme--sample .landing-module--reservation #res_calendar .ui-datepicker-calendar td a {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: none;
  color: #333;
  font-size: 15px;
  line-height: 38px;
  text-align: center;
}

.landing-theme--sample .landing-module--reservation #res_calendar .ui-datepicker-calendar .ui-state-highlight {
  border: 1px solid var(--ls-active-product-accent, var(--sample-orange));
}

.landing-theme--sample .landing-module--reservation #res_calendar .ui-datepicker-calendar .ui-state-active {
  border-color: var(--ls-active-product-accent, var(--sample-orange-dark));
  background: var(--ls-active-product-accent, var(--sample-orange-dark));
  color: #fff;
  font-weight: 700;
}

.landing-theme--sample .landing-module--reservation #res_calendar .ui-datepicker-calendar .ui-state-default:hover {
  background: #f5f5f5;
  color: var(--ls-active-product-accent, var(--sample-orange-dark));
}

.landing-theme--sample .landing-module--reservation #reservation_modal .time_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.landing-theme--sample .landing-module--reservation #reservation_modal .time_slot {
  width: 100%;
  min-width: 0;
  height: 38px;
  border: 1px solid #d4d4d4;
  border-radius: 19px;
  background: #fff;
  color: #666;
  font-size: 14px;
  cursor: pointer;
}

.landing-theme--sample .landing-module--reservation #reservation_modal .time_slot.disabled {
  border-color: #dedede;
  background: #e5e5e5;
  color: #aaa;
  cursor: not-allowed;
}

.landing-theme--sample .landing-module--reservation #reservation_modal .time_slot.on {
  border-color: var(--ls-active-product-accent, var(--sample-orange-dark));
  background: var(--ls-active-product-accent, var(--sample-orange-dark));
  color: #fff;
}

.landing-theme--sample .landing-module--reservation #reservation_modal .info_group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.landing-theme--sample .landing-module--reservation #reservation_modal .info_group > label {
  flex: 0 0 64px;
  width: 64px;
  margin: 0;
  color: var(--sample-navy);
  font-size: 15px;
  font-weight: 600;
}

.landing-theme--sample .landing-module--reservation #reservation_modal .info_group input[type="text"] {
  flex: 1;
  min-width: 0;
  height: 44px;
  color: #222;
  font-size: 15px;
}

.landing-theme--sample .landing-module--reservation #reservation_modal .phone_wrap {
  display: flex;
  flex: 1;
  min-width: 0;
}

.landing-theme--sample .landing-module--reservation #reservation_modal .gender_toggle,
.landing-theme--sample .landing-module--reservation #reservation_modal .visit_toggle {
  display: flex;
  flex: 1;
  gap: 8px;
}

.landing-theme--sample .landing-module--reservation #reservation_modal .gender_toggle button,
.landing-theme--sample .landing-module--reservation #reservation_modal .visit_toggle button {
  flex: 1;
  color: #555;
}

.landing-theme--sample .landing-module--reservation #reservation_modal .gender_toggle button.on,
.landing-theme--sample .landing-module--reservation #reservation_modal .visit_toggle button.on {
  border-color: var(--ls-active-product-accent, var(--sample-orange-dark));
  background: var(--ls-active-product-accent, var(--sample-orange-dark));
  color: #fff;
}

.landing-theme--sample .landing-module--reservation #reservation_modal .res_foot {
  position: relative;
  flex: 0 0 auto;
}

.landing-theme--sample .landing-module--reservation #reservation_modal .res_submit {
  background: var(--ls-active-product-accent, var(--sample-orange-dark));
}

/* Sticky action module */
.landing-module--sticky-action .ls-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  background: rgba(246, 240, 229, .96);
  border-top: 1px solid var(--sample-border);
}

.landing-module--sticky-action .ls-sticky button {
  display: block;
  width: 100%;
  height: 48px;
  margin: 0;
  border: none;
  border-radius: 0;
  background: var(--ls-active-product-accent, var(--sample-orange-dark));
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.landing-module--sticky-action .ls-sticky button:disabled {
  background: #b7aea4;
  cursor: not-allowed;
}

/* sample 랜딩: 스크롤해도 헤더 글자/로고/메뉴 색이 변하지 않도록 기본(흰색) 유지 */
.main-header { background: #000000 !important; transform: none !important; animation: none !important; }
.main-header.scrolled { background: #fff !important; }

@media (max-width: 767px) {
  .landing-module--category .ls-category-nav {
    grid-auto-columns: minmax(calc(100% / 6.5), 1fr);
    overflow-x: auto;
  }

  .landing-module--category .ls-category-tab {
    min-width: 0;
    padding: 0 2px;
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
  }
}

/* Responsive overrides */
@media (max-width: 480px) {
  .landing-module--category .ls-category-tab {
    height: 50px;
  }

  .landing-module--products .ls-product-card__amount del {
    font-size: 12px;
  }

  .landing-module--products .ls-product-card__amount del span {
    font-size: 14px;
  }

  .landing-module--products .ls-product-card__amount strong span {
    font-size: 28px;
  }

  .landing-module--sticky-action .ls-sticky {
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .landing-module--sticky-action .ls-sticky button {
    height: 52px;
    line-height: 52px;
    border-radius: 0;
  }

  .landing-module--reservation #reservation_modal {
    top: max(4px, env(safe-area-inset-top));
    right: 4px;
    bottom: max(4px, env(safe-area-inset-bottom));
    left: 4px;
    width: auto;
    transform: none;
    border-radius: 16px;
  }

  .landing-theme--sample .landing-module--reservation #reservation_modal .res_head {
    min-height: 58px;
    padding: 16px 62px 12px 18px;
  }

  .landing-theme--sample .landing-module--reservation #reservation_modal .res_content {
    padding: 18px 18px 24px;
  }

  .landing-theme--sample .landing-module--reservation #reservation_modal .time_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .landing-theme--sample .landing-module--reservation #res_calendar .ui-datepicker-calendar td a,
  .landing-theme--sample .landing-module--reservation #res_calendar .ui-datepicker-calendar td.ui-datepicker-unselectable .ui-state-default {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
}

/* sample 랜딩 페이지에서는 우측 고정 SNS 퀵바를 노출하지 않는다. */
#quick {
  display: none !important;
}
