/* stylelint-disable color-no-hex */
/* Icons */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.icon {
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.5rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left::before {
  content: "\E828";
}

.icon-arrow-right::before {
  content: "\E829";
}

.icon-bell::before {
  content: "\E836";
}

.icon-calendar::before {
  content: "\E83A";
}

.icon-check-circle::before {
  content: "\E83E";
}

.icon-check::before {
  content: "\E83F";
}

.icon-chevron-down::before {
  content: "\E842";
}

.icon-chevron-left::before {
  content: "\E843";
}

.icon-chevron-right::before {
  content: "\E844";
}

.icon-circle::before {
  content: "\E84A";
}

.icon-clock::before {
  content: "\E84D";
}

.icon-credit-card::before {
  content: "\E85F";
}

.icon-crosshair::before {
  content: "\E860";
}

.icon-download::before {
  content: "\E864";
}

.icon-external-link::before {
  content: "\E869";
}

.icon-filter::before {
  content: "\E875";
}

.icon-grid::before {
  content: "\E878";
}

.icon-home::before {
  content: "\E87A";
}

.icon-info::before {
  content: "\E87F";
}

.icon-layout::before {
  content: "\E881";
}

.icon-link::before {
  content: "\E884";
}

.icon-list::before {
  content: "\E886";
}

.icon-lock::before {
  content: "\E887";
}

.icon-map::before {
  content: "\E88C";
}

.icon-map-pin::before {
  content: "\E88E";
}

.icon-menu::before {
  content: "\E88F";
}

.icon-minus::before {
  content: "\E897";
}

.icon-plus::before {
  content: "\E8B1";
}

.icon-search::before {
  content: "\E8BD";
}

.icon-triangle::before {
  content: "\E8DE";
}

.icon-user::before {
  content: "\E8E9";
}

.icon-x::before {
  content: "\E8F6";
}

.icon-arrow-left-circle::before {
  content: "\E910";
}

.icon-arrow-right-circle::before {
  content: "\E911";
}

.fs-icon-xs::before {
  font-size: 1rem;
}

.fs-icon-s::before {
  font-size: 1.5rem;
}

.fs-icon-l::before {
  font-size: 2rem;
}

.svg-icon-xs {
  height: 1rem;
  width: 1rem;
}
.svg-icon-xs svg,
.svg-icon-xs img {
  height: 1rem;
  width: 1rem;
}

.svg-icon-s {
  height: 1.5rem;
  width: 1.5rem;
}
.svg-icon-s svg,
.svg-icon-s img {
  height: 1.5rem;
  width: 1.5rem;
}

.svg-icon-l {
  height: 2rem;
  width: 2rem;
}
.svg-icon-l svg,
.svg-icon-l img {
  height: 2rem;
  width: 2rem;
}

.subCategories-container {
  background: #e8e8e8;
  display: none;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 1rem;
  margin-top: 1rem;
  background-size: cover;
  background-position: center;
  height: unset;
}
@media (min-width: 1024px) {
  .subCategories-container {
    display: flex;
  }
}
.subCategories-container .search-banner-bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.subCategories-container h2 {
  width: 100%;
  margin: 0;
  padding: 0;
}
.subCategories-container.hero {
  min-height: 10rem;
  position: relative;
}
.subCategories-container.hero .banner-filler {
  background: linear-gradient(0deg, rgba(24, 24, 24, 0.2) 0%, rgba(24, 24, 24, 0.2) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
.subCategories-container.hero > :not(.banner-filler) {
  z-index: 1;
}
@media (min-width: 1024px) {
  .subCategories-container.hero {
    height: 10.5rem;
    overflow: hidden;
  }
}
@media (min-width: 1280px) {
  .subCategories-container.hero {
    padding: 1rem 2.5rem 2rem 2.5rem;
  }
}
.subCategories-container__arrow-up-left {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}
.subCategories-container__arrow-up-left::before, .subCategories-container__arrow-up-left:before {
  content: "";
  background-image: url("../../images/custom-icons/arrow-up-left.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.subCategories-container__arrow-up-left::after, .subCategories-container__arrow-up-left:after {
  content: "";
  background-image: url("../../images/custom-icons/false.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.subCategories-container__arrow-up-left.black {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}
.subCategories-container__arrow-up-left.black::before, .subCategories-container__arrow-up-left.black:before {
  content: "";
  background-image: url("../../images/custom-icons/arrow-up-left-black.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.subCategories-container__arrow-up-left.black::after, .subCategories-container__arrow-up-left.black:after {
  content: "";
  background-image: url("../../images/custom-icons/false.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.subCategories-container__corner-left-up {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}
.subCategories-container__corner-left-up::before, .subCategories-container__corner-left-up:before {
  content: "";
  background-image: url("../../images/custom-icons/corner-left-up.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.subCategories-container__corner-left-up::after, .subCategories-container__corner-left-up:after {
  content: "";
  background-image: url("../../images/custom-icons/false.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.subCategories-container__title {
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.25rem;
  margin-bottom: 1rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .subCategories-container__title {
    font-size: 2.25rem;
    line-height: 3rem; /* 133.333% */
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.subCategories-container.black .subCategories-container__title, .subCategories-container.black .breadcrumb__item, .subCategories-container.black .breadcrumb__item a, .subCategories-container.black .breadcrumb i {
  color: #121212;
}
.subCategories-container.black .breadcrumb .desktop-breadcrumb .icon-home {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}
.subCategories-container.black .breadcrumb .desktop-breadcrumb .icon-home::before, .subCategories-container.black .breadcrumb .desktop-breadcrumb .icon-home:before {
  content: "";
  background-image: url("../../images/custom-icons/home-black.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.subCategories-container.black .breadcrumb .desktop-breadcrumb .icon-home::after, .subCategories-container.black .breadcrumb .desktop-breadcrumb .icon-home:after {
  content: "";
  background-image: url("../../images/custom-icons/false.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.subCategories-container.white .subCategories-container__title, .subCategories-container.white .breadcrumb__item, .subCategories-container.white .breadcrumb__item a, .subCategories-container.white .breadcrumb i {
  color: #ffffff;
}
.subCategories-container.white .breadcrumb .desktop-breadcrumb .icon-home {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}
.subCategories-container.white .breadcrumb .desktop-breadcrumb .icon-home::before, .subCategories-container.white .breadcrumb .desktop-breadcrumb .icon-home:before {
  content: "";
  background-image: url("../../images/custom-icons/home.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.subCategories-container.white .breadcrumb .desktop-breadcrumb .icon-home::after, .subCategories-container.white .breadcrumb .desktop-breadcrumb .icon-home:after {
  content: "";
  background-image: url("../../images/custom-icons/false.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.subCategories-container__list {
  display: flex;
  width: 100%;
  align-items: flex-start;
  position: relative;
}
.subCategories-container__list__items {
  width: calc(100% - 2rem) !important;
}
.subCategories-container__list__items__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: #ffffff;
  border: 0.063rem solid #d9d9d9;
  cursor: pointer;
  min-height: 2.5rem;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .subCategories-container__list__items__item {
    height: 2.5rem;
    max-width: unset;
  }
}
.subCategories-container__list__items__item__link {
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-weight: 700;
  line-height: 1.25rem; /* 142.857% */
  font-size: 0.875rem;
  color: #121212;
  word-break: break-all;
}
@media (min-width: 1024px) {
  .subCategories-container__list__items__item__link {
    white-space: nowrap;
    word-break: unset;
  }
}
.subCategories-container__list__items__item:hover > a:not(.selected) {
  text-decoration: none;
  color: #0863cc;
}
.subCategories-container__list__items__item.selected {
  border: 0.063rem solid #0970e6;
}
.subCategories-container__list__items__item.selected > a {
  text-decoration: none;
  color: #0863cc;
}
.subCategories-container__list .owl-carousel {
  opacity: 0;
  display: block;
}
.subCategories-container__list .owl-carousel.owl-loaded.owl-drag {
  opacity: 1;
}
.subCategories-container__list .owl-carousel.owl-loaded.owl-drag .owl-stage {
  display: flex;
  flex-wrap: nowrap;
}
.subCategories-container__list .owl-carousel .owl-nav button.owl-prev,
.subCategories-container__list .owl-carousel .owl-nav button.owl-next {
  border-radius: 0.25rem;
  background: #ffffff;
  color: #0970e6;
  border: 0.063rem solid #0970e6;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
}
.subCategories-container__list .owl-carousel .owl-nav button.owl-prev i,
.subCategories-container__list .owl-carousel .owl-nav button.owl-next i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.subCategories-container__list .owl-carousel .owl-nav button.owl-prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.subCategories-container__list .owl-carousel .owl-nav button.owl-next {
  right: -2.5rem;
  transform: translatey(-50%);
}
.subCategories-container__list .owl-theme .owl-nav .disabled,
.subCategories-container__list button.disabled {
  display: none;
}
.subCategories-container__showSliderBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  height: 2.5rem;
  padding: 1rem 1.5rem;
  background: #ffffff;
  border: 0.063rem solid #d9d9d9;
  border-radius: 0.25rem;
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-weight: 700;
  line-height: 1.5rem; /* 150% */
  font-size: 1rem;
  color: #0970e6;
  cursor: pointer;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .subCategories-container__showSliderBtn {
    display: none;
  }
}
.subCategories-container__slider {
  width: 100%;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 0;
  background: #ffffff;
  height: 0;
  display: flex;
  transition: all 0.5s ease;
  z-index: 1050;
}
@media (min-width: 1024px) {
  .subCategories-container__slider {
    z-index: 103;
  }
}
.subCategories-container__slider.active {
  height: auto;
  padding: 0.5rem 0 1rem 0;
}
.subCategories-container__slider__title {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: 100%;
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-weight: 700;
  line-height: 1.5rem; /* 150% */
  font-size: 1rem;
  gap: 0.5rem;
  border-bottom: 0.063rem solid #d9d9d9;
  box-shadow: 0 0.25rem 1rem 0 rgba(18, 18, 18, 0.08);
  height: 3.5rem;
}
.subCategories-container__slider__title .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.subCategories-container__slider__items {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  padding: 1.5rem 1rem 1rem 1rem;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
  max-height: calc(100vh - 5rem);
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .subCategories-container__slider__items {
    max-height: unset;
    overflow-y: unset;
  }
}
.subCategories-container__slider__items__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: #ffffff;
  border: 0.063rem solid #d9d9d9;
  cursor: pointer;
  min-height: 2.5rem;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .subCategories-container__slider__items__item {
    height: 2.5rem;
    max-width: unset;
  }
}
.subCategories-container__slider__items__item__link {
  font-family: Ubuntu, BlinkMacSystemFont, "Open Sans", "sans-serif";
  font-weight: 700;
  line-height: 1.25rem; /* 142.857% */
  font-size: 0.875rem;
  color: #121212;
  word-break: break-all;
}
@media (min-width: 1024px) {
  .subCategories-container__slider__items__item__link {
    white-space: nowrap;
    word-break: unset;
  }
}
.subCategories-container__slider__items__item:hover > a:not(.selected) {
  text-decoration: none;
  color: #0863cc;
}
.subCategories-container__slider__items__item.selected {
  border: 0.063rem solid #0970e6;
}
.subCategories-container__slider__items__item.selected > a {
  text-decoration: none;
  color: #0863cc;
}

.selectedCategory {
  color: #0970e6;
  text-decoration: underline;
}

.slider-backdrop {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(5, 19, 38, 0.8);
  z-index: 1049;
  opacity: 80%;
}
@media (min-width: 1024px) {
  .slider-backdrop {
    display: none;
  }
}

@media (min-width: 1024px) {
  .mobileNavigation {
    display: none;
  }
}

.category-list {
  display: flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.category-list .category-list-items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.category-list .category-list-items::-webkit-scrollbar {
  display: none;
}

.category-item {
  flex: 0 0 auto;
  margin-right: 1rem;
}

.category-link {
  font-weight: 400;
  display: inline-block;
  padding: 0.5rem;
  margin: 0;
  font-size: 1.125rem;
  pointer-events: none;
}

.category-link.selectedCategory {
  color: #0970e6;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}

.category-list:nth-of-type(2) .category-link,
.category-list:nth-of-type(3) .category-link {
  font-size: 1rem;
}

.storepage {
  width: 100%;
}
.storepage > .row {
  margin: 0;
}
.storepage > .row > .col-12 > .experience-commerce_assets-editorialRichText {
  padding: 1rem 0.5rem;
}
@media (min-width: 768px) {
  .storepage > .row > .col-12 > .experience-commerce_assets-editorialRichText {
    padding: 1rem 3rem;
  }
}
.storepage > .row > .contained-block {
  max-width: 120rem;
  margin: 0 auto;
}
.storepage > .row > .contained-block > .experience-component {
  padding: 1rem 0.5rem;
}
@media (min-width: 768px) {
  .storepage > .row > .contained-block > .experience-component {
    padding: 1rem 3rem;
  }
}
/*# sourceMappingURL=threeRowStorePage.css.map*/