<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 218:24 Unexpected "{"

**/
.gift-guide__container h1 {
  text-align: center;
  font-size: clamp(35px, 5vw, 55px);
  line-height: clamp(35px, 5vw, 55px);
  margin-top: 25px;
  margin-bottom: -25px;
}
.gift-guide__container h3 {
  font-size: clamp(20px, 3vw, 28px);
  line-height: clamp(19px, 3vw, 30px);
}
.gift-guide__container h2 {
  font-size: clamp(24px, 4vw, 35px);
  line-height: clamp(29px, 5vw, 40px);
}
.gift-guide__container .primary-button {
  margin: 15px auto 0;
  padding: clamp(2px, 1vw, 5px) 25px;
  font-size: clamp(12px, 1.5vw, 16px);
  box-shadow: 0 0 5px #474747;
}

.gift-guide__container .mobile__image {
  display: none;
}

.gift-guide__best-sellers .best-sellers__sections {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.best-sellers__top {
  display: flex;
  gap: 25px;
}
.gift-guide__best-sellers .best-sellers__fh {
  width: 53%;
}
.best-sellers__fh-inner {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
}
.best-seller__card-inner {
  width: 100%;
  height: unset;
  display: flex;
  position: relative;
}
.best-sellers__fh img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.best-sellers__stacked {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 67%;
}
.stacked-inner__content {
  padding: 10px;
  position: absolute;
  width: 50%;
  text-align: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.best-sellers__stacked-inner img {
  flex-grow: 1;
}
.best-seller__card-inner h3 {
  color: white;
}
.best-sellers__fw img {
  width: 100%;
}
.best-sellers__fw-content {
  padding: 10px;
  position: absolute;
  width: 50%;
  text-align: left;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
}
.best-sellers__fw-content .primary-button {
  margin: 15px 0 0;
}
@media screen and (max-width: 696px) {
  .best-sellers__top {
    flex-direction: column;
  }
  .best-sellers__stacked,
  .gift-guide__best-sellers .best-sellers__fh {
    width: 100%;
  }
  .gift-guide__container .mobile__image {
    display: block;
  }
  .gift-guide__container .desktop__image {
    display: none;
  }

  .best-sellers__fw-content {
    width: 100%;
    text-align: center;
    left: unset;
    top: 0;
    transform: unset;
  }
  .best-sellers__fw-content .primary-button {
    margin-left: auto;
    margin-right: auto;
  }
}

.gift-guide__occasions {
  background-color: #134d77;
}
.occasions__header h2 {
  color: white;
  text-align: left;
}
.occasions__catagories,
.other__categories {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
.category-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 7px 0px #cacaca;
  transition: .25s ease-out;
}
.category-card:hover {
  scale: 1.03;
  rotate: .5deg;
}
.category-card:active {
  scale: .97;
  rotate: .5deg;
}
.occasions__catagories .category-card {
  box-shadow: 0 0 7px 0px #191919;
}
.category-card img {
  width: 100%;
}
.category-card__inner {
  position: absolute;
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  top: 0;
}
.category-card__inner h3 {
  color: var(--main-navy-blue);
  text-orientation: revert;
  writing-mode: vertical-lr;
  display: block;
  margin-top: 20px;
  margin-left: 20px;
}
.category-card__inner .primary-button {
  margin: auto auto 20px;
}

.other-categories {
  margin-top: 25px;
}
.other-categories__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.other-categories__inner h3 {
  margin-top: 20px;
}

.age__categories {
  display: flex;
  gap: 25px;
  margin-top: 25px;
}
.age-categories__inner {
  position: absolute;
  top: 0;
  padding: 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 696px) {
  .occasions__header h2,
  .gift-guide__other-categories h2,
  .gift-guide__ages h2, {
    text-align: center;
  }
  .occasions__catagories {
    display: flex;
    flex-direction: column;
  }
  .category-card__inner {
    width: 50%;
    justify-content: center;
  }
  .category-card__inner h3 {
    writing-mode: unset;
    margin: unset;
    text-align: center
  }
  .category-card__inner .primary-button {
    margin: 15px auto 0;
  }

  .other__categories {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .age__categories {
    flex-direction: column;
  }
}



</pre></body></html>