/*----------------------------------------------*/
/* . - PAGE - OUR BRAND */
/*----------------------------------------------*/
.section-banner .img-landscape {
  overflow: hidden;
  position: relative; }
  .section-banner .img-landscape .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex; }
  .section-banner .img-landscape .img-content {
    text-transform: uppercase; }
    .section-banner .img-landscape .img-content.right {
      margin-left: auto;
      text-align: right; }
    .section-banner .img-landscape .img-content .subline {
      font-weight: 800;
      font-size: 14px;
      color: #fff;
      margin: 0 0 16px; }
    .section-banner .img-landscape .img-content .headline {
      font-weight: 800;
      font-size: 22px;
      color: #fff;
      margin: 0 0 16px; }
    .section-banner .img-landscape .img-content .links {
      display: inline-flex; }
      .section-banner .img-landscape .img-content .links a + a {
        margin-left: 10px; }
    @media (min-width: 1280px) {
      .section-banner .img-landscape .img-content .links a {
        min-width: 220px; } }
  .section-banner .img-landscape img {
    width: 100%; }

.section-banner.full .aspect-ratio {
  padding-bottom: 66%; }
  .section-banner.full .aspect-ratio picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

.section-banner.full .img-overlay {
  align-items: center; }

.section-banner.full .img-content {
  width: 100%; }
  .section-banner.full .img-content .headline {
    font-weight: 900; }

@media (min-width: 768px) {
  .section-banner.full .img-content {
    width: 60%; }
    .section-banner.full .img-content .subline {
      font-size: 18px; }
    .section-banner.full .img-content .headline {
      font-size: 54px; } }

@media (min-width: 992px) {
  .section-banner.full .img-content .subline {
    font-size: 24px; }
  .section-banner.full .img-content .headline {
    font-size: 88px; } }

.section-banner.half .coll-img {
  margin-bottom: 20px; }
  .section-banner.half .coll-img:last-child {
    margin-bottom: 0; }

.section-banner.half .aspect-ratio {
  padding-bottom: 150%; }
  .section-banner.half .aspect-ratio picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

.section-banner.half .img-overlay {
  padding: 20px;
  align-items: flex-end; }

.section-banner.half .img-content .headline {
  font-weight: 800; }

@media (min-width: 768px) {
  .section-banner.half .img-content .subline {
    font-size: 18px; }
  .section-banner.half .img-content .headline {
    font-size: 40px; } }

@media (min-width: 992px) {
  .section-banner.half .coll-img:nth-child(3),
  .section-banner.half .coll-img:nth-child(4) {
    margin-bottom: 0; }
  .section-banner.half .img-overlay {
    padding: 40px; }
  .section-banner.half .img-content .subline {
    font-size: 24px; }
  .section-banner.half .img-content .headline {
    font-size: 54px; } }

@media (min-width: 1024px) {
  .section-banner.half .img-overlay {
    padding: 100px; } }

.section-collection.collection-grbrand {
  --sectional-grid-gap: 8px; }
  .section-collection.collection-grbrand .box-headline {
    display: block;
    text-align: center; }
    .section-collection.collection-grbrand .box-headline .headline {
      font-size: 22px;
      font-weight: 900;
      line-height: 40px;
      margin-bottom: 5px; }
    .section-collection.collection-grbrand .box-headline .subline {
      font-size: 16px;
      font-weight: 800;
      margin-bottom: 3px; }
    .section-collection.collection-grbrand .box-headline .descline {
      font-size: 13px;
      margin-bottom: 10px; }
  .section-collection.collection-grbrand .s-wrapper {
    display: flex;
    gap: 24px var(--sectional-grid-gap);
    flex-direction: column; }
    .section-collection.collection-grbrand .s-wrapper .s-heading, .section-collection.collection-grbrand .s-wrapper .s-content {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .section-collection.collection-grbrand .swiper:not(.swiper-initialized) .list-products {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    column-gap: var(--sectional-grid-gap);
    overflow-x: scroll;
    overflow-y: hidden; }
    .section-collection.collection-grbrand .swiper:not(.swiper-initialized) .list-products::-webkit-scrollbar {
      display: none; }
    .section-collection.collection-grbrand .swiper:not(.swiper-initialized) .list-products .swiper-slide {
      -webkit-flex: 0 0 calc(44% - var(--sectional-grid-gap));
      flex: 0 0 calc(44% - var(--sectional-grid-gap));
      max-width: calc(44% - var(--sectional-grid-gap)); }
  @media (min-width: 568px) {
    .section-collection.collection-grbrand .swiper:not(.swiper-initialized) .list-products .swiper-slide {
      -webkit-flex: 0 0 calc(40% - (var(--sectional-grid-gap)/2));
      flex: 0 0 calc(40% - (var(--sectional-grid-gap)/2));
      max-width: calc(40% - (var(--sectional-grid-gap)/2)); } }
  @media (min-width: 768px) {
    .section-collection.collection-grbrand .swiper:not(.swiper-initialized) .list-products {
      overflow-x: hidden; }
      .section-collection.collection-grbrand .swiper:not(.swiper-initialized) .list-products .swiper-slide {
        -webkit-flex: 0 0 calc((100% - (var(--sectional-grid-gap)*2)) /3);
        flex: 0 0 calc((100% - (var(--sectional-grid-gap)*2)) /3);
        max-width: calc((100% - (var(--sectional-grid-gap)*2)) /3); }
    .section-collection.collection-grbrand .section-content .slider-collection:not(.swiper-initialized) {
      margin: 0;
      padding-left: 0; }
      .section-collection.collection-grbrand .section-content .slider-collection:not(.swiper-initialized) .swiper-wrapper {
        padding-left: 0px;
        margin: 0; }
    .section-collection.collection-grbrand .section-content .swiper-nav {
      display: block; } }
  @media (min-width: 992px) {
    .section-collection.collection-grbrand {
      --sectional-grid-gap: 16px; }
      .section-collection.collection-grbrand .box-headline {
        text-align: left; }
      .section-collection.collection-grbrand .s-wrapper {
        flex-direction: row; }
        .section-collection.collection-grbrand .s-wrapper .s-heading {
          -ms-flex: 0 0 30%;
          flex: 0 0 30%;
          max-width: 30%; }
        .section-collection.collection-grbrand .s-wrapper .s-content {
          -ms-flex: 0 0 calc(70% - var(--sectional-grid-gap));
          flex: 0 0 calc(70% - var(--sectional-grid-gap));
          max-width: calc(70% - var(--sectional-grid-gap)); }
      .section-collection.collection-grbrand .swiper:not(.swiper-initialized) .list-products[data-view="3"] {
        overflow-x: hidden; }
        .section-collection.collection-grbrand .swiper:not(.swiper-initialized) .list-products[data-view="3"] .swiper-slide {
          -webkit-flex: 0 0 calc((100% - (var(--sectional-grid-gap)*2)) /3);
          flex: 0 0 calc((100% - (var(--sectional-grid-gap)*2)) /3);
          max-width: calc((100% - (var(--sectional-grid-gap)*2)) /3); } }
  @media (min-width: 1200px) {
    .section-collection.collection-grbrand .box-headline .headline {
      font-size: 44px;
      line-height: 50px;
      margin-bottom: 26px; }
    .section-collection.collection-grbrand .box-headline .subline {
      font-size: 20px;
      margin-bottom: 12px; }
    .section-collection.collection-grbrand .box-headline .descline {
      font-size: 14px; }
    .section-collection.collection-grbrand .box-headline .button {
      min-width: 200px; } }

/*----------------------------------------------*/
/* . - PAGE - 404 */
/*----------------------------------------------*/
.content-pagenot {
  margin: 50px 0; }

.content-pagenot h1 {
  font-weight: 700;
  font-size: 40px; }

.content-pagenot p.subtext {
  font-weight: 500;
  opacity: 0.66; }

.content-pagenot a {
  font-weight: 500;
  font-size: 16px;
  margin: 15px 0 0;
  display: inline-block; }

/*----------------------------------------------*/
/* . - PAGE - SEARCH */
/*----------------------------------------------*/
.searchPage {
  padding-bottom: 30px; }
  .searchPage .heading-page {
    position: relative;
    text-align: center;
    padding: 30px 0 30px 0; }
  .searchPage .heading-page h1 {
    font-size: 30px;
    margin: 0 0 10px; }
  .searchPage .subtxt {
    opacity: .66;
    margin-top: 15px; }
  .searchPage .search-field {
    max-width: 600px;
    display: block;
    margin: auto; }
  .searchPage .search-list-results {
    flex-flow: row wrap;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    gap: 8px 8px; }
    .searchPage .search-list-results .product-loop {
      -ms-flex: 0 0 calc((100% - 8px) / 2);
      flex: 0 0 calc((100% - 8px) / 2);
      max-width: calc((100% - 8px) / 2); }
    @media (min-width: 992px) {
      .searchPage .search-list-results .product-loop {
        -ms-flex: 0 0 calc((100% - (8px*3)) / 4);
        flex: 0 0 calc((100% - (8px*3)) / 4);
        max-width: calc((100% - (8px*3)) / 4); } }
    @media (min-width: 1024px) {
      .searchPage .search-list-results {
        gap: 40px 16px; }
        .searchPage .search-list-results .product-loop {
          -ms-flex: 0 0 calc((100% - (16px*3)) / 4);
          flex: 0 0 calc((100% - (16px*3)) / 4);
          max-width: calc((100% - (16px*3)) / 4); } }
  .searchPage .expanded-message .message-txt {
    padding: 25px 0 0;
    text-align: center; }
  .searchPage .expanded-message .message-txt p {
    margin: 0;
    font-size: 14px;
    font-weight: 400; }
  .searchPage .expanded-message h2 {
    font-weight: 600;
    font-size: 22px; }
  .searchPage .expanded-message .subtext {
    margin-bottom: 40px;
    display: block; }
  .searchPage #go {
    width: 55px;
    height: 55px;
    float: right;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='context-nav--icon icon--search' viewBox='0 0 37 36.9'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.9 21.4c1.9-2.3 3.1-5.2 3.1-8.4 0-7.2-5.8-13-13-13S0 5.8 0 13s5.8 13 13 13c3.2 0 6.2-1.2 8.5-3.1L35.6 37l1.4-1.4-14.1-14.2zM13 24C6.9 24 2 19.1 2 13S6.9 2 13 2s11 4.9 11 11-4.9 11-11 11z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E") #252a2b center no-repeat;
    background-size: 40%;
    margin: 0px;
    position: relative;
    top: 0;
    border-radius: 0;
    font-size: 0;
    border: 0; }
  .searchPage #search .search_box {
    width: calc(100% - 55px);
    outline: none;
    height: 55px;
    padding: 0 20px;
    background: #f6f6f6;
    border: 1px solid #e3e3e3;
    box-shadow: none; }

#page-slider .slide-item--image {
  position: relative;
  text-align: center; }

.slider-list .slide-item--image .box-ratio img,
#page-slider .slick-slide img {
  display: initial !important; }

.page--body h1.page-title {
  margin-bottom: 35px; }

.page--body a.btn-default.mr-4.back-btn-page {
  height: 48px;
  line-height: 48px;
  display: inline-block;
  padding: 0 30px;
  background: #000;
  color: #FFF;
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease; }

.page--body a.btn-default.mr-4.back-btn-page:hover {
  background: #333;
  color: #fff; }

.page--wrap {
  margin: 40px 0; }
  @media (min-width: 992px) {
    .page--wrap {
      margin: 80px 0; } }
