body.page-template-page-gifting .wrapper,
body.page-template-page-gifting .wp-site-blocks,
body.page-template-page-gifting main.wp-site-blocks.wrb-gifting-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wrb-gifting-page {
  background: #000;
  color: #fff;
}

.wrb-gifting-page h1,
.wrb-gifting-page h2 {
  font-family: Knockout, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.wrb-gifting-page p,
.wrb-gifting-page a {
  /*font-family: "EB Garamond", serif;*/
}

.wrb-gifting-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 188px 20px 130px;
  overflow: hidden;
}

.wrb-gifting-hero__media,
.wrb-gifting-hero__overlay {
  position: absolute;
  inset: 0;
}

.wrb-gifting-hero__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.wrb-gifting-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrb-gifting-hero__image--mobile {
  display: none;
}

.wrb-gifting-hero__overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.48) 0%,
    rgba(0, 0, 0, 0.64) 100%
  );
}

.wrb-gifting-hero__content {
  position: relative;
  z-index: 2;
  max-width: 920px;
  width: 100%;
  text-align: center;
}

.wrb-gifting-hero__eyebrow {
  margin: 0 0 10px;
  font-size: clamp(36px, 3vw, 56px);
  line-height: 1;
  letter-spacing: 0.02em;
}

.wrb-gifting-hero__title {
  margin: 0;
  font-size: 90px;
  line-height: 0.9;
  letter-spacing: 0.01em;
  color: #e6e1bb;
}

.wrb-gifting-hero__copy {
  margin: 36px auto 0;
  max-width: 860px;
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #f3f3f3;
}

.wrb-gifting-hero__help {
  margin: 26px auto 0;
  max-width: 860px;
  font-size: 22px;
  line-height: 1.4;
  color: #d3d7df;
}

.wrb-gifting-hero__help a {
  color: #d3d7df;
}

.wrb-gifting-hero__help a:hover,
.wrb-gifting-hero__help a:focus {
  color: #fff;
}

.wrb-gifting-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
}

.wrb-gifting-cta--reverse .wrb-gifting-cta__media {
  order: 2;
}

.wrb-gifting-cta--reverse .wrb-gifting-cta__content {
  order: 1;
}

.wrb-gifting-cta__media img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
  display: block;
}

.wrb-gifting-cta__content {
  background: #020202;
  color: #fff;
  padding: 86px 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.wrb-gifting-cta__icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: #bb4a26;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  line-height: 1;
}

.wrb-gifting-cta__icon img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.wrb-gifting-cta__icon.wrb-gifting-cta__icon--individual.individual img {
  width: 50%;
  height: 50%;
}
.wrb-gifting-cta__icon.wrb-gifting-cta__icon--group.group img {
  width: 75%;
  height: 75%;
}

.wrb-gifting-cta__title {
  margin: 0;
  font-size: clamp(48px, 4.8vw, 88px);
  line-height: 0.92;
  letter-spacing: 0.02em;
  color: #f7f4ec;
}

.wrb-gifting-cta__copy {
  margin: 34px auto 0;
  max-width: 640px;
  font-size: clamp(20px, 1.8vw, 32px);
  line-height: 1.3;
  color: #f3f3f3;
}

.wrb-gifting-cta__button {
  margin: 44px auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  background: #bb4a26;
  border: 1px solid #bb4a26;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
  max-width: none;
}

.wrb-gifting-cta__button:hover,
.wrb-gifting-cta__button:focus {
  background: #fff;
  color: #bb4a26;
  border-color: #ffffff;
}

body.page-template-page-gifting .wrb-shop-categories-menu {
  margin-top: 50px;
}

@media (max-width: 1240px) {
  .wrb-gifting-hero {
    min-height: 640px;
  }

  .wrb-gifting-cta__content {
    padding: 62px 44px;
  }

  .wrb-gifting-cta__copy {
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  .wrb-gifting-hero {
    min-height: 540px;
    padding-top: 130px;
  }

  .wrb-gifting-hero__copy {
    margin-top: 24px;
    font-size: clamp(19px, 4.8vw, 27px);
  }

  .wrb-gifting-hero__help {
    font-size: 16px;
    margin-top: 24px;
  }

  .wrb-gifting-cta,
  .wrb-gifting-cta--reverse {
    grid-template-columns: 1fr;
  }

  .wrb-gifting-cta--reverse .wrb-gifting-cta__media,
  .wrb-gifting-cta--reverse .wrb-gifting-cta__content {
    order: initial;
  }

  .wrb-gifting-cta__media img {
    min-height: 390px;
  }

  .wrb-gifting-cta__title {
    font-size: clamp(40px, 10vw, 58px);
  }

  .wrb-gifting-cta__copy {
    margin-top: 26px;
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .wrb-gifting-hero {
    padding: 120px 16px 90px;
  }

  .wrb-gifting-hero__image--desktop {
    display: none;
  }

  .wrb-gifting-hero__image--mobile {
    display: block;
  }

  .wrb-gifting-hero__eyebrow {
    font-size: 28px;
  }

  .wrb-gifting-hero__title {
    font-size: clamp(44px, 14vw, 62px);
  }

  .wrb-gifting-cta__content {
    padding: 42px 22px;
  }

  .wrb-gifting-cta__copy {
    font-size: 18px;
  }

  .wrb-gifting-cta__button {
    min-width: 222px;
    min-height: 56px;
    font-size: 22px;
  }
}
