.section-template--23819448320273__custom_liquid_V34Vif-padding {
  & h1 {
    margin: 0;
    padding: 57rem 1rem 5rem;
    text-align: center;
    color: white;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
    font-size: 7.5rem;
    font-weight: 300;
    line-height: 1em;

    .upper-case & {
      text-transform: uppercase;
    }
  }
  & .banner-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    line-height: 0;
  }
}

.section-template--23819448320273__custom_liquid_pNEqEY-padding {
  padding-left: 5.24rem;
  font-size: 2.0rem;
  letter-spacing: 0.15ch;
}

span.banner-supertitle {
    display: flex;
    justify-content: center;
    font-size: 4rem;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    margin-bottom: 0;
}

nav.breadcrumbs {
  
  &.page-width {
    display: inline-flex;
  }

  & ol {
    padding: 0;

    & li {
      &:last-child {
        font-size: inherit;
      }
    }
  }
}

.interstitial-image {
  padding: 5.24rem 0;

  img {
    width: 100%;
    aspect-ratio: 2.5;
    object-fit: cover;
  }
}

.footer-upper {
  background-color: #2B2D34;
  color: white;
  text-align: center;
  padding: 12.2rem 5.24rem;

  &.pdp {
    background-image: url('textile_pdp_footer_background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 50%;
    background-position: 50%;
  }

  & p,
  & .title {
    margin: 0;
  }

  & .tagline,
  & .body {
    color: var(--color-medium-grey);

    & p,
    & a:link,
    & a:visited,
    & a:active,
    & a:hover {
      color: var(--color-medium-grey);
    }

    & a:link,
    & a:visited,
    & a:active,
    & a:hover {
      text-decoration-thickness: 0.15rem;
      text-underline-offset: 0.3rem;
    }
  }

  & .tagline {
    text-transform: uppercase;
    letter-spacing: 0.2ch;
    font-size: 2.6rem;
  }

  & .body {
    font-size: 3.2rem;
    margin-top: 4.2rem;

    p {
      font-size: 3.2rem;
    }
  }

  & .title {
    font-family: var(--font-main-heading);
    color: white;
    font-size: 6.5rem;
    line-height: normal;
    max-width: 80rem;
    margin: auto;

    .pdp & {
      font-weight: 300;
      line-height: 0.9em;
      letter-spacing: 0;
      font-size: 8rem;
    }
    
    p {
      color: white;
      font-size: 6.5rem;
      line-height: normal;
    }
  }
}

.footer-images {
  padding: 5.24rem;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.24rem;
  
  & img {
    width: 100%;
    height: auto;
  }
}

:is(.product-listing-container) :is(ul#product-grid, ul.product-grid) .card__content .card__heading,
.price {
  font-size: 2.1rem;
  letter-spacing: 0.1ch;
}

.section-template--23819448320273__custom_liquid_c9nAWg-padding {
  padding: 5.24rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  background-color: var(--color-ridiculous-light-grey);
  color: var(--color-black);
  text-align: center;

  & a:link,
  & a:visited,
  & a:active,
  & a:hover {
    color: var(--color-black);
    text-decoration-thickness: 0.15rem;
    text-underline-offset: 0.3rem;
  }

  & > div {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 1 / span 2;
    border-right: 0.05rem solid var(--color-black);
    font-size: 2.7rem;

    &:last-child {
      border-right: none;
    }

    & > div {
      padding: 0 5.24rem;
      
      &:first-child {
        padding-top: 5.24rem;
        text-transform: uppercase;
        letter-spacing: 0.2ch;
        align-self: self-end;
        padding-bottom: 3rem;
      }
      
      &:last-child {
        padding-bottom: 10rem;
      }
    }
  }
}

@media screen and (max-width: 768px) {
  #shopify-section-template--23819448320273__custom_liquid_pNEqEY {
    display: none;
  }
  
  .banner-image {
    height: 56.2rem;
    
    & h1,
    span.banner-supertitle {
      padding: 1.8rem 0;
      font-family: var(--font-main-body);
      color: var(--medium-dark-grey-color);
      font-size: 2.4rem;
      letter-spacing: 0.1ch;
      background-color: white;
    }
  }
  
  .interstitial-image {
    padding: 0;

    img {
      height: 52.6rem;
      aspect-ratio: 2.5;
      object-fit: cover;
    }
  }

  .footer-upper {
    .tagline {
      font-size: 1.8rem;
    }

    .title {
      p {
        font-size: 4rem;
      }

      .pdp & {
        font-size: 6rem;
      }
    }

    .body {
      p {
        font-size: 2.3rem;
      }
    }

    &.pdp {
      background-size: contain;
      padding-left: 5.24rem;
      background-position: top;
      padding-top: 35%;
    }
  }
  
  .footer-images {
    grid-template-columns: repeat(1, 1fr);
  }

  .section-template--23819448320273__custom_liquid_c9nAWg-padding {
    display: block;
    padding: 5.24rem 0;
  
    & > div {
      display: block;
      border-right: none;
      padding: 5.24rem;

      &:first-child {
        border-bottom: 0.05rem solid var(--color-black);
      }
      
      & > div:first-child,
      & > div:last-child {
        padding: 0;
      }

      & > div:first-child {
        padding: 0;
        padding-bottom: calc(5.24rem / 4);
      }
      
      & > div:last-child {
        padding: 0;
        padding-top: calc(5.24rem / 4);
      }
    }
  }
}
