:root {
  --tile-footer-spacer: 42px;
  --product-tile-footer-height: calc(75px + var(--tile-footer-spacer));
  --scrollbar-width: 0px;
  --cols-nb: 2;
  --col-gap: 12px;
  --row-gap: 12px;
  --col-gaps-space: var(--col-gap);
  --ctnr-margins: 30px;
  --col-width: calc((100vw - var(--scrollbar-width) - var(--ctnr-margins) - var(--col-gaps-space))/var(--cols-nb)); }
  @media (min-width: 550px) {
    :root {
      --tile-footer-spacer: 32px;
      --product-tile-footer-height: calc(75px + var(--tile-footer-spacer));
      --cols-nb: 3;
      --col-gap: 12px;
      --row-gap: 12px;
      --col-gaps-space: calc(var(--col-gap)*2);
      --ctnr-margins: 90px; } }
  @media (min-width: 860px) {
    :root {
      --cols-nb: 4;
      --col-gap: 12px;
      --row-gap: 12px;
      --ctnr-margins: 90px;
      --col-gaps-space: calc(var(--col-gap)*3);
      --col-width: calc((100vw - var(--scrollbar-width) - var(--ctnr-margins) - var(--col-gaps-space))/var(--cols-nb));
      --scrollbar-width: 15px; } }
  @media (min-width: 1766px) {
    :root {
      --col-width: calc((1570px - var(--col-gaps-space))/var(--cols-nb)); } }

.fade-box picture img {
  width: 100% !important;
  height: 100% !important; }

/*----------------------------------------------*/
/* COLLECTION -- Basic Grid */
/*----------------------------------------------*/
/*====== Sidebar =======*/
.section-head {
  padding: 16px 0 0; }
  .section-head h1 {
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 400; }
  .section-head p {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 400; }
  .section-head .fade-box picture {
    padding-bottom: calc(100% * 35 / 96); }
  .section-head .category-list.swiper:not(.swiper-initialized) .swiper-wrapper {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    column-gap: 16px; }
    @media (min-width: 1201px) {
      .section-head .category-list.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        -webkit-flex: 0 0 calc(14.28% - 16px);
        flex: 0 0 calc(14.28% - 16px); } }
    @media (max-width: 1200px) {
      .section-head .category-list.swiper:not(.swiper-initialized) .swiper-wrapper {
        overflow: scroll; }
        .section-head .category-list.swiper:not(.swiper-initialized) .swiper-wrapper::-webkit-scrollbar {
          display: none; }
        .section-head .category-list.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
          flex-shrink: unset;
          max-width: 92px;
          min-width: 92px;
          width: 92px; } }
  .section-head .category-list.swiper:not(.swiper-initialized) div[class*="swiper-button"] {
    display: none; }
  @media (max-width: 767px) {
    .section-head .category-list.swiper.swiper-initialized div[class*="swiper-button"] {
      width: 45px !important; }
      .section-head .category-list.swiper.swiper-initialized div[class*="swiper-button"]:before, .section-head .category-list.swiper.swiper-initialized div[class*="swiper-button"]:after {
        width: 30px;
        height: 30px; }
    .section-head .category-list.swiper.swiper-initialized div[class*="swiper-button-prev"] {
      align-items: flex-start; }
    .section-head .category-list.swiper.swiper-initialized div[class*="swiper-button-next"] {
      align-items: flex-end; } }
  .section-head .category-list.swiper-navs div[class*="swiper-button"] {
    height: 100%;
    width: 85px; }
  .section-head .category-list.swiper-navs div[class*="swiper-button-next"] {
    background-image: linear-gradient(90deg, #fff0, #fff); }
  .section-head .category-list.swiper-navs div[class*="swiper-button-prev"] {
    background-image: linear-gradient(270deg, #fff0, #fff); }
  .section-head .category-list.swiper-navs div[class*="swiper-button-disabled"] {
    opacity: 0;
    cursor: auto;
    pointer-events: none; }
  .section-head .category-list .cate-item {
    align-items: center;
    display: flex;
    flex-direction: column; }
    .section-head .category-list .cate-item .cate-item--picture {
      border-radius: 50%;
      overflow: hidden;
      width: 100%;
      background: #fff;
      transition: background .4s ease-out .6s;
      border: 1px solid #fff;
      position: relative;
      padding-bottom: 100%; }
      .section-head .category-list .cate-item .cate-item--picture img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .section-head .category-list .cate-item .cate-item--picture img.lazyload {
          opacity: 0; }
        .section-head .category-list .cate-item .cate-item--picture img.lazyloaded {
          opacity: 1;
          transition: opacity .3s ease-out; }
    .section-head .category-list .cate-item .cate-item--title {
      color: var(--text-color);
      font-size: 12px;
      font-weight: 600;
      height: 28px;
      line-height: 14px;
      margin-top: 10px;
      overflow: hidden;
      text-align: center; }
    .section-head .category-list .cate-item:hover .cate-item--picture {
      border: 1px solid #3300ad; }
    .section-head .category-list .cate-item:hover .cate-item--title {
      color: #3300ad;
      text-decoration: underline; }
  .section-head .section-head--video {
    overflow: hidden;
    position: relative;
    padding-bottom: 36.46%;
    display: block; }
    .section-head .section-head--video video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      max-height: 100%; }
  @media (max-width: 1469px) {
    .section-head h1 {
      font-size: 28px;
      margin-bottom: 10px; }
    .section-head p {
      font-size: 14px;
      margin-bottom: 16px;
      line-height: 24px; } }
  @media (max-width: 991px) {
    .section-head .section-head--banner {
      margin-bottom: 20px; }
    .section-head .section-head--video {
      margin-bottom: 16px; } }
  @media (max-width: 549px) {
    .section-head {
      padding: 4px 0 0; }
      .section-head .col-12:first-child {
        padding: 0; }
      .section-head .section-head--content {
        padding: 16px; } }

.sidebar-filter {
  width: 80%; }
  .sidebar-filter .sidebar-nav-wrapper .sidebar-nav-head {
    padding: 15px 20px 15px;
    border-bottom: 1px solid #efecf0; }
  .sidebar-filter .sidebar-nav-wrapper .sidebar-nav-body {
    height: calc(100% - 103px);
    padding: 0 20px 15px;
    display: flex;
    flex-direction: column; }
    .sidebar-filter .sidebar-nav-wrapper .sidebar-nav-body.has-cta {
      height: calc(100% - 103px); }
  .sidebar-filter .sidebar-nav-wrapper .sidebar-nav-foot {
    border-top: 1px solid #efecf0;
    margin-top: auto; }
  .sidebar-filter .filter_controls {
    display: flex;
    justify-content: center; }
    .sidebar-filter .filter_controls .u-btn {
      width: 50%;
      display: flex; }
  .sidebar-filter .sidebar_box .sidebar_box_block {
    position: relative;
    border-bottom: 1px solid #efecf0; }
    .sidebar-filter .sidebar_box .sidebar_box_block .sidebar_box-subtitle {
      position: relative;
      padding: 16px 0;
      align-items: center;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      width: 100%; }
      .sidebar-filter .sidebar_box .sidebar_box_block .sidebar_box-subtitle .filter_group-header {
        align-items: baseline;
        display: flex;
        justify-content: space-between;
        width: 100%; }
        .sidebar-filter .sidebar_box .sidebar_box_block .sidebar_box-subtitle .filter_group-header .filter_group-title {
          font-size: 16px;
          font-weight: 500;
          line-height: 22px;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; }
        .sidebar-filter .sidebar_box .sidebar_box_block .sidebar_box-subtitle .filter_group-header .filter_group-selected {
          color: #3300ad;
          font-size: 12px;
          line-height: .75rem;
          line-height: 21px;
          overflow: hidden;
          text-align: end;
          text-overflow: ellipsis;
          white-space: nowrap;
          width: 140px;
          display: none; }
        @media (min-width: 992px) {
          .sidebar-filter .sidebar_box .sidebar_box_block .sidebar_box-subtitle .filter_group-header .filter_group-title {
            font-size: 18px; } }
      .sidebar-filter .sidebar_box .sidebar_box_block .sidebar_box-subtitle .icon-control {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
        margin-left: 20px;
        display: flex;
        -webkit-transition: transform .24s;
        -moz-transition: transform .24s;
        -o-transition: transform .3s;
        transition: transform .24s; }
        .sidebar-filter .sidebar_box .sidebar_box_block .sidebar_box-subtitle .icon-control svg {
          width: 20px;
          height: 20px;
          fill: #3a2e2c; }
      .sidebar-filter .sidebar_box .sidebar_box_block .sidebar_box-subtitle.opened .icon-control {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .sidebar-filter .sidebar_box .sidebar_box_block .sidebar_box-content {
      padding: 10px 0;
      position: relative;
      width: 100%;
      z-index: 2;
      border-top: 0;
      z-index: 2;
      transform: none !important;
      display: none;
      margin-bottom: 15px;
      padding-right: 4px; }
      .sidebar-filter .sidebar_box .sidebar_box_block .sidebar_box-content.filter-cate ul li a {
        display: block;
        color: inherit;
        padding: 5px 20px;
        cursor: pointer;
        transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
        background: #f7f7f7; }
        .sidebar-filter .sidebar_box .sidebar_box_block .sidebar_box-content.filter-cate ul li a.active, .sidebar-filter .sidebar_box .sidebar_box_block .sidebar_box-content.filter-cate ul li a:hover {
          background: rgba(0, 186, 219, 0.08);
          color: #aac735; }
      .sidebar-filter .sidebar_box .sidebar_box_block .sidebar_box-content.filter-cate ul li:not(:last-child) {
        margin-bottom: 10px; }
  .sidebar-filter .sidebar_box .checkbox-list {
    max-height: 250px;
    overflow-y: auto;
    padding-right: 5px;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .sidebar-filter .sidebar_box .checkbox-list::-webkit-scrollbar {
      width: 2px;
      height: 2px; }
    .sidebar-filter .sidebar_box .checkbox-list::-webkit-scrollbar-track {
      -webkit-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }
    .sidebar-filter .sidebar_box .checkbox-list::-webkit-scrollbar-thumb {
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background: rgba(105, 105, 105, 0.8);
      -webkit-box-shadow: inset 0 0 6px rgba(30, 45, 124, 0.7); }
    .sidebar-filter .sidebar_box .checkbox-list::-webkit-scrollbar-thumb:window-inactive {
      background: rgba(105, 105, 105, 0.8); }
    .sidebar-filter .sidebar_box .checkbox-list li {
      position: relative;
      margin: 0 0 4px;
      padding-left: 30px;
      font-size: 12px; }
      .sidebar-filter .sidebar_box .checkbox-list li:last-child {
        margin-bottom: 0; }
      .sidebar-filter .sidebar_box .checkbox-list li input[type='checkbox'], .sidebar-filter .sidebar_box .checkbox-list li input[type='radio'] {
        position: absolute;
        top: 6px;
        left: 0;
        margin-top: 0;
        vertical-align: top;
        width: 18px;
        height: 18px;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        .sidebar-filter .sidebar_box .checkbox-list li input[type='checkbox']:after, .sidebar-filter .sidebar_box .checkbox-list li input[type='radio']:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0px;
          width: 18px;
          height: 18px;
          background-color: transparent;
          border: 1px solid #bab6b5;
          cursor: pointer;
          transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out; }
        .sidebar-filter .sidebar_box .checkbox-list li input[type='checkbox']:before, .sidebar-filter .sidebar_box .checkbox-list li input[type='radio']:before {
          content: "";
          position: absolute;
          left: 3px;
          top: 5px;
          margin: auto;
          z-index: 1;
          width: 10px;
          height: 5px;
          border: 1.5px solid #fff;
          border-top-style: none;
          border-right-style: none;
          -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
          -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
          transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
          -webkit-transform: rotate(-45deg) scale(0, 0);
          -moz-transform: rotate(-45deg) scale(0, 0);
          -ms-transform: rotate(-45deg) scale(0, 0);
          -o-transform: rotate(-45deg) scale(0, 0);
          transform: rotate(-45deg) scale(0, 0); }
        .sidebar-filter .sidebar_box .checkbox-list li input[type='checkbox']:checked:before, .sidebar-filter .sidebar_box .checkbox-list li input[type='radio']:checked:before {
          -webkit-transform: rotate(-45deg) scale(1, 1);
          -moz-transform: rotate(-45deg) scale(1, 1);
          -ms-transform: rotate(-45deg) scale(1, 1);
          -o-transform: rotate(-45deg) scale(1, 1);
          transform: rotate(-45deg) scale(1, 1); }
        .sidebar-filter .sidebar_box .checkbox-list li input[type='checkbox']:checked:after, .sidebar-filter .sidebar_box .checkbox-list li input[type='radio']:checked:after {
          background: var(--primary-color);
          border: 1px solid var(--primary-color); }
      .sidebar-filter .sidebar_box .checkbox-list li label {
        cursor: pointer;
        position: relative;
        margin: 0;
        background: #fff;
        width: 100%;
        padding: 5px 0px 5px;
        border-radius: 0; }
      .sidebar-filter .sidebar_box .checkbox-list li:hover input:after {
        border: 1px solid var(--primary-color); }
    .sidebar-filter .sidebar_box .checkbox-list.has-coll {
      display: flex;
      justify-content: space-between;
      padding-right: 0; }
      .sidebar-filter .sidebar_box .checkbox-list.has-coll li {
        width: 100%; }
  .sidebar-filter .sidebar_box .filter-color .checkbox-list {
    margin: 0 4px;
    display: grid;
    grid-template-columns: repeat(5, 1fr); }
    .sidebar-filter .sidebar_box .filter-color .checkbox-list li {
      margin: 0 0 12px 0;
      line-height: normal;
      padding-left: 0;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .sidebar-filter .sidebar_box .filter-color .checkbox-list li label {
        padding: 2px;
        width: 40px;
        height: 40px;
        border-radius: 0;
        border: none;
        cursor: pointer;
        position: relative;
        margin: 0 0 2px;
        font-size: 0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid transparent; }
        .sidebar-filter .sidebar_box .filter-color .checkbox-list li label i {
          width: 32px;
          height: 32px;
          background: #f7f7f7;
          border: 1px solid #767676;
          border-radius: 50%;
          display: block; }
      .sidebar-filter .sidebar_box .filter-color .checkbox-list li span {
        display: inline-flex;
        padding: 0 4px; }
      .sidebar-filter .sidebar_box .filter-color .checkbox-list li input[type="checkbox"] {
        display: none; }
        .sidebar-filter .sidebar_box .filter-color .checkbox-list li input[type="checkbox"]:checked + label {
          background: #f7f7f7;
          border: 2px solid #222;
          color: var(--primary-color); }
          .sidebar-filter .sidebar_box .filter-color .checkbox-list li input[type="checkbox"]:checked + label:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            margin: auto;
            height: 6px;
            width: 12px;
            z-index: 99;
            border: 2px solid #222;
            border-top-style: none;
            border-right-style: none;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
      .sidebar-filter .sidebar_box .filter-color .checkbox-list li:hover label {
        border: 1px solid #767676; }
  .sidebar-filter .sidebar_box .filter-size {
    padding-right: 0; }
    .sidebar-filter .sidebar_box .filter-size ul {
      font-size: 12px;
      grid-column-gap: 4px;
      grid-row-gap: 4px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      margin: 0 4px 20px;
      padding-right: 4px; }
      .sidebar-filter .sidebar_box .filter-size ul li {
        padding: 0; }
      .sidebar-filter .sidebar_box .filter-size ul li label {
        height: 50px;
        margin: 0;
        width: 100%;
        align-items: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        border: 1px solid #929292;
        box-shadow: unset;
        cursor: pointer; }
      .sidebar-filter .sidebar_box .filter-size ul li input[type='checkbox'] {
        z-index: 2;
        left: auto;
        right: 2px;
        top: 2px; }
        .sidebar-filter .sidebar_box .filter-size ul li input[type='checkbox']:before {
          border: 1px solid #3300ad;
          border-top-style: none;
          border-right-style: none; }
        .sidebar-filter .sidebar_box .filter-size ul li input[type='checkbox']:after {
          background: #fff !important;
          border: 1px solid #fff !important; }
      .sidebar-filter .sidebar_box .filter-size ul li input[type='checkbox']:checked + label,
      .sidebar-filter .sidebar_box .filter-size ul li.active label {
        border: 1px solid #3300ad; }
  .sidebar-filter .range-slider .noUi-horizontal {
    height: 6px;
    border: none;
    background: #f5f3f5;
    border-radius: 3px;
    margin: 32px 13px; }
  .sidebar-filter .range-slider .noUi-base .noUi-origin {
    top: -2px; }
  .sidebar-filter .range-slider .noUi-base .noUi-connect {
    background: #230077; }
  .sidebar-filter .range-slider .noUi-base .noUi-handle {
    box-shadow: none;
    border: 0;
    width: 22px;
    height: 22px;
    right: -9px;
    top: -6px;
    border-radius: 50%; }
    .sidebar-filter .range-slider .noUi-base .noUi-handle:after, .sidebar-filter .range-slider .noUi-base .noUi-handle:before {
      display: none; }
    .sidebar-filter .range-slider .noUi-base .noUi-handle .noUi-touch-area {
      border-radius: 50%;
      background-color: #230077; }
  .sidebar-filter .range-slider .range-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative; }
    .sidebar-filter .range-slider .range-price input {
      padding: 0 0 4px 12px;
      border: none;
      border-bottom: 1px solid #bab6b5;
      border-radius: 0;
      color: #111;
      cursor: pointer;
      position: relative;
      margin: 0;
      font-weight: 500;
      width: 140px;
      white-space: nowrap;
      outline: none; }
      .sidebar-filter .range-slider .range-price input:focus {
        border-bottom: 1px solid #230077; }
  @media (min-width: 992px) {
    .sidebar-filter {
      width: calc(27.75*16px); } }

.collection-layout {
  padding-bottom: 32px; }
  .collection-layout .section-filter {
    overflow: initial;
    padding: 4px 0 10px; }
    .collection-layout .section-filter .filter-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .collection-layout .section-filter .filter-inner--actions {
      display: flex;
      align-items: center; }
      .collection-layout .section-filter .filter-inner--actions button {
        font-weight: 700; }
    .collection-layout .section-filter .action-filter-control {
      margin-right: 10px; }
      .collection-layout .section-filter .action-filter-control .btn-filter {
        color: #3300ad;
        padding: 10px 0;
        border: none;
        background: transparent; }
        .collection-layout .section-filter .action-filter-control .btn-filter .btn-content {
          align-items: center;
          display: flex;
          justify-content: center; }
          .collection-layout .section-filter .action-filter-control .btn-filter .btn-content svg {
            height: 17px;
            width: 16px;
            margin-right: 9px; }
          .collection-layout .section-filter .action-filter-control .btn-filter .btn-content span {
            margin-right: 5px; }
    .collection-layout .section-filter .action-filter-sort button {
      padding: 10px 0;
      border: none;
      background: transparent;
      color: var(--text-color); }
      .collection-layout .section-filter .action-filter-sort button .btn-content {
        align-items: center;
        display: flex;
        justify-content: center; }
      .collection-layout .section-filter .action-filter-sort button svg {
        height: 17px;
        width: 16px;
        margin-left: 8px; }
    .collection-layout .section-filter .action-filter-sort.show button svg {
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .collection-layout .section-filter .sortBy {
      position: absolute;
      font-size: 12px;
      left: 0;
      right: 0;
      z-index: 10;
      top: 100% !important;
      transform: none !important;
      background-color: #fff;
      border: 1px solid #e5e0e6;
      box-shadow: 0 1px 5px 0 rgba(58, 46, 44, 0.51);
      margin: 3px 0 0 -2px;
      min-width: 260px;
      padding: 20px;
      border-radius: 0; }
      .collection-layout .section-filter .sortBy ul {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        list-style: none; }
        .collection-layout .section-filter .sortBy ul li {
          width: 100%;
          position: relative;
          cursor: pointer;
          padding: 5px 10px 5px 25px; }
          .collection-layout .section-filter .sortBy ul li:last-child {
            margin-bottom: 0; }
          .collection-layout .section-filter .sortBy ul li label {
            margin-bottom: 0;
            display: block;
            cursor: pointer;
            white-space: nowrap; }
          .collection-layout .section-filter .sortBy ul li input {
            position: absolute;
            top: 6px;
            left: 0;
            margin-top: 0;
            vertical-align: top;
            width: 16px;
            height: 16px;
            outline: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            .collection-layout .section-filter .sortBy ul li input:before {
              content: "";
              position: absolute;
              left: 3px;
              top: 4px;
              margin: auto;
              z-index: 1;
              width: 10px;
              height: 5px;
              border: 1.5px solid #222;
              border-top-style: none;
              border-right-style: none;
              -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
              -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
              transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
              -webkit-transform: rotate(-45deg) scale(0, 0);
              -moz-transform: rotate(-45deg) scale(0, 0);
              -ms-transform: rotate(-45deg) scale(0, 0);
              -o-transform: rotate(-45deg) scale(0, 0);
              transform: rotate(-45deg) scale(0, 0); }
            .collection-layout .section-filter .sortBy ul li input:after {
              content: "";
              position: absolute;
              left: 0;
              top: 0px;
              width: 16px;
              height: 16px;
              background-color: transparent;
              border: 1px solid rgba(0, 0, 0, 0.4);
              cursor: pointer;
              transition: border-color 0.2s ease-in-out, background 0.2s ease-in-out;
              border-radius: 50%; }
          .collection-layout .section-filter .sortBy ul li.active label, .collection-layout .section-filter .sortBy ul li:hover label {
            color: var(--primary-color); }
          .collection-layout .section-filter .sortBy ul li.active input:before {
            border-color: #fff;
            -webkit-transform: rotate(-45deg) scale(1, 1);
            -moz-transform: rotate(-45deg) scale(1, 1);
            -ms-transform: rotate(-45deg) scale(1, 1);
            -o-transform: rotate(-45deg) scale(1, 1);
            transform: rotate(-45deg) scale(1, 1); }
          .collection-layout .section-filter .sortBy ul li.active input:after {
            border: 1px solid black;
            background-color: black; }
    @media (min-width: 992px) {
      .collection-layout .section-filter {
        padding: 20px 0; }
        .collection-layout .section-filter .action-filter-control {
          margin-right: 40px; } }
  .collection-layout .section-products .product-wrapper--grid {
    position: relative; }
  .collection-layout .section-products .products-empty.alert-info {
    padding: 15px; }
  .collection-layout .section-products .products-grid {
    grid-row-gap: var(--row-gap);
    grid-column-gap: var(--col-gap);
    /*contain: content;*/
    display: grid;
    grid-auto-flow: row dense;
    grid-auto-rows: auto;
    grid-template-columns: repeat(var(--cols-nb), minmax(0, 1fr));
    min-height: 450px;
    /*grid-template-rows: repeat(3,calc(var(--col-width) + var(--product-tile-footer-height)));*/ }
    .collection-layout .section-products .products-grid .product-tile, .collection-layout .section-products .products-grid .promo-tile {
      min-width: 100%;
      width: 50%; }
      @media (min-width: 550px) {
        .collection-layout .section-products .products-grid .product-tile, .collection-layout .section-products .products-grid .promo-tile {
          width: 33.33%; } }
      @media (min-width: 860px) {
        .collection-layout .section-products .products-grid .product-tile, .collection-layout .section-products .products-grid .promo-tile {
          width: 25%; } }
    .collection-layout .section-products .products-grid .product-tile.proloop {
      display: grid;
      grid-template-columns: 100%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
      .collection-layout .section-products .products-grid .product-tile.proloop .proloop-img .aspect-ratio {
        background: #f3f3f3; }
        @media (min-width: 768px) {
          .collection-layout .section-products .products-grid .product-tile.proloop .proloop-img .aspect-ratio {
            height: var(--col-width); } }
        @media (max-width: 767px) {
          .collection-layout .section-products .products-grid .product-tile.proloop .proloop-img .aspect-ratio {
            min-height: unset; } }
      .collection-layout .section-products .products-grid .product-tile.proloop.ads_loop {
        height: 100%;
        display: block; }
        @media (min-width: 768px) {
          .collection-layout .section-products .products-grid .product-tile.proloop.ads_loop .ads_loop__img {
            height: var(--col-width);
            position: relative;
            overflow: hidden; }
            .collection-layout .section-products .products-grid .product-tile.proloop.ads_loop .ads_loop__img img {
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              transform: scale(1);
              transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
              object-fit: cover;
              object-position: bottom; } }
        .collection-layout .section-products .products-grid .product-tile.proloop.ads_loop .ads_loop__bottom {
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap;
          padding: 24px 35px; }
          .collection-layout .section-products .products-grid .product-tile.proloop.ads_loop .ads_loop__bottom h4 {
            font-weight: 700;
            font-size: 14px;
            margin-bottom: 4px; }
          .collection-layout .section-products .products-grid .product-tile.proloop.ads_loop .ads_loop__bottom .ads_loop__actions a {
            display: inline-block;
            margin-right: 16px;
            padding-bottom: 0px;
            border-bottom: 1px solid; }
        .collection-layout .section-products .products-grid .product-tile.proloop.ads_loop.ads_loop_0 .ads_loop__bottom * {
          color: var(--text-color-0); }
        .collection-layout .section-products .products-grid .product-tile.proloop.ads_loop.ads_loop_1 .ads_loop__bottom * {
          color: var(--text-color-1); }
        .collection-layout .section-products .products-grid .product-tile.proloop.ads_loop.ads_loop_2 .ads_loop__bottom * {
          color: var(--text-color-2); }
        .collection-layout .section-products .products-grid .product-tile.proloop.ads_loop.ads_loop_3 .ads_loop__bottom * {
          color: var(--text-color-3); }
        .collection-layout .section-products .products-grid .product-tile.proloop.ads_loop.ads_loop_4 .ads_loop__bottom * {
          color: var(--text-color-4); }
        .collection-layout .section-products .products-grid .product-tile.proloop.ads_loop.ads_loop_5 .ads_loop__bottom * {
          color: var(--text-color-5); }
        .collection-layout .section-products .products-grid .product-tile.proloop.ads_loop.ads_loop_6 .ads_loop__bottom * {
          color: var(--text-color-6); }
        .collection-layout .section-products .products-grid .product-tile.proloop.ads_loop.ads_loop_7 .ads_loop__bottom * {
          color: var(--text-color-7); }
        .collection-layout .section-products .products-grid .product-tile.proloop.ads_loop.ads_loop_8 .ads_loop__bottom * {
          color: var(--text-color-8); }
        .collection-layout .section-products .products-grid .product-tile.proloop.ads_loop.ads_loop_9 .ads_loop__bottom * {
          color: var(--text-color-9); }
      .collection-layout .section-products .products-grid .product-tile.proloop:nth-child(9n+5) {
        width: 100%; }
        .collection-layout .section-products .products-grid .product-tile.proloop:nth-child(9n+5) .proloop-img .aspect-ratio {
          --colspan: 2;
          height: calc(var(--col-width)*var(--colspan) + var(--product-tile-footer-height) + var(--row-gap)); }
          .collection-layout .section-products .products-grid .product-tile.proloop:nth-child(9n+5) .proloop-img .aspect-ratio picture img {
            object-fit: cover;
            object-position: bottom;
            height: 100%; }
      @media (max-width: 549px) {
        .collection-layout .section-products .products-grid .product-tile.proloop:nth-child(9n+5) {
          width: 100%;
          grid-column-end: span 2;
          grid-row-end: span 2; }
          .collection-layout .section-products .products-grid .product-tile.proloop:nth-child(9n+5):nth-of-type(odd) {
            grid-column-start: 1; }
          .collection-layout .section-products .products-grid .product-tile.proloop:nth-child(9n+5):nth-of-type(even) {
            grid-column-start: 1; }
          .collection-layout .section-products .products-grid .product-tile.proloop:nth-child(9n+5) .proloop-img .aspect-ratio {
            padding-top: calc(100% * 453 / 358); } }
      @media (min-width: 550px) and (max-width: 859px) {
        .collection-layout .section-products .products-grid .product-tile.proloop:nth-child(9n+5) {
          width: 66.66%;
          grid-column-end: span 2;
          grid-row-end: span 2; }
          .collection-layout .section-products .products-grid .product-tile.proloop:nth-child(9n+5):nth-of-type(odd) {
            grid-column-start: 1; }
          .collection-layout .section-products .products-grid .product-tile.proloop:nth-child(9n+5):nth-of-type(even) {
            grid-column-start: 1; } }
      @media (min-width: 860px) {
        .collection-layout .section-products .products-grid .product-tile.proloop:nth-child(9n+5) {
          width: 50%;
          grid-column-end: span 2;
          grid-row-end: span 2; }
          .collection-layout .section-products .products-grid .product-tile.proloop:nth-child(9n+5):nth-of-type(odd) {
            grid-column-start: 1; }
          .collection-layout .section-products .products-grid .product-tile.proloop:nth-child(9n+5):nth-of-type(even) {
            grid-column-start: calc(var(--cols-nb) - 1); } }
    .collection-layout .section-products .products-grid .product-tile .proloop-loadding .proloop-image .lazy-img {
      padding-bottom: var(--col-width); }
    .collection-layout .section-products .products-grid .product-tile .proloop-loadding .proloop-detail {
      min-height: unset; }
      .collection-layout .section-products .products-grid .product-tile .proloop-loadding .proloop-detail .mask-line:nth-child(1) {
        height: 24.5px; }
      .collection-layout .section-products .products-grid .product-tile .proloop-loadding .proloop-detail .mask-line:nth-child(2) {
        height: 17px; }
      .collection-layout .section-products .products-grid .product-tile .proloop-loadding .proloop-detail .mask-line:nth-child(3) {
        height: 22px; }
    .collection-layout .section-products .products-grid .product-tile:nth-child(9n+5) .proloop-loadding .proloop-image .lazy-img {
      --colspan: 2;
      height: calc(var(--col-width)*var(--colspan) + var(--product-tile-footer-height) + var(--row-gap)); }
    .collection-layout .section-products .products-grid .promo-tile {
      --tile-body-spacing: 16px;
      --tile-footer-spacing: 16px;
      --tile-footer-height: 100%;
      --tile-title-max-line: 2;
      --tile-cta-fs: 12px;
      --tile-cta-height: 18px;
      --tile-cta-max-chars: 20ch; }
      .collection-layout .section-products .products-grid .promo-tile.type-1 {
        --tile-bg-color: #FFC52F;
        --tile-footer-bg: rgba(255, 197, 47, 0.5); }
      .collection-layout .section-products .products-grid .promo-tile.type-2 {
        --tile-bg-color: #B2FCE4;
        --tile-footer-bg: rgba(178, 252, 228, 0.5); }
      @media (min-width: 1470px) {
        .collection-layout .section-products .products-grid .promo-tile {
          --tile-body-spacing: 40px;
          --tile-footer-spacing: 24px 40px;
          --tile-content-overflow: hidden; } }
      .collection-layout .section-products .products-grid .promo-tile .promo-tile--content {
        align-content: var(--tile-content-vertical-alignement);
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: -webkit-max-content;
        grid-template-rows: max-content;
        height: var(--tile-content-height);
        overflow: var(--tile-content-overflow, hidden);
        position: relative;
        width: 100%; }
        .collection-layout .section-products .products-grid .promo-tile .promo-tile--content .promo-tile--content-body {
          display: block;
          position: relative;
          height: auto;
          width: 100%;
          background-color: var(--tile-bg-color); }
          .collection-layout .section-products .products-grid .promo-tile .promo-tile--content .promo-tile--content-body:before {
            content: "";
            display: block;
            padding-top: 100%; }
          .collection-layout .section-products .products-grid .promo-tile .promo-tile--content .promo-tile--content-body .promo-tile--copy {
            display: flex;
            flex-wrap: nowrap;
            flex-direction: column;
            justify-content: center;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            min-height: 100%;
            padding: var(--tile-body-spacing);
            position: absolute;
            top: 0;
            width: 100%; }
        .collection-layout .section-products .products-grid .promo-tile .promo-tile--content .promo-tile--content-footer {
          background-color: var(--tile-footer-bg, var(--tile-bg-color));
          display: flex;
          flex-direction: column;
          height: var(--tile-footer-height, 100%);
          justify-content: center;
          padding: var(--tile-footer-spacing);
          position: relative; }
          .collection-layout .section-products .products-grid .promo-tile .promo-tile--content .promo-tile--content-footer .promo-tile--actions {
            display: flex;
            flex-wrap: wrap;
            max-width: calc(var(--tile-cta-max-chars)*2);
            min-height: var(--tile-cta-height);
            transform: translateY(calc(var(--tile-cta-vertical-spacing)/-2)); }
            .collection-layout .section-products .products-grid .promo-tile .promo-tile--content .promo-tile--content-footer .promo-tile--actions .promo-tile--cta--link {
              align-items: center;
              display: flex;
              margin-right: 1rem;
              margin-top: var(--tile-cta-vertical-spacing);
              max-height: -webkit-fit-content;
              max-height: -moz-fit-content;
              max-height: fit-content;
              max-width: var(--tile-cta-max-chars);
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              color: var(--tile-cta-color); }
              .collection-layout .section-products .products-grid .promo-tile .promo-tile--content .promo-tile--content-footer .promo-tile--actions .promo-tile--cta--link span {
                border-bottom: 1px solid;
                display: inline;
                font-size: var(--tile-cta-fs);
                line-height: var(--tile-cta-height);
                max-height: var(--tile-cta-height); }
  .collection-layout .product-wrapper--more {
    display: none;
    justify-content: center;
    margin: 45px 0;
    width: 100%; }
    .collection-layout .product-wrapper--more button {
      padding: 18px 25px;
      margin-bottom: 20px;
      min-width: 100%; }
      .collection-layout .product-wrapper--more button:focus, .collection-layout .product-wrapper--more button:hover {
        outline: none; }
    @media (min-width: 768px) {
      .collection-layout .product-wrapper--more button {
        min-width: 33.33%; } }
    @media (min-width: 992px) {
      .collection-layout .product-wrapper--more button {
        min-width: 25%; } }

.wrapper_layered_filter .layered_filter_title {
  text-transform: uppercase; }
  .wrapper_layered_filter .layered_filter_title .title_filter {
    margin: 0;
    font-size: 14px; }
    .wrapper_layered_filter .layered_filter_title .title_filter:after {
      content: "";
      width: 1px;
      height: 20px;
      background: var(--bordercolor);
      display: inline-block;
      vertical-align: middle;
      margin: 0 20px; }
    .wrapper_layered_filter .layered_filter_title .title_filter .icon-filter {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
      .wrapper_layered_filter .layered_filter_title .title_filter .icon-filter svg {
        width: 20px;
        height: 30px;
        fill: #909097;
        stroke: #909097;
        -webkit-transition: 0.5s;
        transition: 0.5s; }

.wrapper_layered_filter .layered_filter_tags .filter_tags {
  display: none;
  line-height: 22px;
  margin: 0 10px 15px 0;
  border: 1px solid #f0f1f2;
  font-size: 13px;
  padding: 2px 10px;
  border-radius: 30px;
  background: #f0f1f2; }
  .wrapper_layered_filter .layered_filter_tags .filter_tags span.filter_tags_remove {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 4px;
    cursor: pointer;
    color: #222;
    text-align: center;
    vertical-align: -3px; }
    .wrapper_layered_filter .layered_filter_tags .filter_tags span.filter_tags_remove svg {
      vertical-align: 4px;
      stroke-width: 2px;
      stroke: currentColor;
      width: 8px;
      height: 8px; }
  .wrapper_layered_filter .layered_filter_tags .filter_tags.opened {
    display: inline-block; }
    .wrapper_layered_filter .layered_filter_tags .filter_tags.opened b {
      color: var(--primary-color);
      margin-left: 4px; }
  .wrapper_layered_filter .layered_filter_tags .filter_tags.filter_tags_remove_all {
    cursor: pointer; }

.collection-layout.new .section-head .section-head--content {
  margin: 20px 0; }

.collection-layout.new .section-head .category-list .cate-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 10px 10px;
  border: 1px solid #000;
  border-radius: 4px; }
  .collection-layout.new .section-head .category-list .cate-item span {
    font-size: 14px;
    height: auto;
    margin-top: 0; }
  .collection-layout.new .section-head .category-list .cate-item:hover {
    background: #000; }
    .collection-layout.new .section-head .category-list .cate-item:hover span {
      color: #fff;
      text-decoration: none; }

@media (min-width: 992px) {
  .collection-layout.new .section-head .section-head--content {
    margin: 40px 0; } }

/*----------------------------------------------*/
/* COLLECTION -- Deluxe Grid */
/*----------------------------------------------*/
.template-collection-deluxe .collection-layout,
.template-collection-dev .collection-layout,
.template-collection-ldp-looney .collection-layout,
.template-collection-ldp-wicked .collection-layout,
.template-collection-ldp-sportclub2025 .collection-layout {
  padding-bottom: 0; }

.template-collection-deluxe .deluxe-layout--wrapper,
.template-collection-dev .deluxe-layout--wrapper,
.template-collection-ldp-looney .deluxe-layout--wrapper,
.template-collection-ldp-wicked .deluxe-layout--wrapper,
.template-collection-ldp-sportclub2025 .deluxe-layout--wrapper {
  height: 100%;
  left: 0;
  min-height: 100vh;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 0; }
  .template-collection-deluxe .deluxe-layout--wrapper.gradient .deluxe-gradient--inner,
  .template-collection-dev .deluxe-layout--wrapper.gradient .deluxe-gradient--inner,
  .template-collection-ldp-looney .deluxe-layout--wrapper.gradient .deluxe-gradient--inner,
  .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient .deluxe-gradient--inner,
  .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient .deluxe-gradient--inner {
    position: relative; }
  .template-collection-deluxe .deluxe-layout--wrapper.gradient .deluxe-gradient--top-bg,
  .template-collection-dev .deluxe-layout--wrapper.gradient .deluxe-gradient--top-bg,
  .template-collection-ldp-looney .deluxe-layout--wrapper.gradient .deluxe-gradient--top-bg,
  .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient .deluxe-gradient--top-bg,
  .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient .deluxe-gradient--top-bg {
    height: 10vh;
    position: absolute;
    top: 80px;
    width: 100vw;
    z-index: 5;
    background-image: linear-gradient(to bottom, #fdda25, rgba(253, 218, 37, 0.98) 9%, rgba(253, 218, 37, 0.95) 17%, rgba(253, 218, 37, 0.88) 24%, rgba(253, 218, 37, 0.8) 31%, rgba(253, 218, 37, 0.71) 37%, rgba(253, 218, 37, 0.61) 44%, rgba(253, 218, 37, 0.5) 50%, rgba(253, 218, 37, 0.39) 56%, rgba(253, 218, 37, 0.29) 63%, rgba(253, 218, 37, 0.2) 69%, rgba(253, 218, 37, 0.12) 76%, rgba(253, 218, 37, 0.06) 83%, rgba(253, 218, 37, 0.02) 91%, rgba(253, 218, 37, 0)); }
  .template-collection-deluxe .deluxe-layout--wrapper.gradient .deluxe-gradient--bg,
  .template-collection-dev .deluxe-layout--wrapper.gradient .deluxe-gradient--bg,
  .template-collection-ldp-looney .deluxe-layout--wrapper.gradient .deluxe-gradient--bg,
  .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient .deluxe-gradient--bg,
  .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient .deluxe-gradient--bg {
    bottom: -15px;
    height: 7vh;
    position: absolute;
    width: 100vw;
    z-index: 5;
    background-image: linear-gradient(to bottom, rgba(253, 218, 37, 0), rgba(253, 218, 37, 0.01) 3%, rgba(253, 218, 37, 0.04) 6%, rgba(253, 218, 37, 0.08) 8%, rgba(253, 218, 37, 0.13) 10%, rgba(253, 218, 37, 0.19) 13%, rgba(253, 218, 37, 0.26) 15%, rgba(253, 218, 37, 0.34) 18%, rgba(253, 218, 37, 0.42) 21%, rgba(253, 218, 37, 0.5) 24%, rgba(253, 218, 37, 0.58) 28%, rgba(253, 218, 37, 0.66) 33%, rgba(253, 218, 37, 0.74) 39%, rgba(253, 218, 37, 0.81) 46%, rgba(253, 218, 37, 0.88) 54%, rgba(253, 218, 37, 0.93) 63%, rgba(253, 218, 37, 0.97) 74%, rgba(253, 218, 37, 0.99) 86%, #fdda25); }
  .template-collection-deluxe .deluxe-layout--wrapper.gradient .deluxe-gradient--bottom-bg,
  .template-collection-dev .deluxe-layout--wrapper.gradient .deluxe-gradient--bottom-bg,
  .template-collection-ldp-looney .deluxe-layout--wrapper.gradient .deluxe-gradient--bottom-bg,
  .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient .deluxe-gradient--bottom-bg,
  .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient .deluxe-gradient--bottom-bg {
    height: 67vh;
    background-color: #fdda25;
    position: absolute;
    width: 100vw;
    z-index: 5; }
  .template-collection-deluxe .deluxe-layout--wrapper.gradient .deluxe-gradient--media,
  .template-collection-dev .deluxe-layout--wrapper.gradient .deluxe-gradient--media,
  .template-collection-ldp-looney .deluxe-layout--wrapper.gradient .deluxe-gradient--media,
  .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient .deluxe-gradient--media,
  .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient .deluxe-gradient--media {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
    top: 40px; }
    .template-collection-deluxe .deluxe-layout--wrapper.gradient .deluxe-gradient--media picture,
    .template-collection-dev .deluxe-layout--wrapper.gradient .deluxe-gradient--media picture,
    .template-collection-ldp-looney .deluxe-layout--wrapper.gradient .deluxe-gradient--media picture,
    .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient .deluxe-gradient--media picture,
    .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient .deluxe-gradient--media picture {
      position: relative;
      transition: background .4s ease-out .6s;
      /*padding-top: 114.04784688995215%;*/
      padding-top: calc(100% * 954 / 637);
      display: block;
      width: 100%; }
      .template-collection-deluxe .deluxe-layout--wrapper.gradient .deluxe-gradient--media picture img,
      .template-collection-dev .deluxe-layout--wrapper.gradient .deluxe-gradient--media picture img,
      .template-collection-ldp-looney .deluxe-layout--wrapper.gradient .deluxe-gradient--media picture img,
      .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient .deluxe-gradient--media picture img,
      .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient .deluxe-gradient--media picture img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        object-fit: cover;
        transition: opacity .3s ease-out; }
  .template-collection-deluxe .deluxe-layout--wrapper.gradient .deluxe-gradient--box,
  .template-collection-dev .deluxe-layout--wrapper.gradient .deluxe-gradient--box,
  .template-collection-ldp-looney .deluxe-layout--wrapper.gradient .deluxe-gradient--box,
  .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient .deluxe-gradient--box,
  .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient .deluxe-gradient--box {
    position: relative;
    z-index: 5; }

.template-collection-deluxe .collection-wrapper,
.template-collection-dev .collection-wrapper,
.template-collection-ldp-looney .collection-wrapper,
.template-collection-ldp-wicked .collection-wrapper,
.template-collection-ldp-sportclub2025 .collection-wrapper {
  background: transparent;
  position: relative;
  z-index: 7;
  transition: background-color .3s ease-in-out;
  padding: 0 0 26px; }
  .template-collection-deluxe .collection-wrapper.collection-wrapper-bg,
  .template-collection-dev .collection-wrapper.collection-wrapper-bg,
  .template-collection-ldp-looney .collection-wrapper.collection-wrapper-bg,
  .template-collection-ldp-wicked .collection-wrapper.collection-wrapper-bg,
  .template-collection-ldp-sportclub2025 .collection-wrapper.collection-wrapper-bg {
    background: #fff; }
  .template-collection-deluxe .collection-wrapper .collection-wrapper--inner,
  .template-collection-dev .collection-wrapper .collection-wrapper--inner,
  .template-collection-ldp-looney .collection-wrapper .collection-wrapper--inner,
  .template-collection-ldp-wicked .collection-wrapper .collection-wrapper--inner,
  .template-collection-ldp-sportclub2025 .collection-wrapper .collection-wrapper--inner {
    position: relative;
    z-index: 7;
    margin-top: 482px; }

.template-collection-deluxe .section-newsletter, .template-collection-deluxe .mainFooter,
.template-collection-dev .section-newsletter,
.template-collection-dev .mainFooter,
.template-collection-ldp-looney .section-newsletter,
.template-collection-ldp-looney .mainFooter,
.template-collection-ldp-wicked .section-newsletter,
.template-collection-ldp-wicked .mainFooter,
.template-collection-ldp-sportclub2025 .section-newsletter,
.template-collection-ldp-sportclub2025 .mainFooter {
  position: relative; }

@media (max-width: 550px) {
  .template-collection-deluxe .deluxe-layout--wrapper.gradient .deluxe-gradient--media, .template-collection-deluxe .deluxe-layout--wrapper.gradient picture img,
  .template-collection-dev .deluxe-layout--wrapper.gradient .deluxe-gradient--media,
  .template-collection-dev .deluxe-layout--wrapper.gradient picture img,
  .template-collection-ldp-looney .deluxe-layout--wrapper.gradient .deluxe-gradient--media,
  .template-collection-ldp-looney .deluxe-layout--wrapper.gradient picture img,
  .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient .deluxe-gradient--media,
  .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient picture img,
  .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient .deluxe-gradient--media,
  .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient picture img {
    max-height: 400px;
    width: 100%; } }

@media (min-width: 550px) and (max-width: 1100px) {
  .template-collection-deluxe .deluxe-layout--wrapper.gradient .deluxe-gradient--media,
  .template-collection-dev .deluxe-layout--wrapper.gradient .deluxe-gradient--media,
  .template-collection-ldp-looney .deluxe-layout--wrapper.gradient .deluxe-gradient--media,
  .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient .deluxe-gradient--media,
  .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient .deluxe-gradient--media {
    max-height: 400px;
    top: 27px;
    width: 100%; } }

@media (min-width: 550px) {
  .template-collection-deluxe .deluxe-layout--wrapper.gradient .deluxe-gradient--bg,
  .template-collection-dev .deluxe-layout--wrapper.gradient .deluxe-gradient--bg,
  .template-collection-ldp-looney .deluxe-layout--wrapper.gradient .deluxe-gradient--bg,
  .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient .deluxe-gradient--bg,
  .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient .deluxe-gradient--bg {
    height: 20vh; } }

@media (min-width: 1100px) {
  .template-collection-deluxe .deluxe-layout--wrapper,
  .template-collection-dev .deluxe-layout--wrapper,
  .template-collection-ldp-looney .deluxe-layout--wrapper,
  .template-collection-ldp-wicked .deluxe-layout--wrapper,
  .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper {
    background-color: #fdda25;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    z-index: 0;
    position: fixed; }
    .template-collection-deluxe .deluxe-layout--wrapper.gradient h1,
    .template-collection-dev .deluxe-layout--wrapper.gradient h1,
    .template-collection-ldp-looney .deluxe-layout--wrapper.gradient h1,
    .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient h1,
    .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient h1 {
      font-size: 48px; }
    .template-collection-deluxe .deluxe-layout--wrapper.gradient p,
    .template-collection-dev .deluxe-layout--wrapper.gradient p,
    .template-collection-ldp-looney .deluxe-layout--wrapper.gradient p,
    .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient p,
    .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient p {
      font-size: 16px; }
    .template-collection-deluxe .deluxe-layout--wrapper.gradient picture img,
    .template-collection-dev .deluxe-layout--wrapper.gradient picture img,
    .template-collection-ldp-looney .deluxe-layout--wrapper.gradient picture img,
    .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient picture img,
    .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient picture img {
      min-height: 100vh; }
    .template-collection-deluxe .deluxe-layout--wrapper.gradient .deluxe-gradient--media,
    .template-collection-dev .deluxe-layout--wrapper.gradient .deluxe-gradient--media,
    .template-collection-ldp-looney .deluxe-layout--wrapper.gradient .deluxe-gradient--media,
    .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient .deluxe-gradient--media,
    .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient .deluxe-gradient--media {
      margin-left: auto;
      top: 0;
      width: 38vw;
      /*width: 50vw;*/ }
    .template-collection-deluxe .deluxe-layout--wrapper.gradient .deluxe-gradient--bg,
    .template-collection-dev .deluxe-layout--wrapper.gradient .deluxe-gradient--bg,
    .template-collection-ldp-looney .deluxe-layout--wrapper.gradient .deluxe-gradient--bg,
    .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient .deluxe-gradient--bg,
    .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient .deluxe-gradient--bg {
      height: 100vh;
      left: 0;
      margin-left: auto;
      right: 0;
      top: 0;
      /*width: 80%;*/
      width: 65vw;
      background-image: linear-gradient(to left, rgba(253, 218, 37, 0) 28%, rgba(253, 218, 37, 0.02) 31%, rgba(253, 218, 37, 0.06) 33%, rgba(253, 218, 37, 0.12) 36%, rgba(253, 218, 37, 0.2) 38%, rgba(253, 218, 37, 0.29) 40%, rgba(253, 218, 37, 0.39) 42%, rgba(253, 218, 37, 0.5) 44%, rgba(253, 218, 37, 0.61) 47%, rgba(253, 218, 37, 0.71) 49%, rgba(253, 218, 37, 0.8) 51%, rgba(253, 218, 37, 0.88) 53%, rgba(253, 218, 37, 0.95) 56%, rgba(253, 218, 37, 0.98) 58%, #fdda25 61%); }
    .template-collection-deluxe .deluxe-layout--wrapper.gradient .deluxe-gradient--top-bg,
    .template-collection-dev .deluxe-layout--wrapper.gradient .deluxe-gradient--top-bg,
    .template-collection-ldp-looney .deluxe-layout--wrapper.gradient .deluxe-gradient--top-bg,
    .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient .deluxe-gradient--top-bg,
    .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient .deluxe-gradient--top-bg {
      display: none; }
    .template-collection-deluxe .deluxe-layout--wrapper.gradient .deluxe-gradient--box,
    .template-collection-dev .deluxe-layout--wrapper.gradient .deluxe-gradient--box,
    .template-collection-ldp-looney .deluxe-layout--wrapper.gradient .deluxe-gradient--box,
    .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient .deluxe-gradient--box,
    .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient .deluxe-gradient--box {
      left: 0;
      right: 0;
      top: 50%;
      transform: translate(0, -50%);
      position: fixed;
      width: 100%; }
      .template-collection-deluxe .deluxe-layout--wrapper.gradient .deluxe-gradient--box .box-heading,
      .template-collection-dev .deluxe-layout--wrapper.gradient .deluxe-gradient--box .box-heading,
      .template-collection-ldp-looney .deluxe-layout--wrapper.gradient .deluxe-gradient--box .box-heading,
      .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient .deluxe-gradient--box .box-heading,
      .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient .deluxe-gradient--box .box-heading {
        width: 50%; }
  .template-collection-deluxe .collection-wrapper .collection-wrapper--inner,
  .template-collection-dev .collection-wrapper .collection-wrapper--inner,
  .template-collection-ldp-looney .collection-wrapper .collection-wrapper--inner,
  .template-collection-ldp-wicked .collection-wrapper .collection-wrapper--inner,
  .template-collection-ldp-sportclub2025 .collection-wrapper .collection-wrapper--inner {
    margin-top: calc(100vh - 260px); } }

.template-collection-ldp-looney {
  --header-background-color: 254, 219, 0;
  --ldp-deluxe-background-color: 254, 219, 0;
  --banner-scrollbar-width: 0px;
  --banner-cols-nb: 2;
  --banner-col-gap: 12px;
  --banner-row-gap: 12px;
  --banner-col-gaps-space: var(--banner-col-gap);
  --banner-ctnr-margins: 30px;
  --banner-col-width: calc((100vw - var(--banner-scrollbar-width) - var(--banner-ctnr-margins) - var(--banner-col-gaps-space))/var(--banner-cols-nb)); }
  @media (min-width: 550px) {
    .template-collection-ldp-looney {
      --banner-cols-nb: 3;
      --banner-col-gap: 12px;
      --banner-row-gap: 12px;
      --banner-col-gaps-space: calc(var(--banner-col-gap)*2);
      --banner-ctnr-margins: 90px; } }
  @media (min-width: 860px) {
    .template-collection-ldp-looney {
      --banner-scrollbar-width: 15px;
      --banner-cols-nb: 4;
      --banner-col-gap: 12px;
      --banner-row-gap: 12px;
      --banner-ctnr-margins: 90px;
      --banner-col-gaps-space: calc(var(--banner-col-gap)*3);
      --banner-col-width: calc((100vw - var(--banner-scrollbar-width) - var(--banner-ctnr-margins) - var(--banner-col-gaps-space))/var(--banner-cols-nb)); } }
  @media (min-width: 1766px) {
    .template-collection-ldp-looney {
      --banner-col-width: calc((1570px - var(--banner-col-gaps-space))/var(--banner-cols-nb)); } }
  .template-collection-ldp-looney header .header-wrap-menu .menuList-main > li > a[title*="Looney Tunes x ALDO"] {
    color: var(--text-color); }
    .template-collection-ldp-looney header .header-wrap-menu .menuList-main > li > a[title*="Looney Tunes x ALDO"]:hover {
      color: var(--hover-color); }
  .template-collection-ldp-looney main {
    padding-bottom: 0 !important; }
  .template-collection-ldp-looney .collection-wrapper {
    padding-bottom: 40px; }
  .template-collection-ldp-looney .section-banners {
    padding: 30px 0 10px; }
  .template-collection-ldp-looney .section-collection-new .box-banner picture {
    padding-bottom: calc(900 / 1600* 100%); }
  .template-collection-ldp-looney .banners-grid {
    grid-row-gap: var(--banner-row-gap);
    grid-column-gap: var(--banner-col-gap);
    display: grid;
    grid-auto-flow: row dense;
    grid-auto-rows: auto;
    grid-template-columns: repeat(var(--banner-cols-nb), minmax(0, 1fr));
    min-height: 450px; }
    .template-collection-ldp-looney .banners-grid .banner-tile {
      min-width: 100%;
      width: 50%; }
      .template-collection-ldp-looney .banners-grid .banner-tile .banner-block {
        position: relative;
        display: flex;
        flex-direction: column; }
      .template-collection-ldp-looney .banners-grid .banner-tile .banner-img {
        position: relative;
        display: block; }
        .template-collection-ldp-looney .banners-grid .banner-tile .banner-img .aspect-ratio {
          overflow: hidden;
          padding-top: calc(1200/800 * 100%);
          position: relative;
          width: 100%;
          height: inherit;
          display: block;
          min-height: 100%; }
          .template-collection-ldp-looney .banners-grid .banner-tile .banner-img .aspect-ratio picture {
            height: inherit;
            transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), background 0.4s ease-out 0.6s;
            bottom: -1px;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%; }
          .template-collection-ldp-looney .banners-grid .banner-tile .banner-img .aspect-ratio img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            object-position: center; }
          @media (max-width: 767px) {
            .template-collection-ldp-looney .banners-grid .banner-tile .banner-img .aspect-ratio {
              min-height: unset; } }
      @media (min-width: 550px) {
        .template-collection-ldp-looney .banners-grid .banner-tile {
          width: 33.33%; } }
      @media (min-width: 860px) {
        .template-collection-ldp-looney .banners-grid .banner-tile {
          width: 25%; } }
    .template-collection-ldp-looney .banners-grid .banner-tile {
      display: grid;
      grid-template-columns: 100%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
      .template-collection-ldp-looney .banners-grid .banner-tile .banner-img .aspect-ratio {
        background: #f3f3f3; }
      .template-collection-ldp-looney .banners-grid .banner-tile:nth-child(9n+5) {
        width: 100%; }
        .template-collection-ldp-looney .banners-grid .banner-tile:nth-child(9n+5) .banner-img .aspect-ratio {
          --banner-colspan: 2; }
          .template-collection-ldp-looney .banners-grid .banner-tile:nth-child(9n+5) .banner-img .aspect-ratio img {
            object-fit: cover;
            object-position: center;
            height: 100%; }
      @media (max-width: 549px) {
        .template-collection-ldp-looney .banners-grid .banner-tile:nth-child(9n+5) {
          width: 100%;
          grid-column-end: span 2;
          grid-row-end: span 2; }
          .template-collection-ldp-looney .banners-grid .banner-tile:nth-child(9n+5):nth-of-type(odd) {
            grid-column-start: 1; }
          .template-collection-ldp-looney .banners-grid .banner-tile:nth-child(9n+5):nth-of-type(even) {
            grid-column-start: 1; }
          .template-collection-ldp-looney .banners-grid .banner-tile:nth-child(9n+5) .banner-img .aspect-ratio {
            padding-top: calc(100% * 453 / 358); } }
      @media (min-width: 550px) and (max-width: 859px) {
        .template-collection-ldp-looney .banners-grid .banner-tile:nth-child(9n+5) {
          width: 66.66%;
          grid-column-end: span 2;
          grid-row-end: span 2; }
          .template-collection-ldp-looney .banners-grid .banner-tile:nth-child(9n+5):nth-of-type(odd) {
            grid-column-start: 1; }
          .template-collection-ldp-looney .banners-grid .banner-tile:nth-child(9n+5):nth-of-type(even) {
            grid-column-start: 1; } }
      @media (min-width: 860px) {
        .template-collection-ldp-looney .banners-grid .banner-tile:nth-child(9n+5) {
          width: 50%;
          grid-column-end: span 2;
          grid-row-end: span 2; }
          .template-collection-ldp-looney .banners-grid .banner-tile:nth-child(9n+5):nth-of-type(odd) {
            grid-column-start: 1; }
          .template-collection-ldp-looney .banners-grid .banner-tile:nth-child(9n+5):nth-of-type(even) {
            grid-column-start: calc(var(--banner-cols-nb) - 1); } }
  @media (min-width: 1100px) {
    .template-collection-ldp-looney .section-banners {
      padding: 50px 0 20px; } }

.template-collection-ldp-wicked {
  --header-background-color: 23, 63, 53;
  --ldp-deluxe-background-color: 23, 63, 53;
  --banner-scrollbar-width: 0px;
  --banner-cols-nb: 2;
  --banner-col-gap: 12px;
  --banner-row-gap: 12px;
  --banner-col-gaps-space: var(--banner-col-gap);
  --banner-ctnr-margins: 30px;
  --banner-col-width: calc((100vw - var(--banner-scrollbar-width) - var(--banner-ctnr-margins) - var(--banner-col-gaps-space))/var(--banner-cols-nb)); }
  @media (min-width: 550px) {
    .template-collection-ldp-wicked {
      --banner-cols-nb: 3;
      --banner-col-gap: 12px;
      --banner-row-gap: 12px;
      --banner-col-gaps-space: calc(var(--banner-col-gap)*2);
      --banner-ctnr-margins: 90px; } }
  @media (min-width: 860px) {
    .template-collection-ldp-wicked {
      --banner-scrollbar-width: 15px;
      --banner-cols-nb: 4;
      --banner-col-gap: 12px;
      --banner-row-gap: 12px;
      --banner-ctnr-margins: 90px;
      --banner-col-gaps-space: calc(var(--banner-col-gap)*3);
      --banner-col-width: calc((100vw - var(--banner-scrollbar-width) - var(--banner-ctnr-margins) - var(--banner-col-gaps-space))/var(--banner-cols-nb)); } }
  @media (min-width: 1766px) {
    .template-collection-ldp-wicked {
      --banner-col-width: calc((1570px - var(--banner-col-gaps-space))/var(--banner-cols-nb)); } }
  .template-collection-ldp-wicked header:not(.hSticky-nav) .wrap-logo svg {
    fill: #fff; }
  .template-collection-ldp-wicked header:not(.hSticky-nav) .header-wrap-menu .menuList-main > li > a {
    color: #fff; }
  .template-collection-ldp-wicked header:not(.hSticky-nav) .header-wrap-right svg * {
    fill: #fff; }
  .template-collection-ldp-wicked .breadcrumb--wrapper .breadcrumb-list .breadcrumb-arrows > li a {
    color: #fff; }
  .template-collection-ldp-wicked .breadcrumb--wrapper .breadcrumb-list .breadcrumb-arrows > li strong {
    color: #fff; }
  .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient h1, .template-collection-ldp-wicked .deluxe-layout--wrapper.gradient .box-description {
    color: #fff; }
  .template-collection-ldp-wicked .section-collection-new .col-right * {
    color: #fff; }
  .template-collection-ldp-wicked header .header-wrap-menu .menuList-main > li > a[title*="Wicked x ALDO"] {
    color: var(--text-color); }
    .template-collection-ldp-wicked header .header-wrap-menu .menuList-main > li > a[title*="Wicked x ALDO"]:hover {
      color: var(--hover-color); }
  .template-collection-ldp-wicked main {
    padding-bottom: 0 !important; }
  .template-collection-ldp-wicked .collection-wrapper {
    padding-bottom: 40px; }
  .template-collection-ldp-wicked .section-banners {
    padding: 30px 0 10px; }
  .template-collection-ldp-wicked .section-collection-new .box-banner picture {
    padding-bottom: calc(900 / 1600* 100%); }
  .template-collection-ldp-wicked .banners-grid {
    grid-row-gap: var(--banner-row-gap);
    grid-column-gap: var(--banner-col-gap);
    display: grid;
    grid-auto-flow: row dense;
    grid-auto-rows: auto;
    grid-template-columns: repeat(var(--banner-cols-nb), minmax(0, 1fr));
    min-height: 450px; }
    .template-collection-ldp-wicked .banners-grid .banner-tile {
      min-width: 100%;
      width: 50%; }
      .template-collection-ldp-wicked .banners-grid .banner-tile .banner-block {
        position: relative;
        display: flex;
        flex-direction: column; }
      .template-collection-ldp-wicked .banners-grid .banner-tile .banner-img {
        position: relative;
        display: block; }
        .template-collection-ldp-wicked .banners-grid .banner-tile .banner-img .aspect-ratio {
          overflow: hidden;
          padding-top: calc(1200/800 * 100%);
          position: relative;
          width: 100%;
          height: inherit;
          display: block;
          min-height: 100%; }
          @media (max-width: 767px) {
            .template-collection-ldp-wicked .banners-grid .banner-tile .banner-img .aspect-ratio {
              min-height: unset; } }
          .template-collection-ldp-wicked .banners-grid .banner-tile .banner-img .aspect-ratio picture {
            height: inherit;
            transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), background 0.4s ease-out 0.6s;
            bottom: -1px;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%; }
          .template-collection-ldp-wicked .banners-grid .banner-tile .banner-img .aspect-ratio img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            object-position: center; }
      @media (min-width: 550px) {
        .template-collection-ldp-wicked .banners-grid .banner-tile {
          width: 33.33%; } }
      @media (min-width: 860px) {
        .template-collection-ldp-wicked .banners-grid .banner-tile {
          width: 25%; } }
    .template-collection-ldp-wicked .banners-grid .banner-tile {
      display: grid;
      grid-template-columns: 100%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
      .template-collection-ldp-wicked .banners-grid .banner-tile .banner-img .aspect-ratio {
        background: #f3f3f3; }
      .template-collection-ldp-wicked .banners-grid .banner-tile:nth-child(9n+5) {
        width: 100%; }
        .template-collection-ldp-wicked .banners-grid .banner-tile:nth-child(9n+5) .banner-img .aspect-ratio {
          --banner-colspan: 2; }
          .template-collection-ldp-wicked .banners-grid .banner-tile:nth-child(9n+5) .banner-img .aspect-ratio img {
            object-fit: cover;
            object-position: center;
            height: 100%; }
      @media (max-width: 549px) {
        .template-collection-ldp-wicked .banners-grid .banner-tile:nth-child(9n+5) {
          width: 100%;
          grid-column-end: span 2;
          grid-row-end: span 2; }
          .template-collection-ldp-wicked .banners-grid .banner-tile:nth-child(9n+5):nth-of-type(odd) {
            grid-column-start: 1; }
          .template-collection-ldp-wicked .banners-grid .banner-tile:nth-child(9n+5):nth-of-type(even) {
            grid-column-start: 1; }
          .template-collection-ldp-wicked .banners-grid .banner-tile:nth-child(9n+5) .banner-img .aspect-ratio {
            padding-top: calc(100% * 453 / 358); } }
      @media (min-width: 550px) and (max-width: 859px) {
        .template-collection-ldp-wicked .banners-grid .banner-tile:nth-child(9n+5) {
          width: 66.66%;
          grid-column-end: span 2;
          grid-row-end: span 2; }
          .template-collection-ldp-wicked .banners-grid .banner-tile:nth-child(9n+5):nth-of-type(odd) {
            grid-column-start: 1; }
          .template-collection-ldp-wicked .banners-grid .banner-tile:nth-child(9n+5):nth-of-type(even) {
            grid-column-start: 1; } }
      @media (min-width: 860px) {
        .template-collection-ldp-wicked .banners-grid .banner-tile:nth-child(9n+5) {
          width: 50%;
          grid-column-end: span 2;
          grid-row-end: span 2; }
          .template-collection-ldp-wicked .banners-grid .banner-tile:nth-child(9n+5):nth-of-type(odd) {
            grid-column-start: 1; }
          .template-collection-ldp-wicked .banners-grid .banner-tile:nth-child(9n+5):nth-of-type(even) {
            grid-column-start: calc(var(--banner-cols-nb) - 1); } }
  @media (min-width: 1100px) {
    .template-collection-ldp-wicked .section-banners {
      padding: 50px 0 20px; } }

.template-collection-ldp-valentine-2025 .section-head {
  margin-bottom: 30px; }

.template-collection-ldp-sportclub2025 {
  --header-background-color: 2, 106, 56;
  --ldp-deluxe-background-color: 2, 106, 56;
  --banner-scrollbar-width: 0px;
  --banner-cols-nb: 2;
  --banner-col-gap: 12px;
  --banner-row-gap: 12px;
  --banner-col-gaps-space: var(--banner-col-gap);
  --banner-ctnr-margins: 30px;
  --banner-col-width: calc((100vw - var(--banner-scrollbar-width) - var(--banner-ctnr-margins) - var(--banner-col-gaps-space))/var(--banner-cols-nb)); }
  @media (min-width: 550px) {
    .template-collection-ldp-sportclub2025 {
      --banner-cols-nb: 3;
      --banner-col-gap: 12px;
      --banner-row-gap: 12px;
      --banner-col-gaps-space: calc(var(--banner-col-gap)*2);
      --banner-ctnr-margins: 90px; } }
  @media (min-width: 860px) {
    .template-collection-ldp-sportclub2025 {
      --banner-scrollbar-width: 15px;
      --banner-cols-nb: 4;
      --banner-col-gap: 12px;
      --banner-row-gap: 12px;
      --banner-ctnr-margins: 90px;
      --banner-col-gaps-space: calc(var(--banner-col-gap)*3);
      --banner-col-width: calc((100vw - var(--banner-scrollbar-width) - var(--banner-ctnr-margins) - var(--banner-col-gaps-space))/var(--banner-cols-nb)); } }
  @media (min-width: 1766px) {
    .template-collection-ldp-sportclub2025 {
      --banner-col-width: calc((1570px - var(--banner-col-gaps-space))/var(--banner-cols-nb)); } }
  .template-collection-ldp-sportclub2025 header .header-wrap-menu .menuList-main > li > a[title*="Wicked x ALDO"] {
    color: var(--text-color); }
    .template-collection-ldp-sportclub2025 header .header-wrap-menu .menuList-main > li > a[title*="Wicked x ALDO"]:hover {
      color: var(--hover-color); }
  .template-collection-ldp-sportclub2025 main {
    padding-bottom: 0 !important; }
  .template-collection-ldp-sportclub2025 .collection-wrapper {
    padding-bottom: 40px; }
  .template-collection-ldp-sportclub2025 .section-banners {
    padding: 30px 0 10px; }
  .template-collection-ldp-sportclub2025 .section-collection-new .box-banner picture {
    padding-bottom: calc(900 / 1600* 100%); }
  .template-collection-ldp-sportclub2025 .banners-grid {
    grid-row-gap: var(--banner-row-gap);
    grid-column-gap: var(--banner-col-gap);
    display: grid;
    grid-auto-flow: row dense;
    grid-auto-rows: auto;
    grid-template-columns: repeat(var(--banner-cols-nb), minmax(0, 1fr));
    min-height: 450px; }
    .template-collection-ldp-sportclub2025 .banners-grid .banner-tile {
      min-width: 100%;
      width: 50%; }
      .template-collection-ldp-sportclub2025 .banners-grid .banner-tile .banner-block {
        position: relative;
        display: flex;
        flex-direction: column; }
      .template-collection-ldp-sportclub2025 .banners-grid .banner-tile .banner-img {
        position: relative;
        display: block; }
        .template-collection-ldp-sportclub2025 .banners-grid .banner-tile .banner-img .aspect-ratio {
          overflow: hidden;
          padding-top: calc(1200/800 * 100%);
          position: relative;
          width: 100%;
          height: inherit;
          display: block;
          min-height: 100%; }
          .template-collection-ldp-sportclub2025 .banners-grid .banner-tile .banner-img .aspect-ratio picture {
            height: inherit;
            transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), background 0.4s ease-out 0.6s;
            bottom: -1px;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%; }
          .template-collection-ldp-sportclub2025 .banners-grid .banner-tile .banner-img .aspect-ratio img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            object-position: center; }
      @media (min-width: 550px) {
        .template-collection-ldp-sportclub2025 .banners-grid .banner-tile {
          width: 33.33%; } }
      @media (min-width: 860px) {
        .template-collection-ldp-sportclub2025 .banners-grid .banner-tile {
          width: 25%; } }
    .template-collection-ldp-sportclub2025 .banners-grid .banner-tile {
      display: grid;
      grid-template-columns: 100%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
      .template-collection-ldp-sportclub2025 .banners-grid .banner-tile .banner-img .aspect-ratio {
        background: #f3f3f3; }
      .template-collection-ldp-sportclub2025 .banners-grid .banner-tile:nth-child(9n+5) {
        width: 100%; }
        .template-collection-ldp-sportclub2025 .banners-grid .banner-tile:nth-child(9n+5) .banner-img .aspect-ratio {
          --banner-colspan: 2; }
          .template-collection-ldp-sportclub2025 .banners-grid .banner-tile:nth-child(9n+5) .banner-img .aspect-ratio img {
            object-fit: cover;
            object-position: center;
            height: 100%; }
      @media (max-width: 549px) {
        .template-collection-ldp-sportclub2025 .banners-grid .banner-tile:nth-child(9n+5) {
          width: 100%;
          grid-column-end: span 2;
          grid-row-end: span 2; }
          .template-collection-ldp-sportclub2025 .banners-grid .banner-tile:nth-child(9n+5):nth-of-type(odd) {
            grid-column-start: 1; }
          .template-collection-ldp-sportclub2025 .banners-grid .banner-tile:nth-child(9n+5):nth-of-type(even) {
            grid-column-start: 1; }
          .template-collection-ldp-sportclub2025 .banners-grid .banner-tile:nth-child(9n+5) .banner-img .aspect-ratio {
            padding-top: calc(100% * 453 / 358); } }
      @media (min-width: 550px) and (max-width: 859px) {
        .template-collection-ldp-sportclub2025 .banners-grid .banner-tile:nth-child(9n+5) {
          width: 66.66%;
          grid-column-end: span 2;
          grid-row-end: span 2; }
          .template-collection-ldp-sportclub2025 .banners-grid .banner-tile:nth-child(9n+5):nth-of-type(odd) {
            grid-column-start: 1; }
          .template-collection-ldp-sportclub2025 .banners-grid .banner-tile:nth-child(9n+5):nth-of-type(even) {
            grid-column-start: 1; } }
      @media (min-width: 860px) {
        .template-collection-ldp-sportclub2025 .banners-grid .banner-tile:nth-child(9n+5) {
          width: 50%;
          grid-column-end: span 2;
          grid-row-end: span 2; }
          .template-collection-ldp-sportclub2025 .banners-grid .banner-tile:nth-child(9n+5):nth-of-type(odd) {
            grid-column-start: 1; }
          .template-collection-ldp-sportclub2025 .banners-grid .banner-tile:nth-child(9n+5):nth-of-type(even) {
            grid-column-start: calc(var(--banner-cols-nb) - 1); } }
  @media (min-width: 1100px) {
    .template-collection-ldp-sportclub2025 .section-banners {
      padding: 50px 0 20px; } }
  .template-collection-ldp-sportclub2025 header:not(.hSticky-nav) .wrap-logo svg {
    fill: #fff; }
  .template-collection-ldp-sportclub2025 header:not(.hSticky-nav) .header-wrap-menu .menuList-main > li > a {
    color: #fff; }
  .template-collection-ldp-sportclub2025 header:not(.hSticky-nav) .header-wrap-right svg * {
    fill: #fff; }
  .template-collection-ldp-sportclub2025 .breadcrumb--wrapper .breadcrumb-list .breadcrumb-arrows > li a {
    color: #fff; }
  .template-collection-ldp-sportclub2025 .breadcrumb--wrapper .breadcrumb-list .breadcrumb-arrows > li strong {
    color: #fff; }
  .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient h1, .template-collection-ldp-sportclub2025 .deluxe-layout--wrapper.gradient .box-description {
    color: #fff; }
  .template-collection-ldp-sportclub2025 .section-collection-new .col-right * {
    color: #fff; }
  .template-collection-ldp-sportclub2025 .section-filter .filter-inner--actions button {
    color: #fff !important; }
