#fw-section-custom-html-d6453ede-40fd-44b0-bb44-9f91014c80a1 {

.fteez-hero {
  position: relative;
  width: 100%;
  min-height: 700px;
  overflow: hidden;
  background: #111;
  margin: 0;
  padding-bottom: 0;
}

.fteez-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.fteez-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.fteez-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.28) 0%,
      rgba(0, 0, 0, 0.12) 38%,
      rgba(0, 0, 0, 0.26) 100%
    );
}

.fteez-hero__content {
  position: relative;
  z-index: 3;
  max-width: 560px;
  margin-left: auto;
  margin-right: 140px;
  padding: 110px 24px 72px 24px;
  color: #fff;
  text-align: left;
}

.fteez-hero__eyebrow {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.fteez-hero__headline {
  margin: 0;
  font-size: 60px;
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -1px;
  color: #f5f5f5;
}

.fteez-hero__headline span {
  color: #fff200;
  display: inline-block;
}

.fteez-hero__subcopy {
  margin-top: 18px;
}

.fteez-hero__subcopy p {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 500;
}

.fteez-hero__buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.fteez-btn {
  display: inline-block;
  padding: 13px 18px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  border: 2px solid #fff;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.fteez-btn--primary {
  background: #fff200;
  border-color: #fff200;
  color: #111;
}

.fteez-btn--secondary {
  background: rgba(255, 255, 255, 0.96);
  color: #111;
  border-color: rgba(255, 255, 255, 0.96);
}

.fteez-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

/* Try to remove default spacing after the hero */
.fteez-hero + * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .fteez-hero {
    min-height: 500px;
  }

  .fteez-hero__image {
    object-position: center 20%;
  }

  .fteez-hero__content {
    max-width: 500px;
    padding: 88px 48px 60px 24px;
  }

  .fteez-hero__headline {
    font-size: 50px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .fteez-hero {
    min-height: 560px;
  }

  .fteez-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.08) 0%,
        rgba(0, 0, 0, 0.18) 26%,
        rgba(0, 0, 0, 0.42) 58%,
        rgba(0, 0, 0, 0.62) 100%
      );
  }

  .fteez-hero__image {
    object-position: 34% center;
  }

  .fteez-hero__content {
  position: absolute !important;
  z-index: 3 !important;
  right: 12px !important;
  top: 138px !important;
  left: auto !important;
  max-width: 255px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  color: #fff !important;
}

  .fteez-hero__eyebrow {
    font-size: 11px;
    line-height: 1.35;
    margin: 0 0 10px;
    font-weight: 700;
    letter-spacing: 0.2px;
  }

  .fteez-hero__headline {
    font-size: 30px;
    line-height: 0.95;
    letter-spacing: -0.6px;
    margin: 0;
    color: #f5f5f5;
  }

  .fteez-hero__subcopy {
    margin-top: 14px;
  }

  .fteez-hero__subcopy p {
    font-size: 13px;
    line-height: 1.38;
    margin: 0 0 6px;
    font-weight: 500;
  }

  .fteez-hero__buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 18px;
  }

  .fteez-btn {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 13px 14px;
    font-weight: 800;
  }

  .fteez-btn--primary {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  }

  .fteez-btn--secondary {
  background: #ffffff !important;
  color: #111 !important;
  border-color: #ffffff !important;
  backdrop-filter: none !important;
}
}
}

#fw-section-featured-collection-0 {
--font-heading-scale: 0.8;
--font-body-scale: 1.0;
}
#fw-section-custom-html-7433835d-ed00-42ec-8ca1-113f2276e945 {

.fteez-why-premium {
  background: #0b0b0b;
  color: #f5f5f5;
  padding: 88px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.fteez-why-premium__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(320px, 0.95fr);
  gap: 52px;
  align-items: start;
}

.fteez-why-premium__left {
  padding-right: 10px;
}

.fteez-why-premium__eyebrow {
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: none;
  color: #fff200;
}

.fteez-why-premium__headline {
  margin: 0;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 0.95;
  letter-spacing: -1.4px;
  font-weight: 900;
  color: #ffffff;
}

.fteez-why-premium__lead {
  max-width: 560px;
  margin: 22px 0 0;
  font-size: 19px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.76);
}

.fteez-why-premium__right {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.fteez-why-premium__item {
  padding: 24px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.fteez-why-premium__item:first-child {
  border-top: none;
  padding-top: 4px;
}

.fteez-why-premium__item h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.4px;
  color: #ffffff;
}

.fteez-why-premium__item p {
  margin: 0;
  max-width: 500px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.74);
}

/* Tablet */
@media (max-width: 1024px) {
  .fteez-why-premium {
    padding: 72px 20px;
  }

  .fteez-why-premium__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .fteez-why-premium__headline {
    font-size: clamp(34px, 6vw, 52px);
  }

  .fteez-why-premium__lead {
    max-width: 680px;
    font-size: 18px;
  }

  .fteez-why-premium__item h3 {
    font-size: 22px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .fteez-why-premium {
    padding: 56px 16px;
  }

  .fteez-why-premium__inner {
    gap: 26px;
  }

  .fteez-why-premium__eyebrow {
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 14px;
  }

  .fteez-why-premium__headline {
    font-size: 34px;
    line-height: 0.98;
    letter-spacing: -0.8px;
  }

  .fteez-why-premium__lead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.55;
  }

  .fteez-why-premium__item {
    padding: 18px 0 20px;
  }

  .fteez-why-premium__item h3 {
    font-size: 18px;
    line-height: 1.12;
    margin-bottom: 8px;
  }

  .fteez-why-premium__item p {
    font-size: 14px;
    line-height: 1.6;
  }
}
}
#fw-section-custom-html-fad1ef58-52d2-4e2d-804f-d96c777b3bd0 {

.fteez-signup {
  background: #0a0a0a;
  color: #f5f5f5;
  padding: 56px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.fteez-signup__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(320px, 1.2fr);
  gap: 32px;
  align-items: center;
}

.fteez-signup__art {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fteez-signup__image {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
  object-fit: contain;
}

.fteez-signup__content {
  max-width: 620px;
}

.fteez-signup__eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff200;
}

.fteez-signup__headline {
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.8px;
  font-weight: 900;
  color: #ffffff;
}

.fteez-signup__subhead {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
  max-width: 520px;
}

.fteez-signup__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  min-height: 52px;
  padding: 0 20px;
  border: 2px solid #fff200;
  background: #fff200;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-decoration: none;
  box-sizing: border-box;
}

.fteez-signup__button:hover {
  opacity: 0.96;
}

/* Tablet */
@media (max-width: 1024px) {
  .fteez-signup {
    padding: 48px 20px;
  }

  .fteez-signup__inner {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .fteez-signup__content {
    max-width: 680px;
    margin: 0 auto;
  }

  .fteez-signup__subhead {
    margin-left: auto;
    margin-right: auto;
  }

  .fteez-signup__button {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .fteez-signup {
    padding: 36px 16px;
  }

  .fteez-signup__inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .fteez-signup__art {
    margin-bottom: 4px;
  }

  .fteez-signup__image {
    max-width: 170px;
  }

  .fteez-signup__content {
    max-width: 100%;
    text-align: center;
  }

  .fteez-signup__eyebrow {
    font-size: 11px;
    letter-spacing: 1.8px;
    margin-bottom: 10px;
  }

  .fteez-signup__headline {
    font-size: 26px;
    line-height: 1.02;
    letter-spacing: -0.4px;
  }

  .fteez-signup__subhead {
    font-size: 15px;
    line-height: 1.45;
    margin-top: 12px;
    max-width: 100%;
  }

  .fteez-signup__button {
    width: 100%;
    min-height: 50px;
    margin-top: 18px;
    font-size: 14px;
    padding: 0 16px;
  }
}
}

#fw-section-custom-html-9896ce3b-1efd-4ff9-966c-b0d1adb5a18f {

.fteez-signup {
  background: #151515;
  color: #f5f5f5;
  padding: 56px 20px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.fteez-signup__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(320px, 1.2fr);
  gap: 32px;
  align-items: center;
}

.fteez-signup__art {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fteez-signup__image {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
  object-fit: contain;
}

.fteez-signup__content {
  max-width: 620px;
}

.fteez-signup__eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff200;
}

.fteez-signup__headline {
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.8px;
  font-weight: 900;
  color: #ffffff;
}

.fteez-signup__subhead {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
  max-width: 520px;
}

.fteez-signup__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  min-height: 52px;
  padding: 0 20px;
  border: 2px solid #fff200;
  background: #fff200;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-decoration: none;
  box-sizing: border-box;
}

.fteez-signup__button:hover {
  opacity: 0.96;
}

/* Tablet */
@media (max-width: 1024px) {
  .fteez-signup {
    padding: 48px 20px;
  }

  .fteez-signup__inner {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .fteez-signup__content {
    max-width: 680px;
    margin: 0 auto;
  }

  .fteez-signup__subhead {
    margin-left: auto;
    margin-right: auto;
  }

  .fteez-signup__button {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .fteez-signup {
    padding: 36px 16px;
  }

  .fteez-signup__inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .fteez-signup__art {
    margin-bottom: 4px;
  }

  .fteez-signup__image {
    max-width: 170px;
  }

  .fteez-signup__content {
    max-width: 100%;
    text-align: center;
  }

  .fteez-signup__eyebrow {
    font-size: 11px;
    letter-spacing: 1.8px;
    margin-bottom: 10px;
  }

  .fteez-signup__headline {
    font-size: 26px;
    line-height: 1.02;
    letter-spacing: -0.4px;
  }

  .fteez-signup__subhead {
    font-size: 15px;
    line-height: 1.45;
    margin-top: 12px;
    max-width: 100%;
  }

  .fteez-signup__button {
    width: 100%;
    min-height: 50px;
    margin-top: 18px;
    font-size: 14px;
    padding: 0 16px;
  }
}
}
#fw-section-newsletter-e74290c7-63d8-4e59-b956-f4fdbd31d397 {
--font-heading-scale: 0.8;
--font-body-scale: 1.0;
}

#fw-section-featured-collection-3d21fa1d-3ba3-42e0-ab08-12efd938801e {
--font-heading-scale: 0.8;
--font-body-scale: 1.0;
}

#fw-section-header {
--color-primary: #ffffff;
--color-primary-rgb: 255, 255, 255;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-product-image-background: #ffffff;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #ffffff;
--primary-btn-text: #000000;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #ffffff;

}
#fw-section-announcement-bar-1726610681 {
--font-heading-scale: 0.7;
--font-body-scale: 1.0;
}