/** Shopify CDN: Minification failed

Line 335:0 Unexpected "}"

**/
.figs-nav {
  display: block;
}

.figs-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.figs-nav__item {
  position: static;
}

/* Update the base button styles */
.figs-nav__trigger,
.figs-nav__link {
  background: transparent;
  border: 0;
  padding: 8px 20px; /* Adds space for the "pill" background */
  color: #111;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border-radius: 999px; /* Makes the hover shape a pill */
  transition: all 0.3s ease;
  z-index: 1;
}

/* Create the hover effect */
.figs-nav__trigger:hover,
.figs-nav__link:hover,
.figs-nav__item.is-open .figs-nav__trigger {
  background-color:rgb(0, 0, 0); /* Your specific teal color */
  color: #ffffff !important; /* Forces text to white for readability */
}

/* Remove the old underline effect if it exists */
.figs-nav__text::after {
  display: none !important;
}

/* Ensure the text stays sharp */
.figs-nav__text {
  transition: color 0.3s ease;
}

.figs-nav__text {
  position: relative;
  display: inline-block;
}

.figs-nav__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1.5px;
  background: #111;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.figs-nav__trigger:hover .figs-nav__text::after,
.figs-nav__link:hover .figs-nav__text::after,
.figs-nav__item.is-open .figs-nav__text::after {
  transform: scaleX(1);
}

.figs-mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: min(1160px, 94vw);
  background: #f3f3f3;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  z-index: 30;
  .figs-mega-menu {
  padding: 20px 28px 24px;
}
}

/* Keeps the click functionality for touch devices */
.figs-nav__item.is-open .figs-mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* Adds the hover functionality specifically for desktop */
@media (min-width: 990px) {
  .figs-nav__item.has-mega-menu:hover .figs-mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
}
/* This fills the gap between the button and the menu */
.figs-mega-menu::before {
  content: "";
  position: absolute;
  top: -20px; /* Adjust this to match the size of your gap */
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent;
  display: block;
}

.figs-mega-menu__inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: start;
}

.figs-mega-menu__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
  row-gap: 18px;
  align-items: start;

  padding-left: 10px; /* subtle shift */
}

.figs-mega-menu__group + .figs-mega-menu__group {
  margin-top: 22px;
}

.figs-mega-menu__group-title {
  display: inline-block;
  text-decoration: none;
  color: #111;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.figs-mega-menu__group-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.figs-mega-menu__group-links li + li {
  margin-top: 8px;
}

.figs-mega-menu__group-links a {
  text-decoration: none;
  color: #2f2f2f;
  font-size: 1.3rem;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}

.figs-mega-menu__group-links a:hover {
  color: #000;
  transform: translateX(3px);
}

.figs-mega-menu__promos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.figs-mega-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #111;
}

.figs-mega-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #e8e8e8;
  aspect-ratio: 1 / 1;
}

.figs-mega-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.figs-mega-card:hover .figs-mega-card__media img {
  transform: scale(1.03);
}

.figs-mega-card__badge {
  position: absolute;
  z-index: 2;
  margin: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: #111;
  font-size: 0.875rem;
  font-weight: 600;
}

.figs-mega-card__content {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.figs-mega-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.figs-mega-card__arrow {
  font-size: 1.2rem;
  opacity: 0.8;
}

.figs-mobile-menu {
  display: none;
}


  .figs-mobile-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .figs-mobile-menu__item {
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }

  .figs-mobile-menu__item > a,
  .figs-mobile-menu summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    cursor: pointer;
    list-style: none;
  }

  .figs-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .figs-mobile-menu__panel {
    padding: 0 0 14px;
  }

  .figs-mobile-menu__panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .figs-mobile-menu__group > a,
  .figs-mobile-menu__group summary {
    min-height: 48px;
    display: flex;
    align-items: center;
    color: #111;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
  }

  .figs-mobile-menu__group ul {
    padding-left: 14px;
  }

  .figs-mobile-menu__group ul li a {
    display: block;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
    font-size: 0.98rem;
  }

  .figs-mobile-menu__promo {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-radius: 18px;
    background: #efefef;
    text-decoration: none;
    color: #111;
    font-weight: 700;
  }
}

.figs-mega-menu {
  padding: 24px;
}

.figs-mega-menu__inner {
  align-items: start;
}

.figs-mega-menu__group + .figs-mega-menu__group {
  margin-top: 18px;
}

.figs-mega-card__media {
  aspect-ratio: 1 / 1;
  max-height: 300px;
}

.figs-mega-menu__promos {
  align-self: start;
}

.figs-nav__item.has-mega-menu {
  position: static;
}

.figs-nav__item.has-mega-menu::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 18px;
}
/* Desktop only */
@media screen and (min-width: 990px) {
  .figs-nav {
    display: block !important;
  }

  .figs-mobile-menu {
    display: none !important;
  }
}

/* Phone / tablet */
@media screen and (max-width: 989px) {
  .figs-nav {
    display: none !important;
  }

  .figs-mobile-menu {
    display: none !important;
  }
}

/* ===== FIGS Mobile Drawer Upgrade ===== */
@media screen and (max-width: 989px) {
  .menu-drawer {
    background: #f3f3f3 !important;
    color: #111;
  }

  .menu-drawer__inner-container {
    background: #f3f3f3;
  }

  .menu-drawer__navigation {
    padding: 1.6rem 2rem 2rem;
  }

  .menu-drawer__menu {
    gap: 0;
  }

  .menu-drawer__menu-item {
    min-height: 56px;
    padding: 1.2rem 0;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.01em;
  }

  .menu-drawer__submenu .menu-drawer__menu-item {
    min-height: 48px;
    padding: 1rem 0;
    font-size: 1rem;
    font-weight: 600;
  }

  .menu-drawer__close-button {
    min-height: 52px;
    padding: 0 0 1rem;
    font-size: 1rem;
    font-weight: 700;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    margin-bottom: 1.2rem;
  }

  .menu-drawer__submenu {
    background: #f3f3f3 !important;
  }

  .menu-drawer__utility-links {
    background: #ececec;
    padding: 1.4rem 2rem calc(1.4rem + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(0,0,0,0.06);
  }

  .menu-drawer__account {
    min-height: 48px;
    padding: 0 1.4rem;
    border-radius: 999px;
    background: #111;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.98rem;
    font-weight: 700;
  }

  .list-social {
    gap: 1.4rem;
  }

  .list-social__link .svg-wrapper {
    width: 22px;
    height: 22px;
  }

  .menu-drawer summary .svg-wrapper:last-child,
  .menu-drawer__menu-item .svg-wrapper:last-child {
    opacity: 0.6;
    transform: scale(0.9);
  }
}
@media screen and (max-width: 989px) {
  .figs-mobile-featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0 0 18px;
  }

  .figs-mobile-featured__card {
    position: relative;
    display: block;
    text-decoration: none;
    color: #111;
  }

  .figs-mobile-featured__card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    background: #e8e8e8;
  }

  .figs-mobile-featured__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
  }

  .figs-mobile-featured__title {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
  }
}

@media screen and (max-width: 989px) {
  /* Make the whole drawer readable */
  .menu-drawer,
  .menu-drawer__submenu,
  .menu-drawer__inner-container,
  .menu-drawer__inner-submenu {
    background: #f3f3f3 !important;
    color: #111 !important;
  }

  /* Back button row */
  .menu-drawer__close-button,
  .menu-drawer__close-button.link,
  .menu-drawer__close-button .svg-wrapper,
  .menu-drawer__close-button span {
    color: #111 !important;
    opacity: 1 !important;
  }

  /* Category rows */
  .menu-drawer__menu-item,
  .menu-drawer__menu-item.link,
  .menu-drawer__menu-item.list-menu__item,
  .menu-drawer__submenu .menu-drawer__menu-item,
  .menu-drawer__submenu .menu-drawer__menu-item.link,
  .menu-drawer__submenu .menu-drawer__menu-item.list-menu__item {
    color: #111 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Text inside rows */
  .menu-drawer__menu-item *,
  .menu-drawer__submenu .menu-drawer__menu-item * {
    color: inherit !important;
    opacity: 1 !important;
  }

  /* Arrows / icons on the right */
  .menu-drawer__menu-item .svg-wrapper,
  .menu-drawer__submenu .svg-wrapper {
    color: #111 !important;
    opacity: 0.7 !important;
  }

  /* Improve spacing after cards */
  .figs-mobile-featured {
    margin-bottom: 20px;
  }

  .menu-drawer__menu {
    margin-top: 6px;
  }
}
@media screen and (max-width: 989px) {
  .menu-drawer__close-button {
    min-height: 52px;
    padding: 0 0 1rem;
    margin-bottom: 1.4rem;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #111 !important;
  }

  .menu-drawer__menu {
    margin-top: 0;
  }

  .menu-drawer__menu > li + li {
    margin-top: 2px;
  }

  .menu-drawer__menu-item,
  .menu-drawer__submenu .menu-drawer__menu-item {
    min-height: 58px;
    padding: 1rem 0;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: #111 !important;
  }

  .menu-drawer__submenu .menu-drawer__menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .menu-drawer__menu-item .svg-wrapper:last-child,
  .menu-drawer__submenu .menu-drawer__menu-item .svg-wrapper:last-child {
    opacity: 0.55 !important;
    transform: scale(0.9);
  }

  .menu-drawer__submenu .menu-drawer__menu-item:hover,
  .menu-drawer__submenu .menu-drawer__menu-item:focus {
    color: #000 !important;
  }

  .figs-mobile-featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(0,0,0,0.08);
  }

  .figs-mobile-featured__card {
    position: relative;
    display: block;
    text-decoration: none;
    color: #111;
  }

  .figs-mobile-featured__card img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 18px;
    background: #e8e8e8;
  }

  .figs-mobile-featured__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.94);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: #111;
  }

  .figs-mobile-featured__title {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
    color: #111;
  }
}
/* ===== MOBILE MENU FINAL FIX ===== */
@media screen and (max-width: 989px) {

  /* Container */
  .menu-drawer__menu {
    padding: 0 20px;
  }

  /* Each item */
  .menu-drawer__menu > li {
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }

  /* Links */
  .menu-drawer__menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 18px 0;

    font-size: 17px;
    font-weight: 600;
    color: #111;

    letter-spacing: -0.2px;

    transition: all 0.2s ease;
  }

  /* Hover (subtle premium feel) */
  .menu-drawer__menu-item:active {
    opacity: 0.6;
  }

  /* Arrow */
  .menu-drawer__menu-item svg,
  .menu-drawer__menu-item .icon {
    width: 16px;
    height: 16px;
    opacity: 0.4;
    transform: translateX(0);
    transition: 0.2s ease;
  }

  /* Arrow animation */
  .menu-drawer__menu-item:hover svg {
    transform: translateX(4px);
    opacity: 0.7;
  }

  /* BACK BUTTON */
  .menu-drawer__close-button {
    font-size: 18px;
    font-weight: 700;
    padding: 20px;
  }

}
@media screen and (max-width: 989px) {

  .menu-drawer__menu-item {
    font-size: 20px; /* BIGGER */
    font-weight: 700; /* STRONG */
    letter-spacing: -0.3px;
    color: #111;

    padding: 16px 0; /* tighter */
  }

}
.menu-drawer__menu > li {
  border-bottom: none; /* REMOVE ugly lines */
}

.menu-drawer__menu-item svg {
  width: 18px;
  height: 18px;
  opacity: 0.3;
}

.menu-drawer__menu-item:active {
  transform: translateX(6px);
  transition: 0.15s ease;
}
.menu-drawer__menu-item:active {
  transform: translateX(6px);
  transition: 0.15s ease;
}