.hgg-header {
  background: linear-gradient(to right, #E9E8E7, #E9E8E5, #E8E7E4);
  margin-bottom: 2rem; }
  .hgg-header .wrapper {
    display: grid;
    gap: 1rem 2rem;
    align-items: center;
    max-width: 1200px;
    margin-inline: auto; }
    @media (min-width: 641px) {
      .hgg-header .wrapper {
        grid-template-columns: repeat(2, 1fr); } }
  .hgg-header .txt {
    display: grid;
    gap: 1rem;
    padding: 2rem 1rem;
    max-width: 600px; }
    .hgg-header .txt h1 {
      margin: 0;
      text-transform: uppercase;
      color: #173F55; }
      @media (min-width: 769px) {
        .hgg-header .txt h1 {
          font-size: 48px; } }
    .hgg-header .txt p {
      margin: 0; }
  @media (max-width: 640px) {
    .hgg-header figure {
      display: none; } }

.hgg-nav {
  padding: 1rem;
  background-color: #fff;
  text-align: center; }
  @media (min-width: 769px) {
    .hgg-nav {
      position: sticky;
      top: 0;
      z-index: 1; } }
  .hgg-nav swiper-container {
    width: 100%;
    max-width: max-content;
    margin-inline: auto;
    text-transform: uppercase;
    color: #173F55;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.1; }
    @media (max-width: 768px) {
      .hgg-nav swiper-container {
        font-size: 12px; } }
  .hgg-nav swiper-slide {
    --size: 120px;
    max-width: var(--size); }
    .hgg-nav swiper-slide img {
      display: block;
      width: 100%;
      height: var(--size);
      object-fit: cover; }
    .hgg-nav swiper-slide a {
      display: grid;
      gap: 1rem; }
    @media (max-width: 768px) {
      .hgg-nav swiper-slide {
        --size: 80px; } }
  .hgg-nav .hgg-nav-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: .5rem; }
    .hgg-nav .hgg-nav-controls button {
      cursor: pointer; }
    .hgg-nav .hgg-nav-controls svg {
      fill: #2F6C8E;
      display: block;
      width: 40px; }
    @media (min-width: 769px) {
      .hgg-nav .hgg-nav-controls {
        display: none; } }

.hgg-section {
  max-width: 1200px;
  padding: 2rem 1rem;
  margin-inline: auto; }
  .hgg-section:target {
    scroll-margin-top: calc(100px - 2rem); }
    @media (min-width: 769px) {
      .hgg-section:target {
        scroll-margin-top: 192px; } }
  .hgg-section header {
    display: grid;
    align-items: center;
    gap: 0 2rem;
    background-color: #F8F7F1; }
    @media (min-width: 769px) {
      .hgg-section header {
        grid-template-columns: repeat(2, 1fr); } }
    .hgg-section header .txt {
      display: grid;
      gap: 1rem; }
    .hgg-section header h2 {
      margin: 0;
      color: #173F55;
      font-weight: bold; }
      @media (min-width: 769px) {
        .hgg-section header h2 {
          font-size: 34px; } }
    .hgg-section header p {
      margin: 0; }
  .hgg-section .txt {
    padding: 1rem; }
    @media (min-width: 769px) {
      .hgg-section .txt {
        padding: 3rem; } }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  color: #173F55;
  text-wrap: balance; }
  .link-arrow:hover {
    color: inherit;
    text-decoration: underline !important; }
    .link-arrow:hover svg {
      translate: .5em; }
  .link-arrow svg {
    transition: translate .2s ease-in-out; }

.hgg-product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  list-style: none;
  margin: 2rem auto; }
  @media (min-width: 641px) {
    .hgg-product-list {
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 2rem; } }
  .hgg-product-list li > a {
    display: grid;
    gap: 1rem;
    color: inherit; }
    .hgg-product-list li > a > * {
      margin: 0; }
    .hgg-product-list li > a:hover figure {
      opacity: .7; }
  .hgg-product-list figure {
    transition: opacity .1s ease-in-out; }
    .hgg-product-list figure img {
      width: 100%;
      aspect-ratio: 1;
      object-fit: cover; }
  .hgg-product-list h3 {
    font-size: 14px;
    font-weight: normal;
    font-family: inherit;
    line-height: 1.3;
    text-decoration: underline; }
  .hgg-product-list p {
    margin: 9px; }
  .hgg-product-list .yotpo-bottomline {
    display: flex; }
    @media (max-width: 768px) {
      .hgg-product-list .yotpo-bottomline {
        flex-direction: column; } }
  .hgg-product-list .price {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    align-items: flex-end; }
    .hgg-product-list .price s {
      font-weight: normal; }
  .hgg-product-list .blurb {
    color: #6A8392;
    font-size: 14px; }

section#gift-cards {
  padding: 2rem 1rem; }
  section#gift-cards > div {
    max-width: 1200px;
    margin-inline: auto;
    padding: 2rem 1rem;
    background-color: #F8F7F1;
    text-align: center; }
  section#gift-cards h2 {
    color: #173F55; }
