.text-brand-primary {
  color: #000 !important;
}

.bg-brand-primary {
  background-color: #000 !important;
}

.text-brand-accent {
  color: #5e222d !important;
}

.bg-brand-accent {
  background-color: #5e222d !important;
}

.text-brand-secondary {
  color: #99a895 !important;
}

.bg-brand-secondary {
  background-color: #99a895 !important;
}

.text-status-error {
  color: #e4343a !important;
}

.bg-status-error {
  background-color: #e4343a !important;
}

.text-status-success {
  color: #00ab4a !important;
}

.bg-status-success {
  background-color: #00ab4a !important;
}

.text-status-info {
  color: #3456e4 !important;
}

.bg-status-info {
  background-color: #3456e4 !important;
}

.text-status-alert {
  color: #eb7100 !important;
}

.bg-status-alert {
  background-color: #eb7100 !important;
}

:root {
  --font-family-base: Cabinet Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  --font-family-sans-serif: Cabinet Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  --skin-header-font: "Cabinet Grotesk";
  --skin-body-font: Cabinet Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  --color-black: #000;
  --color-white: #fff;
  --color-neutrals-100: #f5f5f5;
  --color-neutrals-200: #9d9d9d;
  --color-neutrals-300: #555;
  --color-neutrals-400: #262626;
  --color-border-light: #e5e5e5;
  --color-demo-bg: #fafafa;
  --color-demo-border: #eee;
  --color-code-bg: #1a1a1a;
  --color-meta-bg: #f0f0f0;
  --brand-bordeaux-50: #ffd6de;
  --brand-bordeaux-100: #d47f8f;
  --brand-bordeaux-500: #5e222d;
  --brand-bordeaux-900: #46151e;
  --brand-salvia-50: #d8e9d3;
  --brand-salvia-100: #bfd3b9;
  --brand-salvia-500: #99a895;
  --brand-salvia-900: #4d5949;
  --brand-red-50: #fcebeb;
  --brand-red-500: #e4343a;
  --brand-red-700: #b91c1c;
  --brand-orange-50: #fff6ed;
  --brand-orange-500: #eb7100;
  --brand-orange-700: #b45309;
  --brand-blue-50: #e9ebf8;
  --brand-blue-500: #3456e4;
  --brand-blue-700: #1d4ed8;
  --brand-green-50: #e1f5ea;
  --brand-green-500: #00ab4a;
  --brand-green-700: #15803d;
  --brand-primary: #000;
  --brand-accent: #5e222d;
  --brand-secondary: #99a895;
  --status-error: #e4343a;
  --status-error-light: #fcebeb;
  --status-success: #00ab4a;
  --status-info: #3456e4;
  --status-alert: #eb7100;
  --spacing-0-25: .125rem;
  --spacing-0-5: .25rem;
  --spacing-0-75: .375rem;
  --spacing-1: .5rem;
  --spacing-1-5: .75rem;
  --spacing-2: 1rem;
  --spacing-2-5: 1.25rem;
  --spacing-3: 1.5rem;
  --spacing-3-5: 1.75rem;
  --spacing-4: 2rem;
  --spacing-4-5: 2.25rem;
  --spacing-5: 2.5rem;
  --spacing-6: 3rem;
  --spacing-7: 3.5rem;
  --spacing-8: 4rem;
  --spacing-10: 5rem;
  --spacing-13: 6.5rem;
  --spacing-15: 7.5rem;
  --spacing-18: 9rem;
  --spacing-30: 15rem;
  --spacing-35: 17.5rem;
  --spacing-65: 32.5rem;
  --color-text-neutral-default: #000;
  --color-text-neutral-negative: #fff;
  --blur-glass: 1.4375rem;
}

.furla-myaccount-home {
  background-color: #f5f5f5;
  padding: 1rem;
}

@media (width >= 769px) {
  .furla-myaccount-home {
    padding: 2.5rem 2.5rem 4rem;
  }
}

.furla-myaccount-home__container {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
}

@media (width >= 769px) {
  .furla-myaccount-home__container {
    background-color: #0000;
    flex-direction: row;
    align-items: stretch;
    gap: 1rem;
    overflow: visible;
  }
}

.furla-myaccount-home__main {
  flex-direction: column;
  flex: auto;
  gap: 2rem;
  min-width: 0;
  padding: 1.5rem 1rem 2.5rem;
  display: flex;
}

@media (width >= 769px) {
  .furla-myaccount-home__main {
    background-color: #fff;
    gap: 2.5rem;
    padding: 0 2rem 2.5rem;
  }

  .furla-myaccount-home--wishlist-guest {
    padding: 2.5rem 2.5rem 4rem;
  }

  .furla-myaccount-home--wishlist-guest .furla-myaccount-home__container--wishlist-guest {
    justify-content: center;
    max-width: 1280px;
    display: flex;
  }

  .furla-myaccount-home--wishlist-guest .furla-myaccount-home__main--wishlist {
    flex: 0 672px;
    width: 100%;
    max-width: 672px;
  }
}

.furla-myaccount-sidebar {
  background-color: #fff;
  border-bottom: 1px solid #000;
  flex-direction: column;
  gap: .5rem;
  padding: .75rem 1rem;
  display: flex;
}

@media (width >= 769px) {
  .furla-myaccount-sidebar {
    border-bottom: none;
    flex: none;
    justify-content: space-between;
    gap: 1.5rem;
    width: 240px;
    padding: 2.5rem 2rem;
  }
}

.furla-myaccount-sidebar__list {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  flex-direction: row;
  gap: .5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  overflow-x: auto;
}

.furla-myaccount-sidebar__list::-webkit-scrollbar {
  display: none;
}

@media (width >= 769px) {
  .furla-myaccount-sidebar__list {
    flex-direction: column;
    gap: 1rem;
    overflow: visible;
  }
}

.furla-myaccount-sidebar__item {
  flex: none;
}

.furla-myaccount-sidebar__link {
  letter-spacing: .125rem;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: .5rem;
  height: 2.5rem;
  padding: 0 1rem;
  font-family: Cabinet Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: inline-flex;
}

@media (width >= 769px) {
  .furla-myaccount-sidebar__link {
    font-size: 1rem;
  }
}

.furla-myaccount-sidebar__link:hover {
  color: #5e222d;
  text-decoration: none;
}

.furla-myaccount-sidebar__link:hover .furla-myaccount-sidebar__icon .furla-icon-svg {
  opacity: .85;
}

.furla-myaccount-sidebar__link:focus-visible {
  outline-offset: .125rem;
  outline: .125rem solid #000;
}

.furla-myaccount-sidebar__link.is-active {
  font-weight: 750;
}

.furla-myaccount-sidebar__link.is-active .furla-myaccount-sidebar__label {
  text-underline-offset: .25rem;
  text-decoration: underline;
}

.furla-myaccount-sidebar__icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.furla-myaccount-sidebar__label {
  display: inline-block;
}

.furla-myaccount-sidebar__utility {
  display: none;
}

@media (width >= 769px) {
  .furla-myaccount-sidebar__utility {
    border-top: 1px solid #9d9d9d;
    padding-top: 1.5rem;
    display: flex;
  }
}

.furla-myaccount-sidebar__logout {
  letter-spacing: .125rem;
  color: #000;
  text-transform: uppercase;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  font-family: Cabinet Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: inline-flex;
}

@media (width >= 769px) {
  .furla-myaccount-sidebar__logout {
    font-size: 1rem;
  }
}

.furla-myaccount-sidebar__logout:hover {
  color: #5e222d;
  text-decoration: underline;
}

.furla-myaccount-sidebar__logout:focus-visible {
  outline-offset: .125rem;
  outline: .125rem solid #000;
}

.furla-myaccount-welcome {
  border-bottom: 1px solid #000;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 0;
  display: flex;
}

@media (width >= 769px) {
  .furla-myaccount-welcome {
    gap: .75rem;
    padding: 2.5rem 0;
  }
}

.furla-myaccount-welcome__heading {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

@media (width >= 769px) {
  .furla-myaccount-welcome__heading {
    gap: .75rem;
  }
}

.furla-myaccount-welcome__title {
  color: #000;
  margin: 0;
  font-family: Cabinet Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 750;
  line-height: 1;
}

@media (width >= 769px) {
  .furla-myaccount-welcome__title {
    font-size: 2rem;
  }
}

.furla-myaccount-welcome__subtitle {
  color: #000;
  margin: 0;
  font-size: .75rem;
  line-height: 1;
}

@media (width >= 769px) {
  .furla-myaccount-welcome__subtitle {
    font-size: 1rem;
  }
}

.furla-myaccount-mobile-utility {
  display: flex;
}

@media (width >= 769px) {
  .furla-myaccount-mobile-utility {
    display: none;
  }
}

.furla-myaccount-mobile-utility--back .furla-btn {
  padding-left: 0;
}

.furla-myaccount-mobile-utility--logout .furla-btn {
  justify-content: center;
  width: 100%;
}

.furla-myaccount-cards {
  flex-direction: column;
  display: flex;
}

.furla-myaccount-card {
  border-bottom: 1px solid #000;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 0;
  display: flex;
}

.furla-myaccount-card--last, .furla-myaccount-card:last-child {
  border-bottom: none;
}

@media (width >= 769px) {
  .furla-myaccount-card {
    gap: 1.5rem;
    padding: 1.5rem 0 2.5rem;
  }
}

.furla-myaccount-card__header {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  display: flex;
}

.furla-myaccount-card__heading-group {
  flex-direction: column;
  gap: .25rem;
  min-width: 0;
  display: flex;
}

@media (width >= 769px) {
  .furla-myaccount-card__heading-group {
    flex-direction: row;
    align-items: baseline;
    gap: 1rem;
  }
}

.furla-myaccount-card__body {
  flex-direction: column;
  flex: auto;
  gap: 1rem;
  min-width: 0;
  display: flex;
}

@media (width >= 769px) {
  .furla-myaccount-card__body {
    gap: 1.5rem;
  }
}

.furla-myaccount-card__title {
  color: #000;
  margin: 0;
  font-family: Cabinet Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 750;
  line-height: 1;
}

.furla-myaccount-card__count {
  color: #555;
  font-size: .75rem;
  line-height: 1;
}

@media (width >= 769px) {
  .furla-myaccount-card__count {
    font-size: 1rem;
  }
}

.furla-myaccount-card__copy {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.furla-myaccount-card__text {
  color: #000;
  max-width: 60ch;
  margin: 0;
  font-size: .75rem;
  line-height: 1;
}

@media (width >= 769px) {
  .furla-myaccount-card__text {
    font-size: 1rem;
  }
}

.furla-myaccount-card__action {
  flex-shrink: 0;
  align-items: flex-start;
  display: flex;
}

.furla-myaccount-card__action .furla-btn {
  justify-content: center;
  width: 100%;
}

@media (width >= 769px) {
  .furla-myaccount-card__action .furla-btn {
    width: auto;
  }
}

.furla-myaccount-card__action--ghost {
  align-items: flex-start;
}

.furla-myaccount-card__action--ghost .furla-btn {
  width: auto;
  padding-left: 0;
}

.furla-myaccount-order-meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  display: grid;
}

@media (width >= 769px) {
  .furla-myaccount-order-meta {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.furla-myaccount-order-meta__cell {
  flex-direction: column;
  gap: .25rem;
  min-width: 0;
  display: flex;
}

.furla-myaccount-order-meta__cell dt {
  color: #555;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
  font-size: .625rem;
  line-height: 1;
}

@media (width >= 769px) {
  .furla-myaccount-order-meta__cell dt {
    font-size: .75rem;
  }
}

.furla-myaccount-order-meta__cell dd {
  color: #000;
  word-break: break-word;
  margin: 0;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1;
}

@media (width >= 769px) {
  .furla-myaccount-order-meta__cell dd {
    font-size: 1rem;
  }
}

.furla-myaccount-order-meta__value--bold dd, .furla-myaccount-order-meta__value--bold {
  font-weight: 750;
}

.furla-myaccount-order-meta__link {
  color: #000;
  text-underline-offset: .25rem;
  text-decoration: underline;
}

.furla-myaccount-order-meta__link:hover {
  color: #5e222d;
}

.furla-myaccount-order-tiles {
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  flex-direction: row;
  align-items: stretch;
  gap: .75rem;
  margin: 0;
  display: flex;
  overflow-x: auto;
}

.furla-myaccount-order-tiles::-webkit-scrollbar {
  display: none;
}

@media (width >= 769px) {
  .furla-myaccount-order-tiles {
    scroll-snap-type: none;
    gap: 1rem;
    overflow-x: visible;
  }
}

.furla-myaccount-order-tiles__item {
  scroll-snap-align: start;
  flex: none;
  width: 140px;
}

@media (width >= 769px) {
  .furla-myaccount-order-tiles__item {
    flex: 0 0 200px;
    width: 200px;
  }
}

.furla-myaccount-order-tiles__item .simplified-tile {
  width: 100%;
  max-width: 100%;
}

.furla-myaccount-order-tiles__more {
  color: #000;
  text-align: center;
  scroll-snap-align: start;
  background-color: #f5f5f5;
  border: 1px solid #9d9d9d;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: 5rem;
  padding: .75rem 1rem;
  font-size: .625rem;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

@media (width >= 769px) {
  .furla-myaccount-order-tiles__more {
    font-size: .875rem;
  }
}

.furla-myaccount-order-tiles__more:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.furla-myaccount-wishlist-tiles {
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  flex-direction: row;
  gap: .75rem;
  display: flex;
  overflow-x: auto;
}

.furla-myaccount-wishlist-tiles::-webkit-scrollbar {
  display: none;
}

@media (width >= 769px) {
  .furla-myaccount-wishlist-tiles {
    scroll-snap-type: none;
    gap: 1rem;
    overflow-x: visible;
  }
}

.furla-myaccount-wishlist-tiles__item {
  scroll-snap-align: start;
  flex: none;
  width: 140px;
}

@media (width >= 769px) {
  .furla-myaccount-wishlist-tiles__item {
    flex: 0 0 200px;
    width: 200px;
  }
}

.furla-myaccount-wishlist-tiles__item .simplified-tile {
  width: 100%;
  max-width: 100%;
}

.furla-myaccount-personal {
  flex-direction: column;
  gap: .5rem;
  margin: 0;
  display: flex;
}

.furla-myaccount-personal__row {
  align-items: baseline;
  gap: .5rem;
  font-size: .75rem;
  line-height: 1;
  display: flex;
}

@media (width >= 769px) {
  .furla-myaccount-personal__row {
    font-size: 1rem;
  }
}

.furla-myaccount-personal__label {
  color: #000;
  margin: 0;
  font-weight: 400;
}

.furla-myaccount-personal__value {
  color: #000;
  word-break: break-word;
  margin: 0;
  font-weight: 750;
}

.furla-myaccount-personal__edit-label {
  text-underline-offset: .25rem;
  text-decoration: underline;
}

.furla-myaccount-addresses__list {
  flex-direction: column;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.furla-myaccount-address {
  border-bottom: 1px solid #f5f5f5;
  flex-direction: column;
  gap: .75rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.furla-myaccount-address:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.furla-myaccount-address__summary {
  width: 100%;
  color: inherit;
  cursor: pointer;
  text-align: left;
  font: inherit;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  padding: 0;
  display: flex;
}

.furla-myaccount-address__summary--static {
  cursor: default;
}

.furla-myaccount-address__summary:focus {
  box-shadow: none;
  outline: none;
}

.furla-myaccount-address__summary:focus-visible {
  outline-offset: .125rem;
  outline: .125rem solid #000;
}

.furla-myaccount-address__name-wrap {
  flex-direction: column;
  gap: .125rem;
  min-width: 0;
  display: flex;
}

.furla-myaccount-address__caption {
  color: #555;
  font-size: .625rem;
  line-height: 1;
}

@media (width >= 769px) {
  .furla-myaccount-address__caption {
    font-size: .75rem;
  }
}

.furla-myaccount-address__name {
  color: #000;
  word-break: break-word;
  font-size: .75rem;
  font-weight: 750;
  line-height: 1;
}

@media (width >= 769px) {
  .furla-myaccount-address__name {
    font-size: 1rem;
  }
}

.furla-myaccount-address__badge {
  color: #555;
  border: 1px solid #9d9d9d;
  flex-shrink: 0;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .625rem;
  line-height: 1;
  display: inline-flex;
}

@media (width >= 769px) {
  .furla-myaccount-address__badge {
    font-size: .75rem;
  }
}

.furla-myaccount-address__toggle {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  transition: transform .2s ease-in-out;
  display: inline-flex;
}

.furla-myaccount-address.is-expanded .furla-myaccount-address__toggle {
  transform: rotate(180deg);
}

.furla-myaccount-address__body {
  display: block;
}

.furla-myaccount-address__fields {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin: 0;
  display: grid;
}

@media (width >= 769px) {
  .furla-myaccount-address__fields {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.furla-myaccount-address__field {
  flex-direction: column;
  gap: .125rem;
  min-width: 0;
  display: flex;
}

.furla-myaccount-address__field dt {
  color: #555;
  margin: 0;
  font-size: .625rem;
  line-height: 1;
}

@media (width >= 769px) {
  .furla-myaccount-address__field dt {
    font-size: .75rem;
  }
}

.furla-myaccount-address__field dd {
  color: #000;
  word-break: break-word;
  margin: 0;
  font-size: .75rem;
  line-height: 1;
}

@media (width >= 769px) {
  .furla-myaccount-address__field dd {
    font-size: 1rem;
  }
}

.furla-myaccount-address.is-collapsible .furla-myaccount-address__body {
  display: none;
}

.furla-myaccount-address.is-collapsible.is-expanded .furla-myaccount-address__body {
  display: block;
}

@media (width >= 769px) {
  .furla-myaccount-address.is-collapsible .furla-myaccount-address__body {
    display: block;
  }

  .furla-myaccount-address.is-collapsible .furla-myaccount-address__toggle {
    display: none;
  }

  .furla-myaccount-address.is-collapsible .furla-myaccount-address__summary {
    cursor: default;
    pointer-events: none;
  }
}

.furla-myaccount-card .sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.furla-account-card {
  background-color: #0000;
  border: .0625rem solid #e5e5e5;
  border-radius: 0;
  margin-bottom: 1.5rem;
}

.furla-account-card__header {
  background-color: #0000;
  border-bottom: .0625rem solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  display: flex;
}

.furla-account-card__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 750;
}

@media (width >= 769px) {
  .furla-account-card__title {
    font-size: 1.25rem;
  }
}

.furla-account-card__action {
  font-size: .625rem;
  text-decoration: underline;
}

@media (width >= 769px) {
  .furla-account-card__action {
    font-size: .875rem;
  }
}

.furla-account-card__body {
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 1.25rem;
  display: flex;
}

.furla-account-card__empty {
  text-align: center;
  color: #555;
  padding: 2rem 0;
  font-size: .625rem;
}

@media (width >= 769px) {
  .furla-account-card__empty {
    font-size: .875rem;
  }
}

.furla-account-card__footer {
  border-top: .0625rem solid #e5e5e5;
  padding: 1.25rem;
}

.furla-account-wishlist-item {
  background-color: #0000;
  border: none;
  border-bottom: .0625rem solid #e5e5e5;
  flex-direction: column;
  gap: .75rem;
  padding-bottom: 1rem;
  display: flex;
}

.furla-account-wishlist-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.furla-account-wishlist-item__row {
  justify-content: space-between;
  align-items: flex-start;
  gap: .5rem;
  display: flex;
}

.furla-account-wishlist-item__name {
  color: #000;
  flex: auto;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

@media (width >= 769px) {
  .furla-account-wishlist-item__name {
    font-size: 1rem;
  }
}

.furla-account-wishlist-item__name:hover, .furla-account-wishlist-item__name:focus-visible {
  text-decoration: underline;
}

.furla-account-wishlist-item__remove {
  cursor: pointer;
  color: #555;
  background: none;
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1;
  transition: opacity .2s ease-in-out;
  display: inline-flex;
}

.furla-account-wishlist-item__remove:focus {
  box-shadow: none;
  outline: none;
}

.furla-account-wishlist-item__remove:focus-visible {
  outline-offset: .125rem;
  outline: .125rem solid #000;
}

.furla-account-wishlist-item__body {
  grid-template-columns: 96px 1fr;
  gap: .75rem;
  display: grid;
}

.furla-account-wishlist-item__media {
  background-color: #f5f5f5;
  width: 96px;
  height: 128px;
  display: block;
  overflow: hidden;
}

.furla-account-wishlist-item__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.furla-account-wishlist-item__attrs {
  flex-direction: column;
  gap: .125rem;
  display: flex;
}

.furla-account-wishlist-item__attrs .line-item-attributes {
  color: #555;
  margin: 0;
  font-size: .625rem;
  line-height: 1;
}

@media (width >= 769px) {
  .furla-account-wishlist-item__attrs .line-item-attributes {
    font-size: .875rem;
  }
}

.furla-account-wishlist-item__attr-key {
  font-weight: 600;
}

.furla-account-wishlist-item__availability {
  margin-top: .25rem;
}

.furla-order-history-empty {
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 1.5rem;
  display: flex;
}

@media (width >= 769px) {
  .furla-order-history-empty {
    gap: 2rem;
    padding-top: 2.5rem;
  }
}

.furla-order-history-empty__title {
  color: #000;
  margin: 0;
  font-family: Cabinet Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 750;
  line-height: 1;
}

.furla-order-history-empty__text {
  color: #000;
  margin: 0;
  font-size: .75rem;
  line-height: 1;
}

@media (width >= 769px) {
  .furla-order-history-empty__text {
    max-width: 38rem;
    font-size: .875rem;
  }
}

.furla-order-history-empty__action {
  justify-content: flex-end;
  display: flex;
}

.furla-order-history-empty__cta {
  width: 100%;
}

@media (width <= 768px) {
  .furla-order-history-empty__cta {
    min-height: 2rem;
    padding: .75rem;
  }
}

@media (width >= 769px) {
  .furla-order-history-empty__cta {
    width: auto;
    min-width: 22.5625rem;
  }
}

.furla-order-history {
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 1.5rem;
  display: flex;
}

@media (width >= 769px) {
  .furla-order-history {
    gap: 2rem;
    padding-top: 2.5rem;
  }
}

.furla-order-history__title {
  color: #000;
  margin: 0;
  font-family: Cabinet Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 750;
  line-height: 1;
}

.furla-order-history__intro {
  color: #000;
  margin: 0;
  font-size: .75rem;
  line-height: 1;
}

@media (width >= 769px) {
  .furla-order-history__intro {
    max-width: 38rem;
    font-size: .875rem;
  }
}

.furla-order-history__tabs {
  border-bottom: 2px solid #f5f5f5;
  gap: 1rem;
  width: 100%;
  display: flex;
}

.furla-order-history__tab {
  letter-spacing: .125rem;
  color: #555;
  text-transform: uppercase;
  white-space: nowrap;
  border-bottom: 2px solid #0000;
  flex: 1 1 0;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: 1.5rem;
  margin-bottom: -2px;
  padding: 0 .5rem;
  font-family: Cabinet Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease-in-out, border-color .2s ease-in-out;
  display: inline-flex;
}

@media (width >= 769px) {
  .furla-order-history__tab {
    flex: none;
  }
}

.furla-order-history__tab:hover, .furla-order-history__tab:focus-visible {
  color: #000;
}

.furla-order-history__tab:focus-visible {
  outline-offset: .125rem;
  outline: .125rem solid #000;
}

.furla-order-history__tab.is-active {
  color: #000;
  border-bottom-color: #262626;
}

.furla-order-history__list {
  flex-direction: column;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

@media (width >= 769px) {
  .furla-order-history__list {
    gap: 2rem;
  }
}

.furla-order-history__empty-tab {
  text-align: center;
  color: #555;
  margin: 0;
  padding: 2rem 0;
  font-size: .75rem;
  line-height: 1;
}

@media (width >= 769px) {
  .furla-order-history__empty-tab {
    font-size: 1rem;
  }
}

.furla-order-card {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

@media (width >= 769px) {
  .furla-order-card {
    gap: 1.5rem;
  }
}

.furla-order-card__header {
  color: inherit;
  align-items: flex-start;
  gap: .5rem;
  text-decoration: none;
  display: flex;
}

@media (width >= 769px) {
  .furla-order-card__header {
    align-items: center;
  }
}

.furla-order-card__header:hover {
  color: inherit;
  text-decoration: none;
}

.furla-order-card__header:focus-visible {
  outline-offset: .125rem;
  outline: .125rem solid #000;
}

.furla-order-card__header:hover .furla-order-card__chevron {
  transform: translateX(.125rem);
}

.furla-order-card__meta {
  flex: 1 1 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem .25rem;
  min-width: 0;
  margin: 0;
  display: grid;
}

@media (width >= 769px) {
  .furla-order-card__meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 1rem;
  }
}

.furla-order-card__meta-cell {
  flex-direction: column;
  gap: .125rem;
  min-width: 0;
  display: flex;
}

.furla-order-card__meta-label {
  color: #000;
  margin: 0;
  font-family: Cabinet Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: .5rem;
  font-weight: 400;
  line-height: 1;
}

.furla-order-card__meta-value {
  color: #000;
  word-break: break-word;
  margin: 0;
  font-family: Cabinet Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1;
}

@media (width >= 769px) {
  .furla-order-card__meta-value {
    font-size: 1rem;
  }
}

.furla-order-card__meta-value--bold {
  font-weight: 750;
}

.furla-order-card__chevron {
  flex-shrink: 0;
  transition: transform .2s ease-in-out;
}

.furla-order-card__tiles {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
  margin: 0;
  padding: 0 2rem 0 0;
  list-style: none;
  display: grid;
}

@media (width >= 769px) {
  .furla-order-card__tiles {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

.furla-order-card__tile {
  min-width: 0;
  display: flex;
}

.furla-order-card__more {
  color: #000;
  text-align: center;
  text-underline-offset: .25rem;
  background-color: #f5f5f5;
  border: 1px solid #9d9d9d;
  flex: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Cabinet Grotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: .875rem;
  line-height: 1;
  text-decoration: underline;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
  display: inline-flex;
}

.furla-order-card__more:hover {
  color: #000;
  background-color: #fff;
  text-decoration: underline;
}

.furla-order-card__more:focus-visible {
  outline-offset: .125rem;
  outline: .125rem solid #000;
}


/*# sourceMappingURL=dashboard.css.map*/