@charset "UTF-8";
.table-container {
  overflow-x: auto;
}

#collectionChildSwiper .swiper-slide {
  width: 74px;
}
#collectionChildSwiper .swiper-button-prev,
#collectionChildSwiper .swiper-button-next {
  top: 37px;
}
#collectionChildSwiper .swiper-button-prev {
  left: 0;
  right: auto;
  transform: translate(-50%, -50%) !important;
}
#collectionChildSwiper .swiper-button-next {
  left: auto;
  right: 0;
  transform: translate(50%, -50%) !important;
}

@media (min-width: 992px) {
  #collectionChildSwiper .swiper-slide {
    width: 77px;
  }
  #collectionChildSwiper .swiper-slide:hover .border {
    border-color: #0035C9 !important;
  }
  #collectionChildSwiper .swiper-slide:hover img {
    transform: scale(0.91);
  }
  #collectionChildSwiper .swiper-button-prev,
  #collectionChildSwiper .swiper-button-next {
    top: 38.5px;
  }
}
@media (min-width: 1360px) {
  #collectionChildSwiper .swiper-slide {
    width: 112px;
  }
  #collectionChildSwiper .swiper-button-prev,
  #collectionChildSwiper .swiper-button-next {
    top: 56px;
  }
}
.products-filter .accordion {
  --sa-accordion-btn-color: #4e5969;
  --sa-accordion-active-color: #1d2129;
  --sa-accordion-hover-color: var(--sa-accordion-active-color);
}

.btn-filter.active svg {
  transform: rotate(180deg);
}

.collection-about {
  color: #272E3B;
}
.collection-about b {
  font-weight: 500;
}
.collection-about h2 {
  font-weight: 500 !important;
  font-size: 24px !important;
  margin-bottom: 18px !important;
}
.collection-about h2:not(:first-child) {
  border-top: 1px solid #E5E6EB;
  padding-top: 8px;
  margin-top: 8px;
}
.collection-about h3 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 8px;
}
.collection-about h4 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 8px;
}
.collection-about p {
  font-size: 14px !important;
  margin-bottom: 8px;
}
.collection-about p:last-child {
  margin-bottom: 0;
}
.collection-about ul,
.collection-about ol {
  font-size: 14px !important;
  margin-bottom: 8px;
}
.collection-about ul li:not(:last-child),
.collection-about ol li:not(:last-child) {
  margin-bottom: 4px;
}
.collection-about ul {
  list-style-position: inside;
  list-style-type: "• ";
  padding-left: 0;
}
.collection-about table {
  font-size: 14px !important;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}
.collection-about tbody tr {
  background-color: transparent;
  font-size: 14px;
}
.collection-about tbody tr:nth-child(odd) {
  background-color: #F2F3F5;
}
.collection-about tbody tr:nth-child(even) {
  background-color: #F7F8FA;
}
.collection-about tbody tr:first-child {
  background-color: #C9CDD4;
  font-weight: 500;
  white-space: nowrap;
}
.collection-about tbody tr td {
  padding: 8px 16px;
}

@media (min-width: 992px) {
  .collection-about h2 {
    margin-bottom: 18px !important;
  }
  .collection-about h2:not(:first-child) {
    margin-top: 18px;
    padding-top: 18px;
  }
  .collection-about h3 {
    margin-bottom: 18px;
  }
  .collection-about h4 {
    margin-bottom: 18px;
  }
  .collection-about p {
    margin-bottom: 18px;
  }
  .collection-about ul,
  .collection-about ol {
    margin-bottom: 18px;
  }
  .collection-about table {
    margin-bottom: 18px;
  }
}
#reviewSwiper {
  --swiper-theme-color: #0035C9;
  --swiper-navigation-size: 20px;
  --swiper-pagination-bottom: 0;
  --swiper-pagination-bullet-inactive-color: #E5E6EB;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
#reviewSwiper .swiper-slide {
  width: 232px;
  height: auto;
}
#reviewSwiper .swiper-slide > div {
  position: relative;
  width: 100%;
  padding: 16px;
  background: #fff;
  transition: all 0.3s ease;
}
#reviewSwiper .swiper-slide > div > svg {
  position: absolute;
  bottom: -2%;
  left: -28px;
  font-size: 350px;
  color: #f2f3f5;
  opacity: 0.44;
}
#reviewSwiper .swiper-slide a {
  color: #0035C9 !important;
}
#reviewSwiper .swiper-slide .line-clamp-3 {
  max-height: unset;
}
#reviewSwiper .swiper-slide.swiper-slide-active > div {
  height: 100%;
  background: linear-gradient(180deg, #0035C9 60%, #000A4D 110%), #FFFFFF;
  color: #fff !important;
}
#reviewSwiper .swiper-slide.swiper-slide-active > div > svg {
  color: #0035C9;
}
#reviewSwiper .swiper-slide.swiper-slide-active a {
  color: #fff !important;
  text-decoration: underline;
}
#reviewSwiper .swiper-slide.swiper-slide-active .line-clamp-3 {
  -webkit-line-clamp: 5 !important;
  height: 90px;
}
#reviewSwiper .swiper-button-prev {
  transform: rotate(180deg);
}
#reviewSwiper .swiper-button-prev:after,
#reviewSwiper .swiper-button-next:after {
  display: none;
}
@media (min-width: 768px) {
  #reviewSwiper .swiper-slide > div > svg {
    left: -45px;
  }
}
@media (min-width: 992px) {
  #reviewSwiper .swiper-slide > div > svg {
    left: 1px;
  }
}
@media (min-width: 1360px) {
  #reviewSwiper .swiper-slide > div > svg {
    left: -31px;
  }
}
@media (min-width: 1720px) {
  #reviewSwiper .swiper-slide > div > svg {
    left: 41px;
  }
}

#app .col-filters {
  display: block;
}

.finder-panel {
  box-shadow: 0px 2px 8px 0px #E5E6EB;
}

.accordion-body > p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #app .toolbar > .row > div:first-child {
    width: 134px;
  }
  #app .col-filters {
    display: none;
  }
  #app .col-filters > div {
    width: 246px;
  }
  #app .col-filters.show {
    display: block;
  }
  .finder-panel {
    box-shadow: none;
  }
}
@media (min-width: 1360px) {
  #app .toolbar > .row > div:first-child {
    width: 278px;
  }
}
#collectionDesc p,
#collectionDesc p[style],
#collectionAbout p,
#collectionAbout p[style] {
  font-family: var(--sa-body-font-family) !important;
}
#collectionDesc h1,
#collectionDesc h1[style],
#collectionAbout h1,
#collectionAbout h1[style] {
  font-family: var(--sa-body-font-family) !important;
}
#collectionDesc h2,
#collectionDesc h2[style],
#collectionAbout h2,
#collectionAbout h2[style] {
  font-family: var(--sa-body-font-family) !important;
}
#collectionDesc h3,
#collectionDesc h3[style],
#collectionAbout h3,
#collectionAbout h3[style] {
  font-family: var(--sa-body-font-family) !important;
}
#collectionDesc div,
#collectionDesc div[style],
#collectionAbout div,
#collectionAbout div[style] {
  font-family: var(--sa-body-font-family) !important;
}
#collectionDesc span,
#collectionDesc span[style],
#collectionAbout span,
#collectionAbout span[style] {
  font-family: var(--sa-body-font-family) !important;
}
#collectionDesc b,
#collectionDesc b[style],
#collectionAbout b,
#collectionAbout b[style] {
  font-family: var(--sa-body-font-family) !important;
}
#collectionDesc a,
#collectionDesc a[style],
#collectionAbout a,
#collectionAbout a[style] {
  font-family: var(--sa-body-font-family) !important;
}
#collectionDesc li,
#collectionDesc li[style],
#collectionAbout li,
#collectionAbout li[style] {
  font-family: var(--sa-body-font-family) !important;
}
#collectionDesc td,
#collectionDesc td[style],
#collectionAbout td,
#collectionAbout td[style] {
  font-family: var(--sa-body-font-family) !important;
}
