/** Shopify CDN: Minification failed

Line 284:24 Unexpected "{"

**/
.gift-guide__container {
  background-color: #a9d3f9;
}
.gift-guide__container .max-container-width {
  padding-top: 50px;
}
.gift-guide__container h1 {
  text-align: left;
  font-size: clamp(30px, 5vw, 50px);
  line-height: clamp(35px, 5vw, 55px);
}
.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;
}

.upcoming-releases__container {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.upcoming-releases__inner {
  position: absolute;
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  top: 0;
}
.upcoming-releases__inner h3 {
  color: var(--main-navy-blue);
  display: block;
  max-width: 175px;
  margin-top: 20px;
  margin-left: 20px;
}
.upcoming-releases__inner .primary-button {
  margin: 15px 18px;
}
.flip-card__container {
  cursor: pointer;
  perspective: 1000px;
  display: grid;
  justify-items: center;
  position: relative;
  width: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card__container p {
  margin-top: 5px;
}
.flip-card__front,
.flip-card__back {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
}
.flip-card__back {
  transform: rotateY(180deg);
  background: white;
  padding: 15px;
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 7px 0px #191919;
  transition: .25s ease-out;
}
.flip-card__back:hover {
  scale: 1.03;
  rotate: .5deg;
}
.flip-card__back:active {
  scale: .97;
  rotate: .5deg;
}

.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-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) {
  .upcoming-releases__container {
    grid-template-columns: 1fr;
  }
  .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;
  }
}
.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 #191919;
  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;
  }
}



