/* =========================================================
   202677gooutPromotion | clean rebuilt CSS
   - 不使用向下堆疊覆蓋，依區塊拆分與變數管理
   - 圖片路徑維持 images/；CSS 內相對路徑為 ../images/
========================================================= */
:root {
  --goout-blue: #bfeef6;
  --goout-yellow: #fff6a8;
  --goout-cream: #fff7db;
  --goout-orange: #f59a73;
  --goout-coral: #ff7c70;
  --goout-red: #e74a2a;
  --goout-navy: #0066a6;
  --goout-green: #00a340;
  --goout-purple: #8d22ff;
  --goout-black: #090909;
  --goout-white: #ffffff;
  --promo-coral: #e96f60;
  --promo-coral-light: #f4a096;
  --promo-border: #ef7b6e;
  --container: 1200px;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 28px;
  --shadow-card: 0 10px 0 rgba(0, 0, 0, 0.12);
  --font-main: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
}

.top-without-brand {
  background: var(--goout-blue);
  color: #1d1d1d;
  font-family: var(--font-main);
}

.goout-page {
  overflow: hidden;
  background: var(--goout-blue);
}

.eventContainer {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.page-section {
  position: relative;
  padding: clamp(42px, 6vw, 86px) 0;
  background-repeat: repeat;
  background-position: center top;
  background-size: auto;
}

.kv {
  background: #f7d847;
}

.kv__img {
  width: 100%;
}

.kv__img--mb {
  display: none;
}

/* -------------------- discount cards -------------------- */
.page-section--discount {
  padding-top: clamp(28px, 4vw, 52px);
  padding-bottom: clamp(34px, 5vw, 64px);
  background-color: #edcf80;
  background-image: url("../images/bg_discount.png");
}

.discount-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 22px);
  margin-top: -4vw;
}

.discount-banner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 24px);
  margin-top: clamp(28px, 3vw, 40px);
}

.discount-banner {
  display: block;
  min-width: 0;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 14px 12px 0 rgba(152, 111, 35, 0.22);
  border: 2px solid var(--promo-border);
}

.discount-banner img {
  display: block;
  width: 100%;
  height: auto;
}


.promo-card {
  min-height: 255px;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #fff;
  border: 2px solid var(--promo-border);
  border-radius: 40px;
  box-shadow: 14px 12px 0 rgba(152, 111, 35, 0.22);
}

.promo-card__date {
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 14px;
  box-sizing: border-box;
  color: #fff;
  background: linear-gradient(90deg, var(--promo-coral) 0%, var(--promo-coral-light) 100%);
  border-radius: 0;
  font-size: clamp(19px, 1.5vw, 21px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
}

.promo-card__title {
  margin: 27px 18px 9px;
  color: #d75e50;
  font-size: clamp(22px, 1.7vw, 26px);
  font-weight: 700;
  line-height: 1.15;
}

.promo-card__desc {
  flex: 1 1 auto;
  min-height: 0;
  margin: 0 20px;
  display: block;
  color: #222;
  font-size: clamp(13px, 2.5vw, 20px);
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}


.promo-card__note {
  display: block;
  font-size: clamp(10px, 0.9vw, 13px);
  margin-top: 6px;
}

.promo-card__em {
  margin-left: 0.16em;
  color: #e96f60;
}

.promo-card__actions {
  display: flex;
  justify-content: center;
  gap: 6px;
  width: calc(100% - 48px);
  margin: 18px auto 24px;
}

.actionBtn,
.event-info,
.section-shopmore,
.product-card__cta,
.learnMore_b,
.shopNow_b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--goout-black);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.promo-card .event-info,
.promo-card .actionBtn {
  flex: 1 1 0;
  min-width: 0;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.promo-card .event-info {
  color: #e96f60;
  background: #fff;
  border: 2px solid #ef7b6e;
}

.promo-card .actionBtn {
  color: #fff;
  background: #e96f60;
  border: 2px solid #e96f60;
}

.event-info {
  color: var(--card-accent, var(--goout-red));
  background: #fff;
  border: 2px solid currentColor;
}

.actionBtn:hover,
.event-info:hover,
.section-shopmore:hover,
.product-card:hover .product-card__cta,
.learnMore_b:hover,
.shopNow_b:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.promo-card--orange,
.promo-card--coral,
.promo-card--pink,
.promo-card--red,
.promo-card--cool,
.promo-card--light,
.promo-card--bright,
.promo-card--fragrance {
  --card-accent: #e96f60;
}

/* -------------------- media title -------------------- */
.section-media-title {
  width: min(100%, 92%);
  margin: 0 auto clamp(22px, 3vw, 34px);
}

.section-media-title--ticket {
  width: min(100%, 92%);
}

/* -------------------- escape gear -------------------- */
.page-section--escape {
  background-color: var(--goout-blue);
  background-image: url("../images/bg_blue.png");
}

.escape-category {
  position: relative;
  width: min(var(--container), 100%);
  margin: 0 auto clamp(46px, 5vw, 72px);
  padding-bottom: 28px;
}

.escape-category:last-of-type {
  margin-bottom: 0;
}

/* 第一個逃生裝備分類需避開上方圖片標題，避免標籤與橫幅向上重疊 */
.escapeGearBlock .section-media-title + .escape-category {
  margin-top: clamp(88px, 8vw, 128px);
}

.escape-category__label {
  position: absolute;
  z-index: 3;
  top: -85px;
  left: 38px;
  width: 140px;
  height: 110px;
  display: grid;
  place-items: start center;
  padding-top: 34px;
  box-sizing: border-box;
  color: #ff677e;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
  clip-path: none;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
  text-shadow: none;
}

.escape-category__label span {
  display: block;
  transform: rotate(-10deg);
}

.escape-category--cool .escape-category__label {
  background-image: url("../images/escape_label_cool.svg");
}

.escape-category--light .escape-category__label {
  background-image: url("../images/escape_label_light.svg");
}

.escape-category--bright .escape-category__label {
  background-image: url("../images/escape_label_bright.svg");
}

.escape-category--fragrance .escape-category__label {
  background-image: url("../images/escape_label_fragrance.svg");
}

.escape-category__inner {
  position: relative;
  margin: 0;
  padding: 50px clamp(28px, 4vw, 48px) 70px;
  background: var(--zone-bg, #fff7d8);
  border: 5px solid var(--zone-accent, var(--goout-navy));
  border-radius: 32px;
}

.escape-category__headline {
  position: absolute;
  z-index: 2;
  top: -72px;
  left: 164px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  margin: 0;
  pointer-events: none;
}

.escape-category__headline h3 {
  min-width: 0;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(40px, 4vw, 50px) 0 clamp(34px, 4vw, 52px);
  color: #fff;
  background: var(--zone-accent, var(--goout-navy));
  border-radius: 0 50px 0 0;
  font-size: clamp(27px, 2.5vw, 34px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: .03em;
  text-align: center;
  white-space: nowrap;
}

.escape-category__headline p {
  font-size: 22px;
  font-weight: 900;
}

.escape-category__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
  align-items: start;
}

.escape-category--cool { --zone-accent: #0072bd; --zone-bg: #fff8c9; }
.escape-category--light { --zone-accent: #16a035; --zone-bg: #ffe7ef; }
.escape-category--bright { --zone-accent: #c28600; --zone-bg: #fff8c9; }
.escape-category--fragrance { --zone-accent: #9225ff; --zone-bg: #ffe4f7; }

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 12px 0 25px;
  text-align: center;
  background: #fff;
  border: 2px solid var(--zone-accent, #222);
  border-radius: var(--radius-md);
}

.product-card__figure {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}

.product-card__figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card__meta {
  display: grid;
  gap: 3px;
  width: 100%;
  margin-top: 7px;
}

.product-card__brand {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
}

.product-card__name {
  min-height: 19px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}

.product-card__price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 4px;
  margin-top: 2px;
  color: var(--goout-red);
  font-size: 25px;
  font-weight: 900;
}

.product-card__old-price {
  color: #666;
  font-size: 15px;
  font-weight: 600;
  text-decoration: line-through;
}

.product-card__cta {
  min-height: 24px;
  margin-top: 8px;
  padding: 10px 15px;
  background: var(--zone-accent, var(--goout-black));
  font-size: 15px;
}

.escape-category .product-card {
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.escape-category .product-card__meta {
  order: -1;
  margin: 0 0 16px;
}

.escape-category .product-card__brand,
.escape-category .product-card__price {
  display: none;
}

.escape-category .product-card__name {
  min-height: auto;
  color: #111;
  font-size: clamp(20px, 1.8vw, 25px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .02em;
}

.escape-category .product-card__figure {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  padding: clamp(10px, 1.4vw, 18px);
  overflow: hidden;
  background: #fff;
  border: 3px solid #5c2f1d;
  border-radius: 24px;
}

.escape-category .product-card__figure img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.escape-category .product-card__cta {
  position: absolute;
  left: 50%;
  bottom: -18px;
  min-width: 138px;
  min-height: 40px;
  margin: 0;
  padding: 0 22px;
  color: #fff;
  background: var(--zone-accent, var(--goout-navy));
  border: 0;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  transform: translateX(-50%);
  box-shadow: 0 4px 0 #5c2f1d;
}

.escape-category .product-card:hover .product-card__cta {
  transform: translateX(-50%) translateY(-2px);
}

.section-shopmore-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 12px;
}

.escape-category > .section-shopmore-wrap {
  z-index: 3;
  margin-top: -30px;
}

.sale-grid + .section-shopmore-wrap {
  margin-top: 0;
}

.section-shopmore {
  display: flex;
  flex: 0 0 auto;
  width: max-content;
  min-width: 180px;
  min-height: 42px;
  margin: 0 auto;
  font-size: 20px;
}

.escape-category > .section-shopmore-wrap .section-shopmore {
  min-width: 220px;
  min-height: 58px;
  padding: 0 34px;
  font-size: 26px;
  letter-spacing: .02em;
}

.section-shopmore-wrap > .section-shopmore {
  margin: 0;
}

/* -------------------- sale blocks -------------------- */
.saleBlock {
  background-color: var(--goout-yellow);
  background-image: url("../images/bg_yellow.png");
}

.saleBlock--discount {
  padding-bottom: clamp(30px, 4vw, 52px);
}

.saleBlock--shipping {
  padding-top: clamp(32px, 4vw, 54px);
}

.sale-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px 18px;
  width: min(var(--container), 100%);
  margin: 0 auto 24px;
}

.sale-grid .product-card {
  --zone-accent: #233a4a;
  border-radius: 60px 60px 0 0;
  overflow: hidden;
}

.sale-grid--outline .product-card {
  --zone-accent: #ff5d73;
  border-radius: 60px 60px 0 0;
  box-shadow: none;
}

/* -------------------- retained old blocks -------------------- */
.brandHighlight,
.eventHighlight {
  padding: clamp(42px, 6vw, 78px) 0;
  background-color: var(--goout-blue);
  background-repeat: repeat;
  background-position: center top;
}

.brandHighlight {
  background-image: url("../images/bg_blue.png");
}

.eventHighlight {
  background-color: #fff3b2;
  background-image: url("../images/bg_yellow.png");
}

.section_title h1 {
  margin-bottom: 24px;
  font-size: clamp(32px, 6vw, 62px);
  font-weight: 900;
  text-align: center;
  letter-spacing: .04em;
}

.wrap-bg > .grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.brandHighlight .grid-item,
.eventHighlight .grid-item {
  min-width: 0;
  background: #fff;
  border: 2px solid #111;
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-align: center;
}

.brandHighlight .content,
.eventHighlight .content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  min-height: 100%;
  padding: 0;
}

.brandTitle,
.eventHighlight h2 {
  padding: 18px 14px 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.brandTitle02,
.eventHighlight p {
  padding: 0 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.brandTitleTag.none {
  display: none;
}

.brandHighlight .brandTitle02 {
  margin: 7px 0 16px;
}

.brandHighlight .pic {
  width: 100%;
  margin: 0 0 18px;
  background: #f7f7f7;
}

.brandHighlight .pic img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.eventHighlight .content > img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 0 18px;
  object-fit: cover;
}

.eventHighlight h2 {
  padding-top: 0;
}

.eventHighlight p {
  margin-top: 10px;
}

.shopNow_b,
.learnMore_b {
  width: fit-content;
  margin: auto auto 18px;
}

.brandHighlight .shopNow_b {
  margin-top: 0;
}

.eventHighlight .learnMore_b {
  margin-top: 16px;
}

/* -------------------- side menu -------------------- */
.menu {
  --side-menu-panel-w: 240px;
  --side-menu-toggle-w: 36px;
  --side-menu-blue: #073047;
  position: fixed;
  z-index: 990;
  bottom: 10%;
  right: 0;
  width: calc(var(--side-menu-panel-w) + var(--side-menu-toggle-w));
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: visible;
  pointer-events: none;
}

.menu.active {
  transform: none;
}

.menu__style {
  order: 1;
  flex: 0 0 var(--side-menu-panel-w);
  width: var(--side-menu-panel-w);
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, .96);
  border: 1px solid #222;
  border-radius: 0;
  box-shadow: none;
  transform: translateX(0);
  transition: transform .28s ease, opacity .2s ease;
  pointer-events: auto;
}

.menu.active .menu__style {
  transform: translateX(calc(100% + var(--side-menu-toggle-w)));
  opacity: 0;
  pointer-events: none;
}

.menu__style li {
  display: block;
  margin: 0;
  padding: 0;
}

.menu__style a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  color: #111;
  background: #fff;
  border-bottom: 1px solid #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .06em;
  text-align: center;
}

.menu__style li:last-child a,
.menu__style > a:last-child {
  border-bottom: 0;
}

.menu__style a:hover {
  color: var(--goout-red);
  background: #fff7bd;
}

.toggle-btn {
  order: 2;
  position: relative;
  top: 0;
  right: auto;
  flex: 0 0 var(--side-menu-toggle-w);
  width: var(--side-menu-toggle-w);
  min-height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  padding: 8px 0 10px;
  color: #fff;
  background: var(--side-menu-blue);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  pointer-events: auto;
}

.toggle-btn span {
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.toggle-btn b {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .04em;
}

.menu.active .toggle-btn span {
  transform: none;
}

.toTop-arrow {
  position: fixed;
  z-index: 991;
  right: 18px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  display: none;
  color: #fff;
  background: #111;
  border: 0;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

/* -------------------- modal -------------------- */
.overlay {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(48px, 8vh, 92px) 18px 40px;
  overflow-y: auto;
  background: rgba(0,0,0,.55);
}

.overlay.is-open {
  display: flex;
}

.modal-content {
  width: min(780px, 100%);
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,.32);
  animation: modalIn .22s ease-out;
}

@keyframes modalIn {
  from { transform: translateY(18px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.modal-header {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 0 72px 0 24px;
  color: #fff;
  background: #111;
}

.modal-header h3 {
  font-size: 22px;
  font-weight: 900;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: 62px;
  color: #fff;
  background: rgba(255,255,255,.1);
  border: 0;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

.modal-body {
  padding: clamp(22px, 4vw, 34px);
}

.modal-body-inner {
  max-height: 58vh;
  overflow-y: auto;
  padding-right: 10px;
}

.modal-body-text h2 {
  margin-bottom: 12px;
  color: var(--goout-red);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.25;
}

.modal-body-text p {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.modal-body-text ol {
  margin-left: 1.4em;
  list-style: decimal;
}

.modal-body-text li {
  margin: 0 0 8px;
  padding-left: 2px;
  font-size: 16px;
  line-height: 1.7;
}

body.modal-open {
  overflow: hidden;
}

/* -------------------- responsive -------------------- */
@media (max-width: 980px) {
  .discount-grid,
  .wrap-bg > .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .discount-banner-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
  }

  .discount-banner {
    border-radius: 28px;
  }

  .sale-grid,
  .escape-category__grid {
    gap: 40px clamp(18px, 2.4vw, 28px);
    grid-template-columns: repeat(2, 1fr);
  }

  .eventContainer {
    width: min(720px, calc(100% - 28px));
  }
}

@media (max-width: 768px) {

  .kv__img--pc { display: none; }
  .kv__img--mb { display: block; }

  .page-section {
    padding: 40px 0;
  }

  .page-section--discount {
    margin-top: -20px;
  }

  .promo-card {
    min-height: 235px;
    border-radius: 34px;
  }

  .promo-card__date {
    min-height: 58px;
    font-size: 22px;
  }

  .promo-card__title {
    margin-top: 22px;
  }

  .promo-card__actions {
    width: calc(100% - 34px);
    gap: 5px;
    margin-bottom: 20px;
  }

  .promo-card .event-info,
  .promo-card .actionBtn {
    min-height: 34px;
    padding: 0 10px;
    font-size: 13px;
  }

  .escape-category {
    margin-bottom: 52px;
    padding-bottom: 24px;
  }

  .escapeGearBlock .section-media-title + .escape-category {
    margin-top: clamp(54px, 13vw, 86px);
  }

  .escape-category__inner {
    padding: 50px 18px 58px;
    border-width: 3px;
    border-radius: 26px;
  }

  .escape-category__headline {
    position: absolute;
    top: -60px;
    left: 104px;
    display: flex;
    margin: 0;
    text-align: left;
  }

  .escape-category__headline h3 {
    width: auto;
    max-width: calc(100vw - 150px);
    min-width: 0;
    min-height: 58px;
    margin: 0;
    padding: 0 40px;
    border-radius: 0 30px 0 0;
    font-size: 26px;
    line-height: 1.2;
    white-space: normal;
  }

  .escape-category__headline p {
    font-size: 18px;
  }

  .escape-category__label {
    top: -70px;
    left: 14px;
    width: 108px;
    height: 86px;
    padding-top: 24px;
    font-size: 35px;
  }

  .escape-category .product-card__name {
    font-size: 16px;
  }

  .escape-category .product-card__figure {
    border-width: 2px;
    border-radius: 18px;
  }

  .escape-category .product-card__cta {
    bottom: -14px;
    min-width: 104px;
    min-height: 32px;
    padding: 0 14px;
    font-size: 18px;
  }

  .escape-category > .section-shopmore-wrap {
    margin-top: -22px;
  }

  .escape-category > .section-shopmore-wrap .section-shopmore {
    min-width: 188px;
    min-height: 44px;
    font-size: 22px;
  }

  .menu {
    --side-menu-toggle-w: 36px;
    --side-menu-panel-w: calc(100vw - var(--side-menu-toggle-w));
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .menu.active {
    transform: none;
  }

  .menu__style {
    flex: 1 1 auto;
    width: calc(100% - var(--side-menu-toggle-w));
    max-height: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 14px;
    overflow: visible;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, .96);
    border: 1px solid #222;
    border-right: 0;
    border-radius: 0;
    transform: translateY(0);
    opacity: 1;
  }

  .menu.active .menu__style {
    transform: translateY(calc(100% + 12px));
    opacity: 0;
    pointer-events: none;
  }

  .menu__style li {
    flex: 0 0 auto;
  }

  .menu__style a {
    min-height: 31px;
    padding: 0 2px;
    border-right: 0;
    border-bottom: 1px solid #222;
    color: #111;
    background: transparent;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: .03em;
  }

  .toggle-btn {
    top: 0;
    right: auto;
    align-self: stretch;
    min-height: 96px;
    padding: 8px 0 calc(8px + env(safe-area-inset-bottom));
  }

  .toggle-btn b {
    display: block;
  }

  .toTop-arrow {
    right: 14px;
    bottom: calc(112px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 560px) {
  .eventContainer {
    width: min(100% - 30px, 480px);
  }

  .discount-grid,
  .sale-grid,
  .escape-category__grid,
  .wrap-bg > .grid-container {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .sale-grid .product-card {
    border-radius: 40px 40px 0 0;
  }

  .sale-grid--outline .product-card {
    border-radius: 40px 40px 0 0;
  }

  .promo-card {
    min-height: 218px;
    padding: 0;
    border-radius: 24px;
    box-shadow: 8px 8px 0 rgba(152, 111, 35, 0.18);
  }

  .promo-card__date {
    min-height: 48px;
    font-size: 16px;
    letter-spacing: 0.03em;
  }

  .promo-card__title {
    margin: 18px 10px 7px;
    font-size: 20px;
  }

  .promo-card__desc {
    margin: 0 10px;
    line-height: 1.45;
  }

  .promo-card__actions {
    display: flex;
    width: calc(100% - 40px);
    gap: 5px;
    margin: 12px auto 14px;
    flex-flow: column;
  }

  .promo-card .event-info,
  .promo-card .actionBtn {
    min-height: 27px;
    padding: 0 6px;
    font-size: 10px;
    letter-spacing: 0.03em;
  }

  .product-card {
    padding: 9px 7px 11px;
  }

  .product-card__brand {
    font-size: 13px;
  }

  .product-card__name {
    font-size: 18px;
  }

  .product-card__price {
    display: grid;
    gap: 0;
    font-size: 22px;
  }

  .escapeGearBlock .section-media-title + .escape-category {
    margin-top: 58px;
  }

  .escape-category__inner {
    padding: 30px 12px 54px;
  }

  .escape-category__headline {
    left: 92px;
    top: -45px;
  }

  .escape-category__headline h3 {
    min-height: 45px;
    padding: 0 5vw;
    font-size: 4.2vw;
  }

  .escape-category__label {
    top: -62px;
    left: 10px;
    width: 90px;
    min-height: 64px;
    font-size: 30px;
  }

  .escape-category__grid {
    gap: 25px 12px;
  }

  .escape-category .product-card {
    padding: 0;
  }

  .escape-category .product-card__meta {
    margin-bottom: 9px;
  }

  .escape-category .product-card__name {
    font-size: 18px;
  }

  .escape-category .product-card__figure {
    padding: 7px;
    border-radius: 14px;
  }

  .escape-category .product-card__cta {
    bottom: -12px;
    min-width: 82px;
    min-height: 26px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .escape-category > .section-shopmore-wrap {
    margin-top: -19px;
  }

  .escape-category > .section-shopmore-wrap .section-shopmore {
    min-width: 152px;
    min-height: 38px;
    font-size: 18px;
  }

  .brandTitle02, .eventHighlight p {
    font-size: 16px;
  }

  .menu {
    --side-menu-toggle-w: 34px;
    --side-menu-panel-w: calc(100vw - var(--side-menu-toggle-w));
    top: auto;
    bottom: 0;
  }

  .menu__style {
    display: flex;
    flex-wrap: wrap;
    max-height: none;
    overflow: visible;
    gap: 0 10px;
    padding: 7px 9px calc(7px + env(safe-area-inset-bottom));
  }

  .menu__style a {
    min-height: 28px;
    font-size: 13px;
    letter-spacing: .02em;
  }

  .toggle-btn {
    flex-basis: var(--side-menu-toggle-w);
    width: var(--side-menu-toggle-w);
    min-height: 92px;
  }

  .toggle-btn span,
  .toggle-btn b {
    font-size: 16px;
  }

  .toTop-arrow {
    bottom: calc(106px + env(safe-area-inset-bottom));
  }

  .modal-body-inner {
    max-height: 64vh;
  }

  .modal-body-text li,
  .modal-body-text p {
    font-size: 14px;
  }
}
