.section-home-slider .slider--content {
  position: absolute;
  left: 2.5rem;
  max-width: 450px;
  bottom: 4.75rem;
  color: #fff; }
  @media (max-width: 992px) {
    .section-home-slider .slider--content {
      bottom: 2.5rem;
      color: #fff;
      left: 1rem;
      max-width: 330px;
      position: absolute; } }
  .section-home-slider .slider--content span {
    display: inline-block; }
    .section-home-slider .slider--content span.title {
      margin-bottom: 5px;
      font-size: 24px;
      font-weight: bold; }
    .section-home-slider .slider--content span.desc {
      line-height: 1.4;
      margin-bottom: 15px;
      font-size: 14px;
      font-weight: 400;
      display: block; }
    .section-home-slider .slider--content span.ref {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.5px;
      line-height: 1.65; }
      .section-home-slider .slider--content span.ref:after {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background-color: #fff; }

.section-home-slider video {
  height: auto;
  width: 100%; }
  @media (max-width: 992px) {
    .section-home-slider video {
      display: block;
      height: 520px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%; } }

.section-feature-banner {
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .section-feature-banner {
      margin-bottom: 4rem; } }
  .section-feature-banner .container {
    max-width: 1362px; }
  .section-feature-banner .bg-wrapper {
    background-color: var(--bg-color);
    position: relative; }
    @media (max-width: 992px) {
      .section-feature-banner .bg-wrapper {
        padding: 40px 0; } }
    .section-feature-banner .bg-wrapper:before, .section-feature-banner .bg-wrapper:after {
      background-color: #fff;
      content: "";
      height: 2.5rem;
      left: 0;
      position: absolute;
      width: 100%; }
      @media (max-width: 992px) {
        .section-feature-banner .bg-wrapper:before, .section-feature-banner .bg-wrapper:after {
          display: none; } }
    .section-feature-banner .bg-wrapper:before {
      top: 0; }
    .section-feature-banner .bg-wrapper:after {
      bottom: 0; }
  .section-feature-banner .grid__wrapper {
    display: grid;
    grid-template-areas: "header" "aside" "content";
    grid-template-columns: repeat(1, 1fr); }
    @media (min-width: 992px) {
      .section-feature-banner .grid__wrapper {
        grid-gap: 0 1rem;
        grid-template-areas: "aside aside aside aside aside . header header header header header ." "aside aside aside aside aside . content content content content content . " ". . . . . . content content content content content ." ". . . . . . content content content content content .";
        grid-template-columns: repeat(12, 1fr); } }
    .section-feature-banner .grid__wrapper .banner__header {
      grid-area: header;
      margin: 0 0 2rem; }
      @media (min-width: 992px) {
        .section-feature-banner .grid__wrapper .banner__header {
          margin: 5rem 0 2rem; } }
      .section-feature-banner .grid__wrapper .banner__header .title {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 12px;
        color: #000; }
      .section-feature-banner .grid__wrapper .banner__header .desc {
        font-size: 15px;
        margin-bottom: 12px;
        color: #000; }
      .section-feature-banner .grid__wrapper .banner__header .link {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.5px;
        line-height: 1.65;
        display: inline-block;
        color: #000; }
        .section-feature-banner .grid__wrapper .banner__header .link:after {
          content: "";
          display: block;
          height: 1px;
          width: 100%;
          background-color: #000; }
    .section-feature-banner .grid__wrapper .banner__body {
      grid-area: aside;
      margin: 0 0 1rem; }
      .section-feature-banner .grid__wrapper .banner__body video {
        display: block;
        height: auto;
        object-fit: cover;
        object-position: center;
        width: 100%; }
      @media (min-width: 992px) {
        .section-feature-banner .grid__wrapper .banner__body {
          margin: 0;
          z-index: 2; } }
    .section-feature-banner .grid__wrapper .banner__group {
      display: grid;
      grid-area: content;
      grid-gap: 0 1rem;
      grid-template-columns: repeat(2, 1fr); }
      @media (min-width: 992px) {
        .section-feature-banner .grid__wrapper .banner__group {
          margin: 0 0 4rem; } }

@media (min-width: 992px) {
  .section-feature-banner.reverse .grid__wrapper {
    grid-gap: 0 1rem;
    grid-template-areas: ". header header header header header . aside aside aside aside aside" ". content content content content content . aside aside aside aside aside" ". content content content content content . aside aside aside aside aside" ". content content content content content . aside aside aside aside aside";
    grid-template-columns: repeat(12, 1fr); } }

.section-home-slider#homepage-slider-2,
.section-home-slider#homepage-slider-3 {
  padding-bottom: 80px; }
  @media (max-width: 992px) {
    .section-home-slider#homepage-slider-2,
    .section-home-slider#homepage-slider-3 {
      padding-bottom: 30px; } }

.section-home-intro {
  background: unset; }
  @media (max-width: 992px) {
    .section-home-intro {
      padding-top: 0 !important;
      padding-bottom: 30px; } }
  .section-home-intro .intro-title {
    margin: 0 auto 1rem;
    max-width: 590px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .5px;
    line-height: 1.4; }
    @media (max-width: 992px) {
      .section-home-intro .intro-title {
        font-size: 19px; } }
  .section-home-intro .intro-cta {
    transition: opacity .6s ease-out;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    transition-delay: .4s; }
    @media (min-width: 992px) {
      .section-home-intro .intro-cta {
        flex-flow: row; } }
    .section-home-intro .intro-cta .intro-item {
      font-size: 14px;
      letter-spacing: 1px;
      padding: .5rem 2rem;
      position: relative; }
      .section-home-intro .intro-cta .intro-item:not(:first-child) {
        border-left: 1px solid #ebebeb; }
        @media (max-width: 992px) {
          .section-home-intro .intro-cta .intro-item:not(:first-child) {
            border: unset; }
            .section-home-intro .intro-cta .intro-item:not(:first-child):after {
              background-color: #ebebeb;
              bottom: 100%;
              content: "";
              display: block;
              height: 1px;
              left: 50%;
              position: absolute;
              transform: translate(-50%);
              width: 2rem; } }

@media (max-width: 992px) {
  .section-home-collection .list-collection .product-loop:nth-child(n+4) {
    display: none; } }

.section-home-collection .wraplist-ctas .btn-collection {
  border: unset !important;
  background: unset !important;
  color: #111 !important; }
  .section-home-collection .wraplist-ctas .btn-collection svg {
    display: none; }
  .section-home-collection .wraplist-ctas .btn-collection:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #000; }

.section-home-slider .slider--content span.title {
  display: block; }
