/* #####################################################################################################
   HOMEPAGE
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)";

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.flexcontent__row {
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 768px) {
  .flexcontent__row {
    margin: 0 auto 75px auto;
  }
}
.flexcontent__row:first-child {
  margin: 0 auto 30px;
}
@media only screen and (min-width: 768px) {
  .flexcontent__row:first-child {
    margin: 0 auto 75px;
  }
}
.flexcontent__row .bttn {
  height: 30px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .flexcontent__row .bttn {
    height: 45px;
    line-height: 43px;
  }
}
@media only screen and (min-width: 1024px) {
  .flexcontent__row--1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.mobile-categories {
  margin: -20px 0 40px;
}
@media only screen and (min-width: 768px) {
  .mobile-categories {
    display: none;
  }
}
.mobile-categories ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.mobile-categories ul li {
  list-style: none;
}
.mobile-categories a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
}
.category-menu {
  max-width: 880px;
  margin: auto;
}
.category-menu-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  gap: 15px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .category-menu-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .category-menu-wrapper .category-menu--block {
    padding-bottom: 15px;
    border-bottom: 1px solid #142632;
  }
}
@media only screen and (min-width: 768px) {
  .category-menu-wrapper .category-menu--block {
    font-size: 20px;
  }
}
.category-menu-wrapper .title--toggle {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .category-menu-wrapper .title--toggle.active {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .flexcontent__row--2 {
    margin: 0 0 80px;
  }
}
.flexcontent__row--3 h1,
.flexcontent__row--3 h2,
.flexcontent__row--3 h3 {
  margin: 0 0 20px;
}
@media only screen and (min-width: 1024px) {
  .flexcontent__row--3 h1,
  .flexcontent__row--3 h2,
  .flexcontent__row--3 h3 {
    margin: 0 0 25px;
  }
}
.flexcontent__row--3 .highlights--links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0 0 25px;
}
.flexcontent__row--3 .highlights--links a {
  font-size: 16px;
  text-decoration: none;
  margin: 0 24px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .flexcontent__row--3 .highlights--links a {
    font-size: 20px;
    margin: 0 18px;
  }
}
.flexcontent__row--3 .highlights--links a.active {
  color: #f25922;
  text-decoration: underline;
}
.flexcontent__row--3 .highlights--links a:hover {
  color: #f25922;
  text-decoration: underline;
}
.flexcontent__row--4 {
  color: white;
}
.flexcontent__row--4 .banner {
  height: 100%;
}
.flexcontent__row--4 a {
  color: white;
  text-decoration: underline;
}
.flexcontent__row--4 .bttn {
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .flexcontent__row--5 h1,
  .flexcontent__row--5 h2,
  .flexcontent__row--5 h3 {
    margin: 0 0 40px;
  }
}
.flexcontent__row--6 {
  margin: 0;
}
.flexcontent__row--6 h1 {
  margin: 0;
}
.flexcontent__row--2 .container,
.flexcontent__row--3 .container,
.flexcontent__row--5 .container,
.suggestions .container,
.last-viewed .container {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .homepage .flexcontent__row--1 {
    margin: 0 auto 45px;
  }
}
@media only screen and (min-width: 1024px) {
  .homepage .flexcontent__row--1 .sub-banners {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.homepage .flexcontent__row--2 .title {
  margin: 0 auto 45px;
}
@media only screen and (max-width: 767px) {
  .productOverview .look-banners .contentSnippet {
    bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .productOverview .look-banners .contentSnippet a {
    height: 30px;
    line-height: 30px;
  }
}
.productOverview .flexcontent__row--1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 1024px) {
  .productOverview .flexcontent__row--1 {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.productOverview .flexcontent__row--1 .sub-banners {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.productOverview .flexcontent__row--2 h1,
.productOverview .flexcontent__row--2 h2,
.productOverview .flexcontent__row--2 h3 {
  margin: 0 0 35px;
}
.productOverview .flexcontent__row--4 {
  color: #142632;
}
.productOverview .flexcontent__row--4.container {
  padding: 0;
}
@media only screen and (min-width: 1280px) {
  .productOverview .flexcontent__row--4.container {
    padding: 0 35px;
  }
}
@media only screen and (min-width: 1680px) {
  .productOverview .flexcontent__row--4.container {
    padding: 0;
  }
}
.productOverview .flexcontent__row--4 .swiper-container {
  padding: 0 35px;
}
@media only screen and (min-width: 1280px) {
  .productOverview .flexcontent__row--4 .swiper-container {
    padding: 0;
  }
}
.productOverview .flexcontent__row--4 .swiper-container .swiper-button {
  background: #f7f5ef;
  top: 22px;
  width: 35px;
  height: 100%;
}
.productOverview .flexcontent__row--4 .swiper-container .swiper-button.swiper-button-next {
  right: 0;
}
.productOverview .flexcontent__row--4 .swiper-container .swiper-button.swiper-button-prev {
  left: 0;
}
.productOverview .flexcontent__row--4 h1,
.productOverview .flexcontent__row--4 h2,
.productOverview .flexcontent__row--4 h3 {
  margin: 0 0 20px;
}
@media only screen and (min-width: 1024px) {
  .productOverview .flexcontent__row--4 h1,
  .productOverview .flexcontent__row--4 h2,
  .productOverview .flexcontent__row--4 h3 {
    margin: 0 0 25px;
  }
}
.productOverview .flexcontent__row--5 .sub-banners > .sub-banners {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
