@font-face {
  font-family: "MSW Manrope";
  src: url("/catalog/view/theme/journal3/assets/shopitnow-home-v1-manrope-greek.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: "MSW Manrope";
  src: url("/catalog/view/theme/journal3/assets/shopitnow-home-v1-manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-024F, U+20AC;
}

.msw-chrome {
  --msw-chrome-ink: #09141d;
  --msw-chrome-navy: #101f2b;
  --msw-chrome-teal: #12b9b2;
  --msw-chrome-teal-dark: #087f7b;
  --msw-chrome-gold: #d7b46a;
  --msw-chrome-paper: #f3f6f6;
  --msw-chrome-line: #dce4e4;
  --msw-chrome-muted: #607078;
  color: var(--msw-chrome-ink);
  font-family: "MSW Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.msw-chrome,
.msw-chrome *,
.msw-chrome *::before,
.msw-chrome *::after {
  box-sizing: border-box;
}

.msw-chrome a {
  color: inherit;
  text-decoration: none;
}

.msw-chrome button,
.msw-chrome input {
  font: inherit;
}

.msw-chrome svg {
  display: block;
}

.msw-chrome--header,
.msw-chrome--footer {
  display: none;
}

body.msw-chrome-header-ready .msw-chrome--header {
  display: block;
}

body.msw-chrome-footer-ready .msw-chrome--footer {
  display: block;
}

body.msw-store.msw-chrome-header-ready .site-wrapper > header {
  display: none !important;
}

body.msw-store.msw-chrome-footer-ready .site-wrapper > footer,
body.msw-store.msw-chrome-footer-ready .site-wrapper footer:not(.msw-chrome-footer) {
  display: none !important;
}

.msw-chrome--header {
  position: sticky;
  z-index: 48000;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 0 rgba(9, 20, 29, .1);
}

.msw-chrome-header {
  width: 100%;
  background: #fff;
}

.msw-chrome-header__utility {
  min-height: 30px;
  background: var(--msw-chrome-ink);
  color: rgba(255, 255, 255, .72);
}

.msw-chrome-header__utility-inner {
  width: min(1420px, calc(100% - 40px));
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 auto;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.msw-chrome-header__specialist {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  white-space: nowrap;
}

.msw-chrome-header__specialist i {
  width: 7px;
  height: 7px;
  display: block;
  border: 1px solid var(--msw-chrome-teal);
  background: var(--msw-chrome-teal);
  box-shadow: 0 0 0 4px rgba(18, 185, 178, .16);
  transform: rotate(45deg);
}

.msw-chrome-header__utility nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.8vw, 40px);
}

.msw-chrome-header__utility nav > * {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.msw-chrome-header__utility nav b {
  color: var(--msw-chrome-teal);
  font-family: inherit;
  font-size: 9px;
}

.msw-chrome-header__utility a:hover,
.msw-chrome-header__utility a:focus-visible {
  color: #fff;
}

.msw-chrome-header__main {
  width: min(1420px, calc(100% - 40px));
  min-height: 80px;
  display: grid;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(20px, 2.5vw, 38px);
  margin: 0 auto;
}

.msw-chrome-header__brand,
.msw-chrome-header__brand #logo,
.msw-chrome-header__brand #logo > a {
  width: 220px;
  min-width: 0;
  display: flex;
  align-items: center;
  margin: 0 !important;
}

.msw-chrome-header__brand #logo img {
  width: 220px;
  height: 55px;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.msw-chrome-header__nav {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.7vw, 28px);
}

.msw-chrome-header__nav > a {
  position: relative;
  padding: 29px 0 27px;
  color: var(--msw-chrome-ink);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.2;
  white-space: nowrap;
}

.msw-chrome-header__nav > a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  background: var(--msw-chrome-teal);
  content: "";
  opacity: 0;
  transform: scaleX(.45);
  transition: opacity 160ms ease, transform 160ms ease;
}

.msw-chrome-header__nav > a:hover::after,
.msw-chrome-header__nav > a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.msw-chrome-header__discover {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 13px 5px 6px;
  border: 1px solid var(--msw-chrome-line);
  border-radius: 2px;
  background: var(--msw-chrome-paper);
  color: var(--msw-chrome-ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 760;
  white-space: nowrap;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.msw-chrome-header__discover:hover,
.msw-chrome-header__discover:focus-visible,
.msw-chrome-header__discover[aria-expanded="true"] {
  border-color: var(--msw-chrome-teal);
  background: var(--msw-chrome-ink);
  color: #fff;
}

.msw-chrome-header__discover-mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  background: var(--msw-chrome-teal);
  color: var(--msw-chrome-ink);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.msw-chrome-header__discover i {
  position: relative;
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
}

.msw-chrome-header__discover i::before {
  position: absolute;
  top: 42%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 160ms ease;
}

.msw-chrome-header__discover[aria-expanded="true"] i::before {
  transform: translate(-50%, -12%) rotate(225deg);
}

.msw-chrome-header__actions {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.msw-chrome-search {
  position: relative;
  z-index: 3;
  width: clamp(205px, 17vw, 280px);
  height: 44px;
  flex: 0 1 auto;
}

.msw-chrome-search #me_search,
.msw-chrome-search #search {
  position: relative;
  width: 100%;
  height: 44px;
  margin: 0;
}

.msw-chrome-search #me_search > .search-trigger,
.msw-chrome-search #search > .search-trigger {
  display: none !important;
}

.msw-chrome-search #me_search > .me_seach_dropdown {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 44px;
  display: flex !important;
  align-items: center;
  overflow: visible;
  padding: 0;
  border: 1px solid var(--msw-chrome-line);
  border-radius: 2px;
  background: var(--msw-chrome-paper);
  box-shadow: none;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.msw-chrome-search #me_search .me-search-input {
  width: 0 !important;
  min-width: 0 !important;
  height: 100%;
  flex: 1 1 0 !important;
}

.msw-chrome-search #me_search_input {
  width: 100%;
  height: 100%;
  padding: 0 8px 0 14px;
  border: 0 !important;
  background: transparent;
  color: var(--msw-chrome-ink);
  box-shadow: none !important;
  font-size: 13px;
}

.msw-chrome-search #me_search_input::placeholder {
  color: rgba(96, 112, 120, .7);
}

.msw-chrome-search #me_search .clearable__clear {
  right: 2px;
}

.msw-chrome-search #me_search .me_seach_dropdown > .me-submit-search {
  position: static !important;
  width: 38px !important;
  min-width: 38px !important;
  height: 38px !important;
  display: grid !important;
  place-items: center !important;
  margin-right: 3px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--msw-chrome-teal) !important;
  color: var(--msw-chrome-ink) !important;
  box-shadow: none !important;
}

.msw-chrome-search #me_search .me_seach_dropdown > .me-submit-search:hover,
.msw-chrome-search #me_search .me_seach_dropdown > .me-submit-search:focus-visible {
  background: var(--msw-chrome-ink) !important;
  color: #fff !important;
}

.msw-chrome-search #me_search .me_seach_dropdown > .me-submit-search .fa-search {
  font-size: 15px;
}

body.msw-chrome-header-ready .msw-chrome-search #me_search .me_dropdown {
  position: fixed !important;
  z-index: 49000 !important;
  top: 111px !important;
  right: auto !important;
  left: 50% !important;
  width: min(1180px, calc(100vw - 40px)) !important;
  min-width: 0 !important;
  max-width: min(1180px, calc(100vw - 40px)) !important;
  max-height: calc(100vh - 132px) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  border: 1px solid var(--msw-chrome-line) !important;
  border-radius: 3px !important;
  background: #fff !important;
  color: var(--msw-chrome-ink) !important;
  box-shadow: 0 28px 80px rgba(9, 20, 29, .25), 6px 6px 0 rgba(18, 185, 178, .24) !important;
  transform: translateX(-50%) !important;
  overscroll-behavior: contain;
}

body.msw-chrome-header-ready .msw-chrome-search #me_search .me_dropdown::before {
  display: none !important;
  content: none !important;
}

body.msw-chrome-header-ready .msw-chrome-search #me_search .me_dropdown > li {
  width: 100% !important;
  padding: 20px !important;
  list-style: none;
}

body.msw-chrome-header-ready .msw-chrome-search #me_search .me-dropdown-layout {
  width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 210px minmax(0, 1fr) 235px !important;
  align-items: stretch !important;
  gap: 18px !important;
  margin: 0 !important;
}

body.msw-chrome-header-ready .msw-chrome-search #me_search .me-search-main {
  position: relative;
  min-width: 0;
  overflow: hidden !important;
}

body.msw-chrome-header-ready .msw-chrome-search #me_search .me_carousel_swiper {
  position: relative !important;
  min-width: 0;
  padding: 0 39px !important;
  overflow: visible !important;
}

body.msw-chrome-header-ready .msw-chrome-search #me_search .me_carousel_swiper_container {
  width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

body.msw-chrome-header-ready .msw-chrome-search #me_search .me_carousel_swiper > .swiper-buttons {
  position: absolute !important;
  z-index: 6 !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
  pointer-events: none !important;
}

body.msw-chrome-header-ready .msw-chrome-search #me_search .me_carousel_swiper > .swiper-buttons > .swiper-button-prev,
body.msw-chrome-header-ready .msw-chrome-search #me_search .me_carousel_swiper > .swiper-buttons > .swiper-button-next {
  top: 50% !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  border: 1px solid var(--msw-chrome-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--msw-chrome-ink) !important;
  box-shadow: 0 8px 20px rgba(9, 20, 29, .13) !important;
  transform: translateY(-50%) !important;
  pointer-events: auto !important;
}

body.msw-chrome-header-ready .msw-chrome-search #me_search .me_carousel_swiper > .swiper-buttons > .swiper-button-prev {
  right: auto !important;
  left: 0 !important;
}

body.msw-chrome-header-ready .msw-chrome-search #me_search .me_carousel_swiper > .swiper-buttons > .swiper-button-next {
  right: 0 !important;
  left: auto !important;
}

body.msw-chrome-header-ready .msw-chrome-search #me_search .me-search-cart-action,
body.msw-chrome-header-ready .msw-chrome-search #me_search .me_carousel_swiper .btn-cart {
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 2px !important;
  background: var(--msw-chrome-teal) !important;
  color: var(--msw-chrome-ink) !important;
  box-shadow: none !important;
  font-weight: 760 !important;
  white-space: nowrap !important;
}

body.msw-chrome-header-ready .msw-chrome-search #me_search .me-search-cart-action:hover,
body.msw-chrome-header-ready .msw-chrome-search #me_search .me-search-cart-action:focus-visible,
body.msw-chrome-header-ready .msw-chrome-search #me_search .me_carousel_swiper .btn-cart:hover,
body.msw-chrome-header-ready .msw-chrome-search #me_search .me_carousel_swiper .btn-cart:focus-visible {
  background: var(--msw-chrome-ink) !important;
  color: #fff !important;
}

body.msw-chrome-header-ready .msw-chrome-search #me_search .me-view-all-results {
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 2px !important;
  background: var(--msw-chrome-ink) !important;
  color: #fff !important;
  font-weight: 760 !important;
}

.msw-chrome-action,
.msw-chrome-language > #language,
.msw-chrome-cart > #cart {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}

.msw-chrome-action {
  display: grid;
  place-items: center;
  border: 1px solid var(--msw-chrome-line);
  border-radius: 2px;
  background: #fff;
  color: var(--msw-chrome-ink);
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.msw-chrome-action:hover,
.msw-chrome-action:focus-visible {
  border-color: var(--msw-chrome-teal);
  background: var(--msw-chrome-paper);
  color: var(--msw-chrome-teal-dark);
}

.msw-chrome-action svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.msw-chrome-language,
.msw-chrome-cart {
  position: relative;
  width: 44px;
  min-width: 44px;
  height: 44px;
  flex: 0 0 44px;
}

.msw-chrome-language #language,
.msw-chrome-language #form-language,
.msw-chrome-language #form-language > .drop-menu {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
}

.msw-chrome-language #language {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.msw-chrome-language #form-language > .drop-menu {
  position: relative !important;
  overflow: visible !important;
}

.msw-chrome-language #language #form-language > .drop-menu > .dropdown-toggle {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 1px solid var(--msw-chrome-line) !important;
  border-radius: 2px !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 0 !important;
}

.msw-chrome-language #language .language-flag-title,
.msw-chrome-language #language .language-flag-title .symbol {
  width: 28px !important;
  height: 28px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.msw-chrome-language #language .language-title {
  display: none !important;
}

.msw-chrome-language #language img {
  width: 20px;
  height: auto;
}

.msw-chrome-language #language .dropdown-toggle .language-flag-title img {
  width: 16px !important;
  height: 11px !important;
  display: block !important;
  place-self: center !important;
  align-self: center !important;
  justify-self: center !important;
  margin: 0 !important;
}

body.msw-chrome-header-ready .msw-chrome-language #language #form-language > .drop-menu > .dropdown-menu.j-dropdown {
  position: absolute !important;
  z-index: 49200 !important;
  top: calc(100% + 9px) !important;
  right: 0 !important;
  left: auto !important;
  width: 160px !important;
  min-width: 160px !important;
  height: auto !important;
  display: none !important;
  margin: 0 !important;
  padding: 7px !important;
  overflow: hidden !important;
  visibility: hidden !important;
  border: 1px solid var(--msw-chrome-line) !important;
  border-radius: 2px !important;
  background: #fff !important;
  box-shadow: 0 18px 48px rgba(9, 20, 29, .2) !important;
  opacity: 0 !important;
  transform: translateY(-6px) !important;
  transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease !important;
}

body.msw-chrome-header-ready .msw-chrome-language #language #form-language > .drop-menu > .dropdown-menu.j-dropdown::before,
body.msw-chrome-header-ready .msw-chrome-language #language #form-language > .drop-menu > .dropdown-menu.j-dropdown::after {
  display: none !important;
  content: none !important;
}

body.msw-chrome-header-ready .msw-chrome-language #language #form-language > .drop-menu.open > .dropdown-menu.j-dropdown,
body.msw-chrome-header-ready .msw-chrome-language #language #form-language > .drop-menu.animating > .dropdown-menu.j-dropdown {
  display: block !important;
}

body.msw-chrome-header-ready .msw-chrome-language #language #form-language > .drop-menu.open > .dropdown-menu.j-dropdown {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

body.msw-chrome-header-ready .msw-chrome-language #language .dropdown-menu.j-dropdown > .j-menu {
  width: auto !important;
  height: auto !important;
  max-height: none !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  list-style: none !important;
  border: 0 !important;
  background: #fff !important;
}

body.msw-chrome-header-ready .msw-chrome-language #language .dropdown-menu.j-dropdown > .j-menu > li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.msw-chrome-language #language .language-select {
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  padding: 8px 10px !important;
  background: #fff !important;
  color: var(--msw-chrome-ink) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.msw-chrome-language #language .language-select:hover,
.msw-chrome-language #language .language-select:focus-visible {
  background: var(--msw-chrome-paper) !important;
  color: var(--msw-chrome-teal-dark) !important;
}

.msw-chrome-cart #cart,
.msw-chrome-cart #cart > .cart-heading {
  margin: 0 !important;
}

.msw-chrome-cart #cart > .cart-heading {
  position: relative;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  border: 1px solid var(--msw-chrome-ink) !important;
  border-radius: 2px !important;
  background: var(--msw-chrome-ink) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.msw-chrome-cart #cart-total {
  display: none !important;
}

.msw-chrome-cart #cart .fa-shopping-cart {
  position: static !important;
  width: 22px !important;
  height: 22px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.msw-chrome-cart #cart .fa-shopping-cart::before,
.msw-chrome-cart #cart .fa-shopping-cart::after {
  display: none !important;
  content: none !important;
}

.msw-chrome-cart #cart .shopitnow-mobile-cart-icon {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
  color: currentColor !important;
}

.msw-chrome-cart #cart-items {
  position: absolute !important;
  z-index: 2;
  top: -7px !important;
  right: -7px !important;
  min-width: 20px !important;
  height: 20px !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 5px !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  background: var(--msw-chrome-teal) !important;
  color: var(--msw-chrome-ink) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 16px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  transform: none !important;
}

.msw-chrome-cart #cart-items.count-zero {
  display: none !important;
}

body.msw-chrome-header-ready .msw-chrome-cart #cart-content {
  position: absolute !important;
  z-index: 49200 !important;
  top: calc(100% + 9px) !important;
  right: 0 !important;
  left: auto !important;
  min-width: 320px !important;
  max-width: min(390px, calc(100vw - 24px)) !important;
  border: 1px solid var(--msw-chrome-line) !important;
  border-radius: 2px !important;
  background: #fff !important;
  box-shadow: 0 20px 55px rgba(9, 20, 29, .22) !important;
  color: var(--msw-chrome-ink) !important;
}

.msw-chrome-header__menu {
  min-width: 82px;
  height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 13px;
  border: 1px solid var(--msw-chrome-teal);
  border-radius: 2px;
  background: var(--msw-chrome-teal);
  color: var(--msw-chrome-ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 780;
}

.msw-chrome-header__menu i {
  position: relative;
  width: 17px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.msw-chrome-header__menu i::after {
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  border-top: 2px solid currentColor;
  content: "";
}

.msw-chrome :focus-visible {
  outline: 3px solid rgba(18, 185, 178, .4);
  outline-offset: 3px;
}

.msw-chrome-footer {
  display: block !important;
  padding: 0 max(28px, calc((100% - 1380px) / 2)) 24px;
  overflow: hidden;
  background: var(--msw-chrome-ink);
  color: #fff;
}

body.msw-store .msw-chrome-footer {
  background: var(--msw-chrome-ink) !important;
  color: #fff !important;
}

.msw-chrome-footer__service {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-right: 1px solid var(--msw-chrome-line);
  border-bottom: 1px solid var(--msw-chrome-line);
  border-left: 1px solid var(--msw-chrome-line);
  background: var(--msw-chrome-paper);
  color: var(--msw-chrome-ink);
}

body.msw-store .msw-chrome-footer > .msw-chrome-footer__service {
  padding-top: 0 !important;
  background: var(--msw-chrome-paper) !important;
}

.msw-chrome-footer__service > div {
  min-height: 104px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  border-right: 1px solid var(--msw-chrome-line);
}

.msw-chrome-footer__service > div:last-child {
  border-right: 0;
}

.msw-chrome-footer__service b {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  border: 1px solid var(--msw-chrome-teal-dark);
  color: var(--msw-chrome-teal-dark);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
}

.msw-chrome-footer__service span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.msw-chrome-footer__service strong {
  color: var(--msw-chrome-ink);
  font-size: 14px;
  font-weight: 780;
  line-height: 1.3;
}

.msw-chrome-footer__service small {
  color: var(--msw-chrome-muted);
  font-size: 12px;
  line-height: 1.45;
}

.msw-chrome-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr .8fr .9fr 1.15fr;
  gap: clamp(32px, 4vw, 68px);
  padding: 70px 0 58px;
}

body.msw-store .msw-chrome-footer > .msw-chrome-footer__grid,
body.msw-store .msw-chrome-footer > .msw-chrome-footer__bottom {
  background: transparent !important;
}

.msw-chrome-footer__wordmark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.msw-chrome-footer__emblem {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex: 0 0 58px;
  border: 1px solid var(--msw-chrome-teal);
  background: rgba(18, 185, 178, .08);
  color: var(--msw-chrome-teal);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.06em;
  transform: none;
}

.msw-chrome-footer__wordmark > span:last-child {
  display: flex;
  flex-direction: column;
}

.msw-chrome-footer__wordmark strong {
  color: #fff;
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 780;
  letter-spacing: -.045em;
  line-height: 1;
}

.msw-chrome-footer__wordmark small {
  margin-top: 6px;
  color: var(--msw-chrome-gold);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .12em;
}

.msw-chrome-footer__brand p {
  max-width: 390px;
  margin: 24px 0 25px;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 1.75;
}

.msw-chrome-footer__social {
  display: flex;
  gap: 10px;
}

.msw-chrome-footer__social a {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .24);
  color: #fff;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  font-weight: 800;
}

.msw-chrome-footer__social a:hover,
.msw-chrome-footer__social a:focus-visible {
  border-color: var(--msw-chrome-teal);
  background: var(--msw-chrome-teal);
  color: var(--msw-chrome-ink);
}

.msw-chrome-footer__links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 11px;
}

.msw-chrome-footer__links > span,
.msw-chrome-footer__support > span {
  margin-bottom: 8px;
  color: var(--msw-chrome-teal);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.msw-chrome-footer__links a {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 580;
  line-height: 1.45;
}

.msw-chrome-footer__links a:hover,
.msw-chrome-footer__links a:focus-visible {
  color: #fff;
}

.msw-chrome-footer__support {
  align-self: start;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: linear-gradient(145deg, rgba(18, 185, 178, .13), rgba(255, 255, 255, .025));
}

.msw-chrome-footer__support h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 520;
  letter-spacing: -.035em;
  line-height: 1.14;
}

.msw-chrome-footer__phone {
  display: inline-block;
  margin-bottom: 18px;
  color: #fff;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 20px;
  font-weight: 800;
}

.msw-chrome-footer__support > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
}

.msw-chrome-footer__support > div a {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(18, 185, 178, .45);
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 720;
}

.msw-chrome-footer__support small {
  display: block;
  margin-top: 22px;
  color: rgba(255, 255, 255, .48);
  font-size: 11px;
}

.msw-chrome-footer__bottom {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .48);
  font-size: 11px;
}

.msw-chrome-footer__utility-links {
  width: min(1420px, calc(100% - 40px));
  min-height: 64px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 0 auto;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  font-weight: 650;
}

.msw-chrome-footer__utility-links a:hover,
.msw-chrome-footer__utility-links a:focus-visible {
  color: var(--msw-chrome-teal);
}

.msw-chrome-footer__bottom nav {
  display: flex;
  gap: 20px;
}

.msw-chrome-footer__bottom a:hover,
.msw-chrome-footer__bottom a:focus-visible {
  color: #fff;
}

@media (max-width: 1380px) {
  .msw-chrome-header__main,
  .msw-chrome-header__utility-inner {
    width: calc(100% - 28px);
  }

  .msw-chrome-header__main {
    gap: 18px;
  }

  .msw-chrome-header__brand,
  .msw-chrome-header__brand #logo,
  .msw-chrome-header__brand #logo > a {
    width: 190px;
  }

  .msw-chrome-header__brand #logo img {
    width: 190px;
  }

  .msw-chrome-header__nav {
    gap: 16px;
  }

  .msw-chrome-header__nav > a:nth-of-type(4) {
    display: none;
  }

  .msw-chrome-search {
    width: clamp(185px, 16vw, 235px);
  }
}

@media (max-width: 1040px) {
  .msw-chrome-header__nav > a:nth-of-type(n + 3) {
    display: none;
  }

  .msw-chrome-action--compare {
    display: none !important;
  }

  .msw-chrome-footer__service {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .msw-chrome-footer__service > div:nth-child(2) {
    border-right: 0;
  }

  .msw-chrome-footer__service > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--msw-chrome-line);
  }

  .msw-chrome-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .msw-chrome-footer__brand,
  .msw-chrome-footer__support {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .msw-chrome--header {
    position: relative;
  }

  .msw-chrome-header__utility-inner {
    justify-content: center;
  }

  .msw-chrome-header__utility nav > :not(:last-child) {
    display: none;
  }

  .msw-chrome-header__main {
    min-height: 120px;
    grid-template-columns: minmax(0, 1fr) 44px 44px auto;
    grid-template-rows: 48px 44px;
    align-content: center;
    gap: 9px 10px;
    padding: 9px 0 10px;
  }

  .msw-chrome-header__brand,
  .msw-chrome-header__brand #logo,
  .msw-chrome-header__brand #logo > a {
    width: min(205px, 100%);
    grid-column: 1;
    grid-row: 1;
  }

  .msw-chrome-header__brand #logo img {
    width: min(200px, 100%);
    height: 46px;
  }

  .msw-chrome-header__nav {
    display: none;
  }

  .msw-chrome-header__actions {
    display: contents;
  }

  .msw-chrome-search {
    width: 100%;
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .msw-chrome-action--account,
  .msw-chrome-action--compare {
    display: none !important;
  }

  .msw-chrome-language {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }

  .msw-chrome-cart {
    grid-column: 3;
    grid-row: 1;
    justify-self: center;
  }

  .msw-chrome-header__menu {
    display: inline-flex;
    grid-column: 4;
    grid-row: 1;
    justify-self: end;
  }

  body.msw-chrome-header-ready .msw-chrome-search #me_search .me_dropdown {
    top: 151px !important;
    right: 14px !important;
    left: 14px !important;
    width: auto !important;
    max-width: none !important;
    max-height: calc(100vh - 168px) !important;
    transform: none !important;
  }

  body.msw-chrome-header-ready .msw-chrome-search #me_search .me-dropdown-layout {
    display: block !important;
  }

  .msw-chrome-footer {
    padding: 0 20px 22px;
  }

  .msw-chrome-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 24px;
    padding: 58px 0 48px;
  }

  .msw-chrome-footer__brand,
  .msw-chrome-footer__support {
    grid-column: 1 / -1;
  }

  .msw-chrome-footer__links a {
    font-size: 14px;
  }

  .msw-chrome-footer__bottom {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 24px 0 5px;
    font-size: 12px;
  }

  .msw-chrome-footer__bottom nav {
    flex-wrap: wrap;
    gap: 10px 18px;
  }

  .msw-chrome-footer__utility-links {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .msw-chrome-header__main,
  .msw-chrome-header__utility-inner {
    width: calc(100% - 22px);
  }

  .msw-chrome-header__utility-inner {
    justify-content: space-between;
    gap: 12px;
  }

  .msw-chrome-header__utility nav {
    gap: 0;
  }

  .msw-chrome-header__utility nav a {
    font-size: 9px;
  }

  .msw-chrome-header__main {
    grid-template-columns: minmax(0, 1fr) 44px 44px 44px;
    gap: 9px 6px;
  }

  .msw-chrome-header__specialist {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .msw-chrome-header__brand,
  .msw-chrome-header__brand #logo,
  .msw-chrome-header__brand #logo > a {
    width: min(176px, 100%);
  }

  .msw-chrome-header__brand #logo img {
    width: min(172px, 100%);
  }

  .msw-chrome-header__menu {
    width: 44px;
    min-width: 44px;
    padding: 0;
  }

  .msw-chrome-header__menu span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .msw-chrome-footer__service {
    grid-template-columns: 1fr;
  }

  .msw-chrome-footer__service > div {
    min-height: 92px;
    border-right: 0;
    border-bottom: 1px solid var(--msw-chrome-line);
  }

  .msw-chrome-footer__service > div:last-child {
    border-bottom: 0;
  }

  .msw-chrome-footer__grid {
    grid-template-columns: 1fr;
  }

  .msw-chrome-footer__brand,
  .msw-chrome-footer__support {
    grid-column: auto;
  }

  .msw-chrome-footer__support {
    padding: 22px;
  }

  .msw-chrome-footer__wordmark strong {
    font-size: 25px;
  }

  .msw-chrome-footer__bottom nav {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  .msw-chrome-header__specialist {
    max-width: 124px;
  }

  .msw-chrome-header__menu {
    width: 44px;
    min-width: 44px;
    padding: 0;
  }

  .msw-chrome-header__menu span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .msw-chrome-footer__emblem {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }
}

/* MySmartWatch: display only the active selling price across the store. */
body.msw-store .price-old,
body.msw-store .product-price-old,
body.msw-store .old-price,
body.msw-store .cart-product-original,
body.msw-store .sin-compare-product__old-price,
body.msw-store #msw-home .msw-product-bottom del,
body.msw-store #msw-home .msw-compare-option-copy del {
  display: none !important;
}

@media (max-width: 560px) {
  body.msw-store .msw-chrome-header__specialist {
    max-width: none;
    overflow: visible;
    text-overflow: clip;
  }
}

/* Store-wide MySmartWatch navigation. It remains inert until the scoped JS marks it ready. */
body.msw-home-nav-lock {
  overflow: hidden;
}

.msw-home-nav {
  --msw-nav-ink: #09141d;
  --msw-nav-teal: #12b9b2;
  --msw-nav-muted: #9eb0b7;
  position: fixed;
  z-index: 49990;
  top: var(--msw-home-nav-top, 0px);
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
  color: #fff;
  font-family: "MSW Manrope", Arial, sans-serif;
}

.msw-home-nav,
.msw-home-nav * {
  box-sizing: border-box;
}

.msw-home-nav[aria-hidden="false"] {
  visibility: visible;
  pointer-events: auto;
}

.msw-home-nav-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(3, 13, 20, .76);
  opacity: 0;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: opacity 180ms ease;
}

.msw-home-nav[aria-hidden="false"] .msw-home-nav-backdrop {
  opacity: 1;
}

.msw-home-nav-panel {
  position: relative;
  z-index: 1;
  max-height: min(690px, calc(100vh - var(--msw-home-nav-top, 0px)));
  overflow: auto;
  border-top: 2px solid var(--msw-nav-teal);
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    var(--msw-nav-ink);
  background-size: 32px 32px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .36);
  opacity: 0;
  transform: translateY(-16px);
  transition: transform 190ms ease, opacity 190ms ease;
}

.msw-home-nav[aria-hidden="false"] .msw-home-nav-panel {
  opacity: 1;
  transform: translateY(0);
}

.msw-home-nav-inner {
  width: min(1340px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 20px;
}

.msw-home-nav-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  align-items: start;
  gap: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.msw-home-nav-head h2 {
  margin: 8px 0 0;
  color: #fff;
  font-family: "MSW Manrope", Arial, sans-serif;
  font-size: clamp(25px, 2.2vw, 36px);
  font-weight: 480;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.msw-home-nav-kicker,
.msw-home-nav-grid > section > span {
  color: var(--msw-nav-teal);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.msw-home-nav-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.msw-home-nav-kicker i {
  width: 42px;
  height: 1px;
  display: block;
  background: currentColor;
}

.msw-home-nav-close {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .03);
  color: #fff;
  font: inherit;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.msw-home-nav-close:hover,
.msw-home-nav-close:focus-visible {
  border-color: var(--msw-nav-teal);
  background: var(--msw-nav-teal);
  color: #031517;
}

.msw-home-nav-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.msw-home-nav-grid > section {
  min-width: 0;
  min-height: 280px;
  padding: 24px 24px 20px;
  border-left: 1px solid rgba(255, 255, 255, .13);
}

.msw-home-nav-grid > section:first-child {
  padding-left: 0;
  border-left: 0;
}

.msw-home-nav-grid h3 {
  margin: 10px 0 15px;
  color: #fff;
  font-family: "MSW Manrope", Arial, sans-serif;
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.msw-home-nav-intro {
  position: relative;
  overflow: hidden;
  padding-right: 24px !important;
}

.msw-home-nav-intro p {
  position: relative;
  z-index: 1;
  max-width: 290px;
  margin: 0 0 20px;
  color: var(--msw-nav-muted);
  font-size: 14px;
  line-height: 1.6;
}

.msw-home-nav-actions {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px;
  max-width: 250px;
}

.msw-home-nav-action {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .025);
  color: #fff;
  font-family: "MSW Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.msw-home-nav-action b {
  color: var(--msw-nav-teal);
}

.msw-home-nav-action:hover,
.msw-home-nav-action:focus-visible,
.msw-home-nav-action-primary {
  border-color: var(--msw-nav-teal);
}

.msw-home-nav-action-primary {
  background: var(--msw-nav-teal);
  color: #031517;
}

.msw-home-nav-action-primary b {
  color: #031517;
}

.msw-home-nav-column a {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, .09);
  color: #dce6e8;
  text-decoration: none;
  transition: color 150ms ease, padding 150ms ease;
}

.msw-home-nav-column a:first-of-type {
  border-top-color: rgba(18, 185, 178, .38);
}

.msw-home-nav-column a strong {
  font-size: 14px;
  font-weight: 560;
  line-height: 1.25;
}

.msw-home-nav-column a b {
  color: var(--msw-nav-teal);
  font-size: 12px;
  font-weight: 600;
  opacity: .62;
}

.msw-home-nav-column a:hover,
.msw-home-nav-column a:focus-visible {
  padding-left: 7px;
  color: var(--msw-nav-teal);
}

.msw-home-nav-foot {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--msw-nav-muted);
  font-size: 12px;
}

.msw-home-nav-foot div {
  display: flex;
  align-items: center;
  gap: 24px;
}

.msw-home-nav-foot a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.msw-home-nav-foot a:hover,
.msw-home-nav-foot a:focus-visible {
  color: var(--msw-nav-teal);
}

.msw-home-nav button:focus-visible,
.msw-home-nav a:focus-visible {
  outline: 3px solid rgba(18, 185, 178, .5);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .msw-home-nav-panel {
    max-height: calc(100dvh - var(--msw-home-nav-top, 0px));
  }

  .msw-home-nav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .msw-home-nav-grid > section:nth-child(3) {
    border-left: 0;
  }

  .msw-home-nav-grid > section:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, .13);
  }
}

@media (max-width: 620px) {
  .msw-home-nav-inner {
    width: calc(100% - 28px);
    padding-top: 18px;
  }

  .msw-home-nav-head {
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 14px;
    padding-bottom: 17px;
  }

  .msw-home-nav-head h2 {
    font-size: 25px;
  }

  .msw-home-nav-close {
    width: 42px;
    height: 42px;
  }

  .msw-home-nav-grid {
    grid-template-columns: 1fr;
  }

  .msw-home-nav-grid > section,
  .msw-home-nav-grid > section:first-child {
    min-height: 0;
    padding: 19px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, .13);
    border-left: 0;
  }

  .msw-home-nav-grid > section:first-child {
    border-top: 0;
  }

  .msw-home-nav-intro p {
    max-width: none;
  }

  .msw-home-nav-actions {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .msw-home-nav-foot {
    align-items: flex-start;
    flex-direction: column;
    padding: 15px 0 18px;
  }

  .msw-home-nav-foot div {
    flex-wrap: wrap;
    gap: 12px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .msw-home-nav-backdrop,
  .msw-home-nav-panel {
    transition: none;
  }
}

@media print {
  .msw-chrome--header,
  .msw-chrome--footer {
    display: none !important;
  }

  body.msw-store .site-wrapper > header,
  body.msw-store .site-wrapper > footer,
  body.msw-store .site-wrapper footer:not(.msw-chrome-footer) {
    display: block !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .msw-chrome *,
  .msw-chrome *::before,
  .msw-chrome *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Keep the desktop product gallery and purchase panel visually balanced. */
@media (min-width: 1280px) {
  html.route-product-product .product-info > .product-left,
  html.route-product-product .product-info > .product-right {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;
  }
}

/* Let the primary product photo use the complete mobile viewport. */
@media (max-width: 767px) {
  html.route-product-product .product-info .product-left .main-image {
    box-sizing: border-box;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    border-radius: 0 !important;
  }

  html.route-product-product .product-info .product-left .main-image > .swiper-container {
    width: 100% !important;
    max-width: none !important;
    border-radius: 0 !important;
  }
}

/* Keep product choices primary when the included-items panel moves below them. */
@media (min-width: 768px) {
  html.route-product-product .product-options .color-option.include-free-below .product-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 0 8px !important;
    scroll-padding-inline: 0;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  html.route-product-product .product-options .color-option.include-free-below .product-grid > .product-layout {
    flex: 0 0 120px !important;
    width: 120px !important;
    min-width: 120px !important;
    scroll-snap-align: start;
  }

  html.route-product-product .product-options .color-option.include-free-below .included_free {
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  html.route-product-product .product-options .color-option.include-free-below .include_free_item {
    scroll-snap-align: start;
  }
}

/* Make only the confirmed in-stock state easy to scan without changing stock rules. */
html.route-product-product .availability-label--available {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #087f6e !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

html.route-product-product .availability-label--available::before {
  content: "\2713";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border: 1px solid #85d4c7;
  border-radius: 50%;
  background: #e0f7f1;
  color: #087f6e;
  font-size: 11px;
  font-weight: 800;
}

html.route-product-product .oalert .availability-label--available {
  margin-bottom: 4px;
}

html.route-product-product .product-cart-stock .availability-label--available {
  font-size: 12px;
  white-space: nowrap;
}

html.route-product-product .availability-detail {
  margin-left: 7px;
  color: #68717c;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.25;
}

html.route-product-product .availability-detail--limited {
  color: #8f5f1b;
}

html.route-product-product .product-cart-stock .availability-detail {
  font-size: 11px;
}

/* Keep desktop Live Offers below the store header and away from the chat area. */
@media (min-width: 768px) {
  html.route-product-product #mobile-live-offers {
    --desktop-live-offers-top: clamp(128px, 15vh, 164px);
  }

  html.route-product-product #mobile-live-offers .desktop-live-offers-wrap {
    top: var(--desktop-live-offers-top) !important;
    right: clamp(16px, 2vw, 32px) !important;
    bottom: auto !important;
  }

  html.route-product-product #mobile-live-offers .desktop-live-offers-peek {
    top: var(--desktop-live-offers-top) !important;
    right: 0 !important;
    bottom: auto !important;
  }

  html.route-product-product #mobile-live-offers .mobile-live-offers-sheet {
    top: var(--desktop-live-offers-top) !important;
    right: clamp(16px, 2vw, 32px) !important;
    bottom: auto !important;
    height: min(640px, calc(100dvh - var(--desktop-live-offers-top) - 24px)) !important;
    max-height: calc(100dvh - var(--desktop-live-offers-top) - 24px) !important;
  }

  html.route-product-product #mobile-live-offers.is-detail .mobile-live-offers-sheet {
    height: min(720px, calc(100dvh - var(--desktop-live-offers-top) - 24px)) !important;
  }
}

/* Keep one clear video entry point on the product gallery. */
html.route-product-product .main-image .shopitnow-main-video-cta,
html.route-product-product .main-image .shopitnow-video-cta,
html.route-product-product .main-image .pm-main-video-play,
html.route-product-product .main-image .pm-main-video-quick-action {
  display: none !important;
}
