@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../../global/fonts/neue-haas-grotesk-display-pro/NeueHaasDisplayRoman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../../global/fonts/neue-haas-grotesk-display-pro/NeueHaasDisplayMedium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../../global/fonts/neue-haas-grotesk-display-pro/NeueHaasDisplayBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../global/fonts/roboto/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../global/fonts/roboto/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.home-2026 {
  width: 100%;
  color: #030b2e;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-2026-section {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.home-2026-section--hero {
  max-width: none;
}
.home-2026-section--best-sellers {
  max-width: none;
  background: #f0f0f0;
}
.home-2026-section--social-proof {
  max-width: none;
  background: #030b2e;
  color: #ffffff;
}
.home-2026-section--social-proof .home-2026__container {
  padding-bottom: 32px;
}
.home-2026-section--press-quotes {
  max-width: none;
  background: #030b2e;
  color: #ffffff;
}
.home-2026-section--press-quotes .home-2026__container {
  padding-bottom: 0;
}
.home-2026-section--press-quotes .home-2026-carousel .home-2026-carousel__swiper.swiper .swiper-slide {
  width: 316px;
}
.home-2026-section--press-quotes .home-2026-carousel__btn {
  color: #030b2e;
}
.home-2026-section--press-quotes .home-2026-carousel--bleed {
  --carousel-fade-color: #030b2e;
}
.home-2026-section--feature-blocks {
  max-width: none;
}
.home-2026-section--magazine .home-2026__container {
  padding-top: 24px;
  padding-bottom: 24px;
}

.home-2026__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 40px;
  box-sizing: border-box;
}
.home-2026__container--flush {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-2026-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
}
.home-2026-section-head--light {
  color: #ffffff;
}
.home-2026-section-head__copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 768px;
}
.home-2026-section-head__title {
  margin: 0;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
  color: inherit;
}
.home-2026-section-head__title--solo {
  margin-bottom: 32px;
}
.home-2026-section-head__title--inset {
  padding-left: 40px;
  padding-right: 40px;
}
.home-2026-section-head__subtitle {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #8b8f9f;
}
.home-2026-section-head__eyebrow {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #8b8f9f;
}
.home-2026-section-head__description {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #8b8f9f;
}
.home-2026-section-head__cta {
  flex-shrink: 0;
}

.home-2026-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 22px;
  border: 0;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.home-2026-btn:hover {
  opacity: 0.9;
}
.home-2026-btn--primary {
  background: #0808f8;
  color: #ffffff;
}
.home-2026-btn--outline {
  width: 100%;
  background: transparent;
  border: 2px solid #0808f8;
  color: #0808f8;
}
.home-2026-btn--shadow {
  box-shadow: 0 0 0 3px rgba(0, 14, 40, 0.1);
}

.home-2026-carousel__swiper {
  overflow: hidden;
  width: 100%;
}
.home-2026-carousel--bleed {
  --carousel-fade-color: #ffffff;
  --carousel-fade-width: 100px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 48px;
  overflow: hidden;
}
.home-2026-carousel--bleed .home-2026-carousel__swiper {
  position: relative;
  box-sizing: border-box;
  width: calc(100% + 2 * var(--carousel-fade-width));
  margin-left: calc(-1 * var(--carousel-fade-width));
  margin-right: calc(-1 * var(--carousel-fade-width));
  padding-left: var(--carousel-fade-width);
  padding-right: var(--carousel-fade-width);
}
.home-2026-carousel--bleed .home-2026-carousel__swiper::before, .home-2026-carousel--bleed .home-2026-carousel__swiper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--carousel-fade-width);
  z-index: 2;
  pointer-events: none;
}
.home-2026-carousel--bleed .home-2026-carousel__swiper::before {
  left: 0;
  background: linear-gradient(to right, var(--carousel-fade-color), var(--carousel-fade-color) 50%, transparent);
}
.home-2026-carousel--bleed .home-2026-carousel__swiper::after {
  right: 0;
  background: linear-gradient(to left, var(--carousel-fade-color), var(--carousel-fade-color) 50%, transparent);
}
.home-2026-carousel .home-2026-carousel__swiper.swiper .swiper-slide {
  width: 322px;
  height: auto;
}
.home-2026-carousel__nav {
  display: flex;
  gap: 24px;
  flex-shrink: 0;
}
.home-2026-carousel__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  background: #ffffff;
  color: #030b2e;
  cursor: pointer;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.home-2026-carousel__btn.swiper-button-disabled, .home-2026-carousel__btn:disabled {
  opacity: 0.45;
  box-shadow: none;
  cursor: default;
}
.home-2026-carousel__pagination {
  display: none;
  position: static;
  width: auto;
  margin: 0;
  padding: 0;
  transform: none;
}
.home-2026-carousel__pagination.swiper-pagination-bullets {
  display: none;
}
.home-2026-carousel__pagination .swiper-pagination-bullet {
  width: 24px;
  height: 2px;
  margin: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
  transition: background-color 0.2s ease, height 0.2s ease;
}
.home-2026-carousel__pagination .swiper-pagination-bullet-active {
  height: 3px;
  background: #ffffff;
}

.home-2026-section--social-proof .home-2026-carousel__btn {
  color: #030b2e;
}

.home-2026-section--social-proof .home-2026-carousel--bleed {
  --carousel-fade-color: #030b2e;
}

.home-2026-stars {
  display: inline-flex;
  align-items: center;
}
.home-2026-stars__track {
  position: relative;
  width: 96px;
  height: 16px;
  background-image: url("../../global/icons/gray-star.svg");
  background-repeat: repeat-x;
  background-size: 20px 16px;
}
.home-2026-stars__fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  background-image: url("../../global/icons/green-star.svg");
  background-repeat: repeat-x;
  background-size: 20px 16px;
}

.home-2026-hero {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
}
.home-2026-hero__media {
  position: absolute;
  inset: 0;
}
.home-2026-hero__video, .home-2026-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.home-2026-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(179.98deg, rgba(0, 0, 0, 0) 38.93%, rgb(0, 0, 0) 99.97%);
  pointer-events: none;
}
.home-2026-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 64px 40px;
  box-sizing: border-box;
}
.home-2026-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}
.home-2026-hero__title {
  margin: 0;
  max-width: 100%;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 112px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  word-break: break-word;
}

.home-2026-best-sellers__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.home-2026-best-sellers__footer {
  display: none;
  margin-top: 24px;
}

.home-2026-best-sellers__shop-all--foot {
  width: 100%;
}

.home-2026-product-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.home-2026-product-card__image-wrap {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
}
.home-2026-product-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home-2026-product-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-2026-product-card__title {
  margin: 0;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.home-2026-product-card__title a {
  color: inherit;
  text-decoration: none;
}
.home-2026-product-card__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.home-2026-product-card__rating-value {
  color: #030b2e;
}
.home-2026-product-card__review-count {
  color: #636776;
}
.home-2026-product-card__description {
  margin: 0;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #030b2e;
}
.home-2026-product-card__cta {
  margin-top: auto;
}

.home-2026-social-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home-2026-social-card__media {
  position: relative;
  height: 572px;
  border-radius: 16px;
  overflow: hidden;
}
.home-2026-social-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-2026-social-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.home-2026-social-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #ffffff;
}
.home-2026-social-card__quote {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.home-2026-social-card__author {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-style: normal;
}

.home-2026-section--products-grid .home-2026-section-head__title--solo {
  margin-bottom: 32px;
  color: #030b2e;
}

.home-2026-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-2026-category-card {
  display: block;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
}
.home-2026-category-card__image {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
}

.home-2026-press-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-top: 24px;
  text-align: center;
}
.home-2026-press-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
}
.home-2026-press-card__logo img {
  max-width: 228px;
  max-height: 49px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-2026-press-card__quote {
  margin: 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: inherit;
  text-align: center;
}

.home-2026-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  padding: 0 40px;
}

.home-2026-feature-card {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 560px;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
}
.home-2026-feature-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-2026-feature-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(3, 11, 46, 0.32);
  pointer-events: none;
}
.home-2026-feature-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: calc(100% - 64px);
  margin: 0 auto;
  padding: 48px 32px 32px;
  box-sizing: border-box;
}
.home-2026-feature-card__title {
  margin: 0 0 12px;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 49px;
}
.home-2026-feature-card__text {
  margin: 0 0 24px;
  max-width: 320px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #ffffff;
}
.home-2026-feature-card__cta {
  flex-shrink: 0;
}

.home-2026-magazine-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home-2026-magazine-card__media {
  display: block;
  height: 202px;
  border-radius: 16px;
  overflow: hidden;
}
.home-2026-magazine-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-2026-magazine-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-2026-magazine-card__title {
  margin: 0;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.home-2026-magazine-card__title a {
  color: inherit;
  text-decoration: none;
}
.home-2026-magazine-card__excerpt {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #636776;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 66px;
}
.home-2026-magazine-card__link {
  display: inline-block;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #0808f8;
  text-transform: uppercase;
  text-decoration: underline;
}

.home-2026-magazine__footer {
  margin-top: 32px;
}

.home-2026-magazine__view-all {
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .home-2026__container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .home-2026-section-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-2026-section-head__title {
    font-size: 40px;
    line-height: 48px;
    white-space: normal;
  }
  .home-2026-section-head__cta {
    width: 100%;
  }
  .home-2026-section--magazine .home-2026-section-head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .home-2026-section--magazine .home-2026-section-head .home-2026-section-head__copy {
    flex: 1;
    min-width: 0;
  }
  .home-2026-section--magazine .home-2026-section-head .home-2026-carousel__nav {
    flex-shrink: 0;
    gap: 8px;
  }
  .home-2026-section--magazine .home-2026-carousel__btn {
    width: 40px;
    height: 40px;
    border: 0;
    box-shadow: none;
  }
  .home-2026-section--magazine .home-2026-carousel__btn--prev {
    background: #f0f0f0;
    color: #ffffff;
  }
  .home-2026-section--magazine .home-2026-carousel__btn--prev:not(.swiper-button-disabled):not(:disabled) {
    background: #030b2e;
  }
  .home-2026-section--magazine .home-2026-carousel__btn--next {
    background: #030b2e;
    color: #ffffff;
  }
  .home-2026-section--magazine .home-2026-carousel__btn.swiper-button-disabled, .home-2026-section--magazine .home-2026-carousel__btn:disabled {
    opacity: 1;
    cursor: default;
  }
  .home-2026-hero__title {
    font-size: 64px;
  }
  .home-2026-best-sellers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .home-2026-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-2026-feature-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 24px;
  }
  .home-2026-feature-card {
    min-height: 460px;
  }
}
@media (max-width: 767px) {
  .home-2026__container {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .home-2026-section-head {
    margin-bottom: 8px;
  }
  .home-2026-section-head__title {
    font-size: 32px;
    line-height: 40px;
  }
  .home-2026-btn {
    min-height: 40px;
    padding: 12px 18px;
    font-size: 14px;
    line-height: 24px;
  }
  .home-2026-carousel .home-2026-carousel__swiper.swiper .swiper-slide {
    width: min(250px, 78vw);
  }
  .home-2026-carousel--bleed {
    --carousel-fade-width: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .home-2026-category-grid {
    grid-template-columns: 1fr;
  }
  .home-2026-hero__content {
    padding: 48px 16px;
  }
  .home-2026-hero__title {
    font-size: 40px;
    line-height: 1.15;
  }
  .home-2026-product-card__image-wrap {
    aspect-ratio: auto;
    height: 164px;
  }
  .home-2026-social-card__media {
    height: 444px;
  }
  .home-2026-feature-grid {
    padding: 0 0;
  }
  .home-2026-best-sellers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .home-2026-best-sellers__shop-all--head {
    display: none;
  }
  .home-2026-best-sellers__footer {
    display: block;
  }
  .home-2026-section--social-proof .home-2026-carousel--bleed {
    --carousel-fade-color: #030b2e;
  }
  .home-2026-section--social-proof .home-2026__container {
    padding-bottom: 10px;
  }
  .home-2026-section--social-proof .home-2026-section-head .home-2026-carousel__nav,
  .home-2026-section--press-quotes .home-2026-section-head .home-2026-carousel__nav {
    display: none;
  }
  .home-2026-section--social-proof .home-2026-carousel .home-2026-carousel__swiper.swiper .swiper-slide,
  .home-2026-section--press-quotes .home-2026-carousel .home-2026-carousel__swiper.swiper .swiper-slide {
    width: 250px;
  }
  .home-2026-section--social-proof .home-2026-social-card__quote {
    text-align: left;
  }
  .home-2026-section--press-quotes .home-2026-carousel .home-2026-carousel__swiper.swiper .swiper-slide {
    width: min(343px, 100vw - 32px);
  }
  .home-2026-section--press-quotes .home-2026-carousel--bleed {
    padding-bottom: 52px;
  }
  .home-2026-section--press-quotes .home-2026-carousel__pagination.swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
  }
  .home-2026-section--magazine .home-2026-carousel .home-2026-carousel__swiper.swiper .swiper-slide {
    width: min(343px, 100vw - 32px);
  }
  .home-2026-section--magazine .home-2026-carousel--bleed {
    padding-bottom: 46px;
  }
  .home-2026-section--magazine .home-2026-carousel__pagination.swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
  }
  .home-2026-section--magazine .home-2026-carousel__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    background: rgba(3, 11, 46, 0.2);
  }
  .home-2026-section--magazine .home-2026-carousel__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #030b2e;
  }
  .home-2026-feature-card {
    min-height: 460px;
  }
  .home-2026-feature-card__content {
    max-width: 100%;
    padding: 48px 24px 24px;
  }
  .home-2026-feature-card__text {
    max-width: min(320px, 100%);
  }
}
.page-template-templates-2026 main,
.page-template-templates-2026 main.main {
  padding-top: 0;
}
.page-template-templates-2026 .header.header {
  background-color: transparent;
}
.page-template-templates-2026 .header.header.header__fixed {
  background-color: #030b2e;
}/*# sourceMappingURL=style.css.map */