[x-cloak] {
  display: none !important;
}

#hamburger {
  -webkit-tap-highlight-color: transparent;
  background: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  height: 50px;
  outline: none;
  padding: 10px;
  transition: all 0.1s ease-in-out;
  width: 50px;
}
#hamburger:active {
  transform: scale(0.98);
}
#hamburger .hamburgerLine {
  background: black;
  border-radius: 6px;
  display: block;
  height: 2px;
  width: 25px;
  margin: 5px 0;
}

.sideMegaMenu .smmMainWrapper {
  background: #fff;
  bottom: 0;
  display: flex;
  left: -200%;
  height: 100%;
  overflow: auto;
  position: fixed;
  transition: left 0.15s ease-in-out;
  top: 0;
  z-index: 1003;
}
.sideMegaMenu .smmMainWrapper.open {
  left: 0;
}
.sideMegaMenu .smmMainWrapper .smmSidebarWrapper {
  border-right: 1px solid #e0e0e0;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100%;
  min-width: 320px;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 320px;
  z-index: 201;
}
.sideMegaMenu .smmMainWrapper .smmSidebarWrapper .smmHeaderWrapper .smmHeaderButtonContainer {
  box-sizing: border-box;
  padding: 10px 10px 0 0;
}
.sideMegaMenu .smmMainWrapper .smmSidebarWrapper .smmHeaderWrapper .smmHeaderButtonContainer .smmHeaderButton {
  cursor: pointer;
}
.sideMegaMenu .smmMainWrapper .smmSidebarWrapper .smmHeaderWrapper .smmHeader {
  box-sizing: border-box;
  height: 100%;
  padding: 10px 0;
}
.sideMegaMenu .smmMainWrapper .smmSidebarWrapper .smmHeaderWrapper .smmHeader .smmHeaderContainer .bannerPlaceholder:not(:has(*)) {
  box-sizing: border-box;
  padding: 50px;
}
.sideMegaMenu .smmMainWrapper .smmMenuItem {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  font-weight: 500;
  outline: none !important;
  padding: 0 15px;
}
.sideMegaMenu .smmMainWrapper .smmMenuItem .smmMenuItemTitle {
  font-size: 15px;
  padding: 10px 0;
  width: 100%;
}
.sideMegaMenu .smmMainWrapper .smmMenuItem.active, .sideMegaMenu .smmMainWrapper .smmMenuItem.current {
  background-color: #ededed;
}
.sideMegaMenu .smmMainWrapper .smmMenuItem.active .smmMenuItemTitle, .sideMegaMenu .smmMainWrapper .smmMenuItem.current .smmMenuItemTitle {
  color: #fff;
}
.sideMegaMenu .smmMainWrapper .smmMenuItem.active .smmMenuItemTitle svg, .sideMegaMenu .smmMainWrapper .smmMenuItem.current .smmMenuItemTitle svg {
  fill: #fff;
}
.sideMegaMenu .smmMainWrapper a .smmMenuItem.active {
  color: white;
}
.sideMegaMenu .smmFullscreen {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  width: 100%;
}
.sideMegaMenu .smmFullscreen.overlay {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 100;
}
.sideMegaMenu .smmFullscreen.overlay.open {
  opacity: 1;
  pointer-events: all;
}

/*@function clamp-size($min-value: null, $max-value: null, $min-window: null, $max-window: null) {
    $min-w: if($min-window != null, $min-window, 320);
    $max-w: if($max-window != null, $max-window, 2000);

    $min: calc($min-value * 1px);
    $max: calc($max-value * 1px);

    @return clamp(
            $min,
            calc($min + ($max-value - $min-value) * calc((100vw - calc($min-w * 1px)) / ($max-w - $min-w))),
            $max
    )
}*/
#desktop-menu {
  display: none;
  overflow-y: auto;
}
#desktop-menu::-webkit-scrollbar {
  display: none;
}
#desktop-menu.open {
  display: block;
}
#desktop-menu .listViewMenu .megaMenuWrapper {
  display: flex;
  flex-wrap: wrap;
}
#desktop-menu .listViewMenu .megaMenuWrapper .megaMenuColumns {
  display: flex;
  flex: 2;
  flex-wrap: wrap;
  height: -moz-fit-content;
  height: fit-content;
}
#desktop-menu .listViewMenu .megaMenuWrapper .megaMenuColumns .megaMenuCategoryContainer {
  display: flex;
}
@media (max-width: 1200px) {
  #desktop-menu .listViewMenu .megaMenuWrapper .megaMenuColumns .megaMenuCategoryContainer {
    flex-wrap: wrap;
    max-width: calc(610px + 2 * clamp(15px, 15px + 15 * (100vw - 980px) / 220, 30px));
  }
  #desktop-menu .listViewMenu .megaMenuWrapper .megaMenuColumns .megaMenuCategoryContainer .megaMenuCategory {
    gap: 10px;
    padding: 15px clamp(15px, calc(15px + (30 - 15) * ((100vw - 980px) / (1200 - 980))), 30px);
    width: 100%;
  }
}
#desktop-menu .listViewMenu .megaMenuWrapper .megaMenuColumns .megaMenuCategoryColumn {
  max-width: 300px;
}
@media (max-width: 1200px) {
  #desktop-menu .listViewMenu .megaMenuWrapper .megaMenuColumns .megaMenuCategoryColumn {
    width: 300px;
  }
}
#desktop-menu .listViewMenu .megaMenuWrapper .megaMenuColumns .megaMenuCategoryBannerColumn {
  float: left;
  max-width: 300px;
  position: relative;
}
@media (max-width: 1200px) {
  #desktop-menu .listViewMenu .megaMenuWrapper .megaMenuColumns .megaMenuCategoryBannerColumn {
    max-width: 100%;
    padding: 15px clamp(15px, calc(15px + (30 - 15) * ((100vw - 980px) / (1200 - 980))), 30px);
    width: 100%;
  }
}
#desktop-menu .listViewMenu .megaMenuWrapper .megaMenuColumns .categoryList {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  padding: 15px 30px;
}
@media (max-width: 1200px) {
  #desktop-menu .listViewMenu .megaMenuWrapper .megaMenuColumns .categoryList {
    padding: 15px 0;
  }
}
#desktop-menu .listViewMenu .megaMenuWrapper .megaMenuColumns .categoryList h4 {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 8px;
}
#desktop-menu .listViewMenu .megaMenuWrapper .megaMenuColumns .categoryList span {
  margin: 0 0 3px;
}
#desktop-menu .listViewMenu .megaMenuWrapper .megaMenuColumns .categoryList .submenuItem {
  color: #202020;
  display: block;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
#desktop-menu .listViewMenu .megaMenuWrapper .megaMenuColumns .categoryList .submenuItem:hover {
  color: #909497;
}
#desktop-menu .listViewMenu .megaMenuWrapper .megaMenuColumns .categoryList .submenuItem.underline::after {
  background: #909497;
  content: "";
  display: block;
  height: 1px;
  transform-origin: left;
  transition: width 0.2s ease-in-out;
  width: 0;
}
#desktop-menu .listViewMenu .megaMenuWrapper .megaMenuColumns .categoryList .submenuItem.underline:hover::after {
  width: 100%;
}
#desktop-menu .listViewMenu .megaMenuWrapper .megaMenuColumns .columnWrapper {
  list-style: none;
  margin: 0;
  min-width: 180px;
  padding: 0 20px 20px;
  width: 180px;
}
#desktop-menu .listViewMenu .megaMenuWrapper .megaMenuColumns .columnWrapper .submenuItem {
  color: #202020;
  display: block;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
#desktop-menu .listViewMenu .megaMenuWrapper .megaMenuColumns .columnWrapper .submenuItem .underline::after {
  background: #202020;
  content: "";
  display: block;
  height: 1px;
  transform-origin: left;
  transition: width 0.2s ease-in-out;
  width: 0;
}
#desktop-menu .listViewMenu .megaMenuWrapper .megaMenuColumns .columnWrapper .submenuItem .underline:hover::after {
  width: 100%;
}
#desktop-menu .listViewMenu .megaMenuWrapper .modules {
  flex: 1;
  max-width: 300px;
  min-width: 280px;
}
#desktop-menu .listViewMenu .closeBtnWrapper {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 10px 10px 0 0;
}
#desktop-menu .listViewMenu .closeBtnWrapper .closeBtn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: large;
  outline: none;
}

#mobile-menu .categoriesList {
  inset: 0;
  position: absolute;
}
#mobile-menu .categoriesList .submenu {
  background: #fff;
  bottom: 0;
  cursor: auto;
  height: 100%;
  left: -400px;
  overflow-y: auto;
  position: absolute;
  top: 0;
  transition: left 0.2s ease-in-out;
  width: 100%;
  will-change: left;
  z-index: 400;
}
#mobile-menu .categoriesList .submenu::-webkit-scrollbar {
  display: none;
}
#mobile-menu .categoriesList .submenu.active {
  left: 0;
}
#mobile-menu .categoriesList .submenu .submenuHeaderBar {
  background: #ededed;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: sticky;
  top: 0;
  z-index: 400;
}
#mobile-menu .categoriesList .submenu .submenuHeaderBar .submenuHeaderBarWrapper {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}
#mobile-menu .categoriesList .submenu .submenuHeaderBar .submenuHeaderBarWrapper.withLink .submenuHeaderBarButton {
  flex: 2;
}
#mobile-menu .categoriesList .submenu .submenuHeaderBar .submenuHeaderBarWrapper .submenuHeaderBarButton {
  color: white;
  font-size: 17px;
  overflow: hidden;
  text-align: left;
  padding: 20px 0;
  white-space: nowrap;
}
#mobile-menu .categoriesList .submenu .submenuHeaderBar .submenuHeaderBarWrapper .submenuHeaderBarButton .submenuHeaderBarButtonSvgContainer {
  height: 24px;
  width: 24px;
}
#mobile-menu .categoriesList .submenu .submenuHeaderBar .submenuHeaderBarWrapper .submenuHeaderBarButton .submenuHeaderBarTitle {
  color: inherit;
  font-weight: 500;
  margin: 0;
}
#mobile-menu .categoriesList .submenu .submenuHeaderBar .submenuHeaderBarWrapper .submenuHeaderBarButton .submenuHeaderBarTitle.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
#mobile-menu .categoriesList .submenu .submenuHeaderBar .submenuHeaderBarWrapper .submenuHeaderBarLink {
  color: white;
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  text-align: end;
  padding: 20px 0;
  white-space: nowrap;
}
#mobile-menu .categoriesList .submenu .submenuList {
  background: #fff;
  padding: 30px 0 20px;
}

#header #headerNav {
  float: left;
  margin: 0 auto 0 0;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 2;
}

#header #headerMain .mobileMenuContainer {
  display: none;
  float: left;
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 980px) {
  #header #headerMain .mobileMenuContainer {
    display: block;
  }
}
#header #headerMain .mobileMenuContainer .smmToggleBtn {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  float: left;
  height: 14px;
  justify-content: space-between;
  left: 0;
  margin: 0;
  pointer-events: auto;
  position: relative;
  transition: transform 0.33s cubic-bezier(0.54, -0.81, 0.57, 0.57);
  width: 24px;
  z-index: 20;
}
#header #headerMain .mobileMenuContainer .smmToggleBtn #mobileMenuTogglerLine1,
#header #headerMain .mobileMenuContainer .smmToggleBtn #mobileMenuTogglerLine2,
#header #headerMain .mobileMenuContainer .smmToggleBtn #mobileMenuTogglerLine3 {
  background-color: #202020;
  border-radius: 2px;
  height: 2px;
  position: relative;
  transition: transform 0.33s cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

.combinedMenu {
  float: left;
  position: relative;
}
.combinedMenu .plainMenu {
  float: left;
  margin-right: 20px;
  position: relative;
}
.combinedMenu .plainMenu:last-child {
  margin: 0;
}
.combinedMenu .plainMenu .menuItem.level1 {
  box-sizing: border-box;
  color: #202020;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 20px;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.combinedMenu .plainMenu .menuItem.level1:hover > a {
  color: #909497;
}
.combinedMenu .plainMenu .menuItem.level1:hover > a::after {
  width: 100%;
}
.combinedMenu .plainMenu .menuItem.level1:hover > span {
  color: #909497;
}
@media (max-width: 1300px) {
  .combinedMenu .plainMenu .menuItem.level1 {
    margin: 0 15px;
  }
}
@media (max-width: 1100px) {
  .combinedMenu .plainMenu .menuItem.level1 {
    margin: 0 10px;
  }
  .combinedMenu .plainMenu .menuItem.level1:first-child {
    margin-left: 0;
  }
  .combinedMenu .plainMenu .menuItem.level1:last-child {
    margin-right: 0;
  }
}
@media (max-width: 980px) {
  .combinedMenu .plainMenu .menuItem.level1 {
    font-size: 13px;
  }
}
.combinedMenu .plainMenu .menuItem.level1 > a,
.combinedMenu .plainMenu .menuItem.level1 > span {
  align-items: center;
  box-sizing: border-box;
  color: #202020;
  display: flex;
  float: left;
  padding: 10px 0;
  pointer-events: auto;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.combinedMenu .plainMenu .menuItem.level1 a::after {
  background-color: #202020;
  bottom: 2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 0;
}
.combinedMenu .plainMenu .menuItem.level1 > span {
  cursor: default;
}
.combinedMenu .plainMenu .menuItem.level1.active > span, .combinedMenu .plainMenu .menuItem.level1.current > span, .combinedMenu .plainMenu .menuItem.level1.active > a, .combinedMenu .plainMenu .menuItem.level1.current > a {
  color: #909497;
}
.combinedMenu .plainMenu .menuItem.level1.active > span::after, .combinedMenu .plainMenu .menuItem.level1.current > span::after, .combinedMenu .plainMenu .menuItem.level1.active > a::after, .combinedMenu .plainMenu .menuItem.level1.current > a::after {
  width: 100%;
}
.combinedMenu .plainMenu {
  /*.menuItem.level1 > a::after,
  .menuItem.level1 > span::after {
      background-color: transparent;
      bottom: 0;
      content: '';
      height: 3px;
      left: 0;
      position: absolute;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      width: 0;
  }
  .menuItem.level1.active > a::after,
  .menuItem.level1.current > a::after,
  .menuItem.level1 > a:hover::after,
  .menuItem.level1.active > span::after,
  .menuItem.level1.current > span::after,
  .menuItem.level1 > span:hover::after {
      background-color: #909497;
      width: 100%;
  }*/
}
.combinedMenu .plainMenu .plainMenuSubmenu {
  background-color: #fff;
  box-shadow: 0 9px 19.76px 0.24px rgba(87, 98, 101, 0.06);
  bottom: 0;
  left: -25px;
  max-width: 320px;
  min-width: 160px;
  opacity: 0;
  padding: 30px 0 10px;
  pointer-events: none;
  position: absolute;
  transition: all 0.3s ease 0s;
  transform: translate(0, 100%);
  z-index: 5;
}
.combinedMenu .plainMenu .menuItem:hover .plainMenuSubmenu {
  opacity: 1;
  pointer-events: auto;
}
.combinedMenu .plainMenu .menuItem.level2 {
  box-sizing: border-box;
  color: #202020;
  display: inline-block;
  float: left;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  padding: 5px 25px;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  width: 100%;
}
.combinedMenu .plainMenu .menuItem.level2 a {
  color: #202020;
  float: left;
  inline-size: -moz-max-content;
  inline-size: max-content;
  padding: 0 0 3px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.combinedMenu .plainMenu .menuItem.level2.active span, .combinedMenu .plainMenu .menuItem.level2.current span, .combinedMenu .plainMenu .menuItem.level2.active a, .combinedMenu .plainMenu .menuItem.level2.current a,
.combinedMenu .plainMenu .menuItem.level2 a:hover {
  color: #909497;
}
.combinedMenu .plainMenu .menuItem.level2 {
  /*> a::after,
  > span::after {
      background-color: transparent;
      bottom: 0;
      content: '';
      height: 2px;
      left: 0;
      position: absolute;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      width: 0;
  }
  &.active > a::after,
  &.current > a::after,
  > a:hover::after,
  &.active > span::after,
  &.current > span::after,
  > span:hover::after {
      background-color: #909497;
      width: 100%;
  }*/
}
.combinedMenu .megaMenu {
  float: left;
  margin-right: 20px;
  position: relative;
}
.combinedMenu .megaMenu:last-child {
  margin: 0;
}
@media (max-width: 1050px) {
  .combinedMenu .megaMenu {
    margin-right: 15px;
  }
}
.combinedMenu .megaMenu .menuItem.switch {
  background-color: #e4e4e4;
  box-sizing: border-box;
  color: #202020;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  padding: 0 30px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.combinedMenu .megaMenu .menuItem.switch:hover {
  background-color: #cecece;
}
@media (max-width: 1200px) {
  .combinedMenu .megaMenu .menuItem.switch {
    padding: 0 10px;
  }
}
@media (max-width: 1050px) {
  .combinedMenu .megaMenu .menuItem.switch {
    padding: 0;
  }
}
.combinedMenu .megaMenu .menuItem.switch > button {
  -webkit-tap-highlight-color: transparent;
  background: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  gap: 0 10px;
  height: 60px;
  outline: none;
  padding: 10px;
  transition: all 0.1s ease-in-out;
}
.combinedMenu .megaMenu .menuItem.switch > button > span {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  float: left;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 0;
  pointer-events: auto;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1050px) {
  .combinedMenu .megaMenu .menuItem.switch > button > span {
    font-size: 13px;
  }
}
.combinedMenu .megaMenu .menuItem.switch > button > svg {
  float: left;
  height: 20px;
  margin: 1px 0 0;
  position: relative;
  width: 20px;
}

.sideMegaMenu .smmMainWrapper {
  transition: left 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.sideMegaMenu .smmMainWrapper .smmSidebarWrapper {
  display: flex;
  flex-direction: column;
  width: min(470px, 100vw);
}

.sideMegaMenu .smmMainWrapper .smmSidebarWrapper .smmHeaderWrapper .smmHeader {
  margin: 20px 0;
}

.sideMegaMenu .smmMainWrapper .smmSidebarWrapper .smmHeaderWrapper .smmHeaderButtonContainer {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0;
}

.sideMegaMenu .smmMainWrapper .smmSidebarWrapper .smmUtilitiesContainer {
  margin-top: auto;
}

.sideMegaMenu .smmMainWrapper .smmMenuItem {
  /*border-bottom: 1px solid #909497;*/
  margin-bottom: 10px;
  padding: 0;
}

@keyframes scale {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.sideMegaMenu .smmMainWrapper.open .smmMenuItem:after {
  animation: scale 1.2s cubic-bezier(0.16, 1, 0.3, 1) var(--delay) forwards;
  content: "";
  background: #909497;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  width: 0;
}

.sideMegaMenu .smmMainWrapper .smmMenuItem .smmMenuItemTitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  width: auto;
}

.sideMegaMenu .smmMainWrapper .smmMenuItem .smmSubmenuItemTitle {
  /*display: inline-flex;*/
  font-size: 17px;
  font-weight: 400;
  line-height: 1.1;
  /*width: 100%;*/
}

.sideMegaMenu .smmMainWrapper .smmMenuItem .smmSubmenuItemLink {
  padding: 10px 0 10px 30px;
}

.sideMegaMenu .smmMainWrapper .smmMenuItem .smmSubmenuItemLink:last-child {
  padding-bottom: 20px;
}

.sideMegaMenu .smmMainWrapper .smmMenuItem .smmMenuItemLink {
  position: relative;
  width: 100%;
}

.sideMegaMenu .smmMainWrapper .smmMenuItem .smmMenuItemLinkIcon {
  display: inline-flex;
  font-size: 40px;
  padding: 8px 0;
}

.sideMegaMenu .smmMainWrapper .smmMenuItem .smmMenuItemLinkIcon {
  align-items: center;
  cursor: pointer;
  aspect-ratio: 1;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  position: relative;
}

.sideMegaMenu .smmMainWrapper .smmMenuItem .smmMenuItemLinkIcon:before {
  background: #505253;
  content: "";
  height: 1.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.sideMegaMenu .smmMainWrapper .smmMenuItem .smmMenuItemLinkIcon:after {
  background: #505253;
  bottom: 0;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transform-origin: center;
  transition: transform 0.3s linear;
  width: 1.5px;
}

.sideMegaMenu .smmMainWrapper .smmMenuItem.open .smmMenuItemLinkIcon:after {
  transform: rotate(90deg);
}

.sideMegaMenu .smmMainWrapper .smmSidebarWrapper .smmBottomContainer {
  float: left;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.sideMegaMenu .smmMainWrapper .smmSidebarWrapper .topMenu {
  display: flex;
  justify-content: initial;
  align-items: center;
  gap: 10px !important;
  flex-wrap: wrap;
}

.sideMegaMenu .smmMainWrapper .smmSidebarWrapper .topMenu .menuItem,
.sideMegaMenu .smmMainWrapper .smmSidebarWrapper .topMenu .menuItem a {
  color: #000 !important;
  font-size: 14px;
}

.smmMenuItemsContainerList {
  list-style: none;
  padding: 0;
}

.filterToggleButtonContainer {
  float: left;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.filterToggleButton {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 700;
  transition: color 0.3s ease;
  padding: 0;
}

.filterToggleButton:hover {
  color: #505253;
}

.activeFiltersCounter::before {
  content: "(";
}

.activeFiltersCounter::after {
  content: ")";
}

[x-cloak] {
  display: none !important;
}

.modItemFilters {
  max-width: 1630px;
  width: 100%;
}

.mod-logo {
  align-items: center;
  display: flex;
  justify-content: center;
}
.mod-logo .logo-container {
  height: 40px;
}
.mod-logo .logo-container svg,
.mod-logo .logo-container img {
  height: inherit;
  width: inherit;
}

.registerHere .registerHereImageContainer {
  height: 500px;
}
.registerHere .registerHereImageContainer .registerHereImageContainerImage {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.registerHere .registerHereInfoContainer {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.registerHere .registerHereInfoContainer .registerHereInfoContainerInner {
  background: #fff;
  box-sizing: border-box;
  padding: 50px;
  text-align: center;
  width: min(750px, 90%);
}
.registerHere .registerHereInfoContainer .registerHereInfoContainerInner .registerHereInfoTitle {
  float: left;
  font-size: clamp(30px, 30px + 32 * (100vw - 320px) / 1680, 62px);
  font-weight: 400;
  line-height: 1.1;
  position: relative;
  width: 100%;
}
.registerHere .registerHereInfoContainer .registerHereInfoContainerInner .registerHereInfoText {
  float: left;
  font-weight: 300;
  position: relative;
  width: 100%;
}
.registerHere .registerHereInfoContainer .registerHereInfoContainerInner .registerHereInfoLinkContainer {
  float: left;
  position: relative;
  width: 100%;
}
.registerHere .registerHereInfoContainer .registerHereInfoContainerInner .registerHereInfoLink {
  float: left;
  font-size: 34px;
  position: relative;
}
.registerHere .registerHereInfoContainer .registerHereInfoContainerInner > *:not(:last-child) {
  margin-bottom: 25px;
}

[data-parallax-image-scroll] {
  background-attachment: scroll;
  background-size: cover;
  background-position: center 50%;
  background-repeat: no-repeat;
  will-change: background-position;
}

.filterToggleButtonContainer {
  float: left;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.filterToggleButton {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 700;
  transition: color 0.3s ease;
  padding: 0;
}

.filterToggleButton:hover {
  color: #505253;
}

.activeFiltersCounter::before {
  content: "(";
}

.activeFiltersCounter::after {
  content: ")";
}

[x-cloak] {
  display: none !important;
}

.colorSectionField__color__swatch {
  border-radius: 50%;
  cursor: pointer;
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
}

.filterItemsAll:has(.colorSectionField__color__image) .colorSectionField__color__swatch {
  width: 35px;
  height: 35px;
}

.colorSectionField__color__image {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.filterItemLabel {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.modItemFilters {
  max-width: 1630px;
  width: 100%;
}

.modProductMenuBar__scroller {
  overflow-x: auto;
  padding-bottom: 10px;
}
.modProductMenuBar__item {
  padding: 20px 40px;
  /*border-bottom: 2px solid #ececec;*/
  /*transition: border-bottom 0.15s ease-in-out;*/
  white-space: nowrap;
}
.modProductMenuBar {
  /*&__item:hover {*/
  /*    border-color: #909497;*/
  /*}*/
  /*&__item--active {*/
  /*    border-color: #202020 !important;*/
  /*}*/
}
.modProductMenuBar__titles {
  width: -moz-fit-content;
  width: fit-content;
}
.modProductMenuBar__track {
  background: #ececec;
  display: block;
  height: 2px;
  margin: 0 0 10px 0;
  position: relative;
  width: 100%;
}
.modProductMenuBar__titles__container:hover + .modProductMenuBar__track:before {
  opacity: 1;
}
.modProductMenuBar__track:after {
  background-color: #000;
  content: "";
  inset: 0;
  left: var(--afr-left, 0);
  position: absolute;
  transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
  width: var(--afr-width, 0);
}
.modProductMenuBar__track:before {
  background-color: #909497;
  content: "";
  inset: 0;
  left: var(--bfr-left, 0);
  opacity: 0;
  position: absolute;
  transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out, width 0.3s ease-in-out;
  width: var(--bfr-width, 0);
}

.modSearch {
  float: left;
  margin-left: 15px;
  position: relative;
}
.modSearch__Switch {
  color: #909497;
  cursor: pointer;
  float: left;
  font-size: 14px;
  line-height: 1;
  position: relative;
}
.modSearch__Switch__Icon {
  color: #222;
  font-size: 20px;
}
@media (min-width: 470px) {
  .modSearch__Switch__Icon {
    display: none;
  }
}
@media (max-width: 470px) {
  .modSearch__Switch__Title {
    display: none;
  }
}
.modSearch__PopupContainer {
  bottom: -40px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: translateY(100%);
  transition: all 0.5s cubic-bezier(0.29, 0, 0.2, 1) 0s;
  visibility: hidden;
  z-index: 100;
}
@media (max-width: 740px) {
  .modSearch__PopupContainer {
    bottom: 0;
    position: fixed;
    left: 0;
  }
}
.modSearch__PopupContainer--active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.modSearch__PopupOverlay {
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  height: 200vh;
  position: fixed;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 200vw;
  z-index: 9;
}
.modSearch__Popup .modSearchWrapper {
  float: right;
  position: relative;
  width: 600px;
}
.modSearch__Popup .modSearchForm {
  float: left;
  position: relative;
  width: 100%;
}
.modSearch__Popup .modSearchFormFieldContainer {
  float: left;
  position: relative;
  width: calc(100% - 48px);
}
@media (max-width: 480px) {
  .modSearch__Popup .modSearchFormFieldContainer {
    width: calc(100% - 32px);
  }
}
.modSearch__Popup .modSearchFormField {
  -webkit-appearance: none;
  /*background-color: #f5f5f5;*/
  border: 1px solid #f5f5f5;
  border-top: none;
  /*border: none;*/
  border-radius: 0;
  box-sizing: border-box;
  color: #202020;
  float: left;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  outline: none;
  padding: 10px 30px 10px 15px;
  position: relative;
  width: 100%;
}
@media (max-width: 480px) {
  .modSearch__Popup .modSearchFormField {
    height: 50px;
  }
}
.modSearch__Popup .modSearchFormField::-webkit-input-placeholder {
  color: #b7b7b7;
}
.modSearch__Popup .modSearchFormField::-moz-placeholder {
  color: #b7b7b7;
}
.modSearch__Popup .modSearchFormField:-ms-input-placeholder {
  color: #b7b7b7;
}
.modSearch__Popup .modSearchFormField:-moz-placeholder {
  color: #b7b7b7;
}
.modSearch__Popup .clearSearch {
  background: none;
  border: none;
  color: #202020;
  cursor: pointer;
  font-size: 30px;
  height: auto;
  line-height: 1;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.modSearch__Popup .modSearchFormIcon {
  float: left;
  position: relative;
}
.modSearch__Popup .modSearchFormIcon button {
  background: none #f5f5f5;
  border: none;
  color: #202020;
  cursor: pointer;
  float: left;
  font-size: 18px;
  height: 50px;
  line-height: 1;
  padding: 0;
  transition: all 0.3s ease 0s;
  width: 64px;
}
@media (max-width: 980px) {
  .modSearch__Popup .modSearchFormIcon button {
    background: none #f5f5f5;
  }
}
@media (max-width: 480px) {
  .modSearch__Popup .modSearchFormIcon button {
    font-size: 15px;
    height: 50px;
    width: 50px;
  }
}
.modSearch__Popup .modSearchFormIcon button:hover {
  background-color: #202020;
  color: #fff;
}
.modSearch .modSearchBox {
  background-color: #fff;
  box-shadow: 0 0 10px -4px #ccc;
  box-sizing: border-box;
  cursor: default;
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100vw - 20px);
  position: absolute;
  top: 100%;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 5;
}
.modSearch .modSearchBox .modSearchBoxDetails {
  float: left;
  position: relative;
  width: 100%;
  z-index: 2;
}
.modSearch .modSearchBox .modSearchBoxDetails .modSearchBoxTitleContainer {
  background-color: #f5f5f5;
  box-sizing: border-box;
  float: left;
  padding: 10px 20px;
  position: relative;
  width: 100%;
}
.modSearch .modSearchBox .modSearchBoxDetails .modSearchBoxTitleContainer .modSearchBoxTitle {
  float: left;
  font-weight: 500;
  position: relative;
}
.modSearch .modSearchBox .modSearchBoxDetails .modSearchBoxTitleContainer .modSearchBoxTotalProductsContainer {
  color: #555;
  float: left;
  font-size: 12px;
  gap: 5px;
  position: relative;
}
.modSearch .modSearchBox .modSearchBoxDetails .modSearchBoxTitleContainer .modSearchBoxTotalProductsContainer .modSearchBoxTotalProducts,
.modSearch .modSearchBox .modSearchBoxDetails .modSearchBoxTitleContainer .modSearchBoxTotalProductsContainer .modSearchBoxTotalProductsLabel {
  float: left;
  position: relative;
}
.modSearch .modSearchBox .modSearchBoxDetails .modSearchBoxProducts {
  background-color: #fff;
  box-sizing: border-box;
  float: left;
  max-height: calc(100vh - 380px);
  overflow-y: auto;
  padding: 15px 20px;
  position: relative;
  width: 100%;
}
.modSearch .modSearchBox .modSearchBoxDetails .modSearchBoxProducts .modSearchBoxProductsContainter,
.modSearch .modSearchBox .modSearchBoxDetails .modSearchBoxProducts .modSearchBoxProductContainer {
  float: left;
  position: relative;
  width: 100%;
}
.modSearch .modSearchBox .modSearchBoxDetails .modSearchBoxProducts .modSearchBoxProduct {
  border-bottom: 1px solid #f5f5f5;
  float: left;
  position: relative;
  width: 100%;
}
.modSearch .modSearchBox .modSearchBoxDetails .modSearchBoxProducts .modSearchBoxProduct:last-child {
  border: none;
}
.modSearch .modSearchBox .modSearchBoxDetails .modSearchBoxProducts .modSearchBoxProduct .modSearchBoxProductImage {
  float: left;
  overflow: hidden;
  position: relative;
  transition: transform 0.5s ease 0s;
  width: 100px;
}
.modSearch .modSearchBox .modSearchBoxDetails .modSearchBoxProducts .modSearchBoxProduct .modSearchBoxProductImage:hover {
  transform: scale(1.1);
}
.modSearch .modSearchBox .modSearchBoxDetails .modSearchBoxProducts .modSearchBoxProduct .modSearchBoxProductImage a, .modSearch .modSearchBox .modSearchBoxDetails .modSearchBoxProducts .modSearchBoxProduct .modSearchBoxProductImage img {
  float: left;
  position: relative;
}
.modSearch .modSearchBox .modSearchBoxDetails .modSearchBoxProducts .modSearchBoxProduct .modSearchBoxProductBody {
  box-sizing: border-box;
  float: left;
  padding-left: 20px;
  position: relative;
  width: calc(100% - 100px);
}
.modSearch .modSearchBox .modSearchBoxDetails .modSearchBoxProducts .modSearchBoxProduct .modSearchBoxProductBody .modSearchBoxProductTitleContainer {
  float: left;
  font-size: 14px;
  position: relative;
  width: 100%;
}
.modSearch .modSearchBox .modSearchBoxDetails .modSearchBoxProducts .modSearchBoxProduct .modSearchBoxProductBody .modSearchBoxProductTitle {
  display: inline;
  position: relative;
}
.modSearch .modSearchBox .modSearchBoxDetails .modSearchBoxSummary {
  background-color: #f5f5f5;
  box-sizing: border-box;
  float: left;
  padding: 15px 20px;
  position: relative;
  width: 100%;
}
.modSearch .modSearchBox .modSearchBoxDetails .modSearchBoxSummary .modSearchBoxButton button {
  max-width: 380px;
  width: 100%;
}
.modSearch .searchResultsPage {
  float: left;
  position: relative;
  width: 100%;
}
.modSearch .searchResultsPage .searchResultsInfoContainer {
  border-bottom: 1px solid rgb(228, 228, 228);
  float: left;
  position: relative;
  width: 100%;
}
.modSearch .searchResultsPage .searchResultsInfoContainer .searchResultsMainTitle {
  float: left;
  font-size: clamp(20px, calc(20px + (35 - 20) * ((100vw - 320px) / (2000 - 320))), 35px);
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  width: 100%;
}
.modSearch .searchResultsPage .searchResultsInfoContainer .searchResultsInfo {
  float: left;
  position: relative;
  width: 100%;
}
.modSearch .searchResultsList {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.modSearch .searchResults {
  float: left;
  margin-left: -1px;
  position: relative;
  width: calc(100% + 2px);
}
.modSearch .searchResultsGroup {
  float: left;
  position: relative;
  width: 100%;
}
.modSearch .searchResultsGroup {
  float: left;
  position: relative;
  width: 100%;
}
.modSearch .searchResultsGroupTitle {
  float: left;
  font-size: clamp(20px, calc(20px + (35 - 20) * ((100vw - 320px) / (2000 - 320))), 35px);
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  width: 100%;
}
.modSearch .searchResultsGrid {
  float: left;
  margin-left: -12px;
  position: relative;
  width: calc(100% + 24px);
}
.modSearch .searchResultsGrid .searchResultsItem {
  box-sizing: border-box;
  float: left;
  padding: 0 12px 40px;
  position: relative;
  width: 50%;
}
.modSearch .searchResultsGrid .searchResultsItem.productResult {
  width: 25%;
}
.modSearch .searchResultsGrid .searchResultsItem.storeResult .categoryItemTitle,
.modSearch .searchResultsGrid .searchResultsItem.tasteResult .categoryItemTitle,
.modSearch .searchResultsGrid .searchResultsItem.storyResult .categoryItemTitle,
.modSearch .searchResultsGrid .searchResultsItem.offerResult .categoryItemTitle,
.modSearch .searchResultsGrid .searchResultsItem.eventResult .categoryItemTitle,
.modSearch .searchResultsGrid .searchResultsItem.generalResult .categoryItemTitle {
  font-size: clamp(20px, calc(20px + (35 - 20) * ((100vw - 320px) / (2000 - 320))), 35px);
  line-height: 1.2;
}
.modSearch .modSearchSwitch {
  cursor: pointer;
  float: left;
  font-size: 15px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.modSearch .modSearchSwitch {
  font-size: 20px;
  transition: color 0.3s ease 0s;
}
.modSearch .modSearchStaticWrapper {
  height: calc(100vh - 125px);
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: all 0.5s cubic-bezier(0.29, 0, 0.2, 1) 0s;
  visibility: hidden;
  width: 100vw;
  z-index: 10000;
}
.modSearch .modSearchStaticWrapper.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.modSearch .modSearchOverlay {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modSearch .modSearchContainer {
  background-color: #fff;
  box-sizing: border-box;
  float: left;
  padding: 50px 20px;
  position: relative;
  top: 0;
  width: 100%;
}
.modSearch .modSearchContainerInner {
  box-sizing: border-box;
  float: left;
  max-height: calc(100vh - 170px);
  overflow-y: auto;
  padding: 50px 0;
  position: relative;
  width: 100%;
}
.modSearch .modSearchInputContainer {
  float: left;
  position: relative;
  width: 100%;
}
.modSearch .searchResultsForm {
  float: left;
  position: relative;
  width: 100%;
}
.modSearch .searchResultsFormFieldContainer {
  float: left;
  max-width: 950px;
  position: relative;
  width: 100%;
}
.modSearch .searchResultsFormField {
  -webkit-appearance: none;
  background-color: #f7f7f7;
  border: none;
  box-sizing: border-box;
  color: #202020;
  float: left;
  font-size: clamp(20px, calc(20px + (35 - 20) * ((100vw - 320px) / (2000 - 320))), 35px);
  font-weight: 700;
  line-height: 1.2;
  outline: none;
  padding: clamp(20px, calc(20px + (35 - 20) * ((100vw - 320px) / (2000 - 320))), 35px) clamp(30px, calc(30px + (60 - 30) * ((100vw - 320px) / (2000 - 320))), 60px) clamp(20px, calc(20px + (35 - 20) * ((100vw - 320px) / (2000 - 320))), 35px) 60px;
  position: relative;
  width: 100%;
}
.modSearch .searchResultsFormField::-webkit-input-placeholder {
  color: #b7b7b7;
}
.modSearch .searchResultsFormField::-moz-placeholder {
  color: #b7b7b7;
}
.modSearch .searchResultsFormField:-ms-input-placeholder {
  color: #b7b7b7;
}
.modSearch .searchResultsFormField:-moz-placeholder {
  color: #b7b7b7;
}
.modSearch .modSearchFormFieldClear,
.modSearch .searchResultsFormFieldClear {
  color: #b7b7b7;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.modSearch .searchResultsFormIcon {
  color: #f5f5f5;
  font-size: 30px;
  position: absolute;
  left: 20px;
  /*pointer-events: none;*/
  top: 50%;
  transform: translateY(-50%);
}
.modSearch .modSearchCloseButtonContainer {
  bottom: -20px;
  display: flex;
  justify-content: center;
  position: absolute;
  transform: translateY(100%);
  width: 100%;
}
.modSearch .modSearchCloseButton {
  align-items: center;
  display: flex;
  float: left;
  font-size: clamp(22px, calc(22px + (26 - 22) * ((100vw - 320px) / (2000 - 320))), 26px);
  line-height: 1.2;
  position: relative;
}
.modSearch .modSearchCloseButton:hover {
  color: #b7b7b7;
  text-decoration: none;
}
.modSearch .modSearchCloseButton .icon {
  float: left;
  font-size: clamp(20px, calc(20px + (24 - 20) * ((100vw - 320px) / (2000 - 320))), 24px);
  margin: 0 10px 0 0;
  position: relative;
}
.modSearch .modSearchCloseButton .label {
  float: left;
  position: relative;
}
.modSearch {
  /* Search Container Modules */
}
.modSearch .searchModulesContainer {
  font-size: 16px;
  width: 100%;
}
.modSearch .searchModulesContainerInner {
  max-width: 950px;
  position: relative;
  width: 100%;
}
.modSearch .searchModuleTitle {
  font-weight: 700;
}
.modSearch .modSearchMenu .searchMenu {
  float: left;
  position: relative;
}
.modSearch .modSearchMenu .searchMenuItem {
  float: left;
  margin: 2px 0;
  position: relative;
}

.contactPageForm .generalForm .generalFormFieldsContainer .generalFormFields {
  margin: 0;
  width: 100%;
}

.contactPageForm .generalForm .generalFormFieldsContainer .generalFormFields .generalFormField {
  padding: 0 0 20px;
  width: 100%;
}

.contactPageForm .generalForm .generalFormFieldsContainer .generalFormFields .generalFormError:empty {
  margin: 0;
}

.contactPageForm .generalForm .generalFormFieldsContainer .generalFormFields .generalFormField input,
.contactPageForm .generalForm .generalFormFieldsContainer .generalFormFields .generalFormField textarea {
  border: 1px solid #DCDCDC;
}

.contactPageForm .animatedLabelsForm .generalFormFieldsContainer .generalFormFields .generalFormField input {
  padding: 20px 20px 5px 30px;
}

.contactPageForm .animatedLabelsForm .generalFormFieldsContainer .generalFormFields .generalFormField textarea {
  padding: 30px 20px 0 30px;
}

.contactPageForm .animatedLabelsForm .generalFormFieldsContainer .generalFormFields .generalFormField .placeholderLabel {
  padding: 0 0 0 30px;
}

.contactPageForm .disclaimer_paragraph {
  color: #909497;
  font-size: 12px;
  text-align: end;
}

.contactPageForm .submitButton {
  border-radius: 0;
  background-color: #000;
  font-weight: 400;
  min-width: 0;
}

.contactPageForm .submitButton:hover {
  background-color: #505253;
}

.enquiryForm .cmsForm {
  float: left;
  position: relative;
  width: 100%;
}

.enquiryFormLink {
  background: none !important;
  color: #505253;
  text-decoration: underline;
  white-space: nowrap;
}

.enquiryFormLink:hover {
  color: #000;
}

.title_paragraph {
  float: left;
  font-size: clamp(30px, calc(30px + (62 - 30) * ((100vw - 320px) / (2000 - 320))), 62px);
  font-weight: 400;
  line-height: 1.1;
  position: relative;
  width: 100%;
}

.title_paragraph * {
  font-family: inherit !important;
}

.text_paragraph {
  float: left;
  font-weight: 300;
  position: relative;
  width: 100%;
}

.swiper-marks {
  aspect-ratio: 2000/960;
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
}
.swiper-marks .swiper {
  height: 100%;
  float: left;
  position: relative;
  width: 100%;
}
.swiper-marks .swiper-pagination-bullets {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
  margin: 20px 0;
  position: absolute;
  width: 100%;
}
.swiper-marks .swiper-pagination-bullet {
  align-items: center;
  display: flex;
  height: 12px;
  justify-content: center;
  position: relative;
  width: 12px;
  z-index: 1;
}
.swiper-marks .swiper-pagination-bullet:after {
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 0;
  transition: height 0.3s ease-out, width 0.3s ease-out;
  width: 0;
}
.swiper-marks .swiper-pagination-bullet-active.swiper-pagination-bullet:after {
  height: 100%;
  width: 100%;
}
.swiper-marks .marks__container {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.swiper-marks .marks__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.swiper-marks .mark__item {
  display: none;
  height: 62px;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 62px;
}
.swiper-marks .mark__icon {
  height: 52px;
  opacity: 1;
  overflow: hidden;
  padding: 5px;
  transition: opacity 0.2s ease-in-out;
  width: 52px;
}
.swiper-marks .mark--active .mark__icon, .swiper-marks .mark__icon:hover {
  opacity: 1;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.swiper-marks .mark--active .mark__icon:after, .swiper-marks .mark__icon:hover:after {
  animation: fade-in 0.2s ease-in-out forwards;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-marks .mark__icon * {
  height: 100%;
  width: 100%;
}

.mark__popover {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-left: 5px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px);
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  width: 180px;
  z-index: 1003;
}
.mark__popover--active {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}
.mark__popover__container {
  box-sizing: border-box;
  float: left;
  height: 100%;
  padding: 30px 20px;
  position: relative;
  width: 100%;
}
.mark__popover__image__wrapper {
  background: #ededed;
  border-radius: 50%;
  height: 82px;
  overflow: hidden;
  margin: 0 auto;
  width: 82px;
}
.mark__popover__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.mark__popover__title {
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
}
.mark__popover__text {
  line-height: 1.1;
  text-align: center;
}
.mark__popover__text p:first-child {
  margin-top: 0;
}
.mark__popover__text p:last-child {
  margin-bottom: 0;
}
.mark__popover__link {
  font-size: 34px;
  height: 34px;
  width: 34px;
}

.splide-services {
  --large-size: 520px;
  --offset: 70px;
  --small-size: calc(var(--large-size) - calc(var(--offset) * 2));
  position: relative;
  width: 100%;
}
@media (max-width: 680px) {
  .splide-services {
    --large-size: calc(420px + (520 - 420) * ((100vw - 420px) / (680 - 420)));
    --offset: 50px;
  }
}
@media (max-width: 420px) {
  .splide-services {
    --large-size: 100vw;
    --offset: 20px;
  }
}
.splide-services.slider-ready .splide__controls {
  opacity: 1;
}
.splide-services .splide {
  position: relative;
  overflow: hidden;
  margin: 0 -20px;
  width: calc(100% + 40px);
}
.splide-services .splide__track, .splide-services .splide__list {
  height: var(--large-size);
  float: left;
  position: relative;
  width: 100%;
}
.splide-services .splide__slide__container {
  aspect-ratio: 1;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  transition: width 0.35s ease;
  width: var(--small-size);
}
.splide-services .splide__slide.is-active .splide__slide__container {
  position: relative;
  width: var(--large-size);
}
.splide-services .splide__slide__container img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.splide-services .splide__controls {
  display: flex;
  gap: 20px;
  justify-content: center;
  opacity: 0;
  padding-top: 15px;
  transition: opacity 0.3s ease-in-out 0.15s;
}
.splide-services .splide__controls button {
  background: none;
  border: none;
  height: 34px;
  padding: 0;
  width: 34px;
}
.splide-services .splide__controls .splide__arrow--prev, .splide-services .splide__controls .splide__arrow--next {
  color: #000;
  cursor: pointer;
  font-size: 34px;
  font-weight: bold;
}
.splide-services .splide__controls .splide__arrow--prev span, .splide-services .splide__controls .splide__arrow--next span {
  display: block;
  height: inherit !important;
  width: inherit !important;
}
.splide-services [data-text] {
  opacity: 0;
  padding-top: 30px;
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  transition: opacity 0.5s ease-in-out;
  text-align: center;
}
.splide-services [data-text].active {
  opacity: 1;
  pointer-events: all;
}
.splide-services [data-text].active h6 {
  color: inherit;
}
.splide-services [data-text].active a:hover {
  color: #505253;
}
.splide-services [data-text-container] h6 {
  font-size: 20px;
}
.splide-services [data-text-container] p {
  font-size: 16px;
}
.splide-services [data-text-container] p:first-child {
  margin-top: 0;
}
.splide-services [data-text-container] p:last-child {
  margin-bottom: 0;
}
.splide-services [data-text-container] {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: var(--large-size);
}

.colorSectionField__color {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}
.colorSectionField__color__option {
  position: relative;
}
.colorSectionField__color__option input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.colorSectionField__color__swatch {
  border-radius: 50%;
  cursor: pointer;
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
}
.colorSectionField__color:has(.colorSectionField__color__image) .colorSectionField__color__swatch {
  width: 35px;
  height: 35px;
}
.colorSectionField__color__image {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.colorSectionField__color__option input[type=radio]:checked + .colorSectionField__color__swatch::after {
  border: 1px solid #DCDCDC;
  border-radius: 50%;
  content: "";
  inset: -8px;
  position: absolute;
}
.colorSectionField__color__option input[type=radio]:focus-visible + .colorSectionField__color__swatch {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.productMainInfoContainer {
  float: left;
  position: relative;
  width: 100%;
}
@media (max-width: 1300px) {
  .productMainInfoContainer {
    flex-wrap: wrap;
    gap: 10px;
  }
  .productMainInfoContainer > * {
    width: 100%;
  }
}

.summary__title {
  font-weight: 300;
}

table.productInfoContainer,
table.productInfoContainer tbody {
  border-spacing: 0;
}

table.productInfoContainer td {
  padding: 0;
  vertical-align: baseline;
}

.productInfoWrapper,
.productInfoLabel,
.productInfoValue {
  float: none !important;
  width: auto !important;
}

.productInfoLabel {
  padding-right: 15px !important;
}

table.productCategoryItemHoverBoxValues,
table.productCategoryItemHoverBoxValues tbody {
  border-spacing: 0;
}

table.productCategoryItemHoverBoxValues td {
  padding: 0;
  vertical-align: baseline;
}

.productCategoryItemInfoLabel {
  font-weight: 700;
  padding-right: 15px !important;
}

.productCategoryItemInfoValue {
  font-weight: 300;
}

.productItemLink {
  color: #000 !important;
}

.columnLayout table.productCategoryItemHoverBoxValues tr {
  display: flex;
  flex-direction: column;
}
.columnLayout table.productCategoryItemHoverBoxValues tr:not(:last-child) {
  padding-bottom: 10px;
}
.columnLayout table.productCategoryItemHoverBoxValues td {
  line-height: 1.1;
}
.columnLayout .productCategoryItemHoverBoxTitle {
  padding-top: 50px !important;
}
.columnLayout .productCategoryItemInfoLabel {
  padding-right: 0 !important;
}

.generalButton.addToWishlistButton .icon {
  color: inherit !important;
}

.pseudoItem .categoryItemTitle {
  height: 24px;
}

.paginationCounter {
  color: #505253;
  font-size: 14px;
}

.paginationLoadMoreButton.generalButton {
  background-color: #000;
}

.paginationLoadMoreButton.generalButton:hover {
  background-color: #505253;
}

.paginationLoadMoreButton.disabled {
  background-color: #ddd;
  cursor: not-allowed;
}

.paginationLoadMoreButton.disabled:hover {
  background-color: #ddd;
}

.paginationCounter {
  color: #505253;
  font-size: 14px;
}

.paginationLoadMoreButton.generalButton {
  background-color: #000;
}

.paginationLoadMoreButton.generalButton:hover {
  background-color: #505253;
}

.paginationLoadMoreButton.disabled {
  background-color: #ddd;
  cursor: not-allowed;
}

.paginationLoadMoreButton.disabled:hover {
  background-color: #ddd;
}
