/** Shopify CDN: Minification failed

Line 3147:0 Expected "}" to go with "{"

**/
      header.shopify-section {
  position: relative;
  z-index: 9999 !important;
  background-color: #ffffff; /* ช่วยให้ header เป็นสีขาวตลอดเวลา */
}

/* Fear of God-style header scale */
:root {
  --yf-fog-header-height: 3.54167vw;
  --yf-fog-header-padding-x: 2.60417vw;
  --yf-fog-logo-width: 8.85417vw;
  --yf-fog-nav-font-size: 12px;
  --yf-fog-search-panel-height: 6.25vw;
  --yf-fog-subnav-height: 55px;
  --yf-fog-subnav-font-size: 11px;
}

#MainContent {
  min-height: calc(100svh - var(--header-group-height, 0px) - var(--yf-footer-group-height, 0px));
}

.yf-about-page {
  box-sizing: border-box;
  display: flex;
  min-height: calc(100svh - var(--header-group-height, 0px) - var(--yf-footer-group-height, 0px));
  align-items: center;
  justify-content: center;
  padding: 12vh 6vw;
  background: #05a66b;
  color: #000;
  text-align: center;
}

.yf-about-page__content {
  width: min(980px, 100%);
  margin: 0 auto;
}

.yf-about-page__copy {
  margin: 0;
  font-family: var(--body-font-stack);
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
  text-wrap: balance;
}

.yf-about-page__copy > * {
  margin: 0;
}

.yf-contact-page {
  box-sizing: border-box;
  display: flex;
  min-height: calc(100svh - var(--header-group-height, 0px) - var(--yf-footer-group-height, 0px));
  align-items: flex-start;
  padding: clamp(82px, 10vh, 112px) 0 clamp(88px, 11vh, 128px);
  background: #fff;
  color: #000;
}

.yf-contact-page__inner {
  box-sizing: border-box;
  display: grid;
  width: min(1760px, 100%);
  margin: 0 auto;
  padding: 0 66px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  justify-content: start;
  gap: 44px;
}

.yf-contact-page__info {
  width: min(460px, 100%);
  max-width: 460px;
}

.yf-contact-page__brand {
  margin: 0 0 22px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.yf-contact-page__title {
  margin: 0 0 10px;
  font-family: var(--body-font-stack);
  font-size: var(--font-size-xl);
  font-weight: 700;
  line-height: var(--base-line-height);
  letter-spacing: -0.05em;
  text-transform: none;
}

.yf-contact-page__intro {
  margin: 0;
  max-width: 460px;
  font-size: var(--font-size-base);
  line-height: var(--base-line-height);
  letter-spacing: 0;
  text-transform: none;
}

.yf-contact-page__list {
  display: grid;
  gap: 25px;
  margin: 34px 0 0;
}

.yf-contact-page__item,
.yf-contact-page__item dt,
.yf-contact-page__item dd {
  margin: 0;
}

.yf-contact-page__item dt {
  margin-bottom: 10px;
  font-size: var(--font-size-base);
  font-weight: 700;
  line-height: var(--base-line-height);
  letter-spacing: 0;
  text-transform: none;
}

.yf-contact-page__item dd,
.yf-contact-page__item a {
  color: inherit;
  font-size: var(--font-size-base);
  line-height: var(--base-line-height);
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
}

.yf-contact-page__item a:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.yf-contact-page__image {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #f2f2f2;
}

.yf-contact-page__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yf-about-page__line {
  display: block;
}

.yf-about-page__mobile-copy {
  display: none;
}

@media (min-width: 768px) {
  .yf-about-page__line {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .yf-contact-page {
    align-items: flex-start;
    padding: 58px 23px 70px;
  }

  .yf-contact-page__inner {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 42px;
  }

  .yf-contact-page__image {
    order: -1;
  }

  .yf-contact-page__info {
    max-width: 100%;
  }

  .yf-contact-page__brand {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .yf-contact-page__title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .yf-contact-page__intro {
    font-size: 14px;
  }

  .yf-contact-page__list {
    gap: 27px;
    margin-top: 36px;
  }

  .yf-contact-page__image {
    aspect-ratio: 3 / 2;
  }

  .yf-about-page {
    align-items: center;
    padding: 96px 28px;
  }

  .yf-about-page__copy {
    font-size: 16px;
    line-height: 1.45;
  }

  .yf-about-page__desktop-copy {
    display: none;
  }

  .yf-about-page__mobile-copy {
    display: block;
  }
}

@media (max-width: 1366px) {
  :root {
    --yf-fog-header-height: 4.53125vw;
    --yf-fog-header-padding-x: 3.90625vw;
    --yf-fog-logo-width: min(10.70313vw, 150px);
    --yf-fog-nav-font-size: 10px;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  :root {
    --yf-fog-header-height: 6vw;
    --yf-fog-logo-width: 14.58333vw;
    --yf-fog-nav-font-size: 12px;
  }
}

@media (max-width: 1024px) and (orientation: portrait) {
  :root {
    --yf-fog-header-height: 7.03125vw;
    --yf-fog-header-padding-x: 2.60417vw;
    --yf-fog-logo-width: 14.58333vw;
    --yf-fog-nav-font-size: 12px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  :root {
    --yf-fog-header-height: 16.53333vw;
    --yf-fog-header-padding-x: 5.33333vw;
    --yf-fog-logo-width: 29.86667vw;
  }
}

.shopify-section:has([data-theme-header]) {
  z-index: 9999 !important;
  transition: transform 0.35s linear;
  will-change: transform;
}

.shopify-section.yf-fog-header-is-hidden:has([data-theme-header]) {
  transform: translateY(calc(-1 * var(--yf-fog-current-header-height, var(--yf-fog-header-height))));
}

.shopify-section.yf-fog-header-is-hidden [data-theme-header] > header {
  pointer-events: none;
}

[data-theme-header] > header {
  background-color: #fff;
}

.shopify-section.yf-fog-home-header-at-top [data-theme-header] > header {
  background-color: transparent !important;
}

.shopify-section.yf-fog-home-header-at-top [data-theme-header] > header > nav {
  color: #fff;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.shopify-section.yf-fog-home-header-at-top [data-theme-header] [style*='--logo-max-width'] img:first-child {
  display: none !important;
}

.shopify-section.yf-fog-home-header-at-top [data-theme-header] [style*='--logo-max-width'] img + img {
  display: block !important;
}

[data-theme-header] > header > nav,
[data-theme-header] > header > nav > div {
  height: var(--yf-fog-header-height);
  min-height: var(--yf-fog-header-height);
}

[data-theme-header] > header > nav > div {
  padding-left: var(--yf-fog-header-padding-x) !important;
  padding-right: var(--yf-fog-header-padding-x) !important;
}

[data-theme-header] > header > nav > div :where(a, button):not([type='submit']) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: var(--yf-fog-nav-font-size);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.yf-fog-mobile-menu-toggle {
  display: inline-flex !important;
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 11px !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  line-height: 1;
  appearance: none;
}

.yf-fog-mobile-menu-toggle:hover,
.yf-fog-mobile-menu-toggle:focus,
.yf-fog-mobile-menu-toggle:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  color: inherit;
}

.yf-fog-mobile-menu-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: currentColor;
  font-size: 0;
  vertical-align: middle;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width='14'%20height='7'%20viewBox='0%200%2014%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M0%201.17676H14'%20stroke='%23222222'/%3E%3Cpath%20d='M0%206.17676H14'%20stroke='%23222222'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20width='14'%20height='7'%20viewBox='0%200%2014%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M0%201.17676H14'%20stroke='%23222222'/%3E%3Cpath%20d='M0%206.17676H14'%20stroke='%23222222'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.yf-fog-mobile-menu-toggle[aria-expanded='true'] .yf-fog-mobile-menu-icon {
  width: 14px;
  height: 14px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width='24'%20height='26'%20viewBox='0%200%2024%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M23%201.07617L1%2025.1516'%20stroke='black'%20stroke-linejoin='round'/%3E%3Cpath%20d='M1%201.07617L23%2025.1516'%20stroke='black'%20stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20width='24'%20height='26'%20viewBox='0%200%2024%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M23%201.07617L1%2025.1516'%20stroke='black'%20stroke-linejoin='round'/%3E%3Cpath%20d='M1%201.07617L23%2025.1516'%20stroke='black'%20stroke-linejoin='round'/%3E%3C/svg%3E");
}

.yf-fog-mobile-actions {
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.875rem;
}

.yf-fog-mobile-action,
.yf-fog-mobile-action .yf-fog-search,
.yf-fog-mobile-action .yf-fog-search-toggle,
.yf-fog-mobile-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 36px;
  min-width: 24px;
  padding: 0 !important;
  color: inherit;
  line-height: 1;
}

.yf-fog-mobile-action .yf-fog-search-toggle span:not(.sr-only),
.yf-fog-mobile-icon-link span:not(.sr-only) {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

.yf-fog-mobile-action svg,
.yf-fog-mobile-icon-link svg {
  display: block;
  flex: 0 0 auto;
  overflow: visible;
}

.yf-fog-mobile-cart-close-icon {
  display: none !important;
}

.yf-fog-mobile-icon-link .yf-fog-mobile-cart-close-icon {
  width: 14px !important;
  height: 14px !important;
}

.yf-fog-mobile-icon-link[aria-expanded='true'] .yf-fog-mobile-bag-icon {
  display: none !important;
}

.yf-fog-mobile-icon-link[aria-expanded='true'] .yf-fog-mobile-cart-close-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.yf-fog-mobile-cart-close-icon svg {
  display: block;
  width: 14px;
  height: 14px;
  overflow: visible;
}

.yf-fog-mobile-action .yf-fog-search-toggle:focus,
.yf-fog-mobile-action .yf-fog-search-toggle:focus-visible,
.yf-fog-mobile-icon-link:focus,
.yf-fog-mobile-icon-link:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  #modals-rightDrawer#modals-rightDrawer:has([data-cart-drawer]:not([style*="display: none"])) {
    top: var(--yf-fog-current-header-height, var(--yf-fog-header-height, 56px));
    z-index: 10000;
    background: transparent;
  }

  #right-drawer-slot#right-drawer-slot:has([data-cart-drawer]:not([style*="display: none"])) {
    width: 100%;
    max-width: none;
    border-left: 0;
    height: calc(100svh - var(--yf-fog-current-header-height, var(--yf-fog-header-height, 56px)));
  }

  #right-drawer-slot#right-drawer-slot:has([data-cart-drawer]:not([style*="display: none"])) [data-cart-drawer] {
    min-height: calc(100svh - var(--yf-fog-current-header-height, var(--yf-fog-header-height, 56px)));
  }

  #right-drawer-slot#right-drawer-slot:has([data-cart-drawer]:not([style*="display: none"])) [data-cart-drawer] > .sticky:first-child {
    display: none;
  }

  #right-drawer-slot#right-drawer-slot:has([data-cart-drawer]:not([style*="display: none"])) .yf-cart-empty-state {
    min-height: calc(100svh - var(--yf-fog-current-header-height, var(--yf-fog-header-height, 56px)));
    display: flex;
    flex-direction: column;
    padding: 21px 24px 24px !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  #right-drawer-slot:has([data-cart-drawer]) .yf-cart-empty-title {
    font-family: var(--body-font-stack);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase !important;
  }

  #right-drawer-slot:has([data-cart-drawer]) .yf-cart-empty-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding-bottom: 10svh;
  }

  #right-drawer-slot:has([data-cart-drawer]) .yf-cart-empty-message,
  #right-drawer-slot:has([data-cart-drawer]) .yf-cart-empty-link {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: uppercase !important;
  }

  #right-drawer-slot:has([data-cart-drawer]) .yf-cart-empty-link {
    margin-top: 18px;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }

  body:has(.shopify-section.yf-fog-home-header-at-top .yf-fog-mobile-icon-link[aria-expanded='true']) [data-theme-header] > header {
    background-color: #050505 !important;
    color: #fff !important;
  }

  body:has(.shopify-section.yf-fog-home-header-at-top .yf-fog-mobile-icon-link[aria-expanded='true']) [data-theme-header] > header > nav {
    opacity: 1;
    visibility: visible;
    color: #fff !important;
    pointer-events: auto;
  }

  body:has(.shopify-section.yf-fog-home-header-at-top .yf-fog-mobile-icon-link[aria-expanded='true']) [data-theme-header] [style*='--logo-max-width'] img:first-child {
    display: none !important;
  }

  body:has(.shopify-section.yf-fog-home-header-at-top .yf-fog-mobile-icon-link[aria-expanded='true']) [data-theme-header] [style*='--logo-max-width'] img + img {
    display: block !important;
  }

  body:has(.shopify-section.yf-fog-home-header-at-top .yf-fog-mobile-icon-link[aria-expanded='true']) #modals-rightDrawer:has([data-cart-drawer]),
  body:has(.shopify-section.yf-fog-home-header-at-top .yf-fog-mobile-icon-link[aria-expanded='true']) #right-drawer-slot:has([data-cart-drawer]),
  body:has(.shopify-section.yf-fog-home-header-at-top .yf-fog-mobile-icon-link[aria-expanded='true']) #right-drawer-slot:has([data-cart-drawer]) [data-cart-drawer],
  body:has(.shopify-section.yf-fog-home-header-at-top .yf-fog-mobile-icon-link[aria-expanded='true']) #right-drawer-slot:has([data-cart-drawer]) [data-cart-drawer] .bg-scheme-background {
    background-color: #050505 !important;
    color: #fff !important;
  }

  body:has(.shopify-section.yf-fog-home-header-at-top .yf-fog-mobile-icon-link[aria-expanded='true']) #right-drawer-slot:has([data-cart-drawer]) a,
  body:has(.shopify-section.yf-fog-home-header-at-top .yf-fog-mobile-icon-link[aria-expanded='true']) #right-drawer-slot:has([data-cart-drawer]) button {
    color: #fff !important;
  }
}

.yf-fog-desktop-nav {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.yf-fog-utility-nav {
  height: 100%;
  align-items: center;
  gap: 0;
  line-height: 1.5em;
  text-transform: uppercase;
  white-space: nowrap;
}

.yf-fog-desktop-nav__item {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  margin-right: 1.875vw;
  padding: 0.52083vw 0;
}

.yf-fog-utility-nav__item {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  margin-left: 1.875vw;
  padding: 0.52083vw 0;
}

.yf-fog-desktop-nav__link {
  position: relative;
  display: block;
  text-decoration: none;
}

.yf-fog-utility-nav__item :where(a, button, shopify-account) {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  height: auto !important;
  padding: 0 !important;
  color: inherit;
  font-size: var(--yf-fog-nav-font-size) !important;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-transform: uppercase !important;
  text-decoration: none;
}

.yf-fog-utility-nav__item :where(span) {
  font-size: inherit !important;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: uppercase !important;
}

.yf-fog-search-toggle:focus,
.yf-fog-search-toggle:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}

.yf-fog-desktop-nav__link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: calc(100% - 2px);
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.yf-fog-utility-nav__item::after {
  content: '';
  position: absolute;
  bottom: calc(50% - 0.75em - 2px);
  left: 0;
  width: calc(100% - 2px);
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.yf-fog-desktop-nav__link:hover,
.yf-fog-desktop-nav__link:focus-visible,
.yf-fog-utility-nav__item :where(a, button, shopify-account):hover,
.yf-fog-utility-nav__item :where(a, button, shopify-account):focus-visible {
  color: inherit;
}

.yf-fog-desktop-nav__link.is-active::after,
.yf-fog-desktop-nav__item:hover .yf-fog-desktop-nav__link::after,
.yf-fog-desktop-nav__link:hover::after,
.yf-fog-desktop-nav__link:focus-visible::after,
.yf-fog-utility-nav__item.is-active::after,
.yf-fog-utility-nav__item:hover::after,
.yf-fog-utility-nav__item:focus-within::after {
  opacity: 1;
}

.yf-fog-desktop-nav:hover .yf-fog-desktop-nav__link.is-active::after,
.yf-fog-desktop-nav.is-hovering-other .yf-fog-desktop-nav__link.is-active::after,
.yf-fog-utility-nav:hover .yf-fog-utility-nav__item.is-active::after,
.yf-fog-utility-nav.is-hovering-other .yf-fog-utility-nav__item.is-active::after {
  opacity: 0;
}

.yf-fog-desktop-nav__item:has(~ .yf-fog-desktop-nav__item:hover) .yf-fog-desktop-nav__link.is-active::after,
.yf-fog-desktop-nav__item:hover ~ .yf-fog-desktop-nav__item .yf-fog-desktop-nav__link.is-active::after {
  opacity: 0;
}

.yf-fog-desktop-nav:hover .yf-fog-desktop-nav__item:hover .yf-fog-desktop-nav__link::after,
.yf-fog-desktop-nav:hover .yf-fog-desktop-nav__link.is-active:hover::after,
.yf-fog-desktop-nav:hover .yf-fog-desktop-nav__link:focus-visible::after,
.yf-fog-desktop-nav.is-hovering-other .yf-fog-desktop-nav__item.is-hovered .yf-fog-desktop-nav__link::after,
.yf-fog-utility-nav:hover .yf-fog-utility-nav__item:hover::after,
.yf-fog-utility-nav:hover .yf-fog-utility-nav__item:focus-within::after,
.yf-fog-utility-nav.is-hovering-other .yf-fog-utility-nav__item.is-hovered::after {
  opacity: 1;
}

.yf-fog-mega {
  display: none;
}

@media screen and (min-width: 1024px) {
  .yf-fog-desktop-nav__item--has-mega {
    z-index: 2;
  }

  .yf-fog-mega {
    position: fixed;
    top: var(--yf-fog-header-height);
    right: 0;
    left: 0;
    z-index: 9998;
    display: block;
    height: clamp(310px, 21.875vw, 430px);
    color: #000;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.16s ease, visibility 0s linear 0.16s;
  }

  .yf-fog-desktop-nav__item--has-mega:hover > .yf-fog-mega,
  .yf-fog-desktop-nav__item--has-mega:focus-within > .yf-fog-mega,
  .yf-fog-desktop-nav__item--has-mega.is-open > .yf-fog-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }

  .yf-fog-mega__inner {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto;
    height: 100%;
    gap: 4vw;
    padding: 1.45833vw var(--yf-fog-header-padding-x) 2.1875vw;
  }

  .yf-fog-mega__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.52083vw;
    max-width: 360px;
  }

  .yf-fog-mega__link,
  .yf-fog-mega__caption {
    color: inherit;
    font-size: var(--yf-fog-nav-font-size);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
  }

  .yf-fog-mega__link {
    opacity: 0.78;
    transition: color 0.2s ease, opacity 0.2s ease;
  }

  .yf-fog-mega__link:hover,
  .yf-fog-mega__link:focus-visible,
  .yf-fog-mega__link.is-active {
    color: #000;
    opacity: 1;
  }

  .yf-fog-mega__feature:hover .yf-fog-mega__caption,
  .yf-fog-mega__feature:focus-visible .yf-fog-mega__caption {
    color: #000;
  }

  .yf-fog-mega__features {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 0.625vw;
  }

  .yf-fog-mega__feature {
    display: block;
    width: clamp(140px, 10.83333vw, 220px);
    color: inherit;
    text-decoration: none;
  }

  .yf-fog-mega__image {
    display: block;
    width: 100%;
    aspect-ratio: 0.76 / 1;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.03);
  }

  .yf-fog-mega__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .yf-fog-mega__caption {
    display: block;
    margin-top: 0.41667vw;
  }

  body.yf-fog-search-open .yf-fog-mega {
    display: none;
  }

  .shopify-section:has(.yf-fog-desktop-nav__item--has-mega:hover),
  .shopify-section:has(.yf-fog-desktop-nav__item--has-mega:focus-within),
  .shopify-section:has(.yf-fog-desktop-nav__item--has-mega.is-open) {
    z-index: 10001;
  }

  .shopify-section:has(.yf-fog-desktop-nav__item--has-mega:hover) [data-theme-header] > header,
  .shopify-section:has(.yf-fog-desktop-nav__item--has-mega:focus-within) [data-theme-header] > header,
  .shopify-section:has(.yf-fog-desktop-nav__item--has-mega.is-open) [data-theme-header] > header {
    color: #000 !important;
    background: #fff !important;
    border-bottom-color: transparent !important;
  }

  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:hover) [data-theme-header] > header > nav,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:focus-within) [data-theme-header] > header > nav,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega.is-open) [data-theme-header] > header > nav {
    color: #fff;
  }

  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:hover) [data-theme-header] > header,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:focus-within) [data-theme-header] > header,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega.is-open) [data-theme-header] > header {
    color: #fff !important;
    background: #050505 !important;
    border-bottom-color: transparent !important;
  }

  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:hover) .yf-fog-mega,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:focus-within) .yf-fog-mega,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega.is-open) .yf-fog-mega {
    color: #fff;
    background: #050505;
  }

  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:hover) .yf-fog-mega__image,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:focus-within) .yf-fog-mega__image,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega.is-open) .yf-fog-mega__image {
    background-color: rgba(255, 255, 255, 0.08);
  }

  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:hover) .yf-fog-mega__link:hover,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:focus-within) .yf-fog-mega__link:hover,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega.is-open) .yf-fog-mega__link:hover,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:hover) .yf-fog-mega__link:focus-visible,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:focus-within) .yf-fog-mega__link:focus-visible,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega.is-open) .yf-fog-mega__link:focus-visible,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:hover) .yf-fog-mega__link.is-active,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:focus-within) .yf-fog-mega__link.is-active,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega.is-open) .yf-fog-mega__link.is-active,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:hover) .yf-fog-mega__feature:hover .yf-fog-mega__caption,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:focus-within) .yf-fog-mega__feature:hover .yf-fog-mega__caption,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega.is-open) .yf-fog-mega__feature:hover .yf-fog-mega__caption,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:hover) .yf-fog-mega__feature:focus-visible .yf-fog-mega__caption,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:focus-within) .yf-fog-mega__feature:focus-visible .yf-fog-mega__caption,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega.is-open) .yf-fog-mega__feature:focus-visible .yf-fog-mega__caption {
    color: #fff;
  }

  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:hover) [data-theme-header] [style*='--logo-max-width'] img:first-child,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:focus-within) [data-theme-header] [style*='--logo-max-width'] img:first-child,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega.is-open) [data-theme-header] [style*='--logo-max-width'] img:first-child {
    display: none !important;
  }

  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:hover) [data-theme-header] [style*='--logo-max-width'] img + img,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega:focus-within) [data-theme-header] [style*='--logo-max-width'] img + img,
  .shopify-section.yf-fog-home-header-at-top:has(.yf-fog-desktop-nav__item--has-mega.is-open) [data-theme-header] [style*='--logo-max-width'] img + img {
    display: block !important;
  }

  .shopify-section:has(.yf-fog-desktop-nav__item--has-mega:hover) [data-theme-header] [style*='--logo-max-width'] img,
  .shopify-section:has(.yf-fog-desktop-nav__item--has-mega:focus-within) [data-theme-header] [style*='--logo-max-width'] img,
  .shopify-section:has(.yf-fog-desktop-nav__item--has-mega.is-open) [data-theme-header] [style*='--logo-max-width'] img {
    filter: none;
  }

  body:has(.yf-fog-desktop-nav__item--has-mega:hover) #MainContent,
  body:has(.yf-fog-desktop-nav__item--has-mega:focus-within) #MainContent,
  body:has(.yf-fog-desktop-nav__item--has-mega.is-open) #MainContent {
    filter: blur(15px);
    transform: translateZ(0);
    transition: none !important;
  }

  body:has(.yf-fog-desktop-nav__item--has-mega:hover)::before,
  body:has(.yf-fog-desktop-nav__item--has-mega:focus-within)::before,
  body:has(.yf-fog-desktop-nav__item--has-mega.is-open)::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 9997;
    background-color: rgba(255, 255, 255, 0.46);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    pointer-events: none;
  }

  body:has(.yf-fog-desktop-nav__item--has-mega:hover) .shopify-section-group-footer-group,
  body:has(.yf-fog-desktop-nav__item--has-mega:focus-within) .shopify-section-group-footer-group,
  body:has(.yf-fog-desktop-nav__item--has-mega.is-open) .shopify-section-group-footer-group {
    filter: blur(15px);
    transform: translateZ(0);
    transition: none !important;
    will-change: filter;
  }

  body:has(.shopify-section.yf-fog-home-header-at-top .yf-fog-desktop-nav__item--has-mega:hover)::before,
  body:has(.shopify-section.yf-fog-home-header-at-top .yf-fog-desktop-nav__item--has-mega:focus-within)::before,
  body:has(.shopify-section.yf-fog-home-header-at-top .yf-fog-desktop-nav__item--has-mega.is-open)::before {
    content: none;
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  body:has(.shopify-section.yf-fog-home-header-at-top .yf-fog-desktop-nav__item--has-mega:hover) #MainContent,
  body:has(.shopify-section.yf-fog-home-header-at-top .yf-fog-desktop-nav__item--has-mega:focus-within) #MainContent,
  body:has(.shopify-section.yf-fog-home-header-at-top .yf-fog-desktop-nav__item--has-mega.is-open) #MainContent,
  body:has(.shopify-section.yf-fog-home-header-at-top .yf-fog-desktop-nav__item--has-mega:hover) .shopify-section-group-footer-group,
  body:has(.shopify-section.yf-fog-home-header-at-top .yf-fog-desktop-nav__item--has-mega:focus-within) .shopify-section-group-footer-group,
  body:has(.shopify-section.yf-fog-home-header-at-top .yf-fog-desktop-nav__item--has-mega.is-open) .shopify-section-group-footer-group {
    filter: none;
    transform: none;
    will-change: auto;
  }

  .shopify-section:has(.yf-fog-desktop-nav__item--has-mega:hover) .yf-fog-subnav,
  .shopify-section:has(.yf-fog-desktop-nav__item--has-mega:focus-within) .yf-fog-subnav,
  .shopify-section:has(.yf-fog-desktop-nav__item--has-mega.is-open) .yf-fog-subnav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

body.yf-fog-search-open::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 9997;
  background-color: rgba(255, 255, 255, 0.46);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  pointer-events: none;
}

body.yf-fog-search-open #MainContent,
body.yf-fog-search-open .shopify-section-group-footer-group {
  filter: blur(15px);
  transform: translateZ(0);
  transition: none !important;
  will-change: filter;
}

body.yf-fog-search-open:has(.shopify-section.yf-fog-home-header-at-top)::before {
  background-color: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body.yf-fog-search-open:has(.shopify-section.yf-fog-home-header-at-top) #MainContent,
body.yf-fog-search-open:has(.shopify-section.yf-fog-home-header-at-top) .shopify-section-group-footer-group {
  filter: none;
  transform: none;
  will-change: auto;
}

body.yf-fog-search-open [data-theme-header] > header {
  border-bottom-color: transparent !important;
}

body.yf-fog-search-open .shopify-section.yf-fog-home-header-at-top [data-theme-header] > header {
  background-color: #050505 !important;
  color: #fff;
}

body.yf-fog-search-open .shopify-section.yf-fog-home-header-at-top [data-theme-header] [style*='--logo-max-width'] img:first-child {
  display: none !important;
}

body.yf-fog-search-open .shopify-section.yf-fog-home-header-at-top [data-theme-header] [style*='--logo-max-width'] img + img {
  display: block !important;
}

body.yf-fog-search-open .shopify-section.yf-fog-header-is-hidden [data-theme-header] > header,
body.yf-fog-search-open .yf-fog-search-panel {
  pointer-events: auto;
}

body.yf-fog-search-open .shopify-section.yf-fog-home-header-at-top [data-theme-header] > header > nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.yf-fog-search-open:has(.shopify-section.yf-fog-home-header-at-top) .yf-fog-search-panel {
  background-color: #050505 !important;
  color: #fff;
}

body.yf-fog-search-open:has(.shopify-section.yf-fog-home-header-at-top) .yf-fog-search-input,
body.yf-fog-search-open:has(.shopify-section.yf-fog-home-header-at-top) .yf-fog-search-input::placeholder,
body.yf-fog-search-open:has(.shopify-section.yf-fog-home-header-at-top) .yf-fog-search-close {
  color: #fff !important;
}

body.yf-fog-search-open .yf-fog-subnav {
  opacity: 0;
  pointer-events: none;
}

body.yf-fog-search-open .yf-fog-search-nav-item::after,
.yf-fog-search-nav-item:has(.yf-fog-search--open)::after {
  opacity: 1;
}

body.yf-fog-search-open .yf-fog-desktop-nav__link.is-active::after,
body.yf-fog-search-open .yf-fog-utility-nav__item.is-active:not(.yf-fog-search-nav-item)::after {
  opacity: 0;
}

.yf-fog-search-panel {
  position: fixed !important;
  top: var(--yf-fog-header-height) !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  z-index: 10000 !important;
  display: block;
  width: 100vw !important;
  height: var(--yf-fog-search-panel-height);
  padding: 0 !important;
  border: 0 !important;
  background-color: #fff !important;
}

.yf-fog-search-panel__inner {
  display: flex;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1.66667vw var(--yf-fog-header-padding-x) 0;
}

.yf-fog-search-form {
  position: relative;
  width: 20.83333vw;
  min-width: 260px;
  max-width: 360px;
}

.yf-fog-search-field {
  width: 100%;
  height: 25px;
  border-bottom: 1px solid currentColor;
}

.yf-fog-search-input {
  height: 25px !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 18px 0 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  color: #000 !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
}

.yf-fog-search-input::placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

.yf-fog-search-input:focus {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.yf-fog-search-close {
  width: 14px !important;
  height: 25px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  line-height: 1 !important;
}

.yf-fog-search-close span:not(.sr-only) {
  display: block !important;
  width: 14px !important;
  height: 14px !important;
}

.yf-fog-search-close svg {
  display: block;
  width: 14px !important;
  height: 14px !important;
  stroke-width: 1px;
}

.yf-fog-search-panel .predictive-search-results {
  top: calc(100% + 1px) !important;
  right: 0 !important;
  left: 0 !important;
  display: none !important;
}

.yf-fog-search-panel .predictive-search__option,
.yf-fog-search-panel .predictive-search-status {
  display: none !important;
}

@media screen and (max-width: 1366px) {
  .yf-fog-desktop-nav__item {
    margin-right: 2.34375vw;
    padding: 0.78125vw 0;
  }

  .yf-fog-utility-nav__item {
    margin-left: 2.34375vw;
    padding: 0.78125vw 0;
  }

  .yf-fog-desktop-nav__link::after {
    width: calc(100% - 1px);
  }

  .yf-fog-utility-nav__item::after {
    width: calc(100% - 1px);
  }

  .yf-fog-search-panel__inner {
    padding-top: 1.5625vw;
  }
}

[data-theme-header] a[style*='--logo-max-width'] {
  --logo-max-width: var(--yf-fog-logo-width) !important;
  --logo-max-width-mobile: var(--yf-fog-logo-width) !important;
}

[data-theme-header] a[style*='--logo-max-width'] img {
  display: block;
  width: var(--yf-fog-logo-width);
  max-width: var(--yf-fog-logo-width);
  height: auto;
}

.yf-fog-subnav {
  background-color: transparent !important;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  height: calc(var(--yf-fog-subnav-height) + var(--gridline-width, 1px));
  overflow: hidden;
  z-index: 101;
}

.yf-fog-subnav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: var(--yf-fog-subnav-height);
  min-height: var(--yf-fog-subnav-height);
  padding: 0 var(--yf-fog-header-padding-x);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  white-space: nowrap;
}

.yf-fog-subnav__links {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 4px;
  min-width: 0;
  min-height: 25px;
}

.yf-fog-subnav__inner::-webkit-scrollbar {
  display: none;
}

.yf-fog-subnav__link,
.yf-fog-subnav__action {
  position: relative;
  flex: 0 0 auto;
  color: inherit;
  font-size: var(--yf-fog-subnav-font-size);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: inherit;
}

.yf-fog-subnav__link {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 25px;
  padding: 2px 8.5px 0 !important;
  border: 1px solid transparent;
  line-height: normal;
  vertical-align: middle;
  white-space: nowrap;
}

.yf-fog-subnav__link:hover,
.yf-fog-subnav__link:focus-visible {
  color: #767676;
}

.yf-fog-subnav__link.is-active {
  border: 1px solid currentColor;
}

.yf-fog-subnav__action {
  display: flex;
  width: 115px;
  height: 20px;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  padding: 2px 12px 0 !important;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.8px;
  text-align: center;
  transform: translateY(-1px);
  white-space: nowrap;
}

.yf-fog-subnav__action-plus {
  display: none;
}

.yf-fog-subnav__action:hover::after,
.yf-fog-subnav__action:focus-visible::after {
  content: none;
}

.yf-fog-subnav__action:hover,
.yf-fog-subnav__action:focus-visible {
  color: #757575;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .yf-fog-subnav__inner {
    gap: 24px;
  }

  .yf-fog-subnav__links {
    gap: 4px;
  }
}

@media (max-width: 1024px) {
  .yf-fog-subnav__link {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  :root {
    --yf-fog-search-panel-height: 28vw;
    --yf-fog-subnav-height: 36px;
  }

  .yf-fog-default-filterbar {
    display: none !important;
  }

  .yf-fog-search-panel__inner {
    justify-content: flex-start;
    padding: 6vw var(--yf-fog-header-padding-x) 0;
  }

  .yf-fog-search-form {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .yf-fog-search-input {
    font-size: 11px !important;
  }

  .yf-fog-subnav {
    overflow: hidden;
  }

  .yf-fog-subnav__inner {
    gap: 10px;
    overflow: hidden;
  }

  .yf-fog-subnav__links {
    flex: 1 1 auto;
    max-width: calc(100% - 126px);
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 18px;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 26px), transparent 100%);
    mask-image: linear-gradient(to right, #000 calc(100% - 26px), transparent 100%);
  }

  .yf-fog-subnav__links::-webkit-scrollbar {
    display: none;
  }

  .yf-fog-subnav__link {
    padding-top: 1.5px !important;
  }

  .yf-fog-subnav__action {
    flex: 0 0 auto;
    margin-left: auto;
    margin-right: 12px;
    display: flex;
    width: 118px;
    height: 36px;
    align-items: center;
    justify-content: center;
    padding: 11px 12px 10px !important;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1.5px;
    text-align: center;
    transform: none;
  }

  .yf-fog-subnav__action-plus {
    display: inline;
  }

  #modals-rightDrawer:has(#filters-form-drawer) {
    top: 0 !important;
    z-index: 10001;
    height: 100svh !important;
    background: transparent;
  }

  #right-drawer-slot:has(#filters-form-drawer) {
    max-width: none !important;
    width: 100vw !important;
    height: 100svh !important;
    border-left: 0 !important;
    overflow-x: hidden !important;
  }

  #right-drawer-slot:has(#filters-form-drawer) #filters-form-drawer {
    width: 100vw !important;
    min-height: 100svh !important;
  }

  #filters-form-drawer > .sticky {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  #filters-form-drawer .yf-fog-filter-drawer-header {
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    min-height: 82px;
    border-bottom: 0 !important;
    padding-left: 42px !important;
    padding-right: 42px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #filters-form-drawer .yf-fog-filter-drawer-title {
    justify-self: start;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
  }

  #filters-form-drawer .yf-fog-filter-drawer-tabs {
    display: inline-flex;
    align-items: center;
    gap: 0;
    justify-self: start;
    transform: translateY(-5.5px);
  }

  #filters-form-drawer .yf-fog-filter-drawer-tab {
    margin: 0;
    padding: 0 11px !important;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    appearance: none;
    cursor: pointer;
    opacity: 1;
    transition: none;
  }

  #filters-form-drawer .yf-fog-filter-drawer-tab:hover,
  #filters-form-drawer .yf-fog-filter-drawer-tab:active,
  #filters-form-drawer .yf-fog-filter-drawer-tab.is-active {
    background: transparent;
    color: inherit;
    opacity: 1;
  }

  #filters-form-drawer .yf-fog-filter-drawer-tab.is-active {
    font-weight: 700;
  }

  #filters-form-drawer .yf-fog-filter-drawer-tab:focus,
  #filters-form-drawer .yf-fog-filter-drawer-tab:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
  }

  #filters-form-drawer .yf-fog-filter-drawer-tab-separator {
    display: block;
    width: 1px;
    height: 20px;
    background: currentColor;
  }

  #filters-form-drawer .button__icon.yf-fog-filter-drawer-close {
    align-items: center !important;
    display: inline-flex !important;
    justify-content: center !important;
    justify-self: start;
    width: 13px !important;
    height: 16px !important;
    padding: 0 !important;
    position: absolute !important;
    top: 27.5px !important;
    right: 28px !important;
    transform: none !important;
  }

  #filters-form-drawer .yf-fog-filter-close-icon {
    display: block;
    width: 14px;
    height: 14px;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width='24'%20height='26'%20viewBox='0%200%2024%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M23%201.07617L1%2025.1516'%20stroke='black'%20stroke-linejoin='round'/%3E%3Cpath%20d='M1%201.07617L23%2025.1516'%20stroke='black'%20stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg%20width='24'%20height='26'%20viewBox='0%200%2024%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M23%201.07617L1%2025.1516'%20stroke='black'%20stroke-linejoin='round'/%3E%3Cpath%20d='M1%201.07617L23%2025.1516'%20stroke='black'%20stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
  }

  #filters-form-drawer h3.px-4 {
    padding-left: 42px !important;
    padding-right: 42px !important;
  }

  #filters-form-drawer h3 > button {
    min-height: 46px;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
  }

  #filters-form-drawer [data-filterable-filter-fragment]:not([data-filterable-filter-fragment="clear"]) {
    width: calc(100% - 84px);
    margin-right: 42px;
    margin-left: 42px;
    border-bottom: 1px solid currentColor !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #filters-form-drawer [data-filterable-filter-fragment="sort-sidebar"] {
    padding-top: 0 !important;
    border-top: 1px solid currentColor !important;
  }

  #mobile-filters-drawer[data-yf-panel="sort"] #filters-form-drawer [data-filterable-filter-fragment="sort-sidebar"] {
    display: block !important;
  }

  #filters-form-drawer #filters-sidebar-drawer > .pb-8 {
    padding-bottom: 0 !important;
  }

  #filters-form-drawer #filters-sidebar-drawer > .pb-8 > div > [data-filterable-filter-fragment]:first-child {
    border-top: 1px solid currentColor !important;
  }

  #filters-form-drawer [data-filterable-filter-fragment] h3.px-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #filters-form-drawer h3 > button > .flex.h-4.w-4 {
    display: none !important;
  }

  #filters-form-drawer h3 > button::after {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    background: transparent;
    transform: rotate(225deg);
    transition: none;
  }

  #filters-form-drawer h3 > button[aria-expanded="true"]::after {
    transform: rotate(45deg);
  }

  #filters-form-drawer #filters-sidebar-drawer h3 + div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

#filters-form-drawer #filters-sidebar-drawer h3 + div ul {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  padding-left: 20px !important;
}

  #filters-form-drawer [data-filterable-filter-fragment="sort-sidebar"] h3 + div > div {
    margin-top: 0 !important;
  }

  #filters-form-drawer [data-filterable-filter-fragment="sort-sidebar"] .sort-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #filters-form-drawer [data-filterable-filter-fragment="sort-sidebar"] ul {
    padding-left: 20px !important;
    margin-bottom: 12px !important;
  }

  #filters-form-drawer #filters-sidebar-drawer h3 + div li + li {
    margin-top: 6px !important;
  }

  #filters-form-drawer .filter-checkbox + label {
    display: inline-flex !important;
    min-height: 22px;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-transform: none !important;
  }

  #filters-form-drawer .filter-checkbox + label > span:first-child {
    width: 8px !important;
    height: 8px !important;
    margin-right: 0 !important;
    border-width: 1px !important;
    border-radius: 0 !important;
    background-color: transparent !important;
  }

  #filters-form-drawer .filter-checkbox:checked + label > span:first-child {
    background-color: currentColor !important;
  }

  #filters-form-drawer .filter-checkbox:disabled + label {
    opacity: 0.32 !important;
  }

  #filters-form-drawer .show-toggle-link {
    margin-top: 8px;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-transform: none;
  }

  #filters-form-drawer .yf-fog-filter-actions {
    grid-template-columns: 1fr 1fr;
    width: 100vw !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    min-height: 49px;
    padding: 0 !important;
  }

  #filters-form-drawer .yf-fog-filter-action {
    display: inline-flex;
    min-height: 49px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.6px;
    padding: 14px 28px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    appearance: none;
  }

  #filters-form-drawer .yf-fog-filter-action--clear {
    background: #fff;
    color: #000;
  }

  #filters-form-drawer .yf-fog-filter-action--clear:disabled {
    opacity: 1;
  }

  #filters-form-drawer .yf-fog-filter-action--apply {
    background: #000;
    color: #fff;
  }

  #filters-form-drawer .yf-fog-filter-action:focus,
  #filters-form-drawer .yf-fog-filter-action:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
  }

  #modals-rightDrawer#modals-rightDrawer:has([data-cart-drawer]:not([style*="display: none"])) {
    top: var(--yf-fog-header-height, 72px) !important;
    z-index: 10000 !important;
    height: calc(100svh - var(--yf-fog-header-height, 72px)) !important;
    background: transparent !important;
  }

  #right-drawer-slot#right-drawer-slot:has([data-cart-drawer]:not([style*="display: none"])) {
    width: 100vw !important;
    max-width: none !important;
    height: calc(100svh - var(--yf-fog-header-height, 72px)) !important;
    border-left: 0 !important;
  }

  #right-drawer-slot#right-drawer-slot:has([data-cart-drawer]:not([style*="display: none"])) [data-cart-drawer] {
    min-height: calc(100svh - var(--yf-fog-header-height, 72px)) !important;
  }

  #right-drawer-slot#right-drawer-slot:has([data-cart-drawer]:not([style*="display: none"])) [data-cart-drawer] > .sticky:first-child {
    display: none !important;
  }

  #right-drawer-slot#right-drawer-slot:has([data-cart-drawer]:not([style*="display: none"])) .yf-cart-empty-state {
    min-height: calc(100svh - var(--yf-fog-header-height, 72px)) !important;
  }
}

@media (min-width: 769px) {
  #modals-rightDrawer:has(#filters-form-drawer) {
    top: 0 !important;
    z-index: 10001;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.25) !important;
  }

  #right-drawer-slot:has(#filters-form-drawer) {
    width: 400px !important;
    max-width: 400px !important;
    height: 100vh !important;
    border-left: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  #right-drawer-slot:has(#filters-form-drawer) #filters-form-drawer {
    width: 400px !important;
    min-height: 100vh !important;
  }

  #filters-form-drawer .yf-fog-filter-drawer-header {
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    min-height: 82px;
    border-bottom: 0 !important;
    padding: 0 42px !important;
  }

  #filters-form-drawer .yf-fog-filter-drawer-title {
    justify-self: start;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
  }

  #filters-form-drawer .yf-fog-filter-drawer-tabs {
    display: inline-flex;
    align-items: center;
    gap: 0;
    justify-self: start;
    transform: translateY(-5.5px);
  }

  #filters-form-drawer .yf-fog-filter-drawer-tab {
    margin: 0;
    padding: 0 16px !important;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    appearance: none;
    cursor: pointer;
    opacity: 1;
    transition: none;
  }

  #filters-form-drawer .yf-fog-filter-drawer-tab:hover,
  #filters-form-drawer .yf-fog-filter-drawer-tab:active,
  #filters-form-drawer .yf-fog-filter-drawer-tab.is-active {
    background: transparent;
    color: inherit;
    opacity: 1;
  }

  #filters-form-drawer .yf-fog-filter-drawer-tab.is-active {
    font-weight: 700;
  }

  #filters-form-drawer .yf-fog-filter-drawer-tab:focus,
  #filters-form-drawer .yf-fog-filter-drawer-tab:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
  }

  #filters-form-drawer .yf-fog-filter-drawer-tab-separator {
    display: block;
    width: 1px;
    height: 20px;
    background: currentColor;
  }

  #filters-form-drawer .button__icon.yf-fog-filter-drawer-close {
    position: absolute !important;
    top: 27.5px !important;
    right: 42px !important;
    display: inline-flex !important;
    width: 13px !important;
    height: 16px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    transform: none !important;
  }

  #filters-form-drawer .yf-fog-filter-close-icon {
    display: block;
    width: 14px;
    height: 14px;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width='24'%20height='26'%20viewBox='0%200%2024%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M23%201.07617L1%2025.1516'%20stroke='black'%20stroke-linejoin='round'/%3E%3Cpath%20d='M1%201.07617L23%2025.1516'%20stroke='black'%20stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg%20width='24'%20height='26'%20viewBox='0%200%2024%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M23%201.07617L1%2025.1516'%20stroke='black'%20stroke-linejoin='round'/%3E%3Cpath%20d='M1%201.07617L23%2025.1516'%20stroke='black'%20stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
  }

  #filters-form-drawer #filters-sidebar-drawer > .pb-8 {
    padding-bottom: 0 !important;
  }

  #filters-form-drawer #filters-sidebar-drawer > .pb-8 > div > [data-filterable-filter-fragment]:first-child,
  #filters-form-drawer [data-filterable-filter-fragment="sort-sidebar"] {
    border-top: 1px solid currentColor !important;
  }

  #filters-form-drawer [data-filterable-filter-fragment]:not([data-filterable-filter-fragment="clear"]) {
    width: 316px !important;
    margin-right: 42px !important;
    margin-left: 42px !important;
    border-bottom: 1px solid currentColor !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #mobile-filters-drawer[data-yf-panel="sort"] #filters-form-drawer [data-filterable-filter-fragment="sort-sidebar"] {
    display: block !important;
  }

  #filters-form-drawer [data-filterable-filter-fragment] h3.px-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #filters-form-drawer h3 > button {
    min-height: 46px;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
  }

  #filters-form-drawer h3 > button > .flex.h-4.w-4 {
    display: none !important;
  }

  #filters-form-drawer h3 > button::after {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    background: transparent;
    transform: rotate(225deg);
    transition: none;
  }

  #filters-form-drawer h3 > button[aria-expanded="true"]::after {
    transform: rotate(45deg);
  }

  #filters-form-drawer #filters-sidebar-drawer h3 + div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #filters-form-drawer #filters-sidebar-drawer h3 + div ul {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    padding-left: 20px !important;
  }

  #filters-form-drawer [data-filterable-filter-fragment="sort-sidebar"] h3 + div > div {
    margin-top: 0 !important;
  }

  #filters-form-drawer [data-filterable-filter-fragment="sort-sidebar"] .sort-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #filters-form-drawer [data-filterable-filter-fragment="sort-sidebar"] ul {
    padding-left: 20px !important;
    margin-bottom: 12px !important;
  }

  #filters-form-drawer #filters-sidebar-drawer h3 + div li + li {
    margin-top: 6px !important;
  }

  #filters-form-drawer .filter-checkbox + label {
    display: inline-flex !important;
    min-height: 22px;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-transform: none !important;
  }

  #filters-form-drawer .filter-checkbox + label > span:first-child {
    width: 8px !important;
    height: 8px !important;
    margin-right: 0 !important;
    border-width: 1px !important;
    border-radius: 0 !important;
    background-color: transparent !important;
  }

  #filters-form-drawer .filter-checkbox:checked + label > span:first-child {
    background-color: currentColor !important;
  }

  #filters-form-drawer .filter-checkbox:disabled + label {
    opacity: 0.32 !important;
  }

  #filters-form-drawer .show-toggle-link {
    margin-top: 8px;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-transform: none;
  }

  #filters-form-drawer .yf-fog-filter-actions {
    grid-template-columns: 1fr 1fr;
    width: 400px !important;
    height: 49px;
    min-height: 49px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
  }

  #filters-form-drawer .yf-fog-filter-action {
    display: inline-flex;
    min-height: 49px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 14px 28px;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    appearance: none;
  }

  #filters-form-drawer .yf-fog-filter-action--clear {
    background: #fff;
    color: #000;
  }

  #filters-form-drawer .yf-fog-filter-action--clear:disabled {
    opacity: 1;
  }

  #filters-form-drawer .yf-fog-filter-action--apply {
    background: #000;
    color: #fff;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shopify-section:has([data-theme-header]) {
    transition: none;
  }
}

.sold-out-mask {
  position: relative;
  overflow: hidden;
}

.sold-out-mask::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.08);
  z-index: 10 !important; /* ลด z-index ลงเหลือแค่ 10 */
  pointer-events: none;
}





@media (min-width: 640px) {
  .force-uppercase-on-desktop {
    text-transform: uppercase;
  }
}





.cursor-pointer.text-scheme-secondary.line-through {
    color: inherit !important;
    opacity: 0.3 !important;
}





/* สไตล์สำหรับข้อความหลัก */
.custom-overlay-text {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 88px;
  font-weight: 880;
  letter-spacing: 4px;
  line-height: 1.1;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  z-index: 10;
}

/* ปรับแต่งปุ่ม DEFINE ให้ใหญ่และเด่นชัดขึ้น */
.theme-button.theme-button--in-group {
  position: absolute;
  top: auto;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  align-items: center;
  background: rgba(0, 0, 0, 0.8) !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 14px;
  font-weight: 500;
  height: 47px;
  justify-content: center;
  letter-spacing: 1.1px;
  line-height: 1;
  min-height: 0;
  opacity: 1;
  padding: 0;
  width: 262px;
}

.theme-button.theme-button--in-group:hover,
.theme-button.theme-button--in-group:focus-visible {
  background: rgba(0, 0, 0, 0.8) !important;
  color: #fff !important;
}

#shopify-section-template--27683064709414__image_with_text_overlay_TtBTBT > section,
#shopify-section-template--27683064709414__image_with_text_overlay_TtBTBT > section > .group {
  border-bottom: 0 !important;
}

#shopify-section-template--27683064709414__image_with_text_overlay_TtBTBT > section > .group {
  height: 100vh !important;
  min-height: 100vh !important;
}

@supports (height: 100svh) {
  #shopify-section-template--27683064709414__image_with_text_overlay_TtBTBT > section > .group {
    height: 100svh !important;
    min-height: 100svh !important;
  }
}

/* ปรับขนาดและตำแหน่งสำหรับหน้าจอมือถือ */
@media (max-width: 768px) {
  .custom-overlay-text {
    font-size: 45px;
    padding: 0 10px;
    top: 50%; /* ปรับตำแหน่งให้เหมาะสมกับมือถือ */
  }

  .theme-button.theme-button--in-group {
    bottom: 7%;
    font-size: 14px;
    font-weight: 500;
    height: 47px;
    min-height: 0;
    padding: 0;
    white-space: nowrap;
    width: 262px;
  }
}

/* Remove scroll arrow element completely (no space, no box) */
.scroll-arrow {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.scroll-arrow::before,
.scroll-arrow::after {
  display: none !important;
  content: none !important;
}

/* FOG-style carousel arrows: thin, quiet, and smaller than the theme default. */
.splide__arrows {
  gap: 0.35rem !important;
}

.splide__arrow {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 2.05rem !important;
  height: 1.6rem;
  color: currentColor;
  opacity: 1;
}

.splide__arrow .theme-icon {
  display: none !important;
}

.splide__arrow::before {
  content: '';
  display: block;
  width: 1.65rem;
  height: 1px;
  background: currentColor;
}

.splide__arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 0.58rem;
  height: 0.58rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.splide__arrow--prev::before {
  margin-left: 0.08rem;
}

.splide__arrow--prev::after {
  left: 0.25rem;
  transform: translateY(-50%) rotate(225deg);
}

.splide__arrow--next::before {
  margin-right: 0.08rem;
}

.splide__arrow--next::after {
  right: 0.25rem;
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 768px) {
  .splide__arrows {
    gap: 0.25rem !important;
  }

  .splide__arrow {
    width: 1.8rem !important;
    height: 1.45rem;
  }

  .splide__arrow::before {
    width: 1.42rem;
  }

  .splide__arrow::after {
    width: 0.5rem;
    height: 0.5rem;
  }
}





/* เปลี่ยนจากวงกลมเป็นสี่เหลี่ยม และเอามุมโค้งออก */
.filter-checkbox + label > span:first-child {
    border-radius: 0 !important; /* ลบวงกลมออก */
    width: 8px !important;      /* ขนาดเล็กลง */
    height: 8px !important;
}

/* ทำให้ checkbox ที่ถูกเลือกแล้วเต็มไปด้วยสีดำ */
.filter-checkbox:checked + label > span:first-child {
    background-color: #000 !important; 
}

/* ทำให้ checkbox ที่ถูกปิดใช้งานเป็นสีจางลง */
.filter-checkbox:disabled + label {
    opacity: 0.3 !important;
}
.show-toggle-link {
  font-size: inherit !important;
  font-weight: inherit !important;
  text-decoration: none !important;
  border-bottom: 1px solid currentColor; /* เพิ่มเส้นเดียวอยู่ด้านล่าง */
  padding-bottom: 2px;
  display: inline-block;
  line-height: 1.2;
}
.show-toggle-link {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}





.line-through.text-scheme-secondary,
.text-scheme-secondary.line-through,
.cursor-pointer.text-scheme-secondary.line-through {
  opacity: 1 !important; 
  color: rgba(0,0,0,0.3) !important; 
  text-decoration: line-through;
}

.text-inherit {
  color: inherit !important;
  text-decoration: inherit !important;
}
/* สีสำหรับราคาหลังลดราคา (ราคาใหม่) */
.text-scheme-accent {
  color: #05A66B !important; /* สีแดงสด */
}





.vendor,
.product-title,
.size-info,
.price-info {
  margin: 0; /* reset margin ทั้งหมดก่อน */
}

.product-title, 
.size-info,
.price-info {
  margin-top: 0px; /* กำหนดระยะเท่ากันทุกตัว (แนะนำ 8px หรือปรับตามชอบ) */
}
/* ระยะห่าง Vendor กับ Title */
.vendor {
  margin-bottom: 2px; /* ปรับระยะตามต้องการ */
}





#product-count {
    font-size: 15px !important; /* เท่ากับ .product-title */
    font-family: Helvetica !important; /* ฟ้อนต์ตามจริงจาก .product-title */
    font-weight: 400 !important;
    line-height: 1.4 !important;
    margin-left: 0px; /* ระยะห่าง */
    letter-spacing: 0 !important; /* ตามที่พบใน .product-title */
    white-space: nowrap; /* ป้องกันข้อความขึ้นบรรทัดใหม่ */
    display: inline-block; /* ไม่ทับซ้อน */
    vertical-align: text-top; /* จัดตำแหน่งแนวตั้ง */
}





.vendor, .product-tile-standard .vendor {
  color: black !important;
  opacity: 1 !important;
}





/* แสดงเฉพาะในคอมพิวเตอร์ */
@media (min-width: 769px) {
  .product-content-container .product-block-area {
    padding-top: 180px; /* ปรับตัวเลขตามที่ต้องการได้เลย */
  }
}

/* ซ่อนในมือถือ */
@media (max-width: 768px) {
  .product-content-container .product-block-area {
    padding-top: 0 !important;
  }
}





.product-price-block {
  font-size: 16px !important; /* เปลี่ยนเป็นขนาดที่คุณต้องการ */
  font-weight: 700 !important; /* เปลี่ยนความหนาตามที่คุณต้องการ เช่น 400 (regular), 500 (medium), 700 (bold) */
}

.rich-text-vendor, .rich-text-vendor p,
.rich-text-title, .rich-text-title p,
.product-price-block, .product-price-block p
.rich-text-condition-1, .rich-text-condition-1 p,
.rich-text-condition-2, .rich-text-condition-2 p,
.rich-text-condition-3, .rich-text-condition-3 p,
.add-to-cart-container, .add-to-cart-container p {
  margin-top: 0 !important;
}

.rich-text-vendor,
.rich-text-title {
  margin-bottom: 2px;
}

.rich-text-vendor {
  margin-left: -2px;
}

.product-variant-picker-block, .product-variant-picker-block p {
  margin-top: 11px;
  margin-bottom: 13px;
}

.add-to-cart-container, .add-to-cart-container p {
  margin-bottom: 49px;
}

.product-page-popup-link {
  margin-top: 21px;
  margin-bottom: -28px;
  display: flex;
  justify-content: flex-end;
  margin-right: -7px; /* ปรับเลข px ตามที่ต้องการ */
}

.rich-text-condition-2 {
  margin-bottom: 0px;
}

.rich-text-condition-3 {
  margin-bottom: -5px;
}

.product-price-block span.line-through,
.product-price-block s {
  opacity: 0.3 !important;
  margin-left: 0.5rem !important; /* ml-2 ใน Tailwind คือ 0.5rem */
}

/* sold out variant style */
.product-variant-picker-block input[type="radio"]:disabled + label,
.product-variant-picker-block input[type="radio"].sold-out + label,
.product-variant-picker-block input[type="radio"].unavailable + label {
    opacity: 0.3 !important;
    text-decoration: line-through !important;
    cursor: not-allowed !important;
}

.theme-button[disabled], 
.theme-button.disabled,
button[disabled],
button.disabled {
  opacity: .3 !important;
  cursor: not-allowed !important;
  pointer-events: none;
}

.yf-fog-footer {
  background: #fff !important;
  color: #000 !important;
  padding: 0 !important;
}

.yf-fog-footer__interior {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3vw;
  background: #05a66b;
  min-height: 89.81px;
  height: 89.81px;
  padding: 16px 2.60417vw 13.81px;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  font-weight: 500;
  overflow: visible;
  position: relative;
}

@media (min-width: 1025px) {
  .yf-fog-footer__interior {
    height: 89.81px;
  }
}

.yf-fog-footer__newsletter {
  width: 22.5vw;
  min-width: 280px;
}

.yf-fog-footer__newsletter form {
  position: relative;
}

.yf-fog-footer__heading {
  margin: 0;
  padding-bottom: 4px;
  font-family: inherit;
  font-size: 0.78125vw;
  font-weight: 400;
  line-height: 1.33333em;
  letter-spacing: 0.03em;
  text-transform: none;
}

.yf-fog-footer__newsletter-wrap {
  position: relative;
}

.yf-fog-footer__newsletter-wrap input {
  width: 100%;
  border: 0 !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: uppercase;
  outline: none !important;
  padding: 0.52083vw 24px 0.41667vw 0 !important;
  -webkit-appearance: none;
  appearance: none;
}

.yf-fog-footer__newsletter-wrap label {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 1;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  pointer-events: none;
  transition: all 0.35s ease;
}

.yf-fog-footer__newsletter-wrap input:focus + label,
.yf-fog-footer__newsletter-wrap input:valid + label {
  bottom: 26px;
  font-size: 0.6875rem;
}

.yf-fog-footer__form-actions button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 37px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: url("arrow-long-right.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px auto;
  color: inherit;
  cursor: pointer;
  padding: 0;
}

@media (max-width: 1366px) {
  .yf-fog-footer__interior {
    font-size: 10px;
    height: 89.81px;
    padding: 16px 3.90625vw 13.81px;
  }

  .yf-fog-footer__heading {
    font-size: 1.17188vw;
  }

  .yf-fog-footer__newsletter-wrap input {
    font-size: 10px !important;
  }

  .yf-fog-footer__newsletter-wrap label {
    font-size: 10px;
  }

  .yf-fog-footer__form-actions button {
    height: 32px;
  }
}

.yf-fog-footer__message {
  margin: 0;
}

.yf-fog-footer__nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yf-fog-footer__nav li {
  margin-left: 1.875vw;
}

.yf-fog-footer__nav a,
.yf-fog-footer__nav > ul > li > span,
.yf-fog-footer__localization-button {
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 !important;
}

.yf-fog-footer__nav form {
  margin: 0;
}

.yf-fog-footer__language {
  position: relative;
  z-index: 140;
}

.yf-fog-footer__language-switcher {
  display: inline-block;
  isolation: isolate;
  position: relative;
}

.yf-fog-footer__language-current {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 0.45em;
  list-style: none;
  white-space: nowrap;
}

.yf-fog-footer__language-current::-webkit-details-marker {
  display: none;
}

.yf-fog-footer__language-current-label {
  display: inline-block;
}

.yf-fog-footer__language-caret {
  align-items: center;
  color: inherit;
  display: inline-flex;
  height: 12px;
  max-height: 1em;
  transform: rotate(180deg);
  transform-origin: center;
  width: 14px;
}

.yf-fog-footer__language-caret svg {
  display: block;
  height: 12px;
  stroke: currentColor;
  width: 12px;
}

.yf-fog-footer__language-caret polyline {
  stroke: currentColor;
}

.yf-fog-footer__language-switcher[open] .yf-fog-footer__language-caret {
  transform: rotate(0deg);
}

.yf-fog-footer__nav .yf-fog-footer__language-menu {
  background: #fff !important;
  border: 1px solid #000;
  bottom: calc(100% + 0.5rem);
  color: #000;
  display: block !important;
  left: -16px;
  list-style: none;
  margin: 0;
  min-width: 180px;
  padding: 0;
  position: absolute;
  text-transform: uppercase;
  z-index: 2147483647;
}

.yf-fog-footer__language-switcher:not([open]) .yf-fog-footer__language-menu {
  display: none !important;
}

.yf-fog-footer__nav .yf-fog-footer__language-menu li {
  background: #fff;
  border-top: 1px solid #000;
  display: block !important;
  margin: 0 !important;
}

.yf-fog-footer__nav .yf-fog-footer__language-menu li:first-child {
  border-top: 0;
}

.yf-fog-footer__nav .yf-fog-footer__language-menu .yf-fog-footer__language-link {
  color: #000 !important;
  display: block !important;
  padding: 10px 16px !important;
  width: 100%;
}

.yf-fog-footer__nav .yf-fog-footer__language-menu .yf-fog-footer__language-link:hover {
  background: #f2f2f2 !important;
}

.yf-fog-footer__localization-button {
  cursor: pointer;
  gap: 0.35em;
}

.yf-fog-footer__localization-button .rotate {
  margin-left: 0 !important;
}

.yf-fog-footer__localization-button svg {
  width: 10px;
  height: 6px;
}

.yf-fog-footer__currency {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 90;
}

.yf-bucks-currency-slot {
  display: inline-flex;
  align-items: center;
  min-height: 1em;
}

.yf-fog-footer__currency select,
.yf-fog-footer__currency button,
.yf-fog-footer__currency a,
.yf-fog-footer__currency [role="button"] {
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  text-transform: uppercase !important;
  padding: 0 !important;
}

.yf-fog-footer__currency img {
  display: inline-block;
  margin-right: 0.45em;
}

.yf-fog-footer__currency .buckscc-currency-box {
  display: inline-flex !important;
  line-height: inherit !important;
}

.yf-fog-footer__currency .hxoSelectTheme {
  align-items: center !important;
  bottom: auto !important;
  color: inherit !important;
  display: inline-flex !important;
  font: inherit !important;
  left: auto !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  margin: 0 !important;
  position: relative !important;
  right: auto !important;
  text-transform: uppercase !important;
  top: auto !important;
  z-index: 70 !important;
}

.yf-fog-footer__currency .buckscc-select {
  color: inherit !important;
  font: inherit !important;
  height: auto !important;
  line-height: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

.yf-fog-footer__currency .buckscc-select-styled {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  display: inline-flex !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: uppercase !important;
}

.yf-fog-footer__currency .flagWrapper {
  display: none !important;
}

.yf-fog-footer__currency .bucks-selected {
  display: inline-block !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  margin: 0 !important;
  max-height: none !important;
  text-transform: uppercase !important;
}

.yf-fog-footer__currency .bucks__folder-collapse_btn {
  color: inherit !important;
  margin-left: 0.35em !important;
  max-height: 1em !important;
  width: 14px !important;
}

.yf-fog-footer__currency .bucks__folder-collapse_btn svg {
  display: block !important;
  height: 12px !important;
  stroke: currentColor !important;
  width: 12px !important;
}

.yf-fog-footer__currency .bucks__folder-collapse_btn polyline {
  stroke: currentColor !important;
}

.yf-fog-footer__currency .buckscc-select-options {
  background: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  bottom: calc(100% + 0.5rem) !important;
  box-shadow: none !important;
  color: #000 !important;
  display: block !important;
  left: -16px !important;
  margin: 0 !important;
  max-height: 280px !important;
  min-width: 220px !important;
  right: auto !important;
  text-transform: uppercase !important;
  top: auto !important;
  pointer-events: auto !important;
  z-index: 999999999 !important;
}

.yf-fog-footer__currency .buckscc-select-options li {
  background: #fff !important;
  border-top: 1px solid #000 !important;
  color: #000 !important;
  margin: 0 !important;
  padding: 10px 16px !important;
}

.yf-fog-footer__currency .buckscc-select-options li:first-child {
  border-top: 0 !important;
}

.yf-fog-footer__currency .buckscc-select-options li:hover {
  background: #f2f2f2 !important;
}

@media (min-width: 768px) {
  .yf-fog-footer__nav .yf-fog-footer__language-menu,
  .yf-fog-footer__currency .buckscc-select-options {
    border: 0 !important;
    box-shadow: 0 2px 8px rgba(99, 99, 99, 0.2) !important;
  }

  .yf-fog-footer__currency .buckscc-select-options {
    bottom: 100% !important;
    left: 50% !important;
    max-height: 40vh !important;
    min-width: 250px !important;
    overflow-y: auto !important;
    padding: 0 !important;
    transform: translateX(-50%) !important;
    width: 250px !important;
  }

  .yf-fog-footer__currency .buckscc-select-options li {
    align-items: center !important;
    border-top: 0 !important;
    display: flex !important;
    justify-content: center !important;
    min-height: 45px !important;
    padding: 15px 0 !important;
    text-align: center !important;
  }

  .yf-fog-footer__currency .buckscc-select-options li:hover {
    background: #fff !important;
    color: #8a8a8a !important;
  }

  .yf-fog-footer__currency .buckscc-select-options li .bucksItem {
    justify-content: center !important;
    margin-left: 0 !important;
    text-align: center !important;
    width: 100% !important;
  }

  .yf-fog-footer__currency .buckscc-select-options li,
  .yf-fog-footer__currency .buckscc-select-options li .bucksItem,
  .yf-fog-footer__nav .yf-fog-footer__language-menu .yf-fog-footer__language-link {
    font-size: 10px !important;
    letter-spacing: 1.5px !important;
    line-height: 15px !important;
  }

  .yf-fog-footer__nav .yf-fog-footer__language-menu {
    bottom: 100%;
    left: 50%;
    max-height: 40vh;
    min-width: 250px;
    overflow-y: auto;
    padding: 0;
    transform: translateX(-50%);
    width: 250px;
  }

  .yf-fog-footer__nav .yf-fog-footer__language-menu li {
    border-top: 0;
  }

  .yf-fog-footer__nav .yf-fog-footer__language-menu .yf-fog-footer__language-link {
    padding: 15px 0 !important;
    text-align: center;
  }

  .yf-fog-footer__nav .yf-fog-footer__language-menu .yf-fog-footer__language-link:hover {
    background: #fff !important;
    color: #8a8a8a !important;
  }
}

.yf-fog-footer__nav data-island > div {
  z-index: 60;
}

.yf-fog-footer__nav [id^="country-list-"] {
  min-width: 220px;
  background: #fff !important;
  border: 1px solid currentColor !important;
  color: #000 !important;
  gap: 0 !important;
}

.yf-fog-footer__nav [id^="country-list-"] li {
  margin-left: 0;
  padding-bottom: 0;
  background: #fff !important;
  border-bottom: 1px solid currentColor;
}

.yf-fog-footer__nav [id^="country-list-"] li:last-child {
  border-bottom: 0;
}

.yf-fog-footer__nav [id^="country-list-"] button {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}

.yf-fog-footer__copyright {
  display: block;
  background: #fff;
  color: #000;
  min-height: 0;
  padding: 14px 2.60417vw;
}

.yf-fog-footer__copyright p {
  margin: 0;
  font-size: 11.2px;
  line-height: 1.4;
}

@media (max-width: 1024px) and (orientation: portrait) {
  .yf-fog-footer__interior {
    display: block;
    height: auto;
    min-height: 0;
    padding: 4.29688vw 2.60417vw 7.8125vw;
    font-size: 12px;
  }

  .yf-fog-footer__newsletter {
    width: 36.45833vw;
    min-width: 0;
    padding-bottom: 5.46875vw;
  }

  .yf-fog-footer__nav ul {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }

  .yf-fog-footer__nav li {
    margin-left: 0;
    padding-bottom: 1.3em;
  }

  .yf-fog-footer__heading {
    font-size: 1.95313vw;
    padding-bottom: 6px;
  }

  .yf-fog-footer__newsletter-wrap input {
    padding: 0.78125vw 24px 0.78125vw 0 !important;
    font-size: 12px !important;
  }

  .yf-fog-footer__newsletter-wrap label {
    font-size: 12px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .yf-fog-footer__heading {
    font-size: 4vw;
  }

  .yf-fog-footer__interior {
    min-height: 0;
    height: auto;
    padding: 5.86667vw 5.33333vw 6vw;
  }

  .yf-fog-footer__nav li {
    padding-bottom: 0.95em;
  }

  .yf-fog-footer__nav,
  .yf-fog-footer__nav ul,
  .yf-fog-footer__nav li {
    width: 100%;
  }

  .yf-fog-footer__nav a,
  .yf-fog-footer__nav > ul > li > span,
  .yf-fog-footer__currency .bucks-selected {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .yf-fog-footer__currency .buckscc-currency-box,
  .yf-fog-footer__currency .hxoSelectTheme,
  .yf-fog-footer__currency .buckscc-select,
  .yf-fog-footer__currency .buckscc-select-styled,
  .yf-fog-footer__currency .bucks-selected {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .yf-fog-footer__currency .buckscc-select .bucks-selected {
    margin: 0 !important;
  }

  .yf-fog-footer__currency .buckscc-select-styled .flagWrapper {
    display: none !important;
    margin: 0 !important;
    min-width: 0 !important;
    width: 0 !important;
  }

  .yf-fog-footer__currency .hxoSelectTheme.hxo-mobile_relative {
    margin-left: 0 !important;
  }

  .yf-fog-footer__currency {
    z-index: 120;
  }

  .yf-fog-footer__currency .buckscc-select {
    position: relative !important;
  }

  .yf-fog-footer__currency .buckscc-select-options {
    background: #fff !important;
    border: 0 !important;
    bottom: 100% !important;
    box-shadow: 0 2px 8px rgba(99, 99, 99, 0.2) !important;
    color: #000 !important;
    left: 0 !important;
    max-height: 40vh !important;
    min-width: 0 !important;
    overflow-y: auto !important;
    padding: 0 !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    width: min(220px, calc(100vw - 42px)) !important;
    z-index: 999999999 !important;
  }

  .yf-fog-footer__currency .buckscc-select-options li {
    align-items: center !important;
    border-top: 0 !important;
    display: flex !important;
    justify-content: center !important;
    margin: 0 !important;
    min-height: 30px !important;
    padding: 7.5px 0 !important;
    text-align: center !important;
  }

  .yf-fog-footer__currency .buckscc-select-options li,
  .yf-fog-footer__currency .buckscc-select-options li .bucksItem,
  .yf-fog-footer__nav .yf-fog-footer__language-menu .yf-fog-footer__language-link {
    font-size: 10px !important;
    letter-spacing: 1.5px !important;
    line-height: 15px !important;
  }

  .yf-fog-footer__currency .buckscc-select-options li .bucksItem {
    justify-content: center !important;
    margin-left: 0 !important;
    text-align: center !important;
    width: 100% !important;
  }

  .yf-fog-footer__nav .yf-fog-footer__language-menu {
    background: #fff !important;
    border: 0 !important;
    bottom: 100%;
    box-shadow: 0 2px 8px rgba(99, 99, 99, 0.2) !important;
    left: 0;
    max-height: 40vh;
    min-width: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: auto;
    transform: none;
    width: min(220px, calc(100vw - 42px));
    z-index: 2147483647;
  }

  .yf-fog-footer__nav .yf-fog-footer__language-menu li {
    border-top: 0;
    margin: 0;
    padding: 0;
  }

  .yf-fog-footer__nav .yf-fog-footer__language-menu .yf-fog-footer__language-link {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 30px;
    padding: 7.5px 0 !important;
    text-align: center;
    width: 100%;
  }

  .yf-fog-footer__copyright {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }

  .yf-fog-footer__newsletter {
    width: 100%;
    padding-bottom: 8vw;
  }

  .yf-fog-footer__newsletter-wrap input {
    padding: 2.13333vw 24px 2.13333vw 0 !important;
  }
}





@media (min-width: 1024px) {
  body.product .product-media-container img {
    height: auto; /* ให้ความสูงเป็นอัตโนมัติ */
    max-height: 100vh; /* ความสูงสูงสุดเต็มจอ */
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }




  
