.tabbed-collection-section {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tabbed-collection-section .top-tab-collection-part {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .tabbed-collection-section .top-tab-collection-part.mobile-only {
    justify-content: flex-end;
  }
  .tabbed-collection-section .top-tab-collection-part.mobile-only .collection-top-tabs {
    display: none;
  }
}
.tabbed-collection-section .top-tab-collection-part .collection-top-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  gap: 30px;
  width: 100%;
}
.tabbed-collection-section .top-tab-collection-part .collection-top-tabs::-webkit-scrollbar {
  display: none; /* WebKit browsers */
}
.tabbed-collection-section .top-tab-collection-part .collection-top-tabs .top-tab-btn {
  flex-shrink: 0;
  font-family: "nimbus-roman", serif;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  opacity: 0.5;
  margin: 0;
  padding: 0;
}
.tabbed-collection-section .top-tab-collection-part .collection-top-tabs .top-tab-btn.selected {
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .tabbed-collection-section .top-tab-collection-part .collection-top-tabs {
    gap: 47px;
  }
  .tabbed-collection-section .top-tab-collection-part .collection-top-tabs .top-tab-btn {
    letter-spacing: 3px;
  }
}
.tabbed-collection-section .top-tab-collection-part .slider-nav-wrapper {
  display: none;
}
@media only screen and (min-width: 992px) {
  .tabbed-collection-section .top-tab-collection-part .slider-nav-wrapper {
    display: block;
  }
}
.tabbed-collection-section .top-tab-collection-part .collection-slider-nav {
  display: flex;
  flex-shrink: 0;
  width: 168px;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  background-color: #ededeb;
  position: relative;
}
.tabbed-collection-section .top-tab-collection-part .collection-slider-nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  margin: 0 4px;
}
.tabbed-collection-section .top-tab-collection-part .collection-slider-nav .collection-slider-pagination {
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.tabbed-collection-section .top-tab-collection-part .collection-slider-nav .collection-slider-pagination p,
.tabbed-collection-section .top-tab-collection-part .collection-slider-nav .collection-slider-pagination span {
  font-family: "acumin-pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.42px;
  font-weight: 300;
}
.tabbed-collection-section .top-tab-collection-part .collection-slider-nav .collection-slider-pagination .swiper-pagination-current {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(3px);
}
.tabbed-collection-section .top-tab-collection-part .collection-slider-nav .collection-slider-pagination .swiper-pagination-total {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(5px, 3px);
}
.tabbed-collection-section .collection-sliders-wrapper .collection-side-tabs {
  display: none;
}
@media only screen and (min-width: 992px) {
  .tabbed-collection-section .collection-sliders-wrapper.with-side-tabs {
    display: flex;
    flex-wrap: nowrap;
  }
  .tabbed-collection-section .collection-sliders-wrapper.with-side-tabs .collection-side-tabs {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 34px;
    flex-shrink: 0;
    flex: 1;
  }
  .tabbed-collection-section .collection-sliders-wrapper.with-side-tabs .collection-side-tabs .side-tab-btn {
    padding: 0;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "nimbus-roman", serif;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 2px;
    color: #737373;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 992px) and (max-width: 767.98px) {
  .tabbed-collection-section .collection-sliders-wrapper.with-side-tabs .collection-side-tabs .side-tab-btn {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .tabbed-collection-section .collection-sliders-wrapper.with-side-tabs .collection-side-tabs .side-tab-btn.selected {
    color: #000;
  }
}
.tabbed-collection-section .collection-sliders-container {
  width: 100%;
  padding: 0;
  position: relative;
  flex: 4;
}
@media only screen and (min-width: 992px) {
  .tabbed-collection-section .collection-sliders-container {
    overflow: hidden;
  }
}
.tabbed-collection-section .collection-sliders-container .visually-hidden {
  visibility: hidden;
}
.tabbed-collection-section .collection-sliders-container .tabbed-collections-slider {
  overflow: visible;
}
.tabbed-collection-section .collection-sliders-container product-card {
  position: static;
}
.tabbed-collection-section .collection-sliders-container .product-card {
  margin-bottom: 5px;
}
.tabbed-collection-section .collection-sliders-container product-card-popup {
  top: 50%;
}
