:root {
  --euphoria-font: "Helvetica Neue", "Helvetica";
  --paris-sans: "Paris Sans";
}

/* Announcement Bar */
global-announcement-bar {
  display: none !important;
}

/* Video background */
.shopify-section.section-background-video {
  & img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  & .custom-text-with-tags {
    margin-top: -1rem;

    & p {
      font-family: var(--paris-sans);
      font-size: 20px;
      margin-bottom: 0px !important;

      @media (max-width: 768px) {
        font-size: 16px;

        & br {
          display: none;
        }
      }
    }

    &:last-of-type p {
      font-family: var(--euphoria-font);
      font-size: 11px;
      margin-top: 15px !important;
    }

    p.background-video__disclaimer {
      /* This class is placed in a <p> tag inside the Custom Tex With Tags block. */
      font-family: var(--euphoria-font);
      font-size: 11px;
      margin-top: 15px !important;

      @media (max-width: 768px) {
        font-size: 10px;
      }
    }
  }

  & .text-overlay__button-row.button-row.lightish-spaced-row-above {
    margin-top: 0px !important;
  }

  & a.text-overlay__button {
    width: 284px;
    height: 60px;
    font-size: 18px;
    font-family: var(--paris-sans);

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 2%;

    @media (max-width: 786px) {
      width: 260px;
      height: 50px;
      font-size: 16px;
      margin-bottom: 10%;
    }

    @media (max-width: 600px) {
      margin-bottom: 5%;
    }
  }
}

/* Two columns images */
.section-custom-content {
  & .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 100% !important;
  }

  & .fully-spaced-row--medium {
    margin: 0px;
  }

  & .flexible-layout {
    margin-bottom: 0px !important;
  }

  & .column {
    padding: 0px !important;
    margin-bottom: 0px !important;
  }

  & .text-overlay__inner {
    padding-left: 5rem;
    padding-bottom: 8rem;

    @media (max-width: 768px) {
      padding-left: 2rem;
      padding-bottom: 4rem;
    }
  }

  & .text-overlay__title {
    font-size: 4.5rem;
    margin-bottom: 0px;
    font-family: "Agna Subhead Light";

    @media (max-width: 768px) {
      font-size: 3rem;
    }
  }

  & .text-overlay__rte p {
    font-family: var(--paris-sans);
    font-size: 16px;
  }

  & .text-overlay__button-row--secondary {
    margin-top: 1.5rem;
  }

  & .small-feature-link {
    position: relative;
    font-size: 14px;
    text-decoration: none;

    &:hover&::after {
      width: 100%;
      transition: 0.3s;
    }

    &::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 100%;
      height: 2px;
      background-color: rgba(255, 255, 255, 0.5);
      display: block;
      transition: 0.3s;
    }

    &::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 0%;
      height: 2px;
      background-color: #fff;
      display: block;
      transition: 0.3s;
      z-index: 1;
    }
  }
}

/* Image with text */
.section-image-with-text {
  & .container {
    max-width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }

  & .flexible-layout {
    margin-bottom: 0px !important;

    & .column {
      padding: 0px !important;
    }

    & .column:first-child {
      margin-bottom: 0px !important;
    }

    & .column:last-child {
      @media (max-width: 700px) {
        margin-top: 48px !important;
        margin-bottom: 7rem !important;
      }
    }
  }

  & .fully-padded-row--medium {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  & .image-overlap {
    max-width: 100% !important;

    & .image-overlap__image {
      & img {
        display: block;
        width: 100% !important;
        max-width: 100%;
      }
    }
  }

  & .feature-text-paired {
    & .rte:first-of-type p {
      font-family: var(--paris-sans);
      font-size: 24px;
      line-height: 1;
      margin-bottom: 20px;

      @media (max-width: 700px) {
        font-size: 20px;
      }
    }

    & .rte:nth-child(2) p {
      font-size: 60px;
      line-height: 1;
      font-family: "VeryVogue";

      @media (max-width: 1200px) {
        font-size: 48px;
      }
    }

    & .rte:nth-child(3) p {
      font-size: 16px;
      font-family: "Titling Gothic Regular";

      @media (max-width: 1024px) {
        padding: 0px 20px;
      }
    }
  }

  .button-row {
    margin: 0 auto !important;
  }

  & .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 284px;
    height: 60px;

    font-family: var(--paris-sans);
    font-size: 16px;

    @media (max-width: 700px) {
      width: 260px;
      height: 50px;
    }
  }
}

/* Rich text and icons */
.shopify-section.section-rich-text {
  & .fully-padded-row--medium {
    padding-top: 11rem;
    padding-bottom: 0px;

    @media (max-width: 768px) {
      padding-top: 5.5rem;
    }
  }

  & .container.container--reading-width {
    max-width: 90% !important;

    @media (max-width: 768px) {
      max-width: 100% !important;
    }
  }

  & .subheading {
    font-size: 20px;
    font-family: var(--paris-sans);
    margin-bottom: 0px !important;

    @media (max-width: 768px) {
      font-size: 18px;
    }
  }

  & .rte {
    max-width: 80%;
    margin: 0 auto;

    @media (max-width: 768px) {
      max-width: 100% !important;
    }

    & p {
      font-size: 60px;
      font-family: "VeryVogue";
      line-height: 1;
      margin-bottom: 4rem;

      @media (max-width: 768px) {
        font-size: 48px;
        margin-bottom: 4.5rem;
      }
    }
  }
}

/* Featured collection */
.collection-slider-row {
  & .container {
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 50px;

    @media (max-width: 700px) {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
  }

  & h2 {
    @media (max-width: 1024px) {
      flex-grow: 0 !important;
      padding-left: 17px;
    }

    & a {
      font-size: 24px;
      font-family: var(--paris-sans);
      letter-spacing: 0.05px;

      @media (max-width: 1024px) {
        font-size: 20px;
      }
    }
  }

  & .small-feature-link {
    font-family: var(--paris-sans);
  }

  & .product-block__title {
    font-size: 16px;
  }

  & .product-grid {
    column-gap: 0px !important;
  }

  & .product-grid--carousel {
    grid-auto-columns: 25%;

    @media (max-width: 700px) {
      grid-auto-columns: 75%;
    }
  }

  & .img-ar--contain img {
    object-fit: cover !important;
  }
}

/* Logo list */
.section-logo-list {
  & h2 {
    display: none;
  }

  & .fully-padded-row--medium {
    padding-top: 0px !important;
  }

  & .logo-list__logo {
    @media (max-width: 768px) {
      flex: 0 0 calc(33% - 50px);
    }
  }
}

/* Gallery cards */
div[data-custom-handle="collection-gallery-tiles"] {
  & .section-custom-content {
    padding-bottom: 0px !important;
  }

  & .fully-padded-row--small,
  & .text-overlay__inner {
    padding: 0px 0px !important;
  }

  & .flexible-layout {
    @media (max-width: 1024px) {
      flex-direction: row;
      justify-content: flex-start;
      flex-wrap: nowrap;

      overflow-x: scroll;
      scroll-snap-type: x mandatory;
      scroll-snap-stop: always;
      scroll-behavior: smooth;

      -ms-overflow-style: none;
      scrollbar-width: none;

      &::-webkit-scrollbar {
        display: none;
      }
    }

    & .column {
      overflow: hidden;

      &:hover {
        & img {
          transform: scale(1.3);
          transition: all 0.7s;
        }
      }

      & img {
        transition: all 0.7s;
      }

      @media (max-width: 1024px) {
        width: 45% !important;
      }

      @media (max-width: 700px) {
        width: 75% !important;
      }
    }
  }

  & p {
    font-size: 24px !important;
    font-family: var(--paris-sans) !important;
  }
}

