@charset "UTF-8";
.section-heading__title {
  margin: 0;
  color: var(--shop-color-title);
  font-family: var(--title-font);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .section-heading__title {
      font-size: 24px;
      line-height: 32px; } }

.swipper__nav-next {
  right: 0; }

.swipper__nav-prev {
  left: 0; }

.box-info-contact,
.box-send-contact {
  background: #fff;
  padding: 15px;
  border-radius: 3px; }

.box-info-contact {
  margin-bottom: 15px; }

.box-info-contact li {
  margin-bottom: 10px; }

.box-info-contact li > span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  float: left;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 15px;
  display: grid;
  place-items: center; }
  .box-info-contact li > span svg {
    width: 15px;
    height: 15px; }

.box-info-contact li p {
  width: calc(100% - 35px);
  float: left;
  padding-left: 15px;
  margin-bottom: 5px;
  color: #696969;
  font-weight: 500; }

.box-info-contact li p a {
  color: #696969; }

.box-info-contact li p strong {
  color: #000;
  margin-bottom: 5px; }

.wrapbox-contact {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.wrapbox-contact .infoList-contact {
  width: 50%; }

.box-send-contact h2,
.box-info-contact h2 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 20px; }

.box-send-contact p {
  margin-bottom: 15px; }

.contact-form .input-group {
  width: 100%;
  margin-bottom: 20px; }

.contact-form .input-group input,
.contact-form .input-group textarea {
  color: #5c5c5c;
  height: 45px;
  width: 100%;
  font-weight: 500;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid var(--shop-color-border);
  border-radius: 4px;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.contact-form .input-group textarea {
  width: 100%;
  height: 130px;
  padding: 20px; }

.contact-form .input-group textarea:focus {
  outline: none; }

@media (min-width: 992px) {
  .box-map-contact {
    height: 100%;
    border-radius: 4px;
    overflow: hidden; }
  .box-map-contact iframe {
    top: 30px;
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; } }

@media (max-width: 991px) {
  .wrapbox-contact {
    flex-direction: column;
    -ms-flex-direction: column; }
  .wrapbox-contact .infoList-contact {
    width: 100%; }
  .wrapbox-contact .infoList-contact:nth-child(2) {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .widthContent {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .wrapper-bodycontact .wrapbox-content-left {
    padding-right: 15px;
    margin-top: 15px; }
  .box-map-contact iframe {
    height: 50vh; } }

@media (max-width: 767px) {
  .wrapbox-content-right {
    padding: 0; } }

/*
==================== Membership Page Styles ====================
*/
.layoutPage-membership {
  --membership-text: #000; }

body.membership-modal-open {
  overflow: hidden; }

.membershipHero {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  background: linear-gradient(135deg, #241c18 0%, #4f3b31 44%, #2b2320 100%); }
  .membershipHero__media, .membershipHero__overlay, .membershipHero__image {
    position: absolute;
    inset: 0; }
  .membershipHero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .membershipHero__overlay {
    background: linear-gradient(90deg, rgba(18, 13, 10, 0.76) 0%, rgba(18, 13, 10, 0.52) 30%, rgba(18, 13, 10, 0.14) 64%, rgba(18, 13, 10, 0.22) 100%), radial-gradient(circle at 88% 84%, rgba(235, 97, 0, 0.16) 0%, rgba(235, 97, 0, 0) 28%); }
  .membershipHero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 610px; }
  .membershipHero__content {
    color: #fff; }
  .membershipHero__title {
    margin: 0;
    font-size: 35px;
    line-height: 1.08;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff; }
  .membershipHero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px; }
  .membershipHero__button:hover, .membershipHero__button:focus {
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.18); }
  .membershipHero__button--primary {
    background: var(--shop-color-main);
    color: #fff; }
    .membershipHero__button--primary:hover, .membershipHero__button--primary:focus {
      color: #fff; }
  .membershipHero__button--secondary {
    background: #fff;
    color: var(--shop-color-main); }
    .membershipHero__button--secondary:hover, .membershipHero__button--secondary:focus {
      color: var(--shop-color-main); }

.membershipModal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  background: rgba(17, 17, 17, 0.62);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease; }
  .membershipModal__socialLogin {
    margin-bottom: 16px;
    gap: 15px; }
    .membershipModal__socialLogin button svg {
      width: 35px;
      height: 35px; }
    .membershipModal__socialLogin #btn-facebook-login svg {
      width: 28px;
      height: 28px; }
  .membershipModal__or {
    margin: 0 0 16px;
    font-size: 16px;
    font-style: italic; }
  .membershipModal.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .membershipModal__dialog {
    position: relative;
    width: 100%;
    max-width: 590px; }
  .membershipModal__close {
    position: absolute;
    top: -15px;
    right: -10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #222;
    color: var(--shop-color-main);
    font-size: 34px;
    line-height: 1;
    transition: transform 0.2s ease, background 0.2s ease; }
    .membershipModal__close:hover, .membershipModal__close:focus {
      background: #111;
      transform: scale(1.04); }
  .membershipModal__card {
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
    padding: 30px;
    max-height: calc(100vh - 48px);
    overflow-y: auto; }
  .membershipModal__header {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 24px; }
  .membershipModal__description {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: var(--membership-text); }
  .membershipModal__panel[hidden] {
    display: none !important; }
  .membershipModal__panelTitle {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #111; }
  .membershipModal__formStack {
    display: grid;
    gap: 10px; }
  .membershipModal__grid {
    display: grid;
    gap: 10px; }
    .membershipModal__grid--split {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .membershipModal__field {
    position: relative; }
  .membershipModal__srOnly {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0; }
  .membershipModal__input {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #111;
    border-radius: 999px;
    background: #fff;
    color: var(--membership-text);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none; }
    .membershipModal__input::placeholder {
      color: rgba(24, 29, 39, 0.42); }
    .membershipModal__input:focus {
      outline: none;
      border-color: var(--shop-color-main);
      box-shadow: 0 0 0 3px rgba(235, 97, 0, 0.12); }
    .membershipModal__input--password {
      padding-right: 56px; }
  .membershipModal__toggle {
    position: absolute;
    top: 50%;
    right: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111;
    transform: translateY(-50%);
    transition: color 0.2s ease; }
    .membershipModal__toggle:hover, .membershipModal__toggle:focus, .membershipModal__toggle.is-active {
      color: var(--shop-color-main); }
  .membershipModal__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding: 12px 24px;
    border: 0;
    border-radius: 999px;
    background: var(--shop-color-main);
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease; }
    .membershipModal__submit:hover, .membershipModal__submit:focus {
      transform: translateY(-1px);
      box-shadow: 0 18px 36px rgba(235, 97, 0, 0.26); }
  .membershipModal__linkRow, .membershipModal__footerText {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.5;
    color: #111; }
  .membershipModal__footerText {
    justify-content: flex-start;
    flex-wrap: wrap; }
    .membershipModal__footerText--single {
      justify-content: flex-start; }
  .membershipModal__textLink {
    color: #111;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px; }
    .membershipModal__textLink:hover, .membershipModal__textLink:focus {
      color: var(--shop-color-main); }
  .membershipModal__feedback {
    margin-bottom: 16px;
    padding: 12px 16px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.6; }
    .membershipModal__feedback--error {
      background: rgba(198, 40, 40, 0.08);
      color: #8f1f1f; }
    .membershipModal__feedback--success {
      background: rgba(46, 125, 50, 0.12);
      color: #1f6a2b; }
    .membershipModal__feedback .errors,
    .membershipModal__feedback ul {
      margin: 0; }
    .membershipModal__feedback ul {
      padding-left: 18px; }

.membershipWhy {
  --membership-text: #000;
  --membership-muted: #000;
  --membership-border: rgba(235, 97, 0, 0.12); }
  .membershipWhy__header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 34px; }
  .membershipWhy__sliderWrap {
    position: relative; }
  .membershipWhy__slider {
    overflow: hidden; }
    .membershipWhy__slider .swiper-wrapper {
      align-items: stretch; }
  .membershipWhy__slide {
    height: auto; }
  .membershipWhy__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    min-height: 100%;
    text-align: center; }
  .membershipWhy__iconBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    margin-bottom: 12px;
    background: transparent; }
  .membershipWhy__iconBox--placeholder {
    border: 1px dashed rgba(235, 97, 0, 0.28);
    background: rgba(255, 255, 255, 0.7); }
  .membershipWhy__icon {
    display: block;
    width: 96px;
    height: 96px;
    object-fit: contain; }
  .membershipWhy__iconFallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: rgba(235, 97, 0, 0.12);
    color: var(--shop-color-main);
    font-family: var(--title-font);
    font-size: 22px;
    font-weight: 700; }
  .membershipWhy__itemTitle {
    margin: 0 0 10px;
    font-family: var(--title-font);
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--membership-text); }
  .membershipWhy__excerpt {
    max-width: 282px;
    min-height: 68px;
    color: var(--membership-muted);
    font-size: 16px;
    line-height: 1.45; }
  .membershipWhy__pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 26px; }
    .membershipWhy__pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      margin: 0 !important;
      background: rgba(235, 97, 0, 0.2);
      opacity: 1;
      transition: transform 0.2s ease, background 0.2s ease; }
    .membershipWhy__pagination .swiper-pagination-bullet-active {
      background: var(--shop-color-main);
      transform: scale(1.15); }
  .membershipWhy--static .membershipWhy__nav,
  .membershipWhy--static .membershipWhy__pagination {
    display: none; }

.membershipTier {
  --membership-tier-label-width: 300px;
  --membership-tier-border: #f0dfc4;
  background: #f9f9f9; }
  .membershipTier__inner {
    max-width: 1460px;
    margin: 0 auto; }
  .membershipTier__header {
    margin-bottom: 30px; }
  .membershipTier__title {
    text-align: center; }
  .membershipTier__tableWrap {
    overflow-x: auto;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch; }
    .membershipTier__tableWrap::-webkit-scrollbar {
      height: 8px; }
    .membershipTier__tableWrap::-webkit-scrollbar-thumb {
      background: rgba(235, 97, 0, 0.26);
      border-radius: 999px; }
  .membershipTier__matrix {
    min-width: 980px; }
  .membershipTier__head, .membershipTier__row {
    display: grid;
    grid-template-columns: minmax(180px, var(--membership-tier-label-width)) repeat(var(--membership-tier-columns), minmax(160px, 1fr));
    gap: 3px;
    align-items: stretch; }
  .membershipTier__head {
    padding: 0 20px;
    margin-bottom: 10px; }
  .membershipTier__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 70px;
    text-align: center; }
  .membershipTier__tierTitle {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    color: #222; }
  .membershipTier__tierIconBox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 40px;
    flex: 0 0 38px; }
  .membershipTier__tierIconBox--fallback {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(235, 97, 0, 0.12); }
  .membershipTier__tierIcon {
    display: block;
    width: 38px;
    height: 40px;
    object-fit: contain; }
  .membershipTier__tierFallback {
    font-family: var(--title-font);
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: var(--shop-color-main); }
  .membershipTier__row {
    padding: 15px 20px;
    margin-bottom: 16px;
    background: #fff;
    border: 1px solid var(--membership-tier-border);
    border-radius: 8px; }
  .membershipTier__labelCell, .membershipTier__value {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 53px;
    border-radius: 0; }
  .membershipTier__labelCell {
    justify-content: flex-start;
    padding: 0 8px 0 0;
    background: #fff;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 500;
    color: #2e2f32; }
  .membershipTier__labelCell--empty {
    min-height: 40px;
    background: transparent; }
  .membershipTier__value {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    color: #2e2f32; }
    .membershipTier__value--tier-1 {
      background: linear-gradient(90deg, #f8f2e9 0%, #dec59c 100%); }
    .membershipTier__value--tier-2 {
      background: linear-gradient(90deg, #e9e9e9 0%, #ffffff 48%, #c4c4c4 100%); }
    .membershipTier__value--tier-3 {
      background: linear-gradient(90deg, #fbeb9f 0%, #f9ae0e 100%); }
    .membershipTier__value--tier-4 {
      background: linear-gradient(90deg, #295299 0%, #000000 100%);
      color: #fff; }
  .membershipTier__note {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 18px; }
  .membershipTier__noteContent {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0; }
  .membershipTier__noteCheck {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #00a651;
    font-size: 24px;
    line-height: 1;
    font-weight: 700; }
  .membershipTier__noteText {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #222; }
  .membershipTier__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #222;
    text-decoration: none; }
    .membershipTier__button:hover, .membershipTier__button:focus {
      color: var(--shop-color-main);
      text-decoration: none; }
  .membershipTier__buttonText {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px; }

.membershipRewards {
  --membership-rewards-shadow: 0 22px 52px rgba(31, 31, 31, 0.08); }
  .membershipRewards__header {
    margin-bottom: 30px; }
  .membershipRewards__sliderWrap {
    position: relative; }
  .membershipRewards__slider {
    overflow: hidden; }
    .membershipRewards__slider .swiper-wrapper {
      align-items: stretch; }
    .membershipRewards__slider:not(.swiper-initialized) .swiper-wrapper {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px; }
  .membershipRewards__slide {
    height: auto; }
  .membershipRewards__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.28s ease; }
    .membershipRewards__card:hover, .membershipRewards__card:focus-within {
      transform: translateY(-6px); }
      .membershipRewards__card:hover .membershipRewards__image, .membershipRewards__card:focus-within .membershipRewards__image {
        transform: scale(1.03); }
      .membershipRewards__card:hover .membershipRewards__button, .membershipRewards__card:focus-within .membershipRewards__button {
        background: #c94f00; }
  .membershipRewards__mediaLink {
    display: block;
    color: inherit;
    text-decoration: none; }
    .membershipRewards__mediaLink:hover, .membershipRewards__mediaLink:focus {
      color: inherit;
      text-decoration: none; }
  .membershipRewards__mediaFrame {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 865 / 450;
    background: linear-gradient(180deg, #f7f7f7 0%, #ececec 100%);
    transition: box-shadow 0.28s ease; }
  .membershipRewards__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease; }
  .membershipRewards__imagePlaceholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
    font-family: var(--title-font), sans-serif;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: rgba(31, 31, 31, 0.45); }
  .membershipRewards__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 20px 0; }
  .membershipRewards__itemTitle {
    margin: 0;
    font-family: var(--title-font), sans-serif;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    color: #111; }
  .membershipRewards__button {
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }
    .membershipRewards__button:hover, .membershipRewards__button:focus {
      color: #fff;
      text-decoration: none;
      transform: translateY(-1px); }
  .membershipRewards__buttonText {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500; }
  .membershipRewards--static .swipper__nav-button {
    display: none; }

.membershipGallery__layout {
  display: grid;
  grid-template-columns: minmax(0, 477px) minmax(0, 1fr);
  gap: 30px;
  align-items: start; }

@media (min-width: 992px) {
  .membershipGallery .swipper__nav-next {
    right: 20px; } }

.membershipGallery__lead, .membershipGallery__content {
  min-width: 0; }

.membershipGallery__leadLink, .membershipGallery__cardLink {
  display: block;
  color: inherit;
  text-decoration: none; }
  .membershipGallery__leadLink:hover, .membershipGallery__leadLink:focus, .membershipGallery__cardLink:hover, .membershipGallery__cardLink:focus {
    color: inherit;
    text-decoration: none; }

.membershipGallery__leadFrame, .membershipGallery__cardFrame {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(180deg, #f7f7f7 0%, #ececec 100%); }

.membershipGallery__leadFrame {
  aspect-ratio: auto; }

.membershipGallery__leadImage, .membershipGallery__cardImage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.membershipGallery__leadPlaceholder, .membershipGallery__cardPlaceholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  font-family: var(--title-font), sans-serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: rgba(31, 31, 31, 0.45); }

.membershipGallery__content {
  position: relative; }

.membershipGallery__sliderWrap {
  position: relative;
  overflow: hidden; }

.membershipGallery__card {
  height: 100%; }

.membershipGallery__cardLink {
  position: relative;
  height: 100%; }
  .membershipGallery__cardLink:hover .membershipGallery__cardImage, .membershipGallery__cardLink:focus .membershipGallery__cardImage {
    transform: scale(1.03); }
  .membershipGallery__cardLink:hover .membershipGallery__button, .membershipGallery__cardLink:focus .membershipGallery__button {
    background: #fff3ea;
    color: var(--shop-color-main); }

.membershipGallery__cardFrame {
  aspect-ratio: 384 / 500;
  transition: box-shadow 0.28s ease; }

.membershipGallery__cardImage {
  transition: transform 0.45s ease; }

.membershipGallery__button {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
  color: var(--shop-color-main);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease; }

.membershipGallery--static .membershipGallery__nav,
.membershipGallery--static .membershipGallery__pagination {
  display: none; }

.membershipVoucher__inner {
  position: relative;
  overflow: hidden;
  min-height: 242px;
  border-radius: 10px; }

.membershipVoucher__media, .membershipVoucher__overlay {
  position: absolute;
  inset: 0; }

.membershipVoucher__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.membershipVoucher__overlay {
  background: linear-gradient(90deg, rgba(248, 248, 248, 0.94) 0%, rgba(248, 248, 248, 0.82) 34%, rgba(248, 248, 248, 0.54) 58%, rgba(248, 248, 248, 0.7) 100%), linear-gradient(135deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0.32) 100%); }

.membershipVoucher__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 242px;
  padding: 40px 44px; }

.membershipVoucher__copy {
  max-width: 520px; }

.membershipVoucher__title {
  margin: 0;
  font-size: 35px;
  line-height: 1.22;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--shop-color-main); }

.membershipVoucher__desc {
  margin: 14px 0 0;
  max-width: 520px;
  font-size: 20px;
  line-height: 1.6; }

.membershipVoucher__formWrap {
  width: 100%;
  max-width: 510px; }
  .membershipVoucher__formWrap form {
    display: flex;
    gap: 6px; }

.membershipVoucher__form {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin: 0; }

.membershipVoucher__field {
  flex: 1 1 auto;
  min-width: 0; }

.membershipVoucher__srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0; }

.membershipVoucher__input {
  width: 100%;
  height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(235, 97, 0, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }
  .membershipVoucher__input::placeholder {
    color: rgba(31, 31, 31, 0.48); }
  .membershipVoucher__input:focus {
    outline: none;
    border-color: var(--shop-color-main);
    box-shadow: 0 0 0 3px rgba(235, 97, 0, 0.14); }

.membershipVoucher__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 0 auto;
  min-width: 152px;
  min-height: 48px;
  padding: 10px 18px;
  border: 0;
  border-radius: 8px;
  background: var(--shop-color-main);
  color: #fff;
  box-shadow: 0 16px 32px rgba(235, 97, 0, 0.2);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease; }
  .membershipVoucher__button:hover, .membershipVoucher__button:focus {
    background: #d45600;
    transform: translateY(-1px); }
  .membershipVoucher__button.is-loading, .membershipVoucher__button:disabled {
    opacity: 0.7;
    cursor: wait;
    transform: none;
    box-shadow: none; }

.membershipVoucher__buttonIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px; }

.membershipVoucher__buttonText {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap; }

.membershipVoucher__feedback {
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.55; }
  .membershipVoucher__feedback--error {
    background: rgba(197, 48, 48, 0.08);
    color: #b42318; }
  .membershipVoucher__feedback--success {
    background: rgba(32, 128, 96, 0.1);
    color: #147a59; }

.membershipCta__inner {
  position: relative;
  overflow: hidden;
  min-height: 617px;
  background: #1f1f1f; }

.membershipCta__media, .membershipCta__overlay, .membershipCta__image {
  position: absolute;
  inset: 0; }

.membershipCta__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.membershipCta__overlay {
  background: rgba(0, 0, 0, 0.2); }

.membershipCta__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  min-height: 617px; }

.membershipCta__title {
  margin: 0 0 20px;
  font-size: 35px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff; }

.membershipCta__button {
  background: #fff;
  color: var(--shop-color-main);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; }
  .membershipCta__button:hover, .membershipCta__button:focus {
    color: var(--shop-color-main);
    text-decoration: none;
    transform: translateY(-1px);
    background: #fff3ea;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16); }

/*
==================== Promotion Page Styles ====================
*/
.product-loop-flashsale {
  --flashsale-red: #be202b;
  --flashsale-red-dark: #8f0000;
  --flashsale-red-light: #f2030c;
  --flashsale-cream: #fbf8f3;
  --flashsale-gold: #ffd862;
  --flashsale-gold-soft: #fff1a1;
  --flashsale-text-muted: rgba(0, 0, 0, 0.72);
  height: 100%; }
  .product-loop-flashsale .product_gift_label {
    width: 30px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 1;
    text-align: center;
    border-radius: 50%;
    padding: 0 5px;
    background: #ffffff;
    border: 1px solid var(--shop-color-border); }
    .product-loop-flashsale .product_gift_label img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .product-loop-flashsale__card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    padding-bottom: 2px; }
  .product-loop-flashsale__media {
    position: relative; }
  .product-loop-flashsale__image {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(180deg, #ddd1c0 0%, #f5efe7 100%); }
    .product-loop-flashsale__image img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: transform 0.45s ease, opacity 0.3s ease; }
      .product-loop-flashsale__image img.img-hover {
        opacity: 0;
        visibility: hidden; }
  .product-loop-flashsale__status {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.86);
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    padding: 6px 10px; }
  .product-loop-flashsale__quota {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    margin-top: -1px;
    min-height: 22px; }
  .product-loop-flashsale__quota-icon {
    position: relative;
    z-index: 2;
    flex: 0 0 17px;
    width: 17px;
    height: 21px;
    margin-right: -11px; }
    .product-loop-flashsale__quota-icon svg {
      display: block;
      width: 100%;
      height: 100%; }
  .product-loop-flashsale__quota-text {
    display: inline-flex;
    align-items: center;
    min-height: 19px;
    max-width: 100%;
    padding: 4px 12px 4px 18px;
    border-radius: 5px;
    background: linear-gradient(94deg, var(--flashsale-red-light) 8%, var(--flashsale-red-dark) 100%);
    color: #fff;
    font-family: var(--title-font);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .product-loop-flashsale__price-box {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 50px;
    padding: 7px 56px 6px 12px;
    border-radius: 6px;
    overflow: hidden;
    background: url("https://cdn.hstatic.net/files/200000935481/file/price_background.png") no-repeat center/cover; }
  .product-loop-flashsale__price-box--regular {
    padding-right: 12px;
    background: linear-gradient(90deg, #c5000c 0%, #ff1b0f 100%); }
    .product-loop-flashsale__price-box--regular::before {
      display: none; }
  .product-loop-flashsale__price-current, .product-loop-flashsale__price-compare, .product-loop-flashsale__price-sale, .product-loop-flashsale__title {
    margin: 0; }
  .product-loop-flashsale__price-current, .product-loop-flashsale__price-compare {
    position: relative;
    z-index: 2;
    max-width: calc(100% - 8px); }
  .product-loop-flashsale__price-current {
    color: #fff;
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0; }
  .product-loop-flashsale__price-compare {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: line-through; }
  .product-loop-flashsale__price-sale {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 2;
    transform: translateY(-50%);
    color: #dc2626;
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 1; }
  .product-loop-flashsale__title {
    color: #111;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    min-height: 44px;
    overflow: hidden; }
    .product-loop-flashsale__title a {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      overflow: hidden;
      color: inherit; }
  .product-loop-flashsale__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 39px;
    padding: 10px 20px;
    border: 1px solid var(--flashsale-red);
    border-radius: 999px;
    background: #fff;
    color: var(--flashsale-red);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease; }
  .product-loop-flashsale__cta--disabled {
    border-color: #d3d3d3;
    color: #848484;
    background: #f4f4f4;
    cursor: not-allowed; }
  .product-loop-flashsale:hover img.img-first {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.04); }
  .product-loop-flashsale:hover img.img-hover {
    opacity: 1;
    visibility: visible; }
  .product-loop-flashsale:hover .product-loop-flashsale__cta:not(.product-loop-flashsale__cta--disabled) {
    background: var(--flashsale-red);
    color: #fff;
    transform: translateY(-1px); }

.section-home-slider__nav--prev {
  left: 40px; }

.section-home-slider__nav--next {
  right: 40px; }

.section-home-slider__pagination {
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%); }
  .section-home-slider__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 4px !important;
    background: rgba(235, 97, 0, 0.28);
    opacity: 1; }
  .section-home-slider__pagination .swiper-pagination-bullet-active {
    background: var(--shop-color-main); }

.promotionFeatureStrip {
  padding: 40px 0 30px; }
  .promotionFeatureStrip__link {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    will-change: transform; }
    .promotionFeatureStrip__link::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 100%);
      opacity: 0;
      transition: opacity 0.35s ease;
      pointer-events: none; }
    .promotionFeatureStrip__link:hover, .promotionFeatureStrip__link:focus {
      transform: translateY(-4px);
      outline: 0; }
      .promotionFeatureStrip__link:hover::after, .promotionFeatureStrip__link:focus::after {
        opacity: 1; }
      .promotionFeatureStrip__link:hover img, .promotionFeatureStrip__link:focus img {
        transform: scale(1.025); }
  .promotionFeatureStrip__picture {
    display: block; }
  .promotionFeatureStrip__image {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease; }

.promotionDealSessions {
  --promotion-deal-surface: #ffffff;
  --promotion-deal-active: #fee8a0;
  --promotion-deal-accent: #dc2626;
  --promotion-deal-accent-deep: #be202b;
  --promotion-deal-text: #090d14;
  --promotion-deal-muted: #6b7280; }
  .promotionDealSessions__hero {
    position: relative;
    overflow: hidden; }
  .promotionDealSessions__heroImage {
    display: block;
    width: 100%;
    height: auto; }
  .promotionDealSessions__body {
    padding: 12px;
    border-radius: 0 0px 16px 16px;
    overflow: hidden;
    background: linear-gradient(180deg, #db2a34 0%, #eb6100 100%); }
  .promotionDealSessions__tabs {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: hidden;
    background: var(--promotion-deal-surface);
    border-bottom: 1px solid #d1d5db;
    border-radius: 16px 16px 0 0;
    scrollbar-width: none; }
    .promotionDealSessions__tabs::-webkit-scrollbar {
      display: none; }
  .promotionDealSessions__tab {
    flex: 1 0 136px;
    min-width: 136px;
    padding: 12px 14px 11px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: var(--promotion-deal-surface);
    color: var(--promotion-deal-text);
    text-align: left;
    transition: background 0.24s ease, border-color 0.24s ease, color 0.24s ease; }
    .promotionDealSessions__tab:hover, .promotionDealSessions__tab:focus {
      outline: 0;
      background: #fff7da; }
    .promotionDealSessions__tab.is-active {
      flex-basis: 237px;
      min-width: 237px;
      background: var(--promotion-deal-active);
      border-bottom-color: var(--promotion-deal-accent); }
    .promotionDealSessions__tab.is-live .promotionDealSessions__tabStatus {
      color: var(--promotion-deal-text);
      font-weight: 700; }
    .promotionDealSessions__tab.is-ended .promotionDealSessions__tabStatus {
      color: rgba(9, 13, 20, 0.62); }
  .promotionDealSessions__tabInner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    min-height: 100%; }
  .promotionDealSessions__tabTop {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0; }
  .promotionDealSessions__tabBadge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(190, 32, 43, 0.08);
    color: var(--promotion-deal-accent-deep);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase; }
  .promotionDealSessions__tabDate {
    display: block;
    min-width: 0;
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--promotion-deal-text); }
  .promotionDealSessions__tabStatus {
    display: block;
    font-size: 14px;
    line-height: 1.35;
    color: var(--promotion-deal-muted); }
  .promotionDealSessions__countdownWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 2px;
    flex-wrap: wrap; }
  .promotionDealSessions__countdownLabel {
    font-size: 14px;
    line-height: 1.4;
    color: var(--promotion-deal-text); }
  .promotionDealSessions__countdown {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap; }
  .promotionDealSessions__countdownUnit {
    min-width: 54px;
    padding: 4px 6px;
    border-radius: 6px;
    background: var(--promotion-deal-accent-deep);
    color: #fff;
    text-align: center; }
    .promotionDealSessions__countdownUnit strong,
    .promotionDealSessions__countdownUnit small {
      display: block; }
    .promotionDealSessions__countdownUnit strong {
      font-size: 14px;
      line-height: 1.1;
      font-weight: 700; }
    .promotionDealSessions__countdownUnit small {
      margin-top: 2px;
      font-size: 10px;
      line-height: 1.1;
      text-transform: uppercase; }
  .promotionDealSessions__panel {
    min-height: 420px;
    padding: 30px;
    background: var(--promotion-deal-surface);
    border-radius: 0 0 16px 16px; }
  .promotionDealSessions__state, .promotionDealSessions__empty, .promotionDealSessions__error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(9, 13, 20, 0.72); }
  .promotionDealSessions__spinner {
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border: 4px solid rgba(220, 38, 38, 0.18);
    border-top-color: var(--promotion-deal-accent);
    border-radius: 50%;
    animation: promotionDealSpin 0.8s linear infinite; }
  .promotionDealSessions__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px 27px; }
  .promotionDealSessions__item {
    min-width: 0;
    height: 100%; }
  .promotionDealSessions__empty, .promotionDealSessions__error {
    margin: 0; }
  @media (min-width: 1200px) and (max-width: 1599px) {
    .promotionDealSessions__grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 24px 20px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .promotionDealSessions__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px 20px; } }
  @media (max-width: 991px) {
    .promotionDealSessions__body {
      padding: 10px; }
    .promotionDealSessions__tabs {
      border-radius: 14px 14px 0 0; }
    .promotionDealSessions__tab {
      flex-basis: 180px;
      min-width: 180px;
      padding: 10px 12px; }
      .promotionDealSessions__tab.is-active {
        flex-basis: 220px;
        min-width: 220px; }
    .promotionDealSessions__tabTop {
      flex-wrap: wrap;
      gap: 6px; }
    .promotionDealSessions__tabDate {
      font-size: 15px; }
    .promotionDealSessions__tabStatus, .promotionDealSessions__countdownLabel {
      font-size: 13px; }
    .promotionDealSessions__countdown {
      gap: 4px; }
    .promotionDealSessions__countdownUnit {
      min-width: 44px;
      padding: 4px; }
      .promotionDealSessions__countdownUnit strong {
        font-size: 13px; }
      .promotionDealSessions__countdownUnit small {
        font-size: 9px; }
    .promotionDealSessions__panel {
      padding: 18px 14px;
      border-radius: 0 0 14px 14px; }
    .promotionDealSessions__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px 12px; } }

@keyframes promotionDealSpin {
  100% {
    transform: rotate(360deg); } }

.section-home-banner-sale {
  background: #F3F5F7; }
  @media (min-width: 992px) {
    .section-home-banner-sale__inner {
      padding: 0 30px;
      display: grid;
      grid-template-columns: 284px minmax(0, 1240px) 284px;
      gap: 26px;
      align-items: start;
      justify-content: center; } }
  @media (min-width: 992px) and (max-width: 1599px) {
    .section-home-banner-sale__inner {
      grid-template-columns: 196px minmax(0, 1240px) 196px; } }

.section-home-products-tabs__inner--main-only {
  grid-template-columns: minmax(0, 1240px); }

.section-home-products-tabs__side {
  position: sticky;
  top: calc(var(--header-height) + 20px);
  align-self: start;
  padding-top: 40px; }

.section-home-products-tabs__side-link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.35s ease; }
  .section-home-products-tabs__side-link img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 284 / 504;
    object-fit: cover;
    transition: transform 0.55s ease; }
  .section-home-products-tabs__side-link:hover, .section-home-products-tabs__side-link:focus {
    transform: translateY(-4px);
    outline: 0; }
    .section-home-products-tabs__side-link:hover img, .section-home-products-tabs__side-link:focus img {
      transform: scale(1.035); }

.products-tabs {
  min-width: 0; }
  .products-tabs__header {
    margin-bottom: 30px; }
  .products-tabs__surface {
    padding: 12px;
    border-radius: 20px;
    background: var(--products-tabs-bg); }
  .products-tabs__nav {
    display: flex;
    align-items: flex-end;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    border-radius: 10px 0 0 0;
    background: #fff;
    border-bottom: 1px solid #DC2626; }
    .products-tabs__nav::-webkit-scrollbar {
      display: none; }
  .products-tabs__nav-item {
    flex: 0 0 136px; }
    .products-tabs__nav-item:first-child .products-tabs__nav-link {
      border-radius: 10px 0 0 0; }
  .products-tabs__nav-link {
    display: block;
    width: 100%;
    height: 72px;
    padding: 0;
    border: 0;
    border-bottom: 2px solid transparent;
    background: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    transition: transform 0.25s ease, opacity 0.25s ease, border-color 0.25s ease, background 0.25s ease; }
    .products-tabs__nav-link span {
      display: block;
      width: 100%;
      height: 100%; }
    .products-tabs__nav-link img {
      object-fit: contain;
      width: 70px;
      height: 60px; }
    .products-tabs__nav-link span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.2;
      color: #b45309;
      background: #fee8a0; }
    .products-tabs__nav-link:hover, .products-tabs__nav-link:focus {
      outline: 0;
      opacity: 0.92; }
    .products-tabs__nav-link.active {
      border-bottom-color: #dc2626;
      background: #fee8a0; }
  .products-tabs__pane {
    display: none;
    min-height: 860px;
    padding: 0 12px 12px;
    background: #fff;
    border-radius: 0 0 18px 18px; }
    .products-tabs__pane.active {
      display: block; }
  .products-tabs__loading, .products-tabs__empty, .products-tabs__error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    margin: 0;
    text-align: center;
    color: rgba(17, 17, 17, 0.72);
    font-size: 16px;
    line-height: 1.5; }

.products-slider {
  overflow: hidden;
  padding: 30px 18px 0; }
  .products-slider .swiper-wrapper {
    align-items: stretch; }
  .products-slider .swiper-slide {
    height: calc((100% - 30px) / 2); }

.products-slider__scrollbar {
  position: relative;
  height: 6px;
  margin: 20px 30px 8px;
  border-radius: 999px;
  background: rgba(220, 38, 38, 0.12);
  overflow: hidden; }
  .products-slider__scrollbar .swiper-scrollbar-drag {
    background: linear-gradient(90deg, #f97316 0%, #dc2626 100%);
    border-radius: 999px; }

.section-home-member-deal__slider {
  border-radius: 10px; }

.section-home-member-deal__slide {
  height: auto; }

.section-home-member-deal__surface {
  position: relative;
  min-height: 242px;
  padding: 20px 80px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center; }

.section-home-member-deal__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; }

.section-home-member-deal__content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 24px;
  width: 100%;
  padding: 0 160px; }

.section-home-member-deal__copy {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 560px; }

.section-home-member-deal__title {
  margin: 0;
  color: var(--shop-color-main);
  font-family: var(--title-font);
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase; }

.section-home-member-deal__text {
  margin: 20px 0 0;
  color: #222;
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em; }

.section-home-member-deal__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex: 0 0 auto; }

.section-home-member-deal__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 8px;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease; }
  .section-home-member-deal__button:hover, .section-home-member-deal__button:focus {
    outline: 0;
    transform: translateY(-1px); }

.section-home-member-deal__button--secondary {
  border: 1px solid var(--shop-color-main);
  background: #fff;
  color: var(--shop-color-main); }
  .section-home-member-deal__button--secondary:hover, .section-home-member-deal__button--secondary:focus {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 24px rgba(235, 97, 0, 0.14); }

.section-home-member-deal__button--primary {
  background: var(--shop-color-main);
  color: #fff; }
  .section-home-member-deal__button--primary:hover, .section-home-member-deal__button--primary:focus {
    background: #cf5500;
    color: #fff;
    box-shadow: 0 12px 24px rgba(235, 97, 0, 0.24); }

.section-home-member-deal__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  width: 18px;
  height: 18px; }

.section-home-member-deal__pagination {
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%); }
  .section-home-member-deal__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 4px !important;
    background: rgba(235, 97, 0, 0.28);
    opacity: 1; }
  .section-home-member-deal__pagination .swiper-pagination-bullet-active {
    background: var(--shop-color-main); }

.section-home-promo-hub__header {
  margin-bottom: 30px; }

.section-home-promo-hub__item {
  display: block;
  text-decoration: none; }

.section-home-promo-hub__media {
  position: relative;
  aspect-ratio: 417 / 261;
  border-radius: 10px;
  overflow: hidden;
  background: #f4f4f4; }

.section-home-promo-hub__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.35s ease;
  will-change: transform; }

.section-home-promo-hub__item:hover .section-home-promo-hub__image,
.section-home-promo-hub__item:focus .section-home-promo-hub__image,
.section-home-promo-hub__item:focus-visible .section-home-promo-hub__image {
  transform: scale(1.045);
  filter: saturate(1.05); }

.section-home-promo-hub__item:hover .section-home-promo-hub__media,
.section-home-promo-hub__item:focus .section-home-promo-hub__media,
.section-home-promo-hub__item:focus-visible .section-home-promo-hub__media {
  box-shadow: 0 18px 32px rgba(17, 17, 17, 0.1); }

/*
========== PAGE: COMPARE ==========
*/
.pageCompare {
  --compare-accent: #eb6100;
  --compare-bg: #f8f2e9;
  --compare-surface: #ffffff;
  --compare-text: #2e2f32;
  --compare-muted: rgba(46, 47, 50, 0.68);
  --compare-border: rgba(46, 47, 50, 0.18);
  padding: 32px 0 64px; }
  .pageCompare__seoTitle {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    border: 0; }
  .pageCompare__inner {
    max-width: 1760px;
    margin: 0 auto;
    padding: 0 15px; }
  .pageCompare .is-hidden {
    display: none !important; }
  .pageCompare__state {
    background: linear-gradient(180deg, #ffffff 0%, #f7f5f1 100%);
    border: 1px solid rgba(46, 47, 50, 0.08);
    border-radius: 28px;
    box-shadow: 0 18px 48px rgba(31, 31, 31, 0.08);
    padding: 36px 24px;
    text-align: center; }
  .pageCompare__stateTitle {
    margin: 0;
    font-size: 28px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--compare-text); }
  .pageCompare__stateText {
    max-width: 640px;
    margin: 14px auto 0;
    font-size: 16px;
    line-height: 1.7;
    color: var(--compare-muted); }
  .pageCompare__stateActions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 24px; }
  .pageCompare__stateButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 48px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: var(--compare-accent);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    box-shadow: 0 12px 28px rgba(235, 97, 0, 0.25); }
    .pageCompare__stateButton:hover, .pageCompare__stateButton:focus {
      color: #fff;
      text-decoration: none;
      transform: translateY(-1px);
      box-shadow: 0 16px 30px rgba(235, 97, 0, 0.3); }
  .pageCompare__content {
    position: relative; }
  .pageCompare__viewport {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: var(--compare-bg);
    border-radius: 0;
    box-shadow: 0 18px 48px rgba(31, 31, 31, 0.08);
    border: 1px solid rgba(46, 47, 50, 0.08);
    scroll-behavior: smooth; }
    .pageCompare__viewport::-webkit-scrollbar {
      height: 10px; }
    .pageCompare__viewport::-webkit-scrollbar-track {
      background: rgba(46, 47, 50, 0.06);
      border-radius: 999px; }
    .pageCompare__viewport::-webkit-scrollbar-thumb {
      background: rgba(235, 97, 0, 0.38);
      border-radius: 999px; }
  .pageCompare__table {
    width: max-content;
    min-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--compare-bg);
    color: var(--compare-text); }
  .pageCompare__introCell, .pageCompare__label {
    position: sticky;
    left: 0;
    background: var(--compare-bg); }
  .pageCompare__introCell {
    width: 220px;
    min-width: 220px;
    padding: 36px 20px 28px;
    vertical-align: middle;
    border-right: 1px solid var(--compare-border);
    z-index: 4; }
  .pageCompare__intro {
    display: flex;
    flex-direction: column;
    gap: 18px; }
  .pageCompare__introCaption {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(46, 47, 50, 0.45); }
  .pageCompare__introTitle {
    margin: 0;
    font-family: var(--title-font);
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--compare-accent); }
  .pageCompare__nav {
    display: flex;
    gap: 12px; }
  .pageCompare__navButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(235, 97, 0, 0.15);
    color: var(--compare-accent);
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, transform 0.2s ease; }
    .pageCompare__navButton:hover, .pageCompare__navButton:focus {
      background: var(--compare-accent);
      color: #fff;
      transform: translateY(-1px); }
    .pageCompare__navButton.is-disabled, .pageCompare__navButton:disabled {
      background: rgba(46, 47, 50, 0.08);
      color: rgba(46, 47, 50, 0.35);
      opacity: 1;
      cursor: not-allowed;
      transform: none; }
  .pageCompare__productCell {
    width: 260px;
    min-width: 260px;
    border-left: 1px solid var(--compare-border);
    vertical-align: top;
    background: var(--compare-bg); }
  .pageCompare__mediaCell {
    position: relative;
    padding: 0; }
  .pageCompare__removeButton {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(46, 47, 50, 0.78);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease; }
    .pageCompare__removeButton:hover, .pageCompare__removeButton:focus {
      background: var(--compare-accent);
      color: #fff;
      transform: translateY(-1px); }
  .pageCompare__imageLink {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff; }
  .pageCompare__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .pageCompare__titleCell, .pageCompare__priceCell {
    padding: 14px 18px 0; }
  .pageCompare__titleLink {
    display: block;
    text-decoration: none;
    color: inherit; }
    .pageCompare__titleLink:hover, .pageCompare__titleLink:focus {
      text-decoration: none;
      color: inherit; }
  .pageCompare__productTitle {
    margin: 0;
    font-family: var(--title-font);
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--compare-text); }
  .pageCompare__productPrice {
    margin: 0;
    padding-bottom: 18px;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
    color: var(--compare-accent); }
  .pageCompare__groupLabel {
    padding: 12px 20px;
    border-top: 1px solid var(--compare-border);
    background: rgba(235, 97, 0, 0.08);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--compare-accent);
    text-align: left; }
  .pageCompare__label, .pageCompare__value, .pageCompare__infoCell {
    padding: 14px 18px;
    border-top: 1px solid var(--compare-border);
    font-size: 18px;
    line-height: 1.7;
    vertical-align: top; }
  .pageCompare__label {
    width: 220px;
    min-width: 220px;
    font-weight: 600;
    color: var(--compare-text);
    border-right: 1px solid var(--compare-border);
    z-index: 3; }
  .pageCompare__label--empty {
    background: var(--compare-bg); }
  .pageCompare__value {
    color: var(--compare-text); }
  .pageCompare__infoCell {
    background: rgba(255, 255, 255, 0.35);
    color: var(--compare-muted); }
    .pageCompare__infoCell strong {
      color: var(--compare-text); }
    .pageCompare__infoCell code {
      display: inline-block;
      padding: 2px 8px;
      border-radius: 999px;
      background: rgba(46, 47, 50, 0.08);
      color: var(--compare-text);
      font-size: 13px; }
  .pageCompare__valuePlaceholder {
    color: rgba(46, 47, 50, 0.35); }
  .pageCompare__value--action {
    padding-top: 20px;
    padding-bottom: 26px; }
  .pageCompare__cartButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 174px;
    height: 40px;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    background: var(--compare-accent);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 12px 28px rgba(235, 97, 0, 0.2); }
    .pageCompare__cartButton:hover, .pageCompare__cartButton:focus {
      transform: translateY(-1px);
      box-shadow: 0 16px 32px rgba(235, 97, 0, 0.28); }
    .pageCompare__cartButton.is-loading {
      cursor: wait;
      opacity: 0.78; }
    .pageCompare__cartButton.is-disabled, .pageCompare__cartButton:disabled {
      background: rgba(46, 47, 50, 0.16);
      color: rgba(46, 47, 50, 0.48);
      box-shadow: none;
      cursor: not-allowed;
      transform: none; }
  .pageCompare__skeleton {
    display: grid;
    gap: 18px; }
  .pageCompare__skeletonStage {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px; }
  .pageCompare__skeletonRows {
    display: grid;
    gap: 10px; }
  .pageCompare__skeletonIntro, .pageCompare__skeletonBlock, .pageCompare__skeletonLine {
    position: relative;
    overflow: hidden;
    background: rgba(46, 47, 50, 0.08);
    border-radius: 18px; }
    .pageCompare__skeletonIntro::after, .pageCompare__skeletonBlock::after, .pageCompare__skeletonLine::after {
      content: '';
      position: absolute;
      inset: 0;
      transform: translateX(-100%);
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
      animation: compareSkeleton 1.5s infinite; }
  .pageCompare__skeletonIntro {
    height: 110px;
    max-width: 260px; }
  .pageCompare__skeletonBlock {
    height: 210px; }
  .pageCompare__skeletonLine {
    height: 48px; }

@keyframes compareSkeleton {
  100% {
    transform: translateX(100%); } }

/* Trang tổng quan công thức nấu ăn */
.page-recipes-bannertop {
  text-align: center; }
  .page-recipes-bannertop__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.page-recipes-slidertop-wrap {
  position: relative;
  overflow: hidden; }
  .page-recipes-slidertop-wrap--static .page-recipes-slidertop__nav,
  .page-recipes-slidertop-wrap--static .page-recipes-slidertop__pagination {
    display: none; }
  .page-recipes-slidertop-wrap h2 {
    font-size: 32px;
    margin-bottom: 0;
    color: #EB6100;
    text-align: left; }
  @media (max-width: 767.98px) {
    .page-recipes-slidertop-wrap {
      padding-top: 8px; }
      .page-recipes-slidertop-wrap h2 {
        font-size: 24px; } }

.page-recipes-slidertop {
  overflow: visible;
  padding: 0; }
  .page-recipes-slidertop__header {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    margin-bottom: 28px; }
  .page-recipes-slidertop__actions {
    flex-shrink: 0; }
  .page-recipes-slidertop__nav {
    display: flex;
    align-items: center;
    gap: 12px; }
  .page-recipes-slidertop__navButton {
    background: var(--shop-color-main); }
    .page-recipes-slidertop__navButton--next {
      right: 0; }
    .page-recipes-slidertop__navButton svg path {
      stroke: #fff; }
    .page-recipes-slidertop__navButton:hover, .page-recipes-slidertop__navButton:focus {
      background: var(--shop-color-main); }
  .page-recipes-slidertop__slide {
    width: 320px;
    height: auto; }
  .page-recipes-slidertop .swiper-wrapper {
    align-items: stretch; }
  .page-recipes-slidertop__pagination {
    bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; }
    .page-recipes-slidertop__pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      margin: 0 !important;
      background: rgba(235, 97, 0, 0.22);
      opacity: 1;
      transition: transform 0.25s ease, background 0.25s ease; }
    .page-recipes-slidertop__pagination .swiper-pagination-bullet-active {
      background: #EB6100;
      transform: scale(1.2); }

.page-recipes-collectioncenter h2 {
  font-size: 32px;
  margin-bottom: 32px;
  color: #EB6100;
  text-align: center; }

@media (max-width: 767.98px) {
  .page-recipes-collectioncenter h2 {
    font-size: 24px;
    margin-bottom: 20px; }
  .page-recipes-collectioncenter .row {
    margin-left: -6px;
    margin-right: -6px; }
  .page-recipes-collectioncenter .col-6 {
    padding-left: 6px;
    padding-right: 6px; }
  .page-recipes-collectioncenter .proloop-recipes {
    margin-bottom: 12px; } }

.page-recipes-collectioncenter-btn {
  margin-top: 32px; }
  .page-recipes-collectioncenter-btn a {
    display: inline-block;
    background: #EB6100;
    padding: 8px 12px;
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px; }

.page-recipes-banner h2 {
  font-size: 32px;
  margin-bottom: 32px;
  color: #EB6100;
  text-align: center; }

.page-recipes-banner .page-recipes-bannerlists .banner-item {
  margin-bottom: 30px;
  position: relative;
  height: calc(100% - 30px);
  overflow: hidden;
  border-radius: 16px;
  background: #f4ede5;
  box-shadow: 0 14px 34px rgba(60, 34, 10, 0.08);
  transition: transform 0.32s ease, box-shadow 0.32s ease; }
  .page-recipes-banner .page-recipes-bannerlists .banner-item .img {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1;
    background: #efe4d7; }
    .page-recipes-banner .page-recipes-bannerlists .banner-item .img .banner-item__imageLink {
      display: block;
      width: 100%;
      height: 100%; }
    .page-recipes-banner .page-recipes-bannerlists .banner-item .img .banner-item__image {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 16px;
      transform: scale(1.001);
      transition: transform 0.6s ease, filter 0.45s ease; }
  .page-recipes-banner .page-recipes-bannerlists .banner-item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 22px 22px;
    right: 0;
    color: #fff;
    z-index: 99; }
    .page-recipes-banner .page-recipes-bannerlists .banner-item .content .banner-item__title {
      color: #fff;
      font-size: 20px;
      display: block;
      text-align: left;
      font-weight: 700;
      line-height: 1.4;
      text-shadow: 0 8px 24px rgba(0, 0, 0, 0.22); }
    .page-recipes-banner .page-recipes-bannerlists .banner-item .content .banner-item__cta {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      width: fit-content;
      max-width: 100%;
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.16);
      backdrop-filter: blur(10px);
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      transition: background 0.28s ease, transform 0.28s ease, gap 0.28s ease; }
  .page-recipes-banner .page-recipes-bannerlists .banner-item:hover, .page-recipes-banner .page-recipes-bannerlists .banner-item:focus-within {
    transform: translateY(-6px);
    box-shadow: 0 22px 40px rgba(60, 34, 10, 0.16); }
    .page-recipes-banner .page-recipes-bannerlists .banner-item:hover .img:after, .page-recipes-banner .page-recipes-bannerlists .banner-item:focus-within .img:after {
      background: linear-gradient(180deg, rgba(17, 17, 17, 0.04) 0%, rgba(17, 17, 17, 0.16) 48%, rgba(17, 17, 17, 0.82) 100%); }
    .page-recipes-banner .page-recipes-bannerlists .banner-item:hover .banner-item__image, .page-recipes-banner .page-recipes-bannerlists .banner-item:focus-within .banner-item__image {
      transform: scale(1.08);
      filter: saturate(1.05); }
    .page-recipes-banner .page-recipes-bannerlists .banner-item:hover .banner-item__cta, .page-recipes-banner .page-recipes-bannerlists .banner-item:focus-within .banner-item__cta {
      background: var(--shop-color-main);
      gap: 14px;
      transform: translateX(4px); }

@media (max-width: 767.98px) {
  .page-recipes-banner .row {
    margin-left: -6px;
    margin-right: -6px; }
  .page-recipes-banner .col-6 {
    padding-left: 6px;
    padding-right: 6px; }
  .page-recipes-banner h2 {
    font-size: 24px;
    margin-bottom: 20px; }
  .page-recipes-banner .page-recipes-bannerlists .banner-item {
    border-radius: 14px;
    margin-bottom: 12px;
    height: calc(100% - 12px); }
    .page-recipes-banner .page-recipes-bannerlists .banner-item .img,
    .page-recipes-banner .page-recipes-bannerlists .banner-item .img:after,
    .page-recipes-banner .page-recipes-bannerlists .banner-item .banner-item__image {
      border-radius: 14px; }
    .page-recipes-banner .page-recipes-bannerlists .banner-item .content {
      padding: 16px;
      gap: 10px; }
      .page-recipes-banner .page-recipes-bannerlists .banner-item .content .banner-item__title {
        font-size: 16px; }
      .page-recipes-banner .page-recipes-bannerlists .banner-item .content .banner-item__cta {
        padding: 9px 12px;
        font-size: 12px; } }

@media (max-width: 767.98px) {
  .page-recipes-bannertop__link {
    aspect-ratio: 4 / 3;
    border-radius: 18px; }
  .page-recipes-slidertop__header {
    margin-bottom: 20px; }
  .page-recipes-slidertop__actions {
    width: 100%; }
  .page-recipes-slidertop__nav {
    justify-content: space-between; }
  .page-recipes-slidertop__navButton {
    width: 40px;
    height: 40px;
    font-size: 24px; }
  .page-recipes-slidertop__slide {
    width: calc(100vw - 40px); } }

@media (min-width: 768px) {
  .page-recipes-slidertop__slide {
    width: 360px; }
  .page-recipes-slidertop:not(.swiper-initialized) .page-recipes-slidertop__slide {
    flex-basis: 360px; } }

@media (min-width: 1200px) {
  .page-recipes-slidertop__slide {
    width: 388px; }
  .page-recipes-slidertop:not(.swiper-initialized) .page-recipes-slidertop__slide {
    flex-basis: 388px; } }

@media (min-width: 992px) {
  .pageCompare {
    padding-top: 42px; }
    .pageCompare__inner {
      padding: 0 24px; }
    .pageCompare__introCell, .pageCompare__label {
      width: 280px;
      min-width: 280px; }
    .pageCompare__introCell {
      padding: 44px 28px 34px; }
    .pageCompare__productCell {
      width: 320px;
      min-width: 320px; }
    .pageCompare__titleCell, .pageCompare__priceCell, .pageCompare__label, .pageCompare__value, .pageCompare__infoCell {
      padding-left: 22px;
      padding-right: 22px; }
    .pageCompare__productTitle {
      font-size: 22px; }
    .pageCompare__productPrice {
      font-size: 22px; } }

@media (max-width: 991px) {
  .section-home-slider__nav--next {
    right: 10px; }
  .section-home-slider__nav--prev {
    left: 10px; }
  .section-home-slider__pagination {
    bottom: 10px !important; }
  .section-home-coupon__nav--next {
    right: 0px; }
  .section-home-coupon__nav--prev {
    left: 0px; }
  .promotionDealSessions__countdownWrap {
    justify-content: center; }
  .section-home-products-tabs .products-slider {
    padding: 12px 0 0; }
  .promotionFeatureStrip {
    padding: 24px 0 14px; }
    .promotionFeatureStrip__link {
      border-radius: 20px; }
  .section-home-coupon__header {
    margin-bottom: 18px; }
  .products-tabs__header {
    margin-bottom: 18px; }
  .products-tabs__surface {
    padding: 10px;
    border-radius: 16px; }
  .products-tabs__nav-item {
    flex-basis: 108px; }
  .products-tabs__nav-link {
    height: 58px; }
  .products-tabs__pane {
    min-height: 0;
    padding: 0 8px 10px; }
  .section-home-member-deal {
    padding-bottom: 24px; }
    .section-home-member-deal__surface {
      aspect-ratio: 1;
      min-height: auto;
      padding: 20px 14px 42px; }
    .section-home-member-deal__title {
      font-size: 26px; }
    .section-home-member-deal__text {
      margin-top: 12px;
      font-size: 16px; }
    .section-home-member-deal__actions {
      gap: 10px;
      width: 100%;
      justify-content: center;
      flex-direction: column;
      padding: 0 15px; }
    .section-home-member-deal__button {
      min-height: 36px;
      padding: 9px 12px;
      font-size: 14px;
      width: 100%; }
    .section-home-member-deal__content {
      padding: 0;
      top: auto;
      bottom: 40px;
      transform: none; }
    .section-home-member-deal__pagination {
      bottom: 14px !important; }
  .section-home-promo-hub__header {
    margin-bottom: 18px; }
  .pageCompare {
    padding-top: 24px; }
    .pageCompare__state {
      padding: 28px 18px; }
    .pageCompare__introCell, .pageCompare__label {
      width: 180px;
      min-width: 180px; }
    .pageCompare__productCell {
      width: 240px;
      min-width: 240px; }
    .pageCompare__introTitle {
      font-size: 28px; }
    .pageCompare__productTitle {
      font-size: 18px; }
    .pageCompare__productPrice {
      font-size: 20px; }
    .pageCompare__skeletonStage {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .membershipHero {
    min-height: 420px; }
    .membershipHero__inner {
      align-items: flex-end;
      min-height: 420px;
      padding: 32px 15px; }
    .membershipHero__content {
      max-width: 100%; }
    .membershipHero__actions {
      gap: 12px;
      margin-top: 22px; }
    .membershipHero__button {
      width: 100%;
      min-width: 0;
      font-size: 16px;
      justify-content: center; }
  .membershipModal {
    padding: 20px 12px; }
    .membershipModal__card {
      padding: 15px; }
    .membershipModal__description {
      font-size: 15px;
      line-height: 1.6; }
    .membershipModal__grid--split {
      grid-template-columns: 1fr; }
    .membershipModal__linkRow {
      flex-direction: column;
      align-items: flex-start; }
    .membershipModal__submit {
      font-size: 16px; }
  .membershipWhy__header {
    margin-bottom: 22px;
    gap: 14px; }
  .membershipWhy__slider {
    padding-bottom: 6px; }
  .membershipWhy__title {
    font-size: 28px;
    line-height: 1.35; }
  .membershipWhy__nav {
    display: none; }
  .membershipWhy__card {
    padding-left: 4px;
    padding-right: 4px; }
  .membershipWhy__iconBox {
    width: 96px;
    height: 96px;
    margin-bottom: 10px; }
  .membershipWhy__icon {
    width: 82px;
    height: 82px; }
  .membershipWhy__itemTitle {
    font-size: 20px;
    line-height: 1.4; }
  .membershipWhy__excerpt {
    min-height: 0;
    font-size: 14px;
    line-height: 1.5; }
  .membershipWhy__slider:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: 1fr;
    gap: 18px; }
  .membershipTier {
    --membership-tier-label-width: 220px; }
    .membershipTier__header {
      margin-bottom: 24px; }
    .membershipTier__head {
      padding: 0 16px; }
    .membershipTier__row {
      padding: 14px 16px;
      margin-bottom: 14px; }
    .membershipTier__labelCell, .membershipTier__value, .membershipTier__tierTitle, .membershipTier__noteText, .membershipTier__buttonText {
      font-size: 16px; }
    .membershipTier__button {
      justify-content: center; }
  .membershipRewards__header {
    margin-bottom: 22px;
    gap: 14px; }
  .membershipRewards--static .swipper__nav-button {
    display: block; }
  .membershipRewards__body {
    gap: 12px;
    padding: 14px 8px 0; }
  .membershipRewards__itemTitle {
    font-size: 20px;
    line-height: 1.2; }
  .membershipRewards__button {
    min-height: 40px;
    padding: 9px 14px; }
  .membershipRewards__buttonText {
    font-size: 16px; }
  .membershipGallery__layout {
    grid-template-columns: 1fr;
    gap: 20px; }
  .membershipGallery__cardFrame {
    aspect-ratio: auto; }
  .membershipGallery__nav {
    display: none; }
  .membershipGallery__slider:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: 1fr;
    gap: 18px; }
  .membershipGallery__slide {
    width: auto; }
  .membershipGallery__button {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 16px;
    max-width: calc(100% - 32px);
    white-space: nowrap; }
  .membershipCta__inner {
    min-height: 320px; }
  .membershipCta__content {
    min-height: 320px;
    max-width: 100%;
    padding: 32px 0;
    gap: 16px; }
  .membershipCta__title {
    font-size: 20px;
    line-height: 1.12; }
  .membershipVoucher__inner {
    min-height: 0; }
  .membershipVoucher__content {
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    padding: 28px 18px;
    gap: 18px; }
  .membershipVoucher__copy, .membershipVoucher__formWrap {
    max-width: 100%; }
  .membershipVoucher__title {
    font-size: 20px;
    line-height: 1.2; }
  .membershipVoucher__desc {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6; }
  .membershipVoucher__form {
    flex-direction: column; }
  .membershipVoucher__button {
    min-width: 0;
    padding: 6px; }
  .membershipVoucher__buttonText {
    font-size: 13px; }
  .product-loop-flashsale__card {
    gap: 10px; }
  .product-loop-flashsale__price-box {
    padding-left: 10px;
    padding-right: 52px; }
  .product-loop-flashsale__price-current {
    font-size: 15px; }
  .product-loop-flashsale__price-compare {
    font-size: 11px; }
  .product-loop-flashsale__price-sale {
    right: 8px;
    font-size: 13px; }
  .product-loop-flashsale__title {
    min-height: 38px; } }

@media (max-width: 767px) {
  .promotionFeatureStrip {
    padding: 20px 0 10px; }
    .promotionFeatureStrip__link {
      border-radius: 16px;
      box-shadow: 0 12px 28px rgba(31, 31, 31, 0.08); }
  .pageCompare {
    padding-bottom: 48px; }
    .pageCompare__inner {
      padding: 0 12px; }
    .pageCompare__state {
      border-radius: 22px; }
    .pageCompare__stateTitle {
      font-size: 22px; }
    .pageCompare__stateText {
      font-size: 15px; }
    .pageCompare__introCell, .pageCompare__label {
      width: 150px;
      min-width: 150px; }
    .pageCompare__introCell {
      padding: 26px 14px 20px; }
    .pageCompare__productCell {
      width: 220px;
      min-width: 220px; }
    .pageCompare__introTitle {
      font-size: 22px; }
    .pageCompare__navButton {
      width: 36px;
      height: 36px;
      font-size: 22px; }
    .pageCompare__removeButton {
      top: 10px;
      right: 10px;
      width: 34px;
      height: 34px;
      font-size: 24px; }
    .pageCompare__titleCell, .pageCompare__priceCell, .pageCompare__label, .pageCompare__value, .pageCompare__infoCell, .pageCompare__groupLabel {
      padding: 12px;
      font-size: 14px; }
    .pageCompare__cartButton {
      width: 100%;
      min-width: 0; }
    .pageCompare__skeletonStage {
      grid-template-columns: 1fr; } }

.layout-pageStores .layout-pageStores-hotline {
  position: relative;
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center; }
  .layout-pageStores .layout-pageStores-hotline:after {
    /*content: '';*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 5; }

.layout-pageStores .layout-pageStores-hotline-content {
  text-align: center;
  padding: 120px 0;
  position: relative;
  z-index: 10; }
  .layout-pageStores .layout-pageStores-hotline-content span, .layout-pageStores .layout-pageStores-hotline-content strong {
    display: inline-block;
    margin-right: 8px;
    font-size: 32px;
    vertical-align: middle; }
  .layout-pageStores .layout-pageStores-hotline-content .icon {
    width: 56px;
    height: 56px;
    background: #EB6100;
    border-radius: 50%;
    line-height: 56px;
    text-align: center; }
  .layout-pageStores .layout-pageStores-hotline-content .hot {
    color: #EB6100; }
  @media (max-width: 767.98px) {
    .layout-pageStores .layout-pageStores-hotline-content {
      padding: 60px 0; }
      .layout-pageStores .layout-pageStores-hotline-content span, .layout-pageStores .layout-pageStores-hotline-content strong {
        font-size: 20px; }
      .layout-pageStores .layout-pageStores-hotline-content .icon {
        width: 40px;
        height: 40px;
        line-height: 40px; } }

.layout-pageStores .wrapbox-content {
  background: #fff;
  padding: 72px 0px;
  border-radius: 4px; }

.layout-pageStores .heading-pageDetail h1 {
  font-size: 32px;
  margin-bottom: 32px;
  color: #EB6100; }

.layout-pageStores .wrapbox-info {
  background: #fff;
  padding: 0;
  border-radius: 4px; }
  .layout-pageStores .wrapbox-info h2 {
    font-size: 20px;
    margin-bottom: 8px; }

.layout-pageStores .box-filter label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: none; }

.layout-pageStores .box-filter select {
  padding: 0px 15px;
  padding-right: 25px;
  cursor: pointer;
  outline: none;
  text-overflow: ellipsis;
  border-radius: 8px;
  height: 48px;
  line-height: 48px;
  background: #F4F4F4;
  border: 0;
  font-size: 15px;
  width: 100%;
  color: #707070;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.layout-pageStores .box-filter .field-select {
  position: relative; }

.layout-pageStores .box-filter .field-select:after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 12px;
  border: solid #666666;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.layout-pageStores .box-filter .select-item {
  margin-bottom: 8px; }

.layout-pageStores .box-content h3 {
  font-size: 16px;
  margin-bottom: 5px; }

.layout-pageStores .box-content .store-item {
  padding-left: 30px;
  margin-bottom: 25px;
  position: relative; }

.layout-pageStores .box-content .store-item > [class^="store--"] {
  margin-bottom: 5px; }

.layout-pageStores .box-content .store-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url("https://file.hstatic.net/200000935481/file/fmd_good.png"); }

.layout-pageStores .box-content .store-item .store--address {
  font-weight: 500; }

.layout-pageStores .box-content .store-item .store--time span, .layout-pageStores .box-content .store-item .store--hotline span {
  font-weight: 600; }

.layout-pageStores .box-content .store-item .store--link {
  text-decoration: underline;
  color: #1a73e8; }

.layout-pageStores .boxscroll {
  overflow-y: scroll;
  max-height: 330px;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  margin-right: -20px;
  padding-right: 20px;
  padding-top: 12px; }
  .layout-pageStores .boxscroll::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .layout-pageStores .boxscroll::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .layout-pageStores .boxscroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .layout-pageStores .boxscroll::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; }

@media (min-width: 992px) {
  .layout-pageStores .boxscroll {
    min-height: 330px; }
  .layout-pageStores .box-map {
    height: 100%; }
  .layout-pageStores .box-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 4px; } }

@media (max-width: 991px) {
  .layout-pageStores .wrapbox-content {
    padding: 15px; }
  .layout-pageStores .heading-pageDetail h1 {
    font-size: 26px; }
  .layout-pageStores .wrapbox-info {
    margin-bottom: 15px;
    padding: 0px; }
  .layout-pageStores .box-map {
    height: 100%; }
  .layout-pageStores .box-map iframe {
    width: 100%;
    border-radius: 4px; } }
