/** Shopify CDN: Minification failed

Line 27:57 Unexpected "{"

**/
/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); */


.template--landing-page .product-card__badge-list:not(.badge-sale-wrapper) {
    position: static;
}

.template--landing-page .swiper-button-next,
.tabbed-collections__content .swiper-button-next,
.template--landing-page .swiper-button-prev,
.tabbed-collections__content .swiper-button-prev {
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 5.265px 0 rgba(0, 0, 0, 0.10);
    width: 48px;
    height: 48px;
}

.template--landing-page .swiper-button-next::after,
.tabbed-collections__content .swiper-button-next::after,
.template--landing-page .swiper-button-prev::after,
.tabbed-collections__content .swiper-button-prev::after, {
   font-size: 16px;
   font-weight: 600;
   color: #000000;
}

.template--landing-page .product-card > *,
.template--landing-page .product-card a {
    /* font-family: 'Lato' !important; */
}

.template--landing-page .product-card .product-card__info {
  font-size: 15px;
}

.template--landing-page .product-card .rating .text-sm {
  font-size: 16px;
}

.template--landing-page .product-card .product-card__badge-list:not(.badge-sale-wrapper) .badge:not(.badge--lg) {
  font-size: 11px;
}
.template--landing-page .product-card .product-extra-info {
  font-size: 12px;
}

.template--landing-page .product-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

@media (max-width: 749px) {
  .template--landing-page .product-icon {
    top: 10px;
    left: 10px;
    width: 48px;
    height: 48px;
  }

  
  .template--landing-page .tabbed-collections {
    padding-block-end: 32px;
  }
  .template--landing-page .section:has(.media-with-text-icon) {
    padding-block-start: 0;
  }

}


.template--landing-page .media-with-text-icon .subheading {
    color: #0C39A0;
    /* font-family: 'Lato' !important; */
    font-size: 25px;
}

.template--landing-page .media-with-text-icon  .h2 {
    /* font-family: 'Lato' !important; */
}

.template--landing-page .media-with-text-icon  p,
.template--landing-page .media-with-text-icon  a.button {
    /* font-family: 'Lato' !important; */
}

.template--landing-page .media-with-text-icon .button .text-with-icon {
  flex-direction: row-reverse;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  min-width: 306px;
}

.template--landing-page .media-with-text-icon .button.button--lg {
  padding-block-start: 18px;
  padding-block-end: 18px;
}

@media screen and (max-width: 749px) {
  .template--landing-page .media-with-text-icon .media-with-text__content {
    padding: 0;
  }
  .template--landing-page .media-with-text-icon .button .text-with-icon {
    min-width: unset;
  }
}