.main-collections-list .collection-card {
  position: relative;
}
.main-collections-list .collection-grid {
  display: flex;
  flex-direction: column;
  gap: 133px;
}
@media only screen and (max-width: 991.98px) {
  .main-collections-list .collection-grid {
    gap: 60px;
  }
}
.main-collections-list .tabbed-collection-section .page-width {
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .main-collections-list .tabbed-collection-section .page-width .top-tabs-links-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-collections-list .tabbed-collection-section .collection-sliders-wrapper.page-width {
    padding: 0;
    margin: 0;
  }
}
.main-collections-list .tabbed-collection-section .collection-sliders-container {
  padding: 0;
}
.main-collections-list .tabbed-collection-section .top-tab-collection-part {
  padding-left: 0;
}
.main-collections-list .tabbed-collection-section .top-tab-collection-part .collection-top-tabs .top-tab-btn {
  padding-right: 36px;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1.3px;
  font-weight: 400;
  font-family: "nimbus-roman", serif;
  color: #000;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .main-collections-list .tabbed-collection-section .top-tab-collection-part .collection-top-tabs .top-tab-btn {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 2.2px;
  }
}
.main-collections-list .tabbed-collection-section .top-tab-collection-part .collection-top-tabs .collection-slider-view-all {
  font-size: 1.125rem;
  line-height: 2.125rem;
  color: #000;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  text-decoration: underline;
}
@media only screen and (max-width: 991.98px) {
  .main-collections-list .tabbed-collection-section .top-tab-collection-part .collection-top-tabs .collection-slider-view-all {
    font-size: 0.875rem;
    line-height: 2.125rem;
  }
}
.main-collections-list .tabbed-collection-section .collection-slider-description {
  max-width: 70%;
}
@media only screen and (max-width: 991.98px) {
  .main-collections-list .tabbed-collection-section .collection-slider-description {
    margin: 15px 0 24px 0;
    max-width: 100%;
  }
}
.main-collections-list .tabbed-collection-section .collection-slider-description * {
  margin: 0;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2.125rem;
  color: #737373;
}
@media only screen and (max-width: 991.98px) {
  .main-collections-list .tabbed-collection-section .collection-slider-description * {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.main-collections-list .collection-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}
@media only screen and (min-width: 992px) {
  .main-collections-list .collection-card-image:hover .collection-card-initial-display .featured-card-heading {
    display: none;
  }
}
.main-collections-list .collection-card-image .collection-card-initial-display {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--default-overlay-colour);
}
@media only screen and (max-width: 991.98px) {
  .main-collections-list .collection-card-image .collection-card-initial-display {
    gap: 10px;
  }
}
.main-collections-list .collection-card-image .collection-card-initial-display .featured-card-heading {
  color: #fff;
}
.main-collections-list .collection-card-image .collection-card-initial-display .shop-now-link {
  display: none;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 4px;
}
@media only screen and (max-width: 991.98px) {
  .main-collections-list .collection-card-image .collection-card-initial-display .shop-now-link {
    display: block;
  }
}
.main-collections-list .collection-card-image .collection-card-initial-display a {
  display: none;
  text-decoration: none;
}
@media only screen and (max-width: 991.98px) {
  .main-collections-list .collection-card-image .collection-card-initial-display a {
    display: block;
  }
}
.main-collections-list .collection-card-image .collection-card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(237, 237, 235, 0.7529411765);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.main-collections-list .collection-card-image .collection-card-overlay:hover {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 991.98px) {
  .main-collections-list .collection-card-image .collection-card-overlay {
    display: none;
  }
}
.main-collections-list .collection-card-image .collection-card-overlay .featured-card-heading {
  color: #000;
}
.main-collections-list .collection-card-image .collection-card-overlay .shop-now-link {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding: 5px 0 4px 0;
  text-underline-offset: 4px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 991.98px) {
  .main-collections-list .collection-card-image .collection-card-overlay .shop-now-link {
    border-bottom: 1px solid #fff;
    color: #fff;
  }
}
.main-collections-list .collection-card-image .collection-card-overlay a {
  text-underline-offset: 4px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 991.98px) {
  .main-collections-list .collection-card-image .collection-card-overlay a {
    color: #fff;
  }
}
.main-collections-list .collection-card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-collections-list .collection-title {
  aspect-ratio: 1;
  position: absolute;
  inset: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.main-collections-list .collection-title h3 {
  font-family: "acumin-pro", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3.2px;
}
.main-collections-list .featured-card-description {
  max-width: 55%;
  margin: 0 auto;
}
.main-collections-list .featured-card-description * {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.42px;
  font-weight: 400;
  font-family: "acumin-pro", sans-serif;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .main-collections-list .featured-card-description * {
    color: #fff;
  }
}
.main-collections-list .featured-card-heading {
  font-size: 2rem;
  color: #fff;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-inline: auto;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .main-collections-list .featured-card-heading {
    color: #fff;
  }
}

.collections-breadcrumbs {
  padding-left: 60px;
}
@media only screen and (max-width: 991.98px) {
  .collections-breadcrumbs {
    padding-left: 20px;
  }
}
