@font-face {
  font-family: "Fashion Archivo";
  src: url("../fashionsuit/archivo.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 700;
}

@font-face {
  font-family: "Fashion Shopyy Icons";
  src: url("../nmd-source/7db6d67dbf19e1c3.woff2") format("woff2");
  font-display: block;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Fashion Trusttool";
  src: url("../fonts/trusttool.woff2") format("woff2");
  font-display: block;
  font-style: normal;
  font-weight: 400;
}

/* Source-matched Customer Reviews routes and reusable product review cards. */
.fs-comments-page {
  min-height: 60vh;
  padding: 0 0 76px;
  color: #1d1f21;
}

.fs-comments-container {
  width: min(1200px, calc(100% - 30px));
  margin-inline: auto;
}

.fs-comments-header {
  padding: 47px 0 43px;
  text-align: center;
}

.fs-comments-header h1 {
  margin: 0;
  font-family: "Fashion Arimo", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 400;
}

.fs-comments-carousel {
  position: relative;
  width: 100%;
  margin: 0 auto 60px;
  overflow: hidden;
  outline: 0;
}

.fs-comments-carousel__previous,
.fs-comments-carousel__next {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  place-items: center;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0,0,0,.12);
  cursor: pointer;
  transform: translateY(-50%);
}

.fs-comments-carousel__previous { left: 25px; }
.fs-comments-carousel__next { right: 25px; }

.fs-comments-carousel__previous img,
.fs-comments-carousel__next img {
  width: 20px;
  height: 20px;
}

.fs-comments-carousel__track {
  display: flex;
  min-height: 426px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 12px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.fs-comments-carousel__track::-webkit-scrollbar { display: none; }

.fs-comments-carousel__item {
  position: relative;
  display: block;
  overflow: hidden;
  flex: 0 0 216px;
  height: 384px;
  border-radius: 4px;
  background: #000;
  scroll-snap-align: center;
}

.fs-comments-carousel__item:nth-child(1),
.fs-comments-carousel__item:nth-child(5) {
  flex-basis: 192px;
  height: 342px;
}

.fs-comments-carousel__item:nth-child(3) {
  flex-basis: 240px;
  height: 426px;
}

.fs-comments-carousel__item:nth-child(n + 6) { display: none; }

.fs-comments-carousel__item img {
  display: block;
  width: 100%;
  height: calc(100% - 62px);
  object-fit: cover;
}

.fs-comments-carousel__item .fs-comments-carousel__backdrop { display: none; }

.fs-comments-carousel__item > span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  height: 62px;
  padding: 7px 8px 24px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #000;
  font-size: 11px;
  line-height: 18px;
}

.fs-comments-carousel__item > span::after {
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 74px;
  height: 16px;
  background-image: url("../fashionsuit/icons/star.svg");
  background-repeat: space;
  background-size: 14px 14px;
  content: "";
  filter: brightness(0) invert(1);
  transform: translateX(-50%);
}

.fs-comments-page--list .fs-comments-carousel__item:nth-child(3) > span,
.fs-comments-page--detail .fs-comments-carousel__item:first-child > span { display: none; }

.fs-comments-page--list .fs-comments-carousel__item:nth-child(3) > .fs-comments-carousel__backdrop,
.fs-comments-page--detail .fs-comments-carousel__item:first-child > .fs-comments-carousel__backdrop {
  position: absolute;
  inset: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  filter: blur(18px);
  transform: scale(1.12);
}

.fs-comments-page--list .fs-comments-carousel__item:nth-child(3) > .fs-comments-carousel__photo,
.fs-comments-page--detail .fs-comments-carousel__item:first-child > .fs-comments-carousel__photo {
  position: relative;
  z-index: 1;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 768px) {
  .fs-comments-carousel__item.is-fs-carousel-page-hidden { display: none; }
  .fs-comments-carousel__item.is-fs-carousel-page-visible { display: block; }
  .fs-comments-carousel__item.is-fs-carousel-edge { flex-basis: 192px; height: 342px; }
  .fs-comments-carousel__item.is-fs-carousel-center { flex-basis: 240px; height: 426px; }
  .fs-comments-page--list .fs-comments-carousel__item.is-fs-carousel-center > span { display: none; }
  .fs-comments-page--list .fs-comments-carousel__item.is-fs-carousel-center > .fs-comments-carousel__backdrop {
    position: absolute;
    inset: 0;
    display: block;
    height: 100%;
    object-fit: cover;
    filter: blur(18px);
    transform: scale(1.12);
  }
  .fs-comments-page--list .fs-comments-carousel__item.is-fs-carousel-center > .fs-comments-carousel__photo {
    position: relative;
    z-index: 1;
    height: 100%;
    object-fit: contain;
  }
}

.fs-comments-summary {
  display: grid;
  min-height: 180px;
  padding: 28px 40px;
  align-items: center;
  background: #f6f6f6;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 50px;
}

.fs-comments-summary__score > strong {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

.fs-comments-summary__score .fs-comments-stars {
  display: inline-flex;
  margin-right: 10px;
  vertical-align: middle;
  gap: 2px;
}

.fs-comments-stars__star {
  display: block;
  width: 20px;
  height: 20px;
}

.fs-comments-summary__score > b {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  vertical-align: middle;
}

.fs-comments-summary__score > span {
  margin-left: 5px;
  color: #777;
  vertical-align: middle;
}

.fs-comments-summary__distribution {
  display: grid;
  gap: 5px;
}

.fs-comments-summary__row {
  display: grid;
  min-height: 18px;
  align-items: center;
  grid-template-columns: 74px 160px 42px;
  gap: 5px;
  font-size: 12px;
}

.fs-comments-summary__row > span:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
}

.fs-comments-summary__star {
  width: 14px;
  height: 14px;
  filter: grayscale(1);
  opacity: .45;
}

.fs-comments-summary__star.is-active { filter: none; opacity: 1; }

.fs-comments-summary__bar {
  position: relative;
  display: block;
  height: 10px;
  overflow: hidden;
  background: #ddd;
}

.fs-comments-summary__bar i {
  position: absolute;
  inset: 0 auto 0 0;
  display: block;
  background: #bbb;
}

.fs-comments-controls {
  margin: 40px 0 20px;
}

.fs-comments-controls__desktop { display: block; }
.fs-comments-filter-drawer { display: none; }

.fs-comments-filter-form {
  display: flex;
  min-height: 40px;
  align-items: center;
  gap: 10px;
}

.fs-comments-filter-form label {
  display: flex;
  min-width: 155px;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 10px;
  align-items: center;
  gap: 9px;
  background: #fff;
  font-size: 13px;
}

.fs-comments-filter-form label > span { white-space: nowrap; }

.fs-comments-filter-form__images input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #1d1f21;
}

.fs-comments-filter-form label[for$="-sort"] {
  min-width: 260px;
  margin-left: auto;
  justify-content: flex-end;
  border: 0;
  padding: 0;
}

.fs-comments-filter-form select {
  min-width: 112px;
  height: 38px;
  margin-left: auto;
  border: 0;
  padding: 0 28px 0 8px;
  color: #1d1f21;
  background: #fff;
}

.fs-comments-filter-form label[for$="-sort"] select {
  width: 155px;
  border: 1px solid #ddd;
}

.fs-comments-filter-form button {
  height: 40px;
  border: 1px solid #1d1f21;
  border-radius: 0;
  padding: 0 20px;
  color: #fff;
  background: #1d1f21;
  cursor: pointer;
}

.fs-comments-filter-form > a {
  padding: 9px 4px;
  text-decoration: underline;
}

.fs-comments-controls__desktop .fs-comments-filter-form button,
.fs-comments-controls__desktop .fs-comments-filter-form > a { display: none; }

.fs-comments-grid {
  display: block;
  columns: 2;
  column-gap: 30px;
}

.fs-comments-card {
  display: inline-flex;
  width: 100%;
  min-width: 0;
  margin: 0 0 30px;
  padding: 20px;
  flex-direction: column;
  background: #f6f6f6;
  break-inside: avoid;
}

.fs-comments-card__body {
  display: flex;
  order: 1;
  min-height: 90px;
  flex-direction: column;
}

.fs-comments-card__body > .fs-comments-stars {
  display: flex;
  order: 2;
  margin: 7px 0 6px;
  gap: 2px;
}

.fs-comments-card__body > .fs-comments-stars img {
  width: 18px;
  height: 18px;
}

.fs-comments-card__author {
  display: flex;
  order: 1;
  min-height: 20px;
  align-items: center;
  gap: 9px;
}

.fs-comments-card__author img {
  width: 21px;
  height: 14px;
  object-fit: cover;
}

.fs-comments-card__author strong {
  font-size: 13px;
  font-weight: 400;
}

.fs-comments-card__body h2 {
  order: 3;
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

.fs-comments-card__content {
  order: 4;
  color: #666;
  font-size: 13px;
  line-height: 1.45;
}

.fs-comments-card__content p { margin: 0; }

.fs-comments-card__media {
  display: block;
  order: 2;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-top: 15px;
  background: #eef0f3;
}

.fs-comments-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fs-comments-card__media--thumbnails {
  display: flex;
  order: 5;
  width: auto;
  height: 80px;
  margin-top: 15px;
  overflow: visible;
  align-items: stretch;
  gap: 20px;
  background: transparent;
}

.fs-comments-card__media--thumbnails a,
.fs-comments-card__media--thumbnails button,
.fs-comments-card__media--thumbnails > img {
  display: block;
  overflow: hidden;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border: 0;
  padding: 0;
  background: #eef0f3;
}

.fs-comments-card__media--thumbnails a img,
.fs-comments-card__media--thumbnails button img,
.fs-comments-card__media--thumbnails > img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.fs-comments-card__media--thumbnails button { cursor: zoom-in; }

.fs-comments-card__product {
  display: grid;
  order: 3;
  min-height: 100px;
  margin-top: 18px;
  padding-top: 18px;
  align-items: center;
  border-top: 1px solid #ddd;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 15px;
}

.fs-comments-card__product-image {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  background: #eef0f3;
}

.fs-comments-card__product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fs-comments-card__product-copy {
  display: grid;
  min-width: 0;
  align-content: center;
  justify-items: start;
  gap: 2px;
}

.fs-comments-card__product-title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.fs-comments-card__price { font-size: 13px; }
.fs-comments-card__price del { display: none; }
.fs-comments-card__price ins { text-decoration: none; }

.fs-comments-card__reviews-link {
  color: #777;
  font-size: 13px;
  text-decoration: underline;
}

.fs-comments-grid--product .fs-comments-card__product { display: none; }

.fs-comments-pagination {
  display: flex;
  min-height: 38px;
  margin: 40px 0 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.fs-comments-pagination a,
.fs-comments-pagination span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid transparent;
}

.fs-comments-pagination a.is-current { border-color: #1d1f21; }

.fs-comments-pagination img {
  width: 18px;
  height: 18px;
}

.fs-comments-pagination__previous { opacity: .42; }
.fs-comments-pagination .is-disabled { opacity: .42; }

.fs-comments-back {
  margin: 120px 0 0;
  text-align: center;
}

.fs-comments-back a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.fs-comments-back a::before {
  width: 22px;
  height: 16px;
  background: url("../fashionsuit/icons/gallery-prev.svg") center / 16px 16px no-repeat;
  content: "";
}

.fs-comments-empty {
  min-height: 160px;
  padding: 60px 20px;
  text-align: center;
  background: #f6f6f6;
}

/* Product-specific Customer Reviews route. */
.fs-comments-page--detail .fs-comments-carousel__track {
  padding-right: 20px;
  padding-left: calc(50% - 120px);
  justify-content: flex-start;
  overflow: visible;
  gap: 0;
  scroll-behavior: auto;
  scroll-snap-type: none;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  transform: translate3d(var(--fs-comments-carousel-offset, 0px), 0, 0);
  transition: transform 600ms ease;
  will-change: transform;
}

.fs-comments-page--detail .fs-comments-carousel__item,
.fs-comments-page--detail .fs-comments-carousel__item:first-child,
.fs-comments-page--detail .fs-comments-carousel__item:nth-child(2) {
  flex-basis: 240px;
  height: 426px;
  cursor: grab;
  scroll-snap-align: none;
  transform: scale(.9);
  transition: transform 600ms ease;
  transform-origin: center;
  user-select: none;
  -webkit-user-select: none;
}

.fs-comments-page--detail .fs-comments-carousel__item img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}

.fs-comments-page--detail .fs-comments-carousel__item.is-active {
  transform: scale(1);
}

.fs-comments-page--detail .fs-comments-carousel__item.is-active > span { display: none; }

.fs-comments-page--detail .fs-comments-carousel__item.is-active > .fs-comments-carousel__backdrop {
  position: absolute;
  inset: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  filter: blur(18px);
  transform: scale(1.12);
}

.fs-comments-page--detail .fs-comments-carousel__item.is-active > .fs-comments-carousel__photo {
  position: relative;
  z-index: 1;
  height: 100%;
  object-fit: contain;
}

.fs-comments-page--detail .fs-comments-carousel__item:not(.is-active) > span { display: flex; }
.fs-comments-page--detail .fs-comments-carousel__item:not(.is-active) > .fs-comments-carousel__backdrop { display: none; }
.fs-comments-page--detail .fs-comments-carousel__item:not(.is-active) > .fs-comments-carousel__photo {
  position: static;
  height: calc(100% - 62px);
  object-fit: contain;
}

.fs-comments-page--detail .fs-comments-carousel.is-dragging .fs-comments-carousel__track,
.fs-comments-page--detail .fs-comments-carousel.is-dragging .fs-comments-carousel__item {
  transition-duration: 0ms;
}

.fs-comments-page--detail .fs-comments-carousel.is-dragging .fs-comments-carousel__item { cursor: grabbing; }
.fs-comments-page--detail .fs-comments-carousel.is-dragging .fs-comments-carousel__track { cursor: grabbing; }

html.fs-comments-lightbox-open,
body.fs-comments-lightbox-open {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.fs-comments-lightbox {
  position: fixed;
  z-index: 2147483647;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  overscroll-behavior: contain;
  color: #1d1f21;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
  transition: opacity 700ms ease;
  outline: 0;
}

.fs-comments-lightbox.is-open { opacity: 1; }

.fs-comments-lightbox__track {
  display: flex;
  width: 100%;
  height: 100%;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  transform: translate3d(var(--fs-comments-lightbox-offset, 0px), 0, 0);
  transition: transform 300ms ease;
  will-change: transform;
}

.fs-comments-lightbox.is-dragging .fs-comments-lightbox__track {
  cursor: grabbing;
  transition-duration: 0ms;
}

.fs-comments-lightbox__slide {
  display: grid;
  flex: 0 0 100vw;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  padding: 45px 30px;
  place-items: center;
}

.fs-comments-lightbox__slide img {
  display: block;
  max-width: calc(100vw - 120px);
  max-height: calc(100vh - 90px);
  max-height: calc(100dvh - 90px);
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}

.fs-comments-lightbox__controls {
  position: absolute;
  z-index: 100;
  bottom: 80px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  height: 55px;
  pointer-events: none;
}

.fs-comments-lightbox__control {
  display: grid;
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  place-items: center;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.16);
  cursor: pointer;
  pointer-events: auto;
}

.fs-comments-lightbox__control--close {
  width: 55px;
  height: 55px;
}

.fs-comments-lightbox__control img {
  width: 20px;
  height: 20px;
}

.fs-comments-lightbox__control:disabled {
  visibility: hidden;
  pointer-events: none;
}

.fs-comments-product-summary {
  position: relative;
  display: grid;
  min-height: 180px;
  overflow: hidden;
  background: #f6f6f6;
  grid-template-columns: 180px minmax(0, 1fr);
}

.fs-comments-product-summary__media,
.fs-comments-product-summary__media a,
.fs-comments-product-summary__media img {
  display: block;
  width: 180px;
  height: 180px;
}

.fs-comments-product-summary__media img {
  object-fit: cover;
}

.fs-comments-product-summary__copy {
  position: relative;
  min-width: 0;
  padding: 65px 390px 24px 40px;
}

.fs-comments-product-summary__copy > h2 {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.fs-comments-product-summary__copy > p { display: none; }

.fs-comments-product-summary__copy > .fs-comments-summary {
  position: absolute;
  inset: 0;
  min-height: 180px;
  padding: 0;
  background: transparent;
  pointer-events: none;
}

.fs-comments-product-summary .fs-comments-summary__score {
  position: absolute;
  top: 93px;
  left: 40px;
}

.fs-comments-product-summary .fs-comments-summary__score > strong { display: none; }
.fs-comments-product-summary .fs-comments-summary__score > span { display: none; }
.fs-comments-product-summary .fs-comments-summary__score > .fs-comments-stars {
  display: inline-flex;
  margin: 0 10px 0 0;
  gap: 4px;
}

.fs-comments-product-summary .fs-comments-stars__star {
  width: 24px;
  height: 24px;
}

.fs-comments-product-summary .fs-comments-summary__distribution {
  position: absolute;
  top: 31px;
  right: 40px;
  gap: 10px;
}

.fs-comments-product-summary .fs-comments-summary__row {
  grid-template-columns: 92px 160px 34px;
}

.fs-comments-product-summary .fs-comments-summary__star {
  width: 16px;
  height: 16px;
}

.fs-comments-page--detail .fs-comments-section { margin-top: 20px; }
.fs-comments-page--detail .fs-comments-back { display: none; }

@media (min-width: 768px) {
  .fs-comments-page--detail .fs-comments-grid--product {
    display: grid;
    columns: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

  .fs-comments-page--detail .fs-comments-grid--product .fs-comments-card {
    min-height: 213px;
    margin: 0;
  }
}

/* Shared cards inside the product tab and the Real experience masonry module. */
.single-product .fs-comments-card--product-tab {
  min-height: 210px;
  margin: 0;
  padding: 20px;
}

.single-product .fs-comments-card--product-tab .fs-comments-card__product { display: none; }

.single-product .fs-comments-card--real-experience {
  display: inline-flex;
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  vertical-align: top;
  background: #f6f6f6;
  break-inside: avoid;
}

.single-product .fs-comments-card--real-experience .fs-comments-card__media {
  order: 1;
  width: 100%;
  height: auto;
  margin: 0;
  background: #eef0f3;
}

.single-product .fs-comments-card--real-experience .fs-comments-card__media img {
  width: 100%;
  height: auto;
  min-height: 180px;
  object-fit: cover;
}

.single-product .fs-comments-card--real-experience .fs-comments-card__body {
  position: relative;
  order: 2;
  min-height: 133px;
  padding: 30px 20px 20px;
}

.single-product .fs-comments-card--real-experience .fs-comments-card__content {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.single-product .fs-comments-card--real-experience .fs-comments-card__body > .fs-comments-stars {
  position: absolute;
  z-index: 2;
  top: -17px;
  left: 50%;
  margin: 0;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.14);
  transform: translateX(-50%);
}

.single-product .fs-comments-card--real-experience .fs-comments-card__product {
  order: 3;
  min-height: 91px;
  margin: 0;
  padding: 20px;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 10px;
}

.single-product .fs-comments-card--real-experience .fs-comments-card__product-image,
.single-product .fs-comments-card--real-experience .fs-comments-card__product-image img {
  width: 50px;
  height: 50px;
}

.single-product .fs-comments-card--real-experience .fs-comments-card__price,
.single-product .fs-comments-card--real-experience .fs-comments-card__reviews-link { display: none; }

@media (max-width: 767px) {
  .fs-comments-page { padding-bottom: 54px; }

  .fs-comments-container { width: 100%; }

  .fs-comments-header {
    padding: 46px 15px 27px;
  }

  .fs-comments-header h1 { font-size: 24px; }

  .fs-comments-carousel {
    margin-bottom: 62px;
    overflow: visible;
  }

  .fs-comments-page--detail .fs-comments-carousel { margin-bottom: 59px; }

  .fs-comments-carousel__previous,
  .fs-comments-carousel__next { display: none; }

  .fs-comments-carousel__track {
    min-height: 392px;
    padding: 0 calc(50vw - 110px);
    justify-content: flex-start;
    gap: 12px;
  }

  .fs-comments-carousel__item,
  .fs-comments-carousel__item:nth-child(1),
  .fs-comments-carousel__item:nth-child(3),
  .fs-comments-carousel__item:nth-child(5) {
    flex-basis: 220px;
    height: 392px;
  }

  .fs-comments-carousel__item:nth-child(n + 6) { display: block; }

  .fs-comments-page--list .fs-comments-carousel__item:first-child {
    margin-left: -232px;
  }

  .fs-comments-carousel__item img { height: calc(100% - 62px); }
  .fs-comments-page--list .fs-comments-carousel__item:nth-child(3) > span { display: flex; }
  .fs-comments-page--list .fs-comments-carousel__item:nth-child(3) > .fs-comments-carousel__backdrop { display: none; }
  .fs-comments-page--list .fs-comments-carousel__item:nth-child(3) > .fs-comments-carousel__photo { position: static; height: calc(100% - 62px); object-fit: cover; }
  .fs-comments-page--list .fs-comments-carousel__item:nth-child(2) > span { display: none; }
  .fs-comments-page--list .fs-comments-carousel__item:nth-child(2) > .fs-comments-carousel__backdrop,
  .fs-comments-page--detail .fs-comments-carousel__item:first-child > .fs-comments-carousel__backdrop { position: absolute; inset: 0; display: block; height: 100%; object-fit: cover; filter: blur(18px); transform: scale(1.12); }
  .fs-comments-page--list .fs-comments-carousel__item:nth-child(2) > .fs-comments-carousel__photo,
  .fs-comments-page--detail .fs-comments-carousel__item:first-child > .fs-comments-carousel__photo { position: relative; z-index: 1; height: 100%; object-fit: contain; }

  .fs-comments-summary {
    display: block;
    min-height: 0;
    margin: 0 15px;
    padding: 0 0 32px;
    text-align: center;
    background: #fff;
  }

  .fs-comments-summary__score > strong {
    margin-bottom: 10px;
    font-size: 23px;
  }

  .fs-comments-summary__distribution {
    width: 300px;
    max-width: 100%;
    margin: 13px auto 0;
    gap: 10px;
  }

  .fs-comments-summary__row {
    grid-template-columns: 68px minmax(120px, 160px) 36px;
    justify-content: center;
  }

  .fs-comments-controls {
    margin: 0 15px 20px;
  }

  .fs-comments-controls__desktop { display: none; }

  .fs-comments-filter-drawer {
    position: relative;
    display: block;
    width: max-content;
  }

  body.fs-comments-filter-open { overflow: hidden; }

  .fs-comments-filter-drawer > summary {
    display: flex;
    width: 83px;
    height: 38px;
    border: 1px solid #1d1f21;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff;
    cursor: pointer;
    list-style: none;
    outline: 0;
  }

  .fs-comments-filter-drawer > summary::-webkit-details-marker { display: none; }
  .fs-comments-filter-drawer:not([open]) > summary:focus-visible {
    outline: 2px solid #1d1f21;
    outline-offset: 2px;
  }

  .fs-comments-filter-drawer__filter-icon { width: 20px; height: 20px; }
  .fs-comments-filter-drawer__close-icon { display: none; width: 20px; height: 20px; }

  .fs-comments-filter-drawer[open]::before {
    position: fixed;
    z-index: 500;
    inset: 0;
    background: rgba(0,0,0,.2);
    content: "";
  }

  .fs-comments-filter-drawer[open] > summary {
    position: fixed;
    z-index: 502;
    right: 0;
    bottom: var(--fs-comments-filter-panel-height, 239px);
    left: 0;
    width: 100%;
    height: 56px;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
    transform: translateY(0);
    transition: transform 350ms ease-in-out;
  }

  .fs-comments-filter-drawer[open] .fs-comments-filter-drawer__filter-icon { display: none; }

  .fs-comments-filter-drawer[open] .fs-comments-filter-drawer__close-icon {
    position: absolute;
    display: block;
    right: 18px;
    width: 20px;
    height: 20px;
  }

  .fs-comments-filter-drawer__panel {
    position: fixed;
    z-index: 501;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    max-height: calc(100vh - 86px);
    padding: 0 15px;
    overflow-y: auto;
    background: #fff;
    transform: translateY(100%);
    transition: transform 350ms ease-in-out;
  }

  .fs-comments-filter-drawer[open] .fs-comments-filter-drawer__panel { transform: translateY(0); }

  .fs-comments-filter-drawer .fs-comments-filter-form {
    display: block;
    min-height: 0;
  }

  .fs-comments-mobile-filter-section {
    width: 100%;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
  }

  .fs-comments-mobile-filter-section > summary {
    display: flex;
    width: 100%;
    min-height: 52px;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    list-style: none;
    outline: 0;
  }

  .fs-comments-mobile-filter-section > summary::-webkit-details-marker { display: none; }
  .fs-comments-mobile-filter-section__plus,
  .fs-comments-mobile-filter-section__minus { width: 20px; height: 20px; }
  .fs-comments-mobile-filter-section__minus { display: none; }
  .fs-comments-mobile-filter-section[open] .fs-comments-mobile-filter-section__plus { display: none; }
  .fs-comments-mobile-filter-section[open] .fs-comments-mobile-filter-section__minus { display: block; }

  .fs-comments-mobile-filter-section__options {
    display: grid;
    padding: 0 0 20px;
    grid-auto-rows: 18px;
    gap: 20px;
  }

  .fs-comments-mobile-filter-section__options label {
    position: relative;
    display: flex;
    width: 100%;
    height: 18px;
    min-height: 18px;
    margin: 0;
    padding: 0;
    border: 0;
    align-items: center;
    gap: 10px;
  }

  .fs-comments-mobile-filter-section__options .fs-comments-stars {
    display: inline-flex;
    gap: 2px;
  }

  .fs-comments-mobile-filter-section__options .fs-comments-stars img {
    width: 16px;
    height: 16px;
  }

  .fs-comments-mobile-filter-section__options input {
    position: absolute;
    width: 18px;
    height: 18px;
    margin: 0;
    opacity: 0;
  }

  .fs-comments-mobile-filter-check {
    display: grid;
    overflow: hidden;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border: 1px solid #1d1f21;
    border-radius: 50%;
    place-items: center;
    background: #fff;
  }

  .fs-comments-mobile-filter-check img {
    display: none;
    width: 10px;
    height: 16px;
  }

  .fs-comments-mobile-filter-section__options input:checked + .fs-comments-mobile-filter-check {
    background: #1d1f21;
  }

  .fs-comments-mobile-filter-section__options input:checked + .fs-comments-mobile-filter-check img { display: block; }

  .fs-comments-mobile-filter-section__options input:focus-visible + .fs-comments-mobile-filter-check {
    outline: 2px solid #1d1f21;
    outline-offset: 2px;
  }

  .fs-comments-mobile-filter-actions {
    display: grid;
    height: 80px;
    padding: 16px 0;
    grid-template-columns: 99px minmax(0, 1fr);
    gap: 14px;
  }

  .fs-comments-mobile-filter-actions > a,
  .fs-comments-mobile-filter-actions > button {
    display: grid;
    width: 100%;
    min-height: 48px;
    margin: 0;
    place-items: center;
    border: 1px solid #1d1f21;
    text-align: center;
  }

  .fs-comments-mobile-filter-actions > button {
    color: #fff;
    background: #1d1f21;
  }

  .fs-comments-grid {
    columns: 1;
    padding: 0 15px;
  }

  .fs-comments-page--detail .fs-comments-grid--product {
    display: grid;
    columns: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .fs-comments-card { margin-bottom: 20px; padding: 15px; }
  .fs-comments-page--detail .fs-comments-grid--product .fs-comments-card { margin: 0; }

  .fs-comments-card__content {
    font-size: 14px;
    line-height: 1.45;
  }

  .fs-comments-card__media {
    width: 80px;
    height: 80px;
  }

  .fs-comments-card__product {
    min-height: 96px;
    grid-template-columns: 80px minmax(0, 1fr);
  }

  .fs-comments-pagination { margin-top: 40px; }

  .fs-comments-back {
    margin: 88px 0 20px;
  }

  .fs-comments-page--detail .fs-comments-carousel__track {
    padding: 0 calc(50vw - 110px);
  }

  .fs-comments-page--detail .fs-comments-carousel__item:first-child,
  .fs-comments-page--detail .fs-comments-carousel__item:nth-child(2) {
    flex-basis: 220px;
    height: 392px;
  }

  .fs-comments-product-summary {
    display: block;
    min-height: 0;
    overflow: visible;
    padding: 0 15px;
    background: #fff;
  }

  .fs-comments-product-summary__media,
  .fs-comments-product-summary__media a,
  .fs-comments-product-summary__media img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .fs-comments-product-summary__media img { object-fit: cover; }

  .fs-comments-product-summary__copy {
    padding: 14px 0 0;
    text-align: center;
  }

  .fs-comments-product-summary__copy > h2 {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .fs-comments-product-summary__copy > .fs-comments-summary {
    position: static;
    display: block;
    min-height: 0;
    margin: 0;
    padding: 0 0 15px;
  }

  .fs-comments-product-summary .fs-comments-summary__score,
  .fs-comments-product-summary .fs-comments-summary__distribution {
    position: static;
  }

  .fs-comments-product-summary .fs-comments-summary__score > span { display: none; }

  .fs-comments-lightbox__slide { padding: 20px 15px 92px; }
  .fs-comments-lightbox__slide img {
    max-width: calc(100vw - 30px);
    max-height: calc(100vh - 112px);
  }
  .fs-comments-lightbox__controls { bottom: 28px; }

  .fs-comments-product-summary .fs-comments-summary__score > .fs-comments-stars {
    display: inline-flex;
    margin: 0 10px 0 0;
  }

  .fs-comments-page--detail .fs-comments-section { margin-top: 0; }
  .fs-comments-page--detail .fs-comments-controls { margin-top: 33px; }

  .single-product .fs-comments-card--product-tab { min-height: 0; }

  .single-product .fs-comments-card--real-experience {
    margin-bottom: 15px;
  }

  .single-product .fs-comments-card--real-experience .fs-comments-card__media img {
    min-height: 0;
  }

  .single-product .fs-comments-card--real-experience .fs-comments-card__body {
    min-height: 113px;
    padding: 20px 10px 10px;
  }

  .single-product .fs-comments-card--real-experience .fs-comments-card__product {
    min-height: 61px;
    padding: 10px;
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .single-product .fs-comments-card--real-experience .fs-comments-card__product-image,
  .single-product .fs-comments-card--real-experience .fs-comments-card__product-image img {
    width: 40px;
    height: 40px;
  }

  .single-product .fs-comments-card--real-experience .fs-comments-card__product-title {
    font-size: 12px;
  }
}

@font-face {
  font-family: "Fashion Arimo";
  src: url("../fashionsuit/arimo.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 700;
}

:root {
  --fs-ink: #1d1f21;
  --fs-muted: #666;
  --fs-line: #e6e6e6;
  --fs-soft: #f4f5f7;
  --fs-sale: #d21936;
  --fs-page: 1200px;
}

body.fashionsuit-site {
  margin: 0;
  color: var(--fs-ink);
  background: #fff;
  font-family: "Fashion Archivo", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.fashionsuit-site *,
.fashionsuit-site *::before,
.fashionsuit-site *::after { box-sizing: border-box; }

.fashionsuit-site img { max-width: 100%; height: auto; }
.fashionsuit-site a { color: inherit; text-decoration: none; }
.fashionsuit-site button,
.fashionsuit-site input,
.fashionsuit-site select,
.fashionsuit-site textarea { font: inherit; }
.fashionsuit-site button { color: inherit; }
.fashionsuit-site .screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.fs-container { width: min(calc(100% - 40px), var(--fs-page)); margin-inline: auto; }
.fs-container--wide { width: min(calc(100% - 80px), 1280px); }
.fs-container--narrow { width: min(calc(100% - 40px), 820px); }
.fs-site-main { display: block; min-height: 54vh; }
.fs-section { padding: 68px 0; }
.fs-section-title { margin: 0 0 38px; text-align: center; font-family: "Fashion Arimo", Arial, sans-serif; font-size: 30px; font-weight: 400; line-height: 1.5; letter-spacing: .02em; }
.fs-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 1px solid var(--fs-ink); border-radius: 2px; padding: 10px 22px; cursor: pointer; }
.fs-button.fs-button--dark { color: #fff; background: var(--fs-ink); }

.fs-site-chrome { position: sticky; z-index: 91; top: 0; }
.fs-announcement { position: relative; z-index: 2; height: 48px; color: #fff; background: #000; overflow: hidden; }
.fs-announcement__track { display: grid; height: 48px; place-items: center; font-size: 14px; }
.fs-announcement__track span { grid-area: 1 / 1; opacity: 0; transition: opacity .35s ease; }
.fs-announcement__track span.is-active { opacity: 1; }

.fs-header { position: relative; z-index: 1; height: 80px; border-bottom: 1px solid #f2f2f2; background: rgba(255,255,255,.98); box-shadow: 0 3px 10px rgba(0,0,0,.03); }
.fs-header__inner { display: grid; width: min(calc(100% - 48px), var(--fs-page)); height: 80px; margin-inline: auto; align-items: center; grid-template-columns: 132px 1fr auto; gap: 18px; }
.fs-logo { display: block; width: 119px; line-height: 0; }
.fs-logo img { width: 119px; height: 46px; object-fit: contain; }
.fs-logo__text { display: flex; min-height: 46px; align-items: center; color: #111; font-size: 20px; font-weight: 600; line-height: 1.1; text-decoration: none; }
.fs-desktop-nav { display: flex; min-width: 0; align-items: center; justify-content: flex-start; gap: clamp(20px, 3.2vw, 46px); white-space: nowrap; }
.fs-desktop-nav > a,
.fs-more-links > button { border: 0; padding: 29px 0; background: transparent; font-size: 13px; cursor: pointer; }
.fs-desktop-nav > a:hover,
.fs-more-links > button:hover { opacity: .58; }
.fs-more-links { position: relative; }
.fs-more-links__panel { position: absolute; top: 66px; right: -32px; display: none; width: 250px; padding: 18px 0; border: 1px solid var(--fs-line); background: #fff; box-shadow: 0 14px 40px rgba(0,0,0,.12); }
.fs-more-links.is-open .fs-more-links__panel,
.fs-more-links__panel.is-open { display: grid; }
.fs-more-links__panel a { padding: 9px 24px; }
.fs-more-links__panel a:hover { background: var(--fs-soft); }
.fs-header-actions { display: flex; align-items: center; gap: 20px; }
.fs-currency { white-space: nowrap; }
.fs-icon-button,
.fs-header-action,
.fs-mobile-menu-button { display: inline-flex; border: 0; padding: 0; align-items: center; justify-content: center; background: transparent; cursor: pointer; }
.fs-icon-button img,
.fs-header-action img { width: 22px; height: 22px; }
.fs-icon-button img[src*="d8886a842cc01eea"] { filter: invert(1); }
.fs-header-action--cart { position: relative; }
.fs-cart-count { position: absolute; top: -8px; right: -10px; display: grid; min-width: 18px; height: 18px; place-items: center; border-radius: 999px; color: #fff; background: #000; font-size: 10px; }
.fs-cart-count.is-empty { display: none; }
.fs-mobile-menu-button { display: none; }

.fs-search-panel { position: absolute; inset: 80px 0 auto; padding: 28px 24px; border-top: 1px solid var(--fs-line); background: #fff; box-shadow: 0 12px 24px rgba(0,0,0,.08); }
.fs-search-panel form { display: grid; width: min(calc(100% - 40px), 760px); margin-inline: auto; align-items: end; grid-template-columns: 1fr auto auto; gap: 10px; }
.fs-search-panel label { grid-column: 1 / -1; font-size: 12px; }
.fs-search-panel input { height: 46px; border: 1px solid #bbb; padding: 0 14px; }

.fs-mobile-menu { position: fixed; z-index: 150; inset: 0 auto 0 0; width: min(70vw, 320px); padding: 12px 18px 24px; overflow-y: auto; transform: translateX(-105%); background: #fff; transition: transform .25s ease; }
.fs-mobile-menu[aria-hidden="false"] { transform: translateX(0); box-shadow: 15px 0 50px rgba(0,0,0,.22); }
.fs-mobile-menu__header { display: none; }
.fs-mobile-menu__header strong { font-size: 21px; }
.fs-mobile-menu__search { display: grid; height: 44px; margin-bottom: 12px; align-items: center; grid-template-columns: 26px 1fr; }
.fs-mobile-menu__search input { height: 44px; border: 0; padding: 0 8px; outline-offset: -2px; }
.fs-mobile-menu__search button { order: -1; height: 44px; border: 0; padding: 0; background: #fff; }
.fs-mobile-menu__search img { width: 20px; }
.fs-mobile-menu nav { display: grid; }
.fs-mobile-menu nav a { display: flex; min-height: 64px; padding: 16px 0; align-items: center; border: 0; font-size: 13px; }
.fs-mobile-menu__currency { display: block; margin-top: 24px; }

.fs-hero { margin-bottom: 60px; }
.fs-hero img { display: block; width: 100%; }
.fs-coupon-section { height: 270px; margin-bottom: 60px; padding: 0; }
.fs-coupon-container { width: min(100%, 1200px); margin-inline: auto; }
.fs-coupon-section h2 { height: 45px; margin: 0 0 45px; text-align: center; font-family: "Fashion Arimo", Arial, sans-serif; font-size: 30px; font-weight: 400; line-height: 45px; }
.fs-coupon-list { display: flex; justify-content: center; flex-wrap: wrap; }
.fs-coupon-item { width: calc(50% - 15px); margin: 0 15px 30px 0; overflow: hidden; }
.fs-coupon-card { position: relative; display: flex; width: 100%; height: 150px; min-height: 150px; border: 1px solid rgba(29,31,33,.2); border-radius: 10px; box-sizing: border-box; align-items: center; justify-content: space-between; color: rgba(29,31,33,1); background: rgba(29,31,33,.04); }
.fs-coupon-card__left { width: 180px; padding: 0 30px; box-sizing: border-box; text-align: center; font-size: 25px; font-weight: 400; line-height: 37.5px; }
.fs-coupon-card__left span { display: block; font-weight: 700; }
.fs-coupon-card__right { width: calc(100% - 100px); min-width: 0; padding: 0 20px; border-left: 1px dashed rgba(29,31,33,.2); box-sizing: border-box; }
.fs-coupon-title { margin-bottom: 10px; font-size: 14px; font-weight: 700; line-height: 21px; }
.fs-coupon-time { display: flex; margin-bottom: 15px; align-items: center; color: rgba(29,31,33,.7); font-size: 14px; font-weight: 400; line-height: 21px; }
.fs-coupon-time img { display: block; width: 16px; height: 16px; margin-right: 5px; opacity: .7; }
button.fs-coupon-code { display: flex; width: 100%; height: 36px; min-height: 36px; border: 0; border-radius: 0; padding: 0; align-items: center; justify-content: center; color: #fff; background: rgba(29,31,33,1); cursor: pointer; font-size: 14px; font-weight: 400; line-height: 21px; }
.fs-coupon-code > span { max-width: calc(100% - 80px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fs-coupon-code > img { display: block; width: 16px; height: 16px; margin-left: 15px; }
.fs-coupon-code:focus { outline: 0; }
.fs-coupon-code:focus-visible { outline: 2px solid rgba(29,31,33,1); outline-offset: 3px; }
.fs-coupon-notch { position: absolute; z-index: 2; top: 50%; width: 22px; height: 22px; margin-top: -11px; border: 1px solid rgba(29,31,33,.2); border-radius: 50%; box-sizing: content-box; background: #fff; pointer-events: none; }
.fs-coupon-notch--before { left: -11px; }
.fs-coupon-notch--after { right: -11px; }
.fs-coupon-toast { position: fixed; z-index: 2147483647; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.fs-coupon-toast[hidden] { display: none; }
.fs-coupon-toast__body { display: flex; min-height: 41px; padding: 10px 16px; border-radius: 2px; box-sizing: border-box; align-items: center; color: #545454; background: #fff; box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05); font-size: 14px; font-weight: 400; line-height: 21px; }
.fs-coupon-toast.is-visible .fs-coupon-toast__body { animation: fs-coupon-toast-in 1s both; }
.fs-coupon-toast.is-leaving .fs-coupon-toast__body { animation: fs-coupon-toast-out .4s both; }

@keyframes fs-coupon-toast-in {
  0% { opacity: 0; transform: scale(.3); }
  50% { opacity: 1; transform: scale(1.05); }
  70% { transform: scale(.9); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes fs-coupon-toast-out {
  to { opacity: 0; transform: scale(.86); }
}

@media (prefers-reduced-motion: reduce) {
  .fs-coupon-toast.is-visible .fs-coupon-toast__body,
  .fs-coupon-toast.is-leaving .fs-coupon-toast__body { animation-duration: .01ms; }
}

@media (max-width: 1200px) and (min-width: 769px) {
  .fs-coupon-container { padding: 0 50px; box-sizing: border-box; }
}

@media (max-width: 768px) {
  .fs-coupon-container { padding: 0 15px; box-sizing: border-box; }
  .fs-coupon-card__left { width: 100px; padding: 0 0 0 20px; font-size: 18px; line-height: 27px; }
  .fs-coupon-card__right,
  .fs-coupon-title,
  .fs-coupon-time,
  button.fs-coupon-code { font-size: 12px; line-height: 18px; }
}

@media (max-width: 767px) {
  .fs-coupon-section { height: 193.75px; margin-bottom: 39px; padding: 0; }
  .fs-coupon-section h2 { height: 33.75px; margin-bottom: 30px; font-size: 22.5px; line-height: 33.75px; }
  .fs-coupon-item { width: 100%; margin: 0 0 15px; }
  .fs-coupon-card { height: 130px; min-height: 130px; }
  .fs-coupon-card__left { width: 110px; height: 48px; padding: 0 10px 0 20px; font-size: 16px; line-height: 24px; }
  .fs-coupon-card__left span { font-size: 16px; line-height: 24px; }
  .fs-coupon-card__right { width: calc(100% - 80px); height: 86px; padding: 0 20px 0 10px; }
  .fs-coupon-title { margin-bottom: 10px; font-size: 12px; line-height: 18px; }
  .fs-coupon-time { margin-bottom: 10px; font-size: 12px; line-height: 18px; }
  button.fs-coupon-code { height: 30px; min-height: 30px; font-size: 12px; line-height: 18px; }
}

.fs-collections-section { margin-bottom: 60px; padding: 0; }
.fs-collections-section .fs-section-title { height: 45px; margin-bottom: 45px; }
.fs-collection-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.fs-collection-card { display: grid; height: 333.5px; align-content: start; gap: 14px; text-align: center; }
.fs-collection-card__image { display: grid; overflow: hidden; aspect-ratio: 1; background: #f0f1f4; place-items: center; }
.fs-collection-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.fs-collection-card:hover .fs-collection-card__image img { transform: scale(1.035); }
.fs-collection-card strong { font-size: 22px; font-weight: 400; }

.fs-story-section { margin-bottom: 60px; padding-bottom: 6px; text-align: center; }
.fs-story-section h2 { margin: 0; font-size: 30px; font-weight: 400; line-height: 45px; }
.fs-story-section > p { max-width: 1200px; margin: 15px auto 45px; color: #505050; line-height: 21px; }
.fs-story-section video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #000; object-fit: cover; }
.fs-proof-copy { min-height: 62px; margin-bottom: 60px; text-align: center; }
.fs-proof-copy p { max-width: 1200px; margin: 10px auto; }
.fs-proof-pair { margin-bottom: 60px; }
.fs-proof-pair > .fs-container { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.fs-proof-pair img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.fs-shipping-story { margin-bottom: 60px; }
.fs-shipping-story > .fs-container { display: grid; grid-template-columns: repeat(2, 570px); gap: 60px; }
.fs-shipping-story > .fs-container > img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.fs-shipping-story__copy { display: grid; align-content: center; }
.fs-shipping-story__copy h2 { margin: 0 0 15px; font-size: 30px; font-weight: 400; line-height: 45px; }
.fs-shipping-story__copy p { margin: 0; color: var(--fs-muted); }
.fs-trust-gallery { height: 722px; margin-bottom: 60px; padding: 80px 0; overflow: hidden; background: #f5f5f5; }
.fs-trust-gallery h2 { height: 45px; margin: 0 0 45px; text-align: center; font-size: 30px; font-weight: 400; line-height: 45px; }
.fs-trust-gallery__track { display: flex; height: 472px; padding-bottom: 40px; overflow-x: auto; overflow-y: hidden; gap: 30px; scroll-snap-type: x proximity; scrollbar-width: none; }
.fs-trust-gallery__track::-webkit-scrollbar { display: none; }
.fs-trust-gallery__track figure { flex: 0 0 324px; height: 432px; margin: 0; scroll-snap-align: start; }
.fs-trust-gallery__track img { display: block; width: 100%; height: 100%; object-fit: cover; }

.fs-brand-feature { margin-bottom: 60px; }
.fs-brand-feature .fs-section-title { height: 45px; margin: 0 0 45px; }
.fs-brand-banner { display: block; width: 100%; margin: 0; }
.fs-product-feature { margin-bottom: 60px; }
.fs-product-grid { display: grid; gap: 30px 20px; }
.fs-product-grid--home { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.fs-product-feature__more { height: 54px; margin-top: 30px; text-align: center; }
.fs-product-feature__more a,
.fs-reviews-more a { display: inline-block; min-width: 116px; height: 48px; border: 1px solid var(--fs-ink); padding: 0 20px; font-size: 16px; line-height: 46px; }
.fs-product-card { min-width: 0; }
.fs-product-card__media { position: relative; display: block; overflow: hidden; aspect-ratio: 1; background: #f2f3f5; }
.fs-product-card__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .25s ease, transform .35s ease; }
.fs-product-card__image--hover { opacity: 0; }
.fs-product-card:hover .fs-product-card__image--primary { opacity: 0; }
.fs-product-card:hover .fs-product-card__image--hover { opacity: 1; transform: scale(1.02); }
.fs-product-card__quick { position: absolute; z-index: 4; top: 10px; left: 10px; display: grid; width: 40px; height: 40px; place-items: center; border-radius: 999px; color: #fff; background: #1d1f21; }
.fs-product-card__quick .dashicons { width: 20px; height: 20px; font-size: 20px; line-height: 20px; }
.fs-product-card__body { min-height: 99.1875px; padding-top: 13px; text-align: center; }
.fs-product-card__title { display: -webkit-box; overflow: hidden; min-height: 44px; font-size: 15px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.fs-product-card__price { display: flex; margin-top: 8px; align-items: baseline; justify-content: center; flex-wrap: wrap; gap: 7px; }
.fs-product-card__price > span { color: var(--fs-sale); font-size: 15px; }
.fs-product-card__price del { color: #999; font-size: 12px; }
.fs-product-card__price small { padding: 2px 7px; border-radius: 3px; color: #fff; background: var(--fs-sale); }

.fs-reviews-section { margin-bottom: 60px; background: #fff; }
.fs-reviews-section .fs-section-title { height: 45px; margin-bottom: 45px; }
.fs-reviews-section > .fs-container { position: relative; padding-bottom: 22.15px; }
.fs-review-grid { columns: 4; column-gap: 30px; }
.fs-review-card { display: inline-block; width: 100%; min-width: 0; margin-bottom: 30px; break-inside: avoid; background: #f6f6f6; }
.fs-review-card__media { display: block; overflow: hidden; background: #f1f1f1; }
.fs-review-card__media img { display: block; width: 100%; height: auto; object-fit: cover; }
.fs-review-card__body { height: 133px; padding: 30px 20px 20px; }
.fs-review-card__stars { position: absolute; top: -17px; left: 50%; display: flex; padding: 5px 10px; border-radius: 999px; color: #f8ad6b; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.14); transform: translateX(-50%); }
.fs-review-card__stars .dashicons { width: 16px; height: 16px; font-size: 16px; }
.fs-review-card__body { position: relative; }
.fs-review-card blockquote { display: -webkit-box; overflow: hidden; height: 42px; margin: 0 0 10px; color: #666; font-size: 14px; line-height: 21px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.fs-review-card strong { display: flex; margin: 7px 0 10px; align-items: center; gap: 6px; font-size: 14px; font-weight: 400; }
.fs-review-card strong img { width: 20px; height: 20px; border-radius: 999px; object-fit: cover; }
.fs-review-card__product { display: grid; height: 91px; padding: 20px; align-items: center; grid-template-columns: 50px 1fr; gap: 10px; }
.fs-review-card__product img { width: 50px; height: 50px; object-fit: cover; }
.fs-review-card__product span { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.fs-reviews-more { height: 54px; margin: 30px 0 0; text-align: center; }
.fs-faq-section { min-height: 519px; margin-bottom: 60px; padding: 0; }
.fs-faq-section .fs-section-title { height: 45px; margin-bottom: 110px; }
.fs-faq-section details { width: calc(100% - 120px); height: 60px; margin-inline: auto; padding: 0 18px; border-bottom: 1px solid #ddd; background: #f7f7f7; }
.fs-faq-section details:last-of-type { height: 59px; }
.fs-faq-section details[open] { height: auto; }
.fs-faq-section summary { display: grid; height: 100%; min-height: 0; padding: 12px 0; align-items: center; cursor: pointer; font-size: 16px; font-weight: 600; list-style: none; grid-template-columns: 22px 1fr 28px; gap: 4px; }
.fs-faq-section summary::-webkit-details-marker { display: none; }
.fs-faq-number { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 3px; color: #fff; background: #7895b3; font-size: 11px; }
.fs-faq-chevron { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 999px; background: #e5e5e5; }
.fs-faq-chevron img { width: 12px; height: 12px; transition: transform .2s ease; }
.fs-faq-section details[open] .fs-faq-chevron img { transform: rotate(90deg); }
.fs-faq-section details p { margin: 0; padding: 0 28px 18px 26px; color: var(--fs-muted); }

.fs-service-strip { height: 158px; margin-bottom: 60px; }
.fs-service-strip > .fs-container { display: grid; height: 158px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; }
.fs-service-strip article { display: grid; height: 158px; align-content: center; justify-items: center; gap: 8px; text-align: center; }
.fs-service-strip article > img { width: 48px; height: 48px; }
.fs-service-strip strong { font-size: 16px; font-weight: 500; }
.fs-service-strip small { color: var(--fs-muted); font-size: 14px; }
.fs-newsletter { height: 170px; margin-bottom: 60px; text-align: center; }
.fs-newsletter__heading { height: 81px; margin-bottom: 45px; }
.fs-newsletter h2 { height: 45px; margin: 0; font-size: 30px; font-weight: 400; line-height: 45px; }
.fs-newsletter p { margin: 15px 0 0; color: var(--fs-muted); }
.fs-newsletter form { display: flex; width: 520px; height: 44px; margin-inline: auto; gap: 15px; }
.fs-newsletter input { width: 354px; min-width: 0; height: 44px; border: 1px solid var(--fs-ink); padding: 0 15px; background: #fff; }
.fs-newsletter button { flex: 1; height: 44px; border: 1px solid var(--fs-ink); color: #fff; background: var(--fs-ink); cursor: pointer; }
.fs-newsletter .fs-newsletter__status { min-height: 0; margin: 0; color: #1d5f2c; }
.fs-newsletter .fs-newsletter__status:not(:empty) { margin-top: 12px; }

.fs-breadcrumb { padding: 18px 0; background: #f6f6f6; }
.fs-breadcrumb .fs-container { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: #666; }
.fs-breadcrumb a:hover { color: #000; }
.fs-archive-hero { padding: 52px 0 38px; text-align: center; }
.fs-archive-hero h1 { margin: 0; font-family: "Fashion Arimo", Arial, sans-serif; font-size: 34px; font-weight: 400; }
.fs-archive { display: grid; padding-bottom: 76px; grid-template-columns: 230px minmax(0, 1fr); gap: 34px; }
.fs-archive-toolbar { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; }
.fs-archive-toolbar .orderby { height: 42px; border: 1px solid #ccc; padding: 0 34px 0 12px; background: #fff; }
.fs-filter-button { display: none; height: 42px; border: 1px solid var(--fs-ink); padding: 0 24px; background: #fff; }
.fs-filter-panel { position: static; }
.fs-filter-panel__header { display: none; }
.fs-filter-panel section { padding-bottom: 28px; border-bottom: 1px solid var(--fs-line); }
.fs-filter-panel h3 { margin: 24px 0 14px; font-size: 16px; font-weight: 400; }
.fs-filter-panel nav { display: grid; }
.fs-filter-panel nav a { display: flex; padding: 7px 0; justify-content: space-between; color: #555; }
.fs-filter-panel nav a.is-current { color: #000; font-weight: 700; }
.fs-filter-panel nav small { color: #999; }
.fs-mobile-filter-form { display: none; }
.fs-filter-clear { display: inline-flex; min-height: 38px; align-items: center; color: #545454; font-size: 14px; text-decoration: underline; text-underline-offset: 3px; }
.fs-filter-clear.is-hidden { display: none !important; }
.fs-archive-results { transition: opacity .15s ease; }
.fs-archive.is-loading .fs-archive-results { opacity: .52; pointer-events: none; }
.fs-collection-empty { display: flex; padding: 40px 0; flex-direction: column; align-items: center; color: #545454; }
.fs-collection-empty img { width: 68px; height: 68px; }
.fs-collection-empty p { margin: 20px 0 0; font-size: 16px; line-height: 24px; }
.fs-price-filter { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.fs-price-filter label { display: grid; gap: 4px; color: #666; font-size: 12px; }
.fs-price-filter input { width: 100%; height: 40px; border: 1px solid #ccc; padding: 0 8px; }
.fs-price-filter .fs-button { grid-column: 1 / -1; }
.fs-product-grid--archive { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fs-pagination { margin-top: 54px; }
.fs-pagination .page-numbers { display: flex; align-items: center; justify-content: center; gap: 8px; list-style: none; }
.fs-pagination a,
.fs-pagination span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--fs-line); }
.fs-pagination .current { color: #fff; background: var(--fs-ink); }

.fs-archive-results > .mo-pagination {
  margin: 0;
  padding: 40px 0;
}

.fs-archive-results > .mo-pagination a,
.fs-archive-results > .mo-pagination span {
  color: #545454;
  font-weight: 400;
  line-height: 21px;
}

.fs-archive-results > .mo-pagination .mo-pagination-value:hover,
.fs-archive-results > .mo-pagination .mo-pagination-value-active {
  border-color: #545454;
}

.fs-archive-results > .mo-pagination .mo-pagination-handle path {
  fill: #545454 !important;
}

.fs-archive-results > .mo-pagination .mo-pagination-handle-disable path {
  fill: #999 !important;
}

.fs-product-detail { display: grid; padding: 48px 0 70px; grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr); gap: 54px; }
.fs-product-gallery { display: grid; grid-template-columns: 90px 1fr; gap: 18px; }
.fs-product-gallery__main { grid-column: 2; grid-row: 1; overflow: hidden; width: 100%; max-width: 100%; aspect-ratio: 1; background: #f5f5f5; }
.fs-product-gallery__main figure { display: none; margin: 0; }
.fs-product-gallery__main figure.is-active { display: block; height: 100%; }
.fs-product-gallery__main img { display: block; width: 100%; height: 100%; object-fit: contain; }
.fs-product-gallery__thumbs { grid-column: 1; grid-row: 1; display: grid; align-content: start; gap: 10px; }
.fs-product-gallery__thumbs button { overflow: hidden; width: 76px; height: 76px; border: 1px solid var(--fs-line); padding: 0; background: #fff; cursor: pointer; }
.fs-product-gallery__thumbs button.is-active { border-color: var(--fs-ink); }
.fs-product-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.fs-product-summary h1 { margin: 24px 0 14px; font-family: "Fashion Arimo", Arial, sans-serif; font-size: 30px; font-weight: 400; }
.fs-product-countdown { display: flex; min-height: 44px; padding: 7px 16px; align-items: center; justify-content: space-between; color: #fff; background: #d70015; }
.fs-product-countdown strong { display: flex; min-width: 0; align-items: center; overflow: hidden; gap: 4px; text-overflow: ellipsis; white-space: nowrap; }
.fs-product-countdown strong .dashicons { width: 17px; height: 17px; font-size: 17px; }
.fs-product-countdown .fs-countdown-hourglass { display: inline-block; font-size: 13px; line-height: 1; }
.fs-product-countdown__label { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fs-product-countdown__timer { display: flex; flex: none; align-items: center; gap: 4px; font-variant-numeric: tabular-nums; }
.fs-product-countdown__timer b { display: grid; min-width: 32px; height: 30px; padding: 0 5px; place-items: center; border-radius: 4px; color: var(--fs-sale); background: #fff; font-size: 17px; font-weight: 700; }
.fs-product-countdown__timer i { font-style: normal; }
.fs-product-price-row { display: flex; margin-bottom: 20px; align-items: center; flex-wrap: wrap; gap: 12px; }
.fs-product-price-row strong { color: var(--fs-sale); font-size: 26px; }
.fs-product-price-row del { color: #999; font-size: 17px; }
.fs-product-price-row > span { padding: 4px 8px; color: #fff; background: var(--fs-sale); }
.fs-selling-signals { display: grid; margin: 0 0 20px; padding-left: 20px; gap: 9px; }
.fs-selling-signals li::marker { color: var(--fs-sale); }
.fs-multi-buy { display: grid; margin: 20px 0; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.fs-multi-buy a { padding: 9px 10px; border: 1px solid #ddd; text-align: center; font-size: 12px; }
.fs-product-purchase { margin: 24px 0; }
.fs-product-purchase form.cart { display: grid; grid-template-columns: 118px 1fr; gap: 10px; }
.fs-product-purchase form.variations_form { display: block; }
.fs-product-purchase .variations { width: 100%; margin-bottom: 18px; }
.fs-product-purchase .variations th,
.fs-product-purchase .variations td { display: block; padding: 4px 0; text-align: left; }
.fs-product-purchase select { width: 100%; height: 46px; border: 1px solid #aaa; padding: 0 12px; background: #fff; }
.fs-product-purchase .quantity { float: none !important; margin: 0 !important; }
.fs-product-purchase .quantity .qty { width: 100%; height: 50px; border: 1px solid #aaa; }
.fs-product-purchase .single_add_to_cart_button { float: none !important; min-height: 50px; border: 1px solid var(--fs-ink) !important; border-radius: 0 !important; color: #fff !important; background: var(--fs-ink) !important; text-transform: uppercase; }
.fs-product-purchase .single_variation_wrap .woocommerce-variation-add-to-cart { display: grid; grid-template-columns: 118px 1fr; gap: 10px; }
.fs-discount-meter { padding: 17px; border: 1px solid var(--fs-line); }
.fs-discount-meter p { margin: 0 0 14px; }
.fs-discount-meter > div { display: grid; grid-template-columns: repeat(4, 1fr); }
.fs-discount-meter span { padding: 12px 4px; border-top: 4px solid #ef5670; text-align: center; font-size: 11px; }
.fs-trust-row { display: grid; margin-top: 20px; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.fs-trust-row span { padding: 12px 4px; border: 1px solid var(--fs-line); text-align: center; font-size: 11px; }
.fs-secure-note { text-align: center; font-weight: 700; letter-spacing: .08em; }
.fs-product-description { padding: 46px 0 70px; border-top: 1px solid var(--fs-line); }
.fs-product-description h2 { font-size: 24px; font-weight: 400; }
.fs-product-description .product-details { max-width: 920px; }

/* Source-matched product detail and shared review modules. */
.single-product .fs-single-product { overflow: clip; }
.single-product .fs-product-detail { padding: 60px 0 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 50px; align-items: start; }
.single-product .fs-product-gallery { display: block; min-width: 0; }
.single-product .fs-product-gallery__main { position: relative; display: block; overflow: visible; width: 100%; aspect-ratio: 1; background: #f2f2f2; }
.single-product .fs-product-gallery__main figure { position: absolute; inset: 0; }
.single-product .fs-product-gallery__main figure.is-active { height: 100%; }
.single-product .fs-product-gallery__previous,
.single-product .fs-product-gallery__next { position: absolute; z-index: 4; top: auto; bottom: -78px; display: grid; width: 24px; height: 46px; border: 0; padding: 0; place-items: center; background: transparent; cursor: pointer; transform: none; }
.single-product .fs-product-gallery__previous { left: 0; }
.single-product .fs-product-gallery__next { right: 0; }
.single-product .fs-product-gallery__previous img,
.single-product .fs-product-gallery__next img { width: 24px; height: 24px; }
.single-product .fs-product-gallery__previous:disabled,
.single-product .fs-product-gallery__next:disabled { opacity: .28; cursor: default; }
.single-product .fs-product-gallery__thumbs { display: flex; margin-top: 15px; padding: 0 28px; align-items: center; overflow-x: auto; gap: 10px; scrollbar-width: none; }
.single-product .fs-product-gallery__thumbs::-webkit-scrollbar { display: none; }
.single-product .fs-product-gallery__thumbs button { flex: 0 0 76px; width: 76px; height: 76px; }
.single-product .fs-product-gallery__thumbs img { object-fit: contain; background: #f2f2f2; }
.single-product .fs-product-summary h1 { margin: 20px 0 14px; font-size: 24px; }
.single-product .fs-product-countdown { min-height: 70px; padding: 10px 20px; background: #cf332c; }
.single-product .fs-product-countdown__timer { gap: 10px; }
.single-product .fs-product-countdown__timer > span { display: grid; min-width: 50px; height: 50px; padding: 5px 4px 3px; place-items: center; border-radius: 5px; color: #d44a47; background: #fff; grid-template-rows: 24px 13px; }
.single-product .fs-product-countdown__timer b { min-width: 0; height: 24px; padding: 0; color: inherit; background: transparent; font-size: 16px; }
.single-product .fs-product-countdown__timer small { font-size: 9px; line-height: 13px; font-weight: 400; }
.single-product .fs-product-countdown__timer i { color: #fff; }
.single-product .fs-product-price-row { min-height: 42px; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid #eee; }
.single-product .fs-product-price-row strong { font-size: 20px; }
.single-product .fs-product-price-row del { font-size: 16px; }
.single-product .fs-product-price-row > span { border-radius: 3px; font-size: 12px; }
.single-product .fs-selling-signals { margin: 0; padding: 0; gap: 12px; list-style: none; }
.single-product .fs-selling-signals li { display: flex; min-height: 20px; padding: 0 4px; align-items: center; }
.single-product .fs-selling-signals .detailmarkettool-iconfont,
.single-product .fs-multi-buy > .detailmarkettool-iconfont { display: flex; width: 20px; height: 20px; margin: 0 16px 0 0; flex: 0 0 20px; align-items: center; color: #000; font-size: 28px; line-height: 42px; }
.single-product .fs-multi-buy { display: grid; margin: 12px 0 20px; padding: 0 4px 15px; border-bottom: 1px solid #eee; grid-template-columns: 20px 1fr; gap: 16px; }
.single-product .fs-multi-buy > div { display: grid; gap: 2px; }
.single-product .fs-multi-buy a { min-height: 20px; border: 0; padding: 0; text-align: left; text-decoration: underline; font-size: 14px; }
.single-product .fs-product-quantity-label { margin: 0 0 12px; color: #555; }
.single-product .fs-product-purchase { margin: 0 0 16px; }
.single-product .fs-product-purchase form.cart { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.single-product .fs-product-purchase form.cart > .quantity { grid-column: 1 / -1; width: 170px; }
.single-product .fs-product-purchase .quantity { display: grid; grid-template-columns: 46px 78px 46px; }
.single-product .fs-product-purchase .quantity .qty { width: 78px; height: 46px; border-right: 0; border-left: 0; text-align: center; appearance: textfield; }
.single-product .fs-product-purchase .quantity .qty::-webkit-inner-spin-button,
.single-product .fs-product-purchase .quantity .qty::-webkit-outer-spin-button { margin: 0; appearance: none; }
.single-product .fs-quantity-step { display: grid; width: 46px; height: 46px; border: 1px solid #aaa; padding: 0; place-items: center; background: #fff; cursor: pointer; }
.single-product .fs-quantity-step img { width: 16px; height: 16px; }
.single-product .fs-product-purchase .single_add_to_cart_button,
.single-product .fs-product-purchase .fs-buy-now-button { width: 100%; min-height: 48px; border: 1px solid #1d1f21 !important; border-radius: 3px !important; padding: 0 12px; color: #1d1f21 !important; background: #fff !important; font-size: 15px; font-weight: 400; text-transform: uppercase; }
.single-product .fs-product-purchase .fs-buy-now-button { color: #fff !important; background: #1d1f21 !important; }
.single-product .fs-product-purchase .stock { display: none; }
.single-product .fs-product-purchase form.variations_form { display: block; }
.single-product .fs-product-purchase .single_variation_wrap .woocommerce-variation-add-to-cart { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.single-product .fs-product-purchase .single_variation_wrap .quantity { grid-column: 1 / -1; width: 170px; }
.single-product .fs-discount-meter { --fs-product-progress: 25%; position: relative; height: 166px; overflow: visible; border-color: #ddd; padding: 0; background: #fff; }
.single-product .fs-discount-meter p { position: relative; z-index: 2; display: flex; height: 50px; margin: 0; padding: 0 18px; align-items: center; justify-content: center; text-align: center; font-size: 14px; }
.single-product .fs-discount-meter__progress { position: relative; z-index: 2; display: block; height: 114px; padding: 0 10px; }
.single-product .fs-discount-meter__track { position: absolute; top: 44px; right: 10px; left: 10px; height: 8px; background: #ffebee; }
.single-product .fs-discount-meter__track i { display: block; width: var(--fs-product-progress); height: 100%; background: #ff4460; transition: width .2s ease; }
.single-product .fs-discount-meter__tiers { position: absolute; top: 57px; right: 10px; left: 10px; display: grid; grid-template-columns: repeat(4, 1fr); }
.single-product .fs-discount-meter__tiers span { min-height: 18px; border: 0; padding: 0; text-align: right; font-size: 12px; line-height: 18px; }
.single-product .fs-discount-meter__tiers span.is-active { border: 0; }
.single-product .fs-discount-meter__progress > em { position: absolute; top: 57px; left: 10px; font-size: 12px; font-style: normal; line-height: 18px; }
.single-product .fs-product-confetti { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 240px; pointer-events: none; }
.single-product .fs-trust-row { display: block; height: 90px; margin-top: 16px; padding-top: 10px; border: 0; border-radius: 0; }
.single-product .fs-trust-row__header { display: flex; height: 40px; padding: 2px 12px; align-items: center; border-top: 1px solid #ddd; border-right: 1px solid #ddd; border-left: 4px solid #38b336; color: #38b336; }
.single-product .fs-trusttool-icon { display: block; width: 32px; height: 36px; flex: 0 0 32px; font-family: "Fashion Trusttool"; font-size: 24px; font-style: normal; line-height: 36px; }
.single-product .fs-trusttool-icon::before { content: "\e74d"; }
.single-product .fs-trust-row__header span { border: 0; padding: 0; color: #38b336; font-size: 16px; line-height: 24px; }
.single-product .fs-trust-row__body { display: grid; height: 40px; border: 1px solid #ddd; border-top: 0; grid-template-columns: repeat(3, 1fr); }
.single-product .fs-trust-row__body span { display: block; min-height: 0; border: 0; padding: 10px 14px; color: #999; text-align: left; font-size: 12px; line-height: 18px; white-space: nowrap; }
.single-product .fs-trust-row__body b { color: #262626; font-size: 12px; }
.single-product .fs-secure-note { margin: 20px 0 -11px; font-size: 15px; letter-spacing: 0; }
.single-product .fs-secure-assets { display: grid; padding: 30px 28px 20px; border: 1px solid #ddd; border-radius: 5px; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px 20px; }
.single-product .fs-secure-assets img { width: 100%; height: 38px; border: 1px solid #e5e5e5; border-radius: 4px; padding: 5px; object-fit: contain; background: #fff; }
.single-product .fs-secure-assets img:nth-child(11) { grid-column: 2; }
.single-product .fs-secure-assets img:nth-child(12) { grid-column: 4; }
.single-product .fs-product-description { padding: 0 0 35px; border-top: 0; }
.single-product .fs-product-tabs__list { display: flex; border-bottom: 1px solid #ddd; gap: 30px; }
.single-product .fs-product-tabs__list button { position: relative; min-height: 54px; border: 0; padding: 0; color: #777; background: #fff; cursor: pointer; font-size: 16px; }
.single-product .fs-product-tabs__list button:focus { outline: 0; }
.single-product .fs-product-tabs__list button:focus-visible { outline: 0; color: #1d1f21; }
.single-product .fs-product-tab-mobile:focus-visible { outline: 2px solid #1d1f21; outline-offset: 3px; }
.single-product .fs-product-tabs__list button.is-active { color: #1d1f21; }
.single-product .fs-product-tabs__list button.is-active::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; background: #1d1f21; content: ""; }
.single-product .fs-product-tab-mobile { display: none; }
.single-product .fs-product-tabs__panel { padding: 28px 0 10px; color: #666; line-height: 1.75; }
.single-product .fs-product-tabs__panel[hidden] { display: none; }
.single-product .fs-product-tabs__panel img { max-width: 100%; height: auto; }
.single-product .fs-product-review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.single-product .fs-product-review-grid .fs-review-card { margin-bottom: 0; }
.single-product .fs-product-reviews__all { margin: 44px 0 0; text-align: center; }
.single-product .fs-product-reviews__all a,
.single-product .fs-real-experience__more a { display: inline-grid; min-width: 250px; height: 48px; place-items: center; border-radius: 3px; color: #fff; background: #1d1f21; }
.single-product .fs-product-share { display: flex; min-height: 74px; padding: 18px 0; align-items: center; justify-content: center; border-top: 1px solid #eee; gap: 20px; }
.single-product .fs-product-share a,
.single-product .fs-product-share img { display: block; width: 28px; height: 28px; }
.single-product .fs-faq-section { min-height: 0; margin: 25px 0 60px; padding: 0; }
.single-product .fs-faq-section .fs-section-title { height: auto; margin: 0 0 38px; }
.single-product .fs-faq-section details { width: 100%; }
.single-product .fs-real-experience { margin: 0 0 60px; padding: 0; }
.single-product .fs-real-experience .fs-section-title { margin: 0 0 38px; }
.single-product .fs-real-experience__grid { columns: 3; column-gap: 30px; }
.single-product .fs-review-card--experience { margin-bottom: 30px; }
.single-product .fs-review-card--experience .fs-review-card__body { height: auto; min-height: 133px; }
.single-product .fs-review-card--experience .fs-review-card__product { border-top: 1px solid #ddd; }
.single-product .fs-real-experience__more { margin: 20px 0 0; text-align: center; }

.fs-drawer-backdrop { position: fixed; z-index: 140; inset: 0; background: rgba(0,0,0,.38); }
.fs-cart-drawer { position: fixed; z-index: 150; inset: 0 0 0 auto; width: min(92vw, 390px); overflow-y: auto; transform: translateX(105%); background: #fff; transition: transform .25s ease; }
.fs-cart-drawer[aria-hidden="false"] { transform: translateX(0); box-shadow: -20px 0 60px rgba(0,0,0,.22); }
.fs-cart-drawer__header { display: flex; height: 60px; padding: 0 16px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--fs-line); }
.fs-cart-drawer__header h2 { margin: 0; font-size: 24px; font-weight: 400; }
.fs-cart-offer { padding: 14px; text-align: center; color: #d36d00; background: #fff6da; }
.fs-cart-progress { margin: 22px 16px; padding: 16px 12px; border: 1px solid var(--fs-line); }
.fs-cart-progress p { margin-top: 0; text-align: center; }
.fs-cart-progress__steps { display: grid; grid-template-columns: repeat(4, 1fr); }
.fs-cart-progress__steps span { padding-top: 10px; border-top: 4px solid #ddd; text-align: center; font-size: 10px; }
.fs-cart-progress__steps span.is-active { border-color: #ff3f68; }
.fs-cart-drawer__items { padding: 0 16px; }
.fs-mini-cart-item { display: grid; padding: 18px 0; border-bottom: 1px solid var(--fs-line); grid-template-columns: 80px 1fr auto; gap: 12px; }
.fs-mini-cart-item img { width: 80px; height: 80px; object-fit: cover; }
.fs-mini-cart-item > div { display: grid; align-content: start; gap: 5px; }
.fs-mini-cart-quantity { display: grid; width: 120px; height: 36px; margin-top: 8px; border: 1px solid #ddd; grid-template-columns: 36px 1fr 36px; }
.fs-mini-cart-quantity button,
.fs-mini-cart-quantity input { width: 100%; min-width: 0; border: 0; padding: 0; text-align: center; background: #fff; }
.fs-mini-cart-quantity input { appearance: textfield; }
.fs-mini-cart-item__remove { border: 0; padding: 4px; align-self: center; color: #777; background: transparent; cursor: pointer; }
.fs-mini-cart-item__remove .dashicons { width: 22px; height: 22px; font-size: 22px; }
.fs-cart-drawer__coupon { position: relative; display: grid; margin: 18px 16px 0; grid-template-columns: minmax(0, 1fr) 90px; gap: 10px; }
.fs-cart-drawer__coupon input,
.fs-cart-drawer__coupon button { box-sizing: border-box; width: 100%; height: 46px; min-height: 46px; border-radius: 5px; font-family: inherit; }
.fs-cart-drawer__coupon input { border: 1px solid #d9d9d9; padding: 0 12px; outline: none; color: #333; background: #fff; font-size: 14px; font-weight: 500; line-height: 20px; }
.fs-cart-drawer__coupon input:focus { border-color: #d9d9d9; box-shadow: none; }
.fs-cart-drawer__coupon button { display: inline-flex; border: 0; padding: 0; align-items: center; justify-content: center; color: #fff; background: #c8c8c8; cursor: pointer; font-size: 14px; font-weight: 700; line-height: 1; transition: background-color .2s ease; }
.fs-cart-drawer__coupon button.order_discount_code_btn_on,
.fs-cart-drawer__coupon:has(input:not(:placeholder-shown)) button { background: #333; }
.fs-cart-drawer__coupon button[aria-busy="true"] { opacity: .7; cursor: wait; }
.fs-cart-drawer__coupon-feedback { display: block; min-height: 16px; grid-column: 1 / -1; font-size: 12px; font-weight: 600; line-height: 16px; }
.fs-cart-drawer__coupon-feedback:not(:has([data-fs-cart-coupon-error]:not([hidden]), [data-fs-cart-coupon-status]:not([hidden]))) { display: none; }
.fs-cart-drawer__coupon-feedback [hidden] { display: none !important; }
.fs-cart-drawer__coupon-feedback [data-fs-cart-coupon-error] { color: var(--fs-sale); }
.fs-cart-drawer__coupon-feedback [data-fs-cart-coupon-status] { color: #287c2e; }
.fs-cart-drawer__applied-coupons { display: flex; margin: 8px 16px 0; flex-wrap: wrap; gap: 8px; }
.fs-cart-drawer__coupon-chip { display: inline-flex; min-height: 34px; padding: 0 10px; align-items: center; border-radius: 5px; gap: 10px; color: #333; background: rgba(112,112,112,.11); font-size: 13px; font-weight: 700; }
.fs-cart-drawer__coupon-chip button { display: inline-grid; width: 18px; height: 18px; border: 0; padding: 0; place-items: center; color: #333; background: transparent; cursor: pointer; font-size: 18px; line-height: 18px; }
.fs-cart-drawer__totals { margin: 18px 16px; }
.fs-cart-drawer__totals div { display: flex; padding: 7px 0; justify-content: space-between; }
.fs-cart-drawer__totals dd { margin: 0; }
.fs-cart-drawer__coupon-discount dd { color: #a64848; }
.fs-cart-drawer > .fs-button { display: flex; margin: 0 16px; }
.fs-cart-drawer__view { display: block; padding: 14px; text-align: center; text-decoration: underline; }
.fs-cart-empty { display: grid; min-height: calc(100vh - 61px); padding: 40px; align-content: center; justify-items: center; }
.fs-cart-empty__mark { width: 82px; height: 82px; }
.fs-cart-empty p { margin: 26px 0; }

.fs-page { padding: 62px 0 86px; }
.fs-page__header h1 { margin: 0 0 38px; text-align: center; font-family: "Fashion Arimo", Arial, sans-serif; font-size: 34px; font-weight: 400; }
.fs-page__content { max-width: 980px; margin-inline: auto; }
.fs-page__content h2,
.fs-page__content h3 { margin-top: 32px; }
.fs-page__content input:not([type="checkbox"]):not([type="radio"]),
.fs-page__content textarea,
.fs-page__content select { width: 100%; min-height: 46px; border: 1px solid #bbb; padding: 10px 12px; }
.fs-page__content button,
.fs-page__content .button { min-height: 46px; border: 1px solid var(--fs-ink); border-radius: 0; padding: 10px 22px; color: #fff; background: var(--fs-ink); }
.woocommerce-account .woocommerce { display: grid; max-width: 900px; margin-inline: auto; grid-template-columns: 230px 1fr; gap: 34px; }
.woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-MyAccount-navigation a { display: block; padding: 12px 0; border-bottom: 1px solid var(--fs-line); }
.woocommerce-cart .wc-block-cart,
.woocommerce-checkout .wc-block-checkout { max-width: 1120px; margin-inline: auto; }

.fs-footer { height: 358.375px; color: #fff; background: #000; }
.fs-footer__grid { display: flex; height: 248.375px; padding: 50px 0 30px; justify-content: space-between; }
.fs-footer section { flex: 0 0 auto; }
.fs-footer h2 { height: 24px; margin: 0 0 10px; font-size: 16px; line-height: 24px; font-weight: 500; }
.fs-footer section a { display: flex; height: 33.59375px; align-items: center; color: #ddd; }
.fs-footer__social { display: flex; width: 100%; height: 48px; align-items: center; justify-content: center; gap: 15px; }
.fs-footer__social a,
.fs-footer__social img { display: block; width: 24px; height: 24px; }
.fs-footer__bottom { width: min(1200px, calc(100% - 30px)); height: 62px; margin-inline: auto; padding: 15px; border-top: 1px solid #333; text-align: center; color: #aaa; line-height: 31px; }

body.fs-drawer-is-open { overflow: hidden; }

@media (max-width: 1180px) {
  .fs-desktop-nav { gap: 15px; }
  .fs-desktop-nav > a { font-size: 12px; }
  .fs-product-grid--home { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 920px) {
  .single-product .fs-product-detail { grid-template-columns: 1fr; }
  .single-product .fs-product-gallery,
  .single-product .fs-product-summary { max-width: 680px; margin-inline: auto; }
}

@media (max-width: 640px) {
  .single-product .fs-product-detail { width: 100%; padding: 0 0 36px; gap: 18px; }
  .single-product .fs-product-gallery { width: 100%; max-width: none; overflow: hidden; }
  .single-product .fs-product-gallery__main { width: 100%; }
  .single-product .fs-product-gallery__previous,
  .single-product .fs-product-gallery__next { display: none; }
  .single-product .fs-product-gallery__thumbs { margin-top: 0; padding: 10px 15px; gap: 8px; }
  .single-product .fs-product-gallery__thumbs button { flex-basis: 64px; width: 64px; height: 64px; }
  .single-product .fs-product-summary { width: calc(100% - 30px); max-width: none; }
  .single-product .fs-product-countdown { min-height: 64px; padding: 8px 10px; }
  .single-product .fs-product-countdown strong { max-width: 130px; font-size: 12px; white-space: normal; }
  .single-product .fs-product-countdown__timer { gap: 4px; }
  .single-product .fs-product-countdown__timer > span { min-width: 42px; width: 42px; height: 48px; }
  .single-product .fs-product-countdown__timer i { display: none; }
  .single-product .fs-product-summary h1 { margin-top: 16px; font-size: 21px; }
  .single-product .fs-product-price-row { gap: 8px; }
  .single-product .fs-product-price-row strong { font-size: 20px; }
  .single-product .fs-selling-signals { font-size: 13px; }
  .single-product .fs-multi-buy { grid-template-columns: 20px 1fr; }
  .single-product .fs-multi-buy a { font-size: 13px; }
  .single-product .fs-product-purchase form.cart,
  .single-product .fs-product-purchase .single_variation_wrap .woocommerce-variation-add-to-cart { grid-template-columns: 1fr; gap: 10px; }
  .single-product .fs-product-purchase form.cart > .quantity,
  .single-product .fs-product-purchase .single_variation_wrap .quantity { grid-column: 1; }
  .single-product .fs-product-purchase .single_add_to_cart_button,
  .single-product .fs-product-purchase .fs-buy-now-button { min-height: 48px; }
  .single-product .fs-trust-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .single-product .fs-trust-row span { min-width: 0; padding-inline: 2px; }
  .single-product .fs-secure-assets { padding: 28px 22px 22px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px 14px; }
  .single-product .fs-secure-assets img:nth-child(11),
  .single-product .fs-secure-assets img:nth-child(12) { grid-column: auto; }
  .single-product .fs-secure-note { font-size: 14px; }
  .single-product .fs-product-description { width: calc(100% - 30px); padding-bottom: 20px; }
  .single-product .fs-product-tabs__list { display: none; }
  .single-product .fs-product-tab-mobile { display: flex; width: 100%; min-height: 58px; border: 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 0; align-items: center; justify-content: space-between; color: #333; background: #fff; cursor: pointer; font-size: 18px; }
  .single-product .fs-product-tab-mobile img { width: 14px; height: 14px; transition: transform .2s ease; }
  .single-product .fs-product-tab-mobile.is-active img { transform: rotate(90deg); }
  .single-product .fs-product-tabs__panel { padding: 28px 0; font-size: 14px; line-height: 1.5; }
  .single-product .fs-product-review-grid { grid-template-columns: 1fr; gap: 15px; }
  .single-product .fs-product-reviews__all { margin-top: 30px; }
  .single-product .fs-product-share { width: calc(100% - 30px); min-height: 80px; gap: 20px; }
  .single-product .fs-faq-section { margin-bottom: 48px; }
  .single-product .fs-faq-section .fs-section-title { margin-bottom: 38px; }
  .single-product .fs-faq-section details { width: 100%; }
  .single-product .fs-real-experience { padding-top: 27px; }
  .single-product .fs-real-experience .fs-section-title { margin-bottom: 30px; }
  .single-product .fs-real-experience__grid { columns: 2; column-gap: 15px; }
  .single-product .fs-review-card--experience { margin-bottom: 15px; }
  .single-product .fs-review-card--experience .fs-review-card__body { min-height: 113px; }
  .single-product .fs-product-reviews__all a,
  .single-product .fs-real-experience__more a { width: 250px; min-width: 0; }
}

/* Full-site source parity: shared chrome, routes, collections and commerce pages. */
.fs-announcement { position: relative; }
.fs-announcement__close {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 16px;
  display: flex;
  width: 19px;
  height: 19px;
  border: 1px solid #555;
  border-radius: 50%;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: #aaa;
  background: #202020;
  cursor: pointer;
  transform: translateY(-50%);
}
.fs-announcement__close span {
  position: relative;
  display: block;
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  overflow: hidden;
  color: transparent;
}
.fs-announcement__close span::before,
.fs-announcement__close span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: #aaa;
  content: "";
}
.fs-announcement__close span::before { transform: translate(-50%, -50%) rotate(45deg); }
.fs-announcement__close span::after { transform: translate(-50%, -50%) rotate(-45deg); }
.fs-announcement--hidden,
.fs-announcement.is-dismissed { display: none; }

.fs-nav-link--expandable::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 7px;
  background: url("../fashionsuit/icons/gallery-next.svg") center / 8px 8px no-repeat;
  vertical-align: -1px;
  content: "";
  transform: rotate(90deg);
}
.fs-currency {
  display: inline-flex;
  border: 0;
  padding: 0;
  align-items: center;
  gap: 3px;
  background: transparent;
  white-space: nowrap;
  cursor: default;
}
.fs-currency i {
  width: 10px;
  height: 10px;
  margin-left: 4px;
  background: url("../fashionsuit/icons/gallery-next.svg") center / 8px 8px no-repeat;
  transform: rotate(90deg);
}
.fs-footer__social > span,
.fs-footer__social > span img { display: block; width: 24px; height: 24px; }

/* The six source content pages use the full 1200px editorial measure. */
.fs-page { padding: 47px 0 76px; }
.fs-page__header h1 {
  margin: 0 0 44px;
  font-size: 30px;
  line-height: 45px;
}
.fs-page__content {
  max-width: none;
  color: #545454;
  font-size: 14px;
  line-height: 1.5;
}
.fs-page__content > :first-child { margin-top: 0; }
.fs-page__content > :last-child { margin-bottom: 0; }
.fs-page__content h2 { margin: 27px 0 14px; font-size: 27px; line-height: 1.3; }
.fs-page__content h3 { margin: 23px 0 13px; font-size: 22px; line-height: 1.3; }
.fs-page[data-fs-static-page="about-us"] .fs-page__content img {
  display: inline-block;
  width: calc(50% - 15px);
  height: auto;
  margin-top: 0;
  object-fit: cover;
  vertical-align: top;
}
.fs-page[data-fs-static-page="about-us"] .fs-page__content img:first-of-type { margin-right: 30px; }
.page-id-49 .fs-page { min-height: 347px; }

/* Source-compatible Search. */
.fs-source-search {
  width: min(1200px, calc(100% - 40px));
  min-height: 458px;
  margin-inline: auto;
  padding: 47px 0 70px;
  text-align: center;
}
.fs-source-search h1 {
  margin: 0;
  font-family: "Fashion Arimo", Arial, sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
}
.fs-source-search__form {
  display: grid;
  width: 600px;
  height: 44px;
  margin: 61px auto 0;
  grid-template-columns: 446px 140px;
  gap: 14px;
}
.fs-source-search__form input,
.fs-source-search__form button {
  height: 44px;
  border: 1px solid #333;
  border-radius: 2px;
  padding: 0 13px;
}
.fs-source-search__form button { color: #fff; background: #1d1f21; cursor: pointer; }
.fs-source-search__count { margin: 29px 0 0; }
.fs-source-search__sort {
  display: flex;
  width: max-content;
  margin: 31px auto 40px;
  align-items: center;
  gap: 15px;
}
.fs-source-search__sort select { width: 148px; height: 40px; border: 1px solid #ccc; padding: 0 10px; background: #fff; }
.fs-source-search__results { text-align: left; }
.fs-source-search .fs-pagination { margin: 52px 0 0; }
.fs-source-back {
  display: flex;
  width: max-content;
  margin: 118px auto 0;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
.fs-source-back img,
.fs-pagination img { width: 16px; height: 16px; object-fit: contain; }
.fs-source-search__results + .fs-pagination + .fs-source-back,
.fs-source-search__results ~ .fs-source-back { margin-top: 58px; }

/* Account and tracking routes. */
.fs-source-account {
  min-height: 743px;
  padding: 60px 15px 70px;
}
.fs-source-account__panel { width: 360px; margin-inline: auto; }
.fs-source-account h1,
.fs-source-tracking h1 {
  margin: 0;
  text-align: center;
  font-family: "Fashion Arimo", Arial, sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
}
.fs-source-account__form { display: grid; margin-top: 121px; gap: 15px; }
.fs-source-account__form > label:not(.fs-source-account__subscribe) { position: relative; display: block; }
.fs-source-account__form > label:not(.fs-source-account__subscribe) > span:not(.screen-reader-text) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.fs-source-account__form input[type="text"],
.fs-source-account__form input[type="email"],
.fs-source-account__form input[type="password"],
.fs-source-account__verification input {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 1px;
  padding: 0 14px;
  background: #f7f7f7;
}
.fs-source-password { position: relative; }
.fs-source-password > input { padding-right: 52px !important; }
.fs-source-password > button {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  width: 52px;
  height: 52px;
  border: 0;
  padding: 0;
  place-items: center;
  background: transparent;
  cursor: pointer;
}
.fs-source-password > button img { width: 24px; height: 24px; }
.fs-source-account__submit {
  height: 48px;
  border: 0;
  border-radius: 2px;
  color: #fff;
  background: #1d1f21;
  cursor: pointer;
}
.fs-source-account__links {
  display: flex;
  margin-top: 48px;
  justify-content: space-between;
}
.fs-source-account__links a,
.fs-source-account__switch a { text-decoration: underline; }
.fs-source-account__switch { margin: 34px 0 0; text-align: center; }
.fs-source-account__subscribe { display: flex; min-height: 24px; align-items: center; gap: 9px; }
.fs-source-account__subscribe input { width: 18px; height: 18px; margin: 0; accent-color: #6ca757; }
.fs-source-account__verification { display: grid; grid-template-columns: 1fr 86px; }
.fs-source-account__verification button { border: 0; color: #666; background: #efefef; }
.fs-source-account .ws-account-auth__notice { margin: 18px 0; padding: 12px; text-align: center; background: #f7f7f7; }
.fs-source-account .ws-trusted-store { width: max-content; margin: 48px auto 0; }
.fs-source-account .ws-trusted-store__button {
  display: grid;
  min-width: 155px;
  min-height: 70px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0;
  background: #fff;
  grid-template-rows: 38px 30px;
  cursor: pointer;
}
.fs-source-account .ws-trusted-store__brand { display: flex; padding: 0 12px; align-items: center; justify-content: center; gap: 7px; color: #6da84f; }
.fs-source-account .ws-trusted-store__shield { width: 20px; height: 20px; }
.fs-source-account .ws-trusted-store__secure { display: grid; place-items: center; color: #999; background: #f3f3f3; font-size: 12px; }
.fs-source-account .ws-trusted-store__modal { display: none; }
.fs-source-account--dashboard { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }

.fs-source-tracking {
  min-height: 579px;
  padding: 45px 15px 70px;
}
.fs-source-tracking form {
  display: grid;
  width: 600px;
  height: 48px;
  margin: 45px auto 0;
  grid-template-columns: 437px 148px;
  gap: 15px;
}
.fs-source-tracking input,
.fs-source-tracking button { height: 48px; border: 1px solid #333; border-radius: 2px; padding: 0 13px; }
.fs-source-tracking button { color: #fff; background: #1d1f21; cursor: pointer; }
.fs-source-form-notice { width: 600px; margin: 20px auto 0; text-align: center; color: #a33; }
.fs-source-form-notice--success { color: #276a35; }

/* 404 route. */
.fs-not-found {
  display: grid;
  min-height: 504px;
  padding: 143px 15px 80px;
  align-content: start;
  justify-items: center;
  text-align: center;
}
.fs-not-found h1 { margin: 0; font-size: 30px; line-height: 45px; font-weight: 400; }
.fs-not-found p { margin: 43px 0 38px; }
.fs-not-found .fs-button { min-width: 174px; min-height: 48px; }

/* Collections. */
.fs-archive-toolbar {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) auto;
  column-gap: 34px;
}
.fs-archive-count { grid-column: 2; }
.fs-archive-sort { grid-column: 3; }
.fs-archive-sort form { display: flex; align-items: center; gap: 15px; }
.fs-archive-sort .orderby { width: 148px; }
.fs-desktop-filter-section--source { border-top: 1px solid var(--fs-line); }
.fs-desktop-filter-section__toggle { display: flex; width: 100%; min-height: 54px; border: 0; padding: 0; align-items: center; justify-content: space-between; color: #545454; background: transparent; font: inherit; cursor: pointer; }
.fs-desktop-filter-section__toggle img { width: 16px; height: 16px; }
.fs-desktop-filter-form__checks { display: grid; gap: 0; }
.fs-desktop-filter-form__checks label { display: flex; min-height: 38px; align-items: center; gap: 11px; color: #444; }
.fs-desktop-filter-form__checks input { width: 19px; height: 19px; margin: 0; accent-color: #111; }
.fs-filter-button__icon { width: 18px; height: 18px; margin-right: 8px; }
.fs-archive--no-filters { grid-template-columns: minmax(0, 1fr); }
.fs-archive--no-filters > .fs-filter-panel { display: none; }
.fs-archive--no-filters .fs-archive-toolbar,
.fs-archive--no-filters .fs-archive-results { grid-column: 1; }
.fs-archive-faq { grid-column: 1 / -1; min-height: 0; margin: 72px 0 0; }
.fs-archive.fs-archive--has-pagination { padding-bottom: 0; }
.fs-archive.fs-archive--has-pagination + .fs-archive-faq { margin-top: 60px; }
.fs-archive-faq .fs-section-title { height: auto; margin-bottom: 44px; }
.fs-archive-faq details { width: calc(100% - 120px); }
.fs-archive-back { grid-column: 1 / -1; margin-top: 54px; text-align: center; }
.fs-archive-back__link { display: inline-flex; align-items: center; gap: 9px; }
.fs-archive-back__link img { width: 18px; height: 18px; transform: rotate(180deg); }
@media (min-width: 921px) {
  .single-product .fs-product-summary { padding-top: 16px; }
  .single-product .fs-product-countdown { height: 72px; min-height: 72px; background: #dd1c1c; }
  .single-product .fs-product-summary h1 { margin: 16px 0 20px; font-size: 20px; line-height: 30px; }
  .single-product .fs-product-price-row { height: 32px; min-height: 32px; margin-bottom: 16px; padding-bottom: 0; border-bottom: 0; }
  .single-product .fs-selling-signals { padding-top: 23px; gap: 12px; }
  .single-product .fs-selling-signals li { min-height: 20px; height: 20px; padding: 0; line-height: 20px; }
  .single-product .fs-multi-buy { height: 95px; margin: 12px 0 0; padding: 0 0 15px; border-bottom: 0; }
  .single-product .fs-multi-buy > div { gap: 0; }
  .single-product .fs-multi-buy a { height: 20px; min-height: 20px; line-height: 20px; }
  .single-product .fs-product-quantity-label { margin: 30px 0; line-height: 21px; }
  .single-product .fs-product-purchase form.cart,
  .single-product .fs-product-purchase .single_variation_wrap .woocommerce-variation-add-to-cart { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 22px; }
  .single-product .fs-product-purchase form.cart > .quantity,
  .single-product .fs-product-purchase .single_variation_wrap .quantity,
  .single-product .fs-product-purchase .quantity { width: 170px; height: 44px; border: 1px solid #999; grid-template-columns: 44px 80px 44px; }
  .single-product .fs-product-purchase .quantity .qty { width: 80px; height: 42px; border: 0; }
  .single-product .fs-quantity-step { width: 44px; height: 42px; border: 0; }
  .single-product .fs-secure-note { position: relative; z-index: 2; height: 44px; margin: 12px 0 -40px; padding: 10px 0; font-size: 16px; line-height: 24px; }
  .single-product .fs-secure-assets { height: 232px; padding: 46px 37px 20px; justify-content: center; grid-template-columns: repeat(5, 82px); grid-auto-rows: 38px; gap: 20px 22px; }
  .single-product .fs-secure-assets img { width: 82px; height: 38px; }
  .single-product .fs-secure-assets img:nth-child(11) { grid-column: 2; transform: translateX(-26px); }
  .single-product .fs-secure-assets img:nth-child(12) { grid-column: 4; transform: translateX(26px); }
  .fs-archive-hero { padding: 41px 0 45px; }
  .fs-archive-hero h1 { font-size: 30px; line-height: 45px; }
  .fs-archive { row-gap: 0; }
  .fs-archive-toolbar {
    height: 60px;
    grid-column: 2;
    grid-row: 1;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 0;
  }
  .fs-archive-count { grid-column: 1; }
  .fs-archive-sort { grid-column: 2; }
  .fs-archive-count,
  .fs-archive-sort { transform: translateY(-9px); }
  .fs-archive-sort .orderby { height: 40px; }
  .fs-archive > .fs-filter-panel {
    width: 216px;
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  .fs-archive-results { grid-column: 2; grid-row: 2; }
  .fs-product-grid--archive { column-gap: 40px; row-gap: 43px; }
  .fs-archive--no-filters { grid-template-columns: minmax(0, 1fr); }
  .fs-archive--no-filters .fs-archive-toolbar,
  .fs-archive--no-filters .fs-archive-results { grid-column: 1; }
  .fs-product-card__quick { opacity: 0; transition: opacity .2s ease; }
  .fs-product-card:hover .fs-product-card__quick,
  .fs-product-card:focus-within .fs-product-card__quick { opacity: 1; }
  .fs-announcement--desktop-hidden { display: none; }
}

/* Promotion catalog. */
.fs-source-promotion { padding: 47px 0 75px; }
.fs-source-promotion > h1 {
  margin: 0 0 45px;
  text-align: center;
  font-family: "Fashion Arimo", Arial, sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
}
.fs-source-promotion__banner {
  display: grid;
  width: 100%;
  height: 54px;
  margin-bottom: 44px;
  place-items: center;
  color: #fff;
  background: linear-gradient(90deg, #fff9de 0 8.33%, #cf4870 8.33%, #dc6350 91.67%, #fff9de 91.67% 100%);
  font-size: 16px;
}
.fs-source-promotion__toolbar { display: flex; margin-bottom: 20px; align-items: center; justify-content: space-between; }
.fs-source-promotion__toolbar form { display: flex; align-items: center; gap: 15px; }
.fs-source-promotion__toolbar select { width: 148px; height: 40px; border: 1px solid #ccc; padding: 0 10px; background: #fff; }
.fs-source-promotion__grid { gap: 30px 40px; }
.fs-source-promotion > .fs-pagination { margin-top: 55px; }
.fs-source-promotion .fs-source-back { margin-top: 55px; }

/* Source cart page. */
.fs-cart-page { padding: 47px 0 74px; }
.fs-cart-page__header h1 { margin: 0 0 44px; text-align: center; font-size: 30px; line-height: 45px; font-weight: 400; }
.fs-cart-page__promotion {
  position: relative;
  min-height: 132px;
  padding: 18px 22px 14px;
  overflow: visible;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}
.fs-cart-page__promotion-message,
.fs-cart-page__promotion-track,
.fs-cart-page__promotion-tiers { position: relative; z-index: 2; }
.fs-cart-page__confetti {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  pointer-events: none;
}
.fs-cart-page__promotion-message { display: flex; margin: 0 0 24px; align-items: center; justify-content: center; text-align: center; font-size: 16px; gap: 8px; }
.fs-cart-page__promotion-message img { width: 20px; height: 20px; flex: 0 0 20px; }
.fs-cart-page__promotion-track { height: 7px; border-radius: 99px; background: #f7e7ea; }
.fs-cart-page__promotion-track span { display: block; height: 100%; border-radius: inherit; background: #d96068; }
.fs-cart-page__promotion-tiers { display: grid; margin: 7px -1.5% 0; padding: 0; grid-template-columns: repeat(5, 1fr); list-style: none; }
.fs-cart-page__promotion-tiers li { display: grid; justify-items: center; color: #555; font-size: 11px; }
.fs-cart-page__promotion-tiers li span { line-height: 16px; }
.fs-cart-page__promotion-tiers li strong { font-weight: 400; }
.fs-cart-page__promotion-tier-zero { justify-self: start; }
.fs-cart-page__promotion-tiers li:last-child { justify-self: end; }
.fs-cart-page__offer { display: flex; height: 48px; margin: 16px 0 30px; align-items: center; justify-content: center; color: #c98a3c; background: #fff8d9; gap: 7px; }
.fs-cart-page__offer::before { color: #d28c27; content: "\e633"; font-family: "Fashion Shopyy Icons"; font-size: 16px; }
.fs-cart-page__continue { display: inline-flex; margin: 0 0 28px; align-items: center; }
.fs-cart-page__continue img,
.fs-cart-page__back img { width: 16px; height: 16px; object-fit: contain; }
.fs-cart-page__table-actions { display: none; }
.fs-cart-page__table { width: 100%; border-collapse: collapse; }
.fs-cart-page__table th { padding: 13px 10px; border-bottom: 1px solid #ddd; text-align: left; font-weight: 400; }
.fs-cart-page__table td { padding: 22px 10px; border-bottom: 1px dashed #ddd; vertical-align: middle; }
.fs-cart-page-item__image { width: 130px; }
.fs-cart-page-item__image img { width: 100px; height: 100px; object-fit: contain; background: #f0f0f0; }
.fs-cart-page-item__details { min-width: 240px; }
.fs-cart-page-item__name { font-size: 16px; }
.fs-cart-page-item__details .variation { margin: 7px 0 0; font-size: 12px; }
.fs-cart-page-item__details .variation dt,
.fs-cart-page-item__details .variation dd { display: inline; margin: 0; }
.fs-cart-page-quantity { display: grid; width: 140px; height: 44px; border: 1px solid #ddd; grid-template-columns: 44px 1fr 44px; }
.fs-cart-page-quantity button,
.fs-cart-page-quantity .quantity,
.fs-cart-page-quantity input { width: 100%; min-width: 0; height: 42px; border: 0; padding: 0; text-align: center; background: #fff; }
.fs-cart-page-item__remove a { display: grid; width: 34px; height: 34px; place-items: center; font-size: 27px; }
.fs-cart-page__form-actions { display: flex; margin: 28px 0 0; align-items: end; justify-content: space-between; gap: 20px; }
.fs-cart-page__coupon { flex: 0 0 470px; }
.fs-cart-page__coupon > label { display: block; margin-bottom: 8px; }
.fs-cart-page__coupon > div { display: grid; grid-template-columns: minmax(0, 1fr) 90px; gap: 10px; }
.fs-cart-page__coupon input,
.fs-cart-page__coupon button,
.fs-cart-page__update { box-sizing: border-box; height: 46px; min-height: 46px; border: 1px solid #bbb; border-radius: 5px; padding: 0 12px; background: #fff; }
.fs-cart-page__coupon input { color: #333; font-family: inherit; font-size: 14px; font-weight: 500; line-height: 20px; outline: none; }
.fs-cart-page__coupon input:focus { border-color: #d9d9d9; box-shadow: none; }
.fs-cart-page__coupon button { display: inline-flex; border: 0; padding: 0; align-items: center; justify-content: center; color: #fff; background: #c8c8c8; font-size: 14px; font-weight: 700; line-height: 1; transition: background-color .2s ease, border-color .2s ease; }
.fs-cart-page__coupon button.is-ready { border-color: #333; background: #333; }
.fs-cart-page__coupon > div:has(input:not(:placeholder-shown)) button { background: #333; }
.fs-cart-page__coupon button[aria-busy="true"] { opacity: .7; cursor: wait; }
.fs-cart-page__coupon-feedback { min-height: 20px; margin-top: 7px; font-size: 13px; line-height: 20px; }
.fs-cart-page__coupon-error { display: block; color: #d21936; }
.fs-cart-page__coupon-error[hidden] { display: none; }
.fs-cart-page__coupon-success { display: block; color: #287c2e; }
.fs-cart-page__coupon-success[hidden] { display: none; }
.fs-cart-page__applied-coupons { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 0; padding: 0; list-style: none; }
.fs-cart-page__applied-coupons li { display: inline-flex; min-height: 34px; padding: 0 10px; align-items: center; gap: 10px; border-radius: 5px; background: rgba(112,112,112,.11); }
.fs-cart-page__applied-coupons a { display: inline-grid; width: 18px; height: 18px; place-items: center; color: #333; font-size: 18px; line-height: 18px; text-decoration: none; }
.fs-cart-page__update { cursor: pointer; }
.fs-cart-page__update { display: none; }
.fs-cart-page__summary-layout { display: flex; margin-top: 36px; justify-content: flex-end; }
.fs-cart-page__summary { width: 420px; }
.fs-cart-page__summary h2 { margin: 0 0 15px; font-size: 18px; font-weight: 500; }
.fs-cart-page__summary dl { margin: 0 0 18px; }
.fs-cart-page__summary-row { display: flex; min-height: 40px; padding: 8px 0; justify-content: space-between; border-bottom: 1px solid #eee; }
.fs-cart-page__summary-row dd { margin: 0; }
.fs-cart-page__summary-row--coupon dd,
.fs-cart-page__summary-row--promotion dd { color: #a64848; }
.fs-cart-page__summary-row--total { font-size: 17px; font-weight: 600; }
.fs-cart-page__checkout { display: flex; width: 100%; height: 48px; }
.fs-cart-page__trusted-store { display: grid; width: max-content; margin: 22px auto 0; grid-template-columns: 28px auto; align-items: center; column-gap: 7px; }
.fs-cart-page__trusted-store img { width: 28px; height: 28px; grid-row: 1 / 3; }
.fs-cart-page__trusted-store span { color: #6da84f; }
.fs-cart-page__trusted-store strong { color: #999; font-size: 11px; }
.fs-cart-page__footer-actions { display: grid; margin-top: 44px; justify-items: center; }
.fs-cart-page__footer-actions .fs-cart-page__continue { margin-bottom: 40px; }
.fs-cart-page__back { display: inline-flex; align-items: center; gap: 7px; }
.fs-cart-page-empty { display: grid; min-height: 340px; align-content: center; justify-items: center; text-align: center; }
.fs-cart-page-empty__icon { width: 82px; height: 82px; }
.fs-cart-page-empty h2 { margin: 24px 0 4px; font-weight: 400; }

@media (max-width: 767px) {
  .fs-cart-drawer__coupon input,
  .fs-cart-page__coupon input { font-size: 16px; }
}

@media (min-width: 921px) {
  .fs-page[data-fs-static-page="about-us"] .fs-page__header h1 { margin-bottom: 57px; }
  .fs-page[data-fs-static-page="about-us"] .fs-page__content p { margin: 0 0 21px; }
  .fs-page[data-fs-static-page="about-us"] .fs-page__content p:has(img) { font-size: 0; }
  .fs-page[data-fs-static-page="about-us"] .fs-page__content img:first-of-type {
    width: 453px;
    margin-right: 0;
  }
  .fs-page[data-fs-static-page="about-us"] .fs-page__content img:nth-of-type(2) { width: 451px; }
  .fs-cart-page { padding-top: 45px; }
  .fs-cart-page__promotion {
    min-height: 166px;
    margin-top: 45px;
  }
  .fs-cart-page__offer {
    height: 46px;
    margin-top: 16px;
    margin-bottom: 42px;
  }
  .fs-cart-page__continue--top { margin-bottom: 12px; }
  .fs-cart-page__form { position: relative; }
  .fs-cart-page__table-actions {
    position: absolute;
    top: -46px;
    right: 0;
    display: flex;
    width: 50px;
    height: 46px;
    align-items: center;
    justify-content: flex-end;
  }
  .fs-cart-page__table-actions button {
    display: grid;
    width: 50px;
    height: 46px;
    border: 0;
    padding: 0;
    place-items: center;
    color: #1d1f21;
    background: transparent;
    cursor: pointer;
  }
  .fs-cart-page__table-actions .dashicons { width: 24px; height: 24px; font-size: 24px; line-height: 24px; }
  .fs-cart-page__table {
    table-layout: fixed;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }
  .fs-cart-page__table th,
  .fs-cart-page__table td {
    box-sizing: border-box;
    border-right: 0 !important;
    border-left: 0 !important;
    background: transparent !important;
  }
  .fs-cart-page__table thead tr,
  .fs-cart-page__table tbody tr {
    display: grid;
    width: 100%;
    grid-template-columns: 115px 525px 262.5px 247.5px 50px;
  }
  .fs-cart-page__table thead tr { height: 50px; }
  .fs-cart-page__table tbody tr { height: 161px; }
  .fs-cart-page__table th { display: flex; height: 50px; padding: 0; align-items: center; }
  .fs-cart-page__table td {
    display: flex;
    min-width: 0;
    height: 161px;
    padding: 30px 0 !important;
    align-items: flex-start;
  }
  .fs-cart-page__table thead th,
  .fs-cart-page__table tbody td:not(.product-price) { width: 100% !important; }
  .fs-cart-page__table th.product-thumbnail,
  .fs-cart-page__table td.product-thumbnail { width: auto; padding: 30px 15px 30px 0 !important; }
  .fs-cart-page__table thead th.product-name { font-size: 0; }
  .fs-cart-page__table th.product-name,
  .fs-cart-page__table td.product-name { width: auto; }
  .fs-cart-page__table td.product-name { padding: 30px 0 30px 21px !important; }
  .fs-cart-page__table th.product-price,
  .fs-cart-page__table td.product-price { display: none; }
  .fs-cart-page__table th.product-quantity,
  .fs-cart-page__table td.product-quantity { width: auto; text-align: center; }
  .fs-cart-page__table th.product-subtotal,
  .fs-cart-page__table td.product-subtotal { width: auto; text-align: center; }
  .fs-cart-page__table th.product-remove,
  .fs-cart-page__table td.product-remove { width: auto; }
  .fs-cart-page__table td { border-bottom: 1px dashed #ddd !important; }
  .fs-cart-page__table th.product-quantity,
  .fs-cart-page__table th.product-subtotal { text-align: center; }
  .fs-cart-page-item__image img { width: 100px !important; height: 100px !important; }
  .fs-cart-page-item__name { font-size: 14px; line-height: 24px; }
  .fs-cart-page-item__quantity,
  .fs-cart-page-item__subtotal,
  .fs-cart-page-item__remove { justify-content: center; }
  .fs-cart-page-quantity { width: 140px; height: 42px; margin-inline: auto; transform: translateX(-7.5px); }
  .fs-cart-page-quantity button,
  .fs-cart-page-quantity .quantity,
  .fs-cart-page-quantity input { height: 40px; }
  .fs-cart-page-item__subtotal { line-height: 24px; }
  .fs-cart-page-item__remove a {
    display: grid !important;
    width: 20px !important;
    height: 100px !important;
    place-items: center;
  }
  .fs-cart-page-item__remove a::before { display: none !important; content: none !important; }
  .fs-cart-page-item__remove a > span[aria-hidden="true"] {
    display: block;
    color: #aaa;
    font-size: 27px;
    line-height: 1;
  }
  .fs-cart-page__form-actions { justify-content: flex-end; }
  .fs-cart-page__form-actions { margin-top: 33px; }
  .fs-cart-page__coupon { flex-basis: 444px; }
  .fs-cart-page__coupon > div {
    margin-top: 30px;
    grid-template-columns: 344px 90px;
  }
  .fs-cart-page__coupon input,
  .fs-cart-page__coupon button { height: 46px; }
  .fs-cart-page__summary-layout { margin-top: 20px; }
  .fs-cart-page__summary { width: 444px; }
  .fs-cart-page__summary h2 { display: none; }
  .fs-cart-page-item__remove .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    white-space: nowrap !important;
  }
}

/* Final source parity: single-product typography and trust modules. */
.single-product .fs-single-product {
  color: #545454;
  font-family: "Archivo", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.single-product .fs-product-summary h1 {
  color: #1d1f21;
  font-family: "Fashion Arimo", Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.single-product .fs-product-price-row {
  gap: 10px;
}

.single-product .fs-product-price-row strong,
.single-product .fs-product-price-row del {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.single-product .fs-product-price-row strong {
  color: #d21936;
}

.single-product .fs-product-price-row del {
  color: #999;
}

.single-product .fs-product-price-row > span {
  border-radius: 4px;
  padding: 1px 8px;
  color: #fff;
  background: #ae2238;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}

.single-product .fs-selling-signals {
  border-top: 1px solid #eee;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.single-product .fs-multi-buy {
  border-bottom: 1px solid #eee;
  color: #000;
}

.single-product .fs-multi-buy > .detailmarkettool-iconfont {
  align-self: center;
}

.single-product .fs-multi-buy a {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.single-product .fs-multi-buy__accent {
  color: #3690e8;
  font-weight: 700;
}

.single-product .fs-product-quantity-label {
  color: #545454;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.single-product .fs-product-purchase .single_add_to_cart_button,
.single-product .fs-product-purchase .fs-buy-now-button {
  min-height: 48px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
}

.single-product .fs-discount-meter {
  border-color: #ddd;
  border-radius: 5px;
  color: #545454;
}

.single-product .fs-discount-meter p {
  gap: 10px;
  border-radius: 4px 4px 0 0;
  padding: 0 16px;
  color: #666;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.single-product .fs-discount-meter p > span {
  min-width: 0;
}

.single-product .fs-discount-meter p strong {
  margin: 0 5px;
  color: #000;
  font-weight: 700;
}

.single-product .fs-discount-meter__icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  opacity: .65;
  animation: fs-discount-tada 1s linear infinite;
}

.single-product .fs-discount-meter__track,
.single-product .fs-discount-meter__track i {
  border-radius: 8px;
}

.single-product .fs-discount-meter__track {
  overflow: hidden;
}

.single-product .fs-discount-meter__track i {
  transition: width .6s ease;
}

.single-product .fs-discount-meter__tiers span,
.single-product .fs-discount-meter__progress > em {
  color: #545454;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.single-product .fs-trust-row__header {
  border-radius: 5px 5px 0 0;
}

.single-product .fs-trust-row__header span {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.single-product .fs-trust-row__body {
  border-radius: 0 0 5px 5px;
  background: #f6f6f6;
}

.single-product .fs-trust-row__body span {
  color: #999;
  text-align: center;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.single-product .fs-trust-row__body span + span {
  border-left: 1px solid #ddd;
}

.single-product .fs-trust-row__body b {
  color: #262626;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.single-product .fs-secure-note {
  position: relative;
  z-index: 2;
  width: max-content;
  max-width: calc(100% - 30px);
  margin-inline: auto;
  padding-inline: 10px;
  color: #1d1f21;
  background: #fff;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.single-product .fs-secure-assets {
  box-sizing: border-box;
  border-color: #ddd;
  border-radius: 5px;
}

.single-product .fs-product-tabs__list {
  gap: 30px;
}

.single-product .fs-product-tabs__list button {
  min-height: 48px;
  padding: 12px 0;
  color: #888;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.single-product .fs-product-tabs__list button.is-active {
  color: #545454;
}

.single-product .fs-product-tabs__list button.is-active::after {
  height: 4px;
  background: #545454;
}

.single-product .fs-product-tabs__panel {
  padding: 20px 0;
  color: #545454;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.single-product .fs-product-tabs__panel h2 {
  margin: 0;
  color: #545454;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 21px;
  line-height: 31.5px;
  font-weight: 700;
}

.single-product .fs-product-tabs__panel p {
  margin: 14px 0;
}

.single-product .fs-product-gallery__sticky,
.single-product .fs-product-summary__sticky {
  width: 100%;
}

.single-product .fs-faq-section .fs-section-title,
.single-product .fs-real-experience .fs-section-title {
  color: #1d1f21;
  font-family: "Fashion Arimo", Arial, sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 0;
}

.single-product .fs-faq-section .fs-section-title {
  margin-bottom: 45px;
}

.single-product .fs-faq-section details {
  width: calc(100% - 120px);
}

.single-product .fs-faq-section summary {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.single-product .fs-faq-section details p {
  color: #545454;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  opacity: .6;
}

.single-product .fs-review-card--experience,
.single-product .fs-review-card--experience blockquote,
.single-product .fs-review-card--experience strong,
.single-product .fs-review-card--experience .fs-review-card__product {
  font-family: "Archivo", Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

@keyframes fs-discount-tada {
  0%, 100% { transform: scale(1) rotate(0); }
  10%, 20% { transform: scale(.9) rotate(-5deg); }
  30%, 50%, 70%, 90% { transform: scale(1.08) rotate(4deg); }
  40%, 60%, 80% { transform: scale(1.08) rotate(-4deg); }
}

@media (min-width: 768px) {
  .single-product .fs-product-gallery,
  .single-product .fs-product-summary {
    height: 1203px;
    align-self: start;
  }

  .single-product .fs-product-summary {
    padding-top: 16px;
  }

  .single-product .fs-product-gallery__sticky,
  .single-product .fs-product-summary__sticky {
    position: sticky;
    top: 15px;
  }

  .single-product .fs-product-gallery__sticky {
    height: 681px;
  }
}

@media (min-width: 921px) {
  .single-product .fs-selling-signals {
    padding-top: 22px;
  }

  .single-product .fs-multi-buy {
    border-bottom: 1px solid #eee;
  }

  .single-product .fs-secure-note {
    height: 44px;
    margin: 12px auto -40px;
    padding: 10px 10px;
  }

  .single-product .fs-secure-assets {
    width: 552px;
    height: 216px;
    margin: 16px auto 0;
    padding: 30px 26px 20px;
    grid-template-columns: repeat(5, 82px);
    grid-auto-rows: 38px;
    gap: 20px 22px;
  }
}

@media (min-width: 768px) and (max-width: 920px) {
  .single-product .fs-product-detail {
    width: min(calc(100% - 30px), 1200px);
    padding: 60px 0 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
  }

  .single-product .fs-product-gallery,
  .single-product .fs-product-summary {
    max-width: none;
    margin-inline: 0;
  }

  .single-product .fs-secure-assets {
    width: min(100%, 552px);
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .single-product .fs-product-detail {
    width: 100%;
    padding: 0 0 16px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .single-product .fs-product-gallery {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    overflow: hidden;
  }

  .single-product .fs-product-gallery__sticky,
  .single-product .fs-product-summary__sticky {
    position: static;
    height: auto;
  }

  .single-product .fs-product-summary {
    height: auto;
    padding-top: 0;
    width: calc(100% - 30px);
    max-width: none;
    margin-inline: auto;
  }

  .single-product .fs-product-summary h1 {
    margin-top: 16px;
    font-size: 20px;
    line-height: 30px;
  }

  .single-product .fs-selling-signals {
    padding-top: 22px;
    font-size: 14px;
  }

  .single-product .fs-multi-buy {
    border-bottom: 1px solid #eee;
  }

  .single-product .fs-multi-buy a {
    font-size: 14px;
  }

  .single-product .fs-product-purchase form.cart,
  .single-product .fs-product-purchase .single_variation_wrap .woocommerce-variation-add-to-cart {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .single-product .fs-product-purchase form.cart > .quantity,
  .single-product .fs-product-purchase .single_variation_wrap .quantity {
    grid-column: 1;
  }

  .single-product .fs-discount-meter {
    height: 148px;
  }

  .single-product .fs-discount-meter p {
    padding-inline: 12px;
    gap: 8px;
  }

  .single-product .fs-discount-meter__progress {
    height: 96px;
  }

  .single-product .fs-trust-row {
    height: 108px;
  }

  .single-product .fs-trust-row__body {
    height: 58px;
  }

  .single-product .fs-trust-row__body span {
    padding: 10px;
    white-space: normal;
  }

  .single-product .fs-secure-note {
    height: 44px;
    margin: 12px auto -40px;
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .single-product .fs-secure-assets {
    width: 100%;
    height: 201px;
    margin: 16px 0 0;
    padding: 30px 22px 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px 14px;
  }

  .single-product .fs-secure-assets img:nth-child(11),
  .single-product .fs-secure-assets img:nth-child(12) {
    grid-column: auto;
    transform: none;
  }

  .single-product .fs-product-description {
    width: calc(100% - 30px);
    padding-bottom: 20px;
  }

  .single-product .fs-product-tabs__list {
    display: none;
  }

  .single-product .fs-product-tab-mobile {
    display: flex;
    width: 100%;
    min-height: 67px;
    border: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
    color: #545454;
    background: #fff;
    cursor: pointer;
    font-family: "Archivo", Arial, sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
  }

  .single-product .fs-product-tab-mobile img {
    width: 14px;
    height: 14px;
    transition: transform .2s ease;
  }

  .single-product .fs-product-tab-mobile.is-active img {
    transform: rotate(90deg);
  }

  .single-product .fs-product-tabs__panel {
    padding: 20px 0;
  }

  .single-product .fs-faq-section .fs-section-title,
  .single-product .fs-real-experience .fs-section-title {
    font-size: 22.5px;
    line-height: 33.75px;
  }

  .single-product .fs-faq-section .fs-section-title,
  .single-product .fs-real-experience .fs-section-title {
    margin-bottom: 30px;
  }

  .single-product .fs-faq-section details {
    width: calc(100% - 40px);
  }

  .single-product .fs-faq-section summary {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .single-product .fs-discount-meter__icon {
    animation: none;
  }

  .single-product .fs-discount-meter__track i {
    transition-duration: 1ms;
  }
}

@media (max-width: 920px) {
  .fs-announcement--desktop-hidden { display: block; }
  .fs-announcement--mobile-hidden { display: none; }
  .fs-archive-toolbar { display: flex; }
  .fs-archive-count { grid-column: auto; }
  .fs-source-promotion__grid { gap: 20px 14px; }
}

@media (max-width: 640px) {
  .fs-announcement__close { right: 6px; }
  .fs-page { padding: 46px 0 48px; }
  .fs-page__header h1 { margin-bottom: 42px; font-size: 24px; line-height: 36px; }
  .fs-page__content { color: #3f3f3f; font-size: 14px; line-height: 21px; }
  .fs-page__content h2 { font-size: 23px; }
  .fs-page__content h3 { font-size: 20px; }
  .fs-page[data-fs-static-page="about-us"] .fs-page__content img { display: block; width: 100%; margin: 0 0 15px; }
  .fs-page[data-fs-static-page="about-us"] .fs-page__content img:first-of-type { margin-right: 0; }

  .fs-breadcrumb { display: none; }
  .fs-archive-hero { padding-top: 47px; }
  .fs-archive { padding-bottom: 48px; }
  .fs-filter-button { min-width: 92px; height: 40px; padding: 0 14px; }
  .fs-archive-faq { margin-top: 48px; }
  .fs-archive.fs-archive--has-pagination { padding-bottom: 0; }
  .fs-archive.fs-archive--has-pagination + .fs-archive-faq { margin-top: 40px; }
  .fs-archive-faq .fs-section-title { margin-bottom: 30px; }
  .fs-archive-faq details { width: 100%; }
  .fs-archive-back { margin-top: 40px; }

  .fs-source-search {
    width: calc(100% - 30px);
    min-height: 617px;
    padding: 46px 0 52px;
  }
  .fs-source-search h1 { font-size: 24px; line-height: 36px; }
  .fs-source-search__form {
    width: 100%;
    height: auto;
    margin-top: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: 44px 44px;
    gap: 15px;
  }
  .fs-source-search__count { margin-top: 28px; }
  .fs-source-search__sort { margin: 25px auto 30px; }
  .fs-source-search__results { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 14px; }
  .fs-source-search .fs-source-back { margin-top: 89px; }
  .fs-source-search__results ~ .fs-source-back { margin-top: 46px; }

  .fs-source-account { min-height: 622px; padding: 17px 15px 60px; }
  .fs-source-account__panel { width: 100%; }
  .fs-source-account h1 { font-size: 24px; line-height: 36px; }
  .fs-source-account__form { margin: 82px 14px 0; gap: 15px; }
  .fs-source-account--register .fs-source-account__form,
  .fs-source-account--resetpassword .fs-source-account__form { margin-top: 42px; }
  .fs-source-account__links { margin: 48px 14px 0; }
  .fs-source-account__switch { margin-top: 34px; }
  .fs-source-account .ws-trusted-store { margin-top: 48px; }

  .fs-source-tracking { min-height: 627px; padding: 47px 15px 60px; }
  .fs-source-tracking h1 { font-size: 24px; line-height: 36px; }
  .fs-source-tracking form { width: 100%; height: auto; margin-top: 34px; grid-template-columns: 1fr; grid-template-rows: 48px 48px; gap: 15px; }
  .fs-source-form-notice { width: 100%; }

  .fs-not-found { min-height: 446px; padding-top: 48px; }
  .fs-not-found h1 { font-size: 24px; line-height: 36px; }
  .fs-not-found p { margin: 42px 0 39px; }

  .fs-source-promotion { padding: 47px 0 52px; }
  .fs-source-promotion > h1 { margin-bottom: 32px; font-size: 28px; line-height: 42px; }
  .fs-source-promotion__banner {
    height: 54px;
    margin-bottom: 57px;
    padding: 0 15px;
    background: linear-gradient(90deg, #cf4870, #dc6350);
    text-align: center;
    font-size: 16px;
  }
  .fs-source-promotion__toolbar { margin-bottom: 20px; }
  .fs-source-promotion__toolbar form { gap: 10px; }
  .fs-source-promotion__toolbar select { width: 148px; }
  .fs-source-promotion__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fs-source-promotion .fs-source-back { margin-top: 45px; }

  .fs-cart-page { width: calc(100% - 30px); padding: 47px 0 52px; }
  .fs-cart-page__header h1 { margin-bottom: 31px; font-size: 24px; line-height: 36px; }
  .fs-cart-page__promotion { min-height: 149px; padding: 18px 10px 14px; }
  .fs-cart-page__promotion-message { min-height: 42px; margin-bottom: 22px; font-size: 14px; }
  .fs-cart-page__offer { margin: 16px 0 37px; }
  .fs-cart-page__continue { margin-bottom: 39px; }
  .fs-cart-page__table,
  .fs-cart-page__table tbody,
  .fs-cart-page__table tr,
  .fs-cart-page__table td { display: block; width: 100%; }
  .fs-cart-page__table thead { display: none; }
  .fs-cart-page__table tr { position: relative; min-height: 162px; padding: 0 34px 20px 119px; border-bottom: 1px dashed #ddd; }
  .fs-cart-page__table td { border: 0; padding: 0; }
  .fs-cart-page-item__image { position: absolute; top: 0; left: 0; width: 100px !important; }
  .fs-cart-page-item__image img { width: 100px; height: 100px; }
  .fs-cart-page-item__details { min-width: 0; padding-top: 0 !important; }
  .fs-cart-page-item__name { font-size: 14px; }
  .fs-cart-page-item__price { margin-top: 8px; }
  .fs-cart-page-item__quantity { margin-top: 11px; }
  .fs-cart-page-quantity { width: 140px; }
  .fs-cart-page-item__subtotal { display: none !important; }
  .fs-cart-page-item__remove { position: absolute; top: 66px; right: 0; width: 34px !important; }
  .fs-cart-page__form-actions { display: grid; margin-top: 26px; grid-template-columns: 1fr; }
  .fs-cart-page__coupon { width: 100%; min-width: 0; }
  .fs-cart-page__update { width: 100%; }
  .fs-cart-page__summary-layout { margin-top: 30px; }
  .fs-cart-page__summary { width: 100%; }
  .fs-cart-page__footer-actions { margin-top: 40px; }
}

@media (max-width: 920px) {
  .fs-header { height: 64px; }
  .fs-header__inner { width: calc(100% - 28px); height: 64px; grid-template-columns: 40px 1fr auto; }
  .fs-logo { width: 90px; margin-inline: auto; }
  .fs-logo img { width: 90px; height: 42px; }
  .fs-logo__text { min-height: 42px; justify-content: center; font-size: 16px; }
  .fs-mobile-menu-button { display: inline-flex; }
  .fs-mobile-menu-button img { width: 27px; height: 27px; }
  .fs-desktop-nav,
  .fs-currency,
  .fs-header-actions .fs-icon-button,
  .fs-header-action--account { display: none; }
  .fs-header-actions { gap: 0; }
  .fs-header-action--cart img { width: 27px; height: 27px; }
  .fs-search-panel { inset: 64px 0 auto; }
  .fs-archive { grid-template-columns: 1fr; }
  .fs-filter-button { display: inline-flex; align-items: center; }
  .fs-archive--no-filters .fs-filter-button { display: inline-flex; }
  .fs-filter-panel,
  .fs-archive--no-filters > .fs-filter-panel { position: fixed; z-index: 160; inset: auto 0 0 0; display: block; max-height: calc(100vh - 96px); padding: 0 15px; overflow-y: auto; transform: translateY(105%); background: #fff; transition: transform .25s ease; }
  .fs-filter-panel[aria-hidden="false"] { transform: translateY(0); box-shadow: 0 -18px 50px rgba(0,0,0,.2); }
  .fs-filter-panel__header { position: relative; display: flex; height: 56px; align-items: center; justify-content: center; border-bottom: 1px solid var(--fs-line); }
  .fs-filter-panel__header h2 { margin: 0; font-size: 18px; font-weight: 400; }
  .fs-filter-panel__header button { position: absolute; right: 0; }
  .fs-filter-panel__header button:focus { outline: 0; }
  .fs-filter-panel__header button:focus-visible { outline: 2px solid #1d1f21; outline-offset: 2px; }
  .fs-filter-panel__header button img { width: 22px; height: 22px; }
  .fs-filter-panel .fs-desktop-filter-section { display: none; }
  .fs-mobile-filter-form { display: block; }
  .fs-mobile-filter-form__sort-toggle,
  .fs-mobile-filter-form__label { display: flex; width: 100%; border: 0; border-bottom: 1px solid var(--fs-line); padding: 0; align-items: center; justify-content: space-between; background: #fff; cursor: pointer; }
  .fs-mobile-filter-form__sort-toggle { height: 54px; }
  .fs-mobile-filter-form__label { height: 44px; }
  .fs-mobile-filter-form__sort-options { padding: 8px 0 12px; border-bottom: 1px solid var(--fs-line); }
  .fs-mobile-filter-form__sort-options label { display: flex; min-height: 38px; align-items: center; gap: 10px; }
  .fs-mobile-filter-form__checks { display: grid; padding: 4px 0 16px; gap: 0; }
  .fs-mobile-filter-form__checks label { display: flex; min-height: 38px; align-items: center; gap: 10px; }
  .fs-mobile-filter-form input[type="checkbox"],
  .fs-mobile-filter-form input[type="radio"] { width: 19px; height: 19px; margin: 0; accent-color: #111; }
  .fs-mobile-filter-form__actions { position: sticky; bottom: 0; display: grid; padding: 10px 0 14px; background: #fff; grid-template-columns: 1fr 1fr; gap: 10px; }
  .fs-mobile-filter-form__actions .fs-filter-clear.is-hidden + .fs-button { grid-column: 1 / -1; }
  .fs-mobile-filter-form__actions .fs-button { min-height: 52px; }
  .fs-mobile-filter-form__actions .fs-button--dark { color: #fff !important; }
  .fs-archive-results { grid-column: 1; }
  .fs-product-detail { grid-template-columns: 1fr; }
  .fs-product-summary { max-width: 680px; }
}

@media (max-width: 640px) {
  .fs-container,
  .fs-container--wide,
  .fs-container--narrow { width: calc(100% - 30px); }
  .fs-section { padding: 48px 0; }
  .fs-section-title { margin-bottom: 26px; font-size: 22.5px; line-height: 33.75px; }
  .fs-announcement,
  .fs-announcement__track { height: 48px; }
  .fs-hero { margin-bottom: 39px; }
  .fs-hero img { width: 100%; }
  .fs-coupon-section { height: 193.75px; margin-bottom: 39px; padding: 0; }
  .fs-coupon-section h2 { height: 33.75px; margin-bottom: 30px; font-size: 22.5px; line-height: 33.75px; }
  .fs-collections-section { margin-bottom: 39px; padding: 0; }
  .fs-collections-section .fs-section-title { height: 33.75px; margin-bottom: 30px; }
  .fs-coupon-card { height: 130px; min-height: 130px; }
  .fs-coupon-card__left { height: 48px; padding: 0 10px 0 20px; text-align: center; font-size: 16px; line-height: 24px; }
  .fs-coupon-card__left span { font-size: 16px; line-height: 24px; }
  .fs-coupon-card__right { height: 86px; padding: 0 20px 0 10px; }
  .fs-coupon-title { margin-bottom: 10px; font-size: 12px; line-height: 18px; }
  .fs-coupon-time { margin-bottom: 10px; font-size: 12px; line-height: 18px; }
  .fs-coupon-code { height: 30px; min-height: 30px; font-size: 12px; line-height: 18px; }
  .fs-collection-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .fs-collection-card { height: 217px; }
  .fs-collection-card strong { font-size: 16px; }
  .fs-story-section,
  .fs-proof-copy,
  .fs-proof-pair,
  .fs-shipping-story,
  .fs-trust-gallery,
  .fs-brand-feature,
  .fs-product-feature,
  .fs-faq-section,
  .fs-reviews-section,
  .fs-service-strip,
  .fs-newsletter { margin-bottom: 39px; }
  .fs-story-section h2 { font-size: 22.5px; line-height: 33.75px; }
  .fs-story-section > p { margin: 6px 15px 30px; }
  .fs-story-section video { aspect-ratio: 16 / 9; }
  .fs-proof-copy { min-height: 125px; }
  .fs-proof-copy p { margin: 10px 15px; }
  .fs-proof-pair > .fs-container { padding-bottom: 30px; grid-template-columns: 1fr; gap: 30px; }
  .fs-shipping-story > .fs-container { grid-template-columns: 1fr; gap: 0; }
  .fs-shipping-story__copy { min-height: 167.75px; padding: 30px 0 33px; align-content: start; }
  .fs-shipping-story__copy h2 { margin-bottom: 6px; font-size: 22.5px; line-height: 33.75px; }
  .fs-shipping-story__copy p br { display: none; }
  .fs-trust-gallery { height: auto; padding: 80px 0; }
  .fs-trust-gallery h2 { height: auto; margin-bottom: 30px; font-size: 22.5px; line-height: 33.75px; }
  .fs-trust-gallery__track { height: 410px; padding-bottom: 40px; }
  .fs-trust-gallery__track figure { flex-basis: 277.4px; height: 370px; }
  .fs-brand-feature { padding-bottom: 30px; }
  .fs-brand-feature .fs-section-title { height: 33.75px; margin-bottom: 30px; }
  .fs-product-grid--home,
  .fs-product-grid--archive { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 14px; }
  .fs-product-card__title { min-height: 40px; font-size: 13px; }
  .fs-product-card__body { min-height: 89.1875px; }
  .fs-product-feature--gucci .fs-product-card__body,
  .fs-product-feature--hermes .fs-product-card__body { min-height: 78.6171875px; }
  .fs-product-card__price { flex-wrap: nowrap; gap: 4px; }
  .fs-product-card__price > span { font-size: 14px; }
  .fs-product-card__price del { font-size: 11px; }
  .fs-product-card__price small { padding: 1px 4px; font-size: 11px; white-space: nowrap; }
  .fs-product-card__quick { width: 36px; height: 36px; }
  .fs-faq-section { min-height: 396.75px; padding: 0; }
  .fs-faq-section .fs-section-title { height: 33.75px; margin-bottom: 40px; }
  .fs-faq-section details { width: calc(100% - 40px); height: 60px; padding-inline: 10px; }
  .fs-faq-section details:nth-of-type(2) { height: 84px; }
  .fs-faq-section details:last-of-type { height: 59px; }
  .fs-faq-section summary { padding: 10px 0; font-size: 14px; line-height: 21px; }
  .fs-reviews-section > .fs-container { padding-bottom: 12.87px; }
  .fs-reviews-section .fs-section-title { height: 33.75px; margin-bottom: 30px; }
  .fs-review-grid { display: block; columns: 2; column-gap: 15px; }
  .fs-review-card { margin-bottom: 15px; }
  .fs-review-card__body { height: 113px; padding: 20px 10px 10px; }
  .fs-review-card strong { margin: 7px 0 10px; }
  .fs-review-card blockquote { font-size: 14px; }
  .fs-review-card__product { height: 61px; padding: 10px; grid-template-columns: 40px 1fr; font-size: 14px; }
  .fs-review-card__product img { width: 40px; height: 40px; }
  .fs-service-strip { height: 722px; }
  .fs-service-strip > .fs-container { height: 722px; grid-template-columns: 1fr; gap: 30px; }
  .fs-service-strip article { height: 158px; }
  .fs-newsletter { height: 208.75px; }
  .fs-newsletter__heading { height: 60.75px; margin-bottom: 30px; }
  .fs-newsletter h2 { height: 33.75px; font-size: 22.5px; line-height: 33.75px; }
  .fs-newsletter p { margin-top: 6px; }
  .fs-newsletter form { display: grid; width: 100%; height: 118px; grid-template-columns: 1fr; grid-template-rows: 44px 44px; gap: 30px; }
  .fs-newsletter input { width: 100%; }
  .fs-archive-hero { padding: 38px 0 26px; }
  .fs-archive-hero h1 { font-size: 28px; }
  .fs-archive-toolbar { gap: 10px; }
  .fs-archive-toolbar > span { margin-right: auto; font-size: 12px; }
  .fs-archive-toolbar > div { display: none; }
  .fs-archive-hero h1 { text-transform: capitalize; }
  .fs-product-detail { width: 100%; padding-top: 0; gap: 26px; }
  .fs-product-gallery { min-width: 0; overflow: hidden; }
  .single-product .fs-breadcrumb { display: none; }
  .fs-product-gallery { display: block; }
  .fs-product-gallery__main img { aspect-ratio: 1; }
  .fs-product-gallery__thumbs { display: flex; padding: 10px 15px; overflow-x: auto; }
  .fs-product-gallery__thumbs button { min-width: 64px; width: 64px; height: 64px; }
  .fs-product-summary { width: calc(100% - 30px); margin-inline: auto; }
  .fs-product-countdown { margin-inline: 0; padding-inline: 15px; }
  .fs-product-countdown strong { font-size: 12px; }
  .fs-product-countdown__timer b { min-width: 30px; font-size: 16px; }
  .fs-product-summary h1 { margin-top: 14px; font-size: 22px; }
  .fs-multi-buy { grid-template-columns: 1fr; }
  .fs-trust-row { grid-template-columns: repeat(2, 1fr); }
  .fs-product-description { width: calc(100% - 30px); }
  .fs-footer { height: 751.53125px; }
  .fs-footer__grid { display: block; height: 641.53125px; padding: 50px 0 30px; }
  .fs-footer section { margin-bottom: 30px; text-align: center; }
  .fs-footer section a { justify-content: center; }
  .fs-page { padding: 42px 0 64px; }
  .fs-page__header h1 { margin-bottom: 28px; font-size: 28px; }
  .woocommerce-account .woocommerce { display: block; }
}

/* Keep route-action contrast and source underlines after the site-wide reset. */
.fashionsuit-site .fs-comments-filter-form button { color: #fff; }
.fashionsuit-site .fs-comments-filter-form > a,
.fashionsuit-site .fs-comments-card__reviews-link { text-decoration: underline; }

@media (max-width: 640px) {
  .single-product .fs-product-countdown {
    min-height: 103px;
    margin-top: 8px;
    padding: 10px 0 12px;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
  }
  .single-product .fs-product-countdown strong {
    max-width: none;
    font-size: 14px;
    white-space: nowrap;
  }
  .single-product .fs-product-countdown__timer { gap: 12px; }
  .single-product .fs-product-countdown__timer > span { width: 50px; min-width: 50px; height: 50px; }
  .single-product .fs-faq-section summary {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
  }
  .single-product .fs-faq-section { margin-bottom: 18px; }
  .single-product .fs-faq-chevron img { transform: rotate(90deg); }
  .single-product .fs-faq-section details[open] .fs-faq-chevron img { transform: rotate(270deg); }
}

/* Final source parity overrides: compact viewports use the source's overlay
   scrollbar behavior and high-contrast account actions. */
@media (max-width: 920px) {
  html,
  body.fashionsuit-site {
    scrollbar-width: none;
  }
  html::-webkit-scrollbar,
  body.fashionsuit-site::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
.fashionsuit-site .fs-source-account__submit {
  color: #fff;
}
.fs-cart-count {
  background: #cf4d2b;
}

@media (max-width: 640px) {
  .fs-source-account {
    min-height: 654px;
  }
  .fs-source-search {
    min-height: 393px;
  }
  .fs-source-tracking {
    min-height: 403px;
  }
  body.fs-source-route--search .fs-site-main,
  body.fs-source-account--trackingorder .fs-site-main,
  body.error404 .fs-site-main {
    min-height: 0;
  }
  .fs-source-tracking form {
    margin-top: 27px;
  }
  .fs-page {
    padding: 47px 0 48px;
  }
  .fs-page__header h1 {
    margin-bottom: 42px;
    font-size: 24px;
    line-height: 36px;
  }
  .fs-source-promotion__banner {
    margin-bottom: 41px;
  }
  .fs-source-promotion .fs-product-card__title,
  .fs-archive .fs-product-card__title {
    display: block;
    min-height: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .fashionsuit-site .fs-cart-page__table tr.cart_item {
    display: block !important;
    min-height: 162px;
    margin: 0 !important;
    padding: 0 34px 20px 119px !important;
    border: 0 !important;
    border-bottom: 1px dashed #ddd !important;
    border-radius: 0 !important;
    background: transparent !important;
  }
  .fashionsuit-site .fs-cart-page__table td,
  .fashionsuit-site .fs-cart-page__table td.product-thumbnail {
    display: block !important;
    width: auto;
    border: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }
  .fashionsuit-site .fs-cart-page__table td::before {
    display: none !important;
    content: none !important;
  }
  .fashionsuit-site .fs-cart-page__table .fs-cart-page-item__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px !important;
  }
  .fashionsuit-site .fs-cart-page__table .fs-cart-page-item__image img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
  .fashionsuit-site .fs-cart-page__table .fs-cart-page-item__details {
    min-width: 0;
  }
  body.woocommerce-cart.fashionsuit-site .fs-cart-page__table td.product-name,
  body.woocommerce-cart.fashionsuit-site .fs-cart-page__table td.product-price,
  body.woocommerce-cart.fashionsuit-site .fs-cart-page__table td.product-quantity {
    text-align: left !important;
  }
  .fashionsuit-site .fs-cart-page__table .fs-cart-page-item__price {
    margin-top: 8px;
  }
  .fashionsuit-site .fs-cart-page__table .fs-cart-page-item__quantity {
    margin-top: 11px;
  }
  .fashionsuit-site .fs-cart-page__table .fs-cart-page-item__subtotal {
    display: none !important;
  }
  .fashionsuit-site .fs-cart-page__table .fs-cart-page-item__remove {
    position: absolute;
    top: 66px;
    right: 0;
    width: 34px !important;
  }
  .single-product .fs-product-countdown {
    min-height: 46px;
    height: 46px;
    margin-top: 8px;
    padding: 5px 12px;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
    background: #df0b18;
  }
  .single-product .fs-product-countdown strong {
    max-width: 190px;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .single-product .fs-product-countdown__timer {
    gap: 4px;
  }
  .single-product .fs-product-countdown__timer > span {
    width: 36px;
    min-width: 36px;
    height: 28px;
  }
  .single-product .fs-product-countdown__timer b {
    font-size: 14px;
  }
  .single-product .fs-product-countdown__timer small {
    display: none;
  }
  .single-product .fs-product-countdown__timer i {
    display: inline;
  }
  .single-product .fs-multi-buy {
    height: 95px;
    margin-bottom: 14px;
    border-bottom: 0;
  }
  .single-product .fs-multi-buy > div { gap: 0; }
  .single-product .fs-multi-buy a {
    height: 20px;
    min-height: 20px;
    line-height: 20px;
  }
  .single-product .fs-product-quantity-label { margin-bottom: 15px; }
  .single-product .fs-product-purchase form.cart,
  .single-product .fs-product-purchase .single_variation_wrap .woocommerce-variation-add-to-cart {
    gap: 15px;
  }
  .single-product .fs-product-purchase form.cart > .quantity,
  .single-product .fs-product-purchase .single_variation_wrap .quantity,
  .single-product .fs-product-purchase .quantity {
    width: 170px;
    height: 44px;
    border: 1px solid #999;
    grid-template-columns: 44px 80px 44px;
  }
  .single-product .fs-product-purchase .quantity .qty {
    width: 80px;
    height: 42px;
    border: 0;
  }
  .single-product .fs-quantity-step {
    width: 44px;
    height: 42px;
    border: 0;
  }
  .single-product .fs-discount-meter { height: 148px; }
  .single-product .fs-discount-meter__progress { height: 96px; }
  .single-product .fs-trust-row { height: 108px; }
  .single-product .fs-trust-row__body { height: 58px; }
  .single-product .fs-trust-row__body span {
    padding: 10px 16px;
    white-space: normal;
  }
  .single-product .fs-secure-assets { height: 201px; }
}

@media (max-width: 767px) {
  .fs-comments-header {
    padding-top: 46px;
  }
  .fs-comments-carousel__track {
    min-height: 392px;
    padding-inline: calc(50vw - 110px);
  }
  .fs-comments-carousel__item,
  .fs-comments-carousel__item:nth-child(1),
  .fs-comments-carousel__item:nth-child(3),
  .fs-comments-carousel__item:nth-child(5) {
    flex-basis: 220px;
    height: 392px;
  }
  .fs-comments-page--list .fs-comments-carousel__item:first-child {
    margin-left: -232px;
  }
  .fs-comments-page--detail .fs-comments-carousel__track {
    padding-inline: calc(50vw - 110px);
  }
  .fs-comments-page--detail .fs-comments-carousel__item:first-child,
  .fs-comments-page--detail .fs-comments-carousel__item:nth-child(2) {
    flex-basis: 220px;
    height: 392px;
  }
}

/* Source-parity Customer Reviews list carousel. The source keeps every slide
   in one continuous loop and scales the card inside fixed-width 9:16 slots. */
.fs-comments-page--list {
  color: #545454;
  font-family: "Fashion Archivo", Arial, sans-serif;
  font-weight: 400;
}

.fs-comments-page--list .fs-comments-header {
  padding: 45px 0;
}

.fs-comments-page--list .fs-comments-header h1 {
  color: #1d1f21;
}

.fs-comments-page--list .fs-comments-carousel {
  overflow: hidden;
}

.fs-comments-page--list .fs-comments-carousel:focus-visible {
  outline: 2px solid #1d1f21;
  outline-offset: 4px;
}

.fs-comments-page--list .fs-comments-carousel__track {
  min-height: var(--fs-comments-list-slide-height, 426.6667px);
  padding: 0;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
  gap: 0;
  scroll-behavior: auto;
  scroll-snap-type: none;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  transform: translate3d(var(--fs-comments-list-offset, 0px), 0, 0);
  transition: transform 600ms ease;
  will-change: transform;
}

.fs-comments-page--list .fs-comments-carousel__item,
.fs-comments-page--list .fs-comments-carousel__item:nth-child(1),
.fs-comments-page--list .fs-comments-carousel__item:nth-child(2),
.fs-comments-page--list .fs-comments-carousel__item:nth-child(3),
.fs-comments-page--list .fs-comments-carousel__item:nth-child(5),
.fs-comments-page--list .fs-comments-carousel__item:nth-child(n + 6),
.fs-comments-page--list .fs-comments-carousel__item.is-fs-carousel-page-hidden,
.fs-comments-page--list .fs-comments-carousel__item.is-fs-carousel-page-visible,
.fs-comments-page--list .fs-comments-carousel__item.is-fs-carousel-edge,
.fs-comments-page--list .fs-comments-carousel__item.is-fs-carousel-center {
  display: block;
  flex: 0 0 var(--fs-comments-list-slide-width, 240px);
  width: var(--fs-comments-list-slide-width, 240px);
  height: var(--fs-comments-list-slide-height, 426.6667px);
  margin-left: 0;
  border-radius: 5px;
  cursor: grab;
  scroll-snap-align: none;
  transform: scale(.8);
  transform-origin: center;
  transition: transform 450ms cubic-bezier(.4, 0, .2, 1);
  user-select: none;
  -webkit-user-select: none;
}

.fs-comments-page--list .fs-comments-carousel__item.is-fs-carousel-active {
  z-index: 2;
  transform: scale(1);
}

.fs-comments-page--list .fs-comments-carousel__item.is-fs-carousel-previous,
.fs-comments-page--list .fs-comments-carousel__item.is-fs-carousel-next {
  z-index: 1;
  transform: scale(.9);
}

.fs-comments-page--list .fs-comments-carousel__item.is-fs-carousel-before {
  transform: scale(.8);
  transform-origin: right center;
}

.fs-comments-page--list .fs-comments-carousel__item.is-fs-carousel-after {
  transform: scale(.8);
  transform-origin: left center;
}

.fs-comments-page--list .fs-comments-carousel__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}

.fs-comments-page--list .fs-comments-carousel__item:not(.is-fs-carousel-active) > .fs-comments-carousel__backdrop {
  display: none;
}

.fs-comments-page--list .fs-comments-carousel__item:not(.is-fs-carousel-active) > .fs-comments-carousel__photo {
  position: static;
  z-index: auto;
  height: 100%;
  object-fit: contain;
}

.fs-comments-page--list .fs-comments-carousel__item.is-fs-carousel-active > .fs-comments-carousel__backdrop {
  position: absolute;
  inset: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  filter: blur(25px);
  transform: scale(1.12);
}

.fs-comments-page--list .fs-comments-carousel__item.is-fs-carousel-active > .fs-comments-carousel__photo {
  position: relative;
  z-index: 1;
  height: 100%;
  object-fit: contain;
}

.fs-comments-page--list .fs-comments-carousel__item > span,
.fs-comments-page--list .fs-comments-carousel__item:nth-child(3) > span,
.fs-comments-page--list .fs-comments-carousel__item.is-fs-carousel-center > span {
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  height: 67px;
  padding: 15px 15px 28px;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  background: linear-gradient(180deg, transparent, #000);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  opacity: 1;
  transition: opacity 300ms ease;
}

.fs-comments-page--list .fs-comments-carousel__item > span::after {
  bottom: 8px;
  width: 94px;
  height: 18px;
  background-size: 18px 18px;
}

.fs-comments-page--list .fs-comments-carousel__item.is-fs-carousel-active > span {
  display: flex;
  opacity: 0;
  pointer-events: none;
}

.fs-comments-page--list .fs-comments-carousel__previous,
.fs-comments-page--list .fs-comments-carousel__next {
  box-shadow: 0 3px 15px 1px rgba(0, 0, 0, .1);
}

.fs-comments-page--list .fs-comments-carousel__previous { left: 26px; }
.fs-comments-page--list .fs-comments-carousel__next { right: 26px; }

.fs-comments-page--list .fs-comments-carousel__previous img,
.fs-comments-page--list .fs-comments-carousel__next img {
  width: 24px;
  height: 24px;
}

.fs-comments-page--list .fs-comments-carousel.is-pointer-down .fs-comments-carousel__track,
.fs-comments-page--list .fs-comments-carousel.is-dragging .fs-comments-carousel__track,
.fs-comments-page--list .fs-comments-carousel.is-dragging .fs-comments-carousel__item {
  cursor: grabbing;
}

.fs-comments-page--list .fs-comments-carousel.is-dragging .fs-comments-carousel__track {
  transition-duration: 0ms;
}

/* Source typography and rhythm below the photo rail. */
.fs-comments-page--list .fs-comments-summary__score > strong {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.fs-comments-page--list .fs-comments-summary__score .fs-comments-stars {
  display: inline-flex;
  margin-right: 10px;
  gap: 4px;
}

.fs-comments-page--list .fs-comments-summary__score .fs-comments-stars__star {
  width: 24px;
  height: 24px;
}

.fs-comments-page--list .fs-comments-summary__score > span {
  display: none;
}

.fs-comments-page--list .fs-comments-summary {
  height: 180px;
  min-height: 180px;
}

.fs-comments-page--list .fs-comments-summary__distribution {
  gap: 0;
}

.fs-comments-page--list .fs-comments-summary__row {
  min-height: 22px;
  grid-template-columns: 92px 160px 42px;
  gap: 4px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

.fs-comments-page--list .fs-comments-summary__row + .fs-comments-summary__row {
  margin-top: 6px;
}

.fs-comments-page--list .fs-comments-summary__distribution .fs-comments-summary__star {
  width: 16px;
  height: 16px;
}

.fs-comments-page--list .fs-comments-filter-form {
  gap: 8px;
}

.fs-comments-page--list .fs-comments-filter-form select {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.fs-comments-page--list .fs-comments-card {
  padding: 20px 20px 0;
}

.fs-comments-page--list .fs-comments-card__author {
  gap: 10px;
}

.fs-comments-page--list .fs-comments-card__author img {
  width: 20px;
  height: 20px;
}

.fs-comments-page--list .fs-comments-card__author strong,
.fs-comments-page--list .fs-comments-card__body h2 {
  color: #545454;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.fs-comments-page--list .fs-comments-card__body > .fs-comments-stars {
  margin: 0;
  padding: 8px 0;
  gap: 2px;
}

.fs-comments-page--list .fs-comments-card__body > .fs-comments-stars img {
  width: 16px;
  height: 16px;
}

.fs-comments-page--list .fs-comments-card__content {
  margin-bottom: 20px;
  color: #888;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.fs-comments-page--list .fs-comments-card__media--thumbnails {
  height: 100px;
  margin-top: 0;
  gap: 20px;
}

.fs-comments-page--list .fs-comments-card__product {
  min-height: 121px;
  margin-top: 0;
  padding: 20px 0;
  gap: 16px;
}

.fs-comments-page--list .fs-comments-card__product-title,
.fs-comments-page--list .fs-comments-card__price,
.fs-comments-page--list .fs-comments-card__reviews-link {
  color: #545454;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.fs-comments-page--list .fs-comments-card__reviews-link {
  color: #888;
  font-weight: 300;
}

.fs-comments-page--list .fs-comments-pagination {
  min-height: 0;
  margin: 0;
  padding: 40px 0;
  gap: 0;
}

.fs-comments-page--list .fs-comments-pagination a,
.fs-comments-page--list .fs-comments-pagination span {
  width: 32px;
  height: 32px;
  margin: 0 5px;
  font-weight: 400;
}

@media (max-width: 767px) {
  html:has(body.fashionsuit-site .fs-comments-page) {
    scrollbar-width: auto;
  }

  html:has(body.fashionsuit-site .fs-comments-page)::-webkit-scrollbar {
    width: auto;
    height: auto;
  }

  .fs-comments-page--list .fs-comments-header {
    padding: 45px 15px 30px;
  }

  .fs-comments-page--list .fs-comments-header h1 {
    font-size: 22.5px;
    line-height: 1.5;
  }

  .fs-comments-page--list .fs-comments-carousel {
    width: calc(100% - 60px);
    margin-bottom: 60px;
    margin-inline: auto;
    overflow: hidden;
  }

  .fs-comments-page--list .fs-comments-carousel__track {
    min-height: var(--fs-comments-list-slide-height, 373.3333px);
    padding: 0;
  }

  .fs-comments-page--list .fs-comments-carousel__item,
  .fs-comments-page--list .fs-comments-carousel__item:first-child,
  .fs-comments-page--list .fs-comments-carousel__item:nth-child(1),
  .fs-comments-page--list .fs-comments-carousel__item:nth-child(2),
  .fs-comments-page--list .fs-comments-carousel__item:nth-child(3),
  .fs-comments-page--list .fs-comments-carousel__item:nth-child(5),
  .fs-comments-page--list .fs-comments-carousel__item:nth-child(n + 6) {
    display: block;
    flex-basis: var(--fs-comments-list-slide-width, 210px);
    width: var(--fs-comments-list-slide-width, 210px);
    height: var(--fs-comments-list-slide-height, 373.3333px);
    margin-left: 0;
  }

  .fs-comments-page--list .fs-comments-summary {
    height: 249px;
    min-height: 249px;
    padding-bottom: 15px;
  }

  .fs-comments-page--list .fs-comments-summary__score {
    padding-top: 15px;
  }

  .fs-comments-page--list .fs-comments-summary__distribution {
    width: 304.3333px;
    margin-top: 15px;
  }

  .fs-comments-page--list .fs-comments-controls {
    margin-top: 25px;
  }

  .fs-comments-page--list .fs-comments-card {
    padding: 15px 15px 0;
  }

  .fs-comments-page--list .fs-comments-card__media--thumbnails {
    height: 95px;
    gap: 15px;
  }

  .fs-comments-page--list .fs-comments-card__product {
    min-height: 111px;
    padding: 15px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fs-comments-page--list .fs-comments-carousel__track,
  .fs-comments-page--list .fs-comments-carousel__item,
  .fs-comments-page--detail .fs-comments-carousel__track,
  .fs-comments-page--detail .fs-comments-carousel__item,
  .fs-comments-filter-drawer__panel,
  .fs-comments-filter-drawer > summary,
  .fs-comments-lightbox,
  .fs-comments-lightbox__track {
    transition-duration: 1ms !important;
  }
}

/* Keep product mobile source values above legacy compact overrides. */
@media (max-width: 767px) {
  html:has(body.single-product),
  body.single-product {
    scrollbar-width: auto;
  }

  html:has(body.single-product)::-webkit-scrollbar,
  body.single-product::-webkit-scrollbar {
    width: auto;
    height: auto;
  }

  body.single-product .fs-header,
  body.single-product .fs-header__inner {
    height: 60px;
  }

  .single-product .fs-product-detail {
    gap: 6px;
  }

  .single-product .fs-product-gallery__thumbs {
    padding: 16px 15px 12px;
  }

  .single-product .fs-multi-buy {
    border-bottom: 1px solid #eee;
  }

  .single-product .fs-trust-row__body span {
    padding: 10px;
  }

  .single-product .fs-faq-section summary {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }

  .single-product .fs-product-tab-mobile__icons {
    display: grid;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    place-items: center;
  }

  .single-product .fs-product-tab-mobile .fs-product-tab-mobile__icon {
    grid-area: 1 / 1;
    width: 16px;
    height: 16px;
    transform: none;
    transition: none;
  }

  .single-product .fs-product-tab-mobile__icon--collapse,
  .single-product .fs-product-tab-mobile.is-active .fs-product-tab-mobile__icon--expand {
    display: none;
  }

  .single-product .fs-product-tab-mobile.is-active .fs-product-tab-mobile__icon--collapse {
    display: block;
    transform: none;
  }
}
