theme-featured-collection-tabs {
  display: contents;
}

.section-featured-collection {
  background-color: rgb(var(--color-background));
}

.featured-collection__tabs-wrapper {
  width: 100%;
}

.featured-collection__tabs-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block-end: 40px;
}

.featured-collection__tabs-list {
  display: flex;
  gap: 20px;
  overflow-x: auto;
}

.featured-collection__tabs-content {
  position: relative;
}

.featured-collection__tabs-content-inner {
  animation: column-fade-in 0.8s ease;
  animation-fill-mode: forwards;
}

@media (max-width: 959px) {
  .featured-collection__tabs-content-inner.mobile-full-width {
    width: var(--body-container-width);
    margin-inline-start: calc(50% - calc(var(--body-container-width) / 2));
  }

  .featured-collection__tabs-content-inner.mobile-full-width
    .product-card-border-shadow {
    border-radius: 0;
  }

  .featured-collection__tabs-content-inner.mobile-full-width
    .featured-collection__track {
    gap: 0;
  }
}

@media (min-width: 960px) {
  .featured-collection__tabs-content-inner.desktop-full-width
    .featured-collection__track {
    width: var(--body-container-width);
    padding-inline: var(--page-padding);
    margin-inline-start: calc(50% - calc(var(--body-container-width) / 2));
    scroll-padding-inline: var(--page-padding);
  }
}

.featured-collection__tab {
  padding: 10px 20px;
  color: var(--tab-color);
  white-space: nowrap;
  cursor: pointer;
  background-color: var(--tab-background-color);
  border-color: var(--tab-border-color);
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
}

.featured-collection__tab.active {
  color: var(--tab-active-color);
  background-color: var(--tab-active-background-color);
  border-color: var(--tab-active-border-color);
}

.featured-collection__tabs-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 550px;
}

.featured-collection__tabs-loading svg {
  width: 40px;
  height: 40px;
}

.featured-collection__carousel
  .featured-collection__carousel-indicator-progress {
  max-width: 480px;
  height: 6px;
}

.featured-collection__carousel-view-more {
  background-color: #e1e4e8;
}

.featured-collection__carousel-view-more a {
  color: #000;
}

.featured-collection__carousel-view-more a::after {
  display: none;
}

.featured-collection__carousel-view-more-button {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.featured-collection__carousel-view-more-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}

.featured-collection__button {
  position: absolute;
  inset-block-start: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: rgb(255 255 255 / 100%);
  background-color: rgb(0 0 0 / 100%);
  border: 0;
  border-radius: 2px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
}

.featured-collection__button:disabled {
  display: none;
}

.featured-collection__button--previous {
  inset-inline-start: 0;
}

.featured-collection__button--previous svg {
  transform: rotate(180deg);
}

.featured-collection__button--next {
  inset-inline-end: 0;
}
.featured-collection__tabs-header {
    display: none !important;
}
product-item {
    height: 100%;
    display: block;
}
.block-product-card {
    height: 100%;
}
.block-product-card-info {
    /* min-height: 47%; */
    background: #111118;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.block-product-price {
    margin-top: auto;
}
.block-product-vendor {
    font-size: 12px;
    font-weight: 500;
    color: #dcdfdc !important;
    margin-bottom: -5px;
}
.block-product-card-info .block-product-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
}
.product-price__item.product-price__sale {
    font-size: 16px;
    font-weight: 700 !important;
    margin-bottom: 4px;
    margin-top: auto;
}
.block-product-image__layer-image-wrapper {
    padding: 0px !important;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    aspect-ratio: 1;
    background: #0a0a0f;
    overflow: hidden;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.block-product-image__layer-image-wrapper img {
    padding: 12px !important;
}
.block-product-image__layer-image-wrapper .block-product-image__image-wrapper {
    border-radius: 0;
    overflow: hidden;
}
.block-product-card-info .block-product-buy-button {
    background: transparent;
    color: #F3F5F3;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #F3F5F3;
    box-shadow: unset;
    transition: all 0.3s var(--ease-out-expo);
    font-weight: 400;
}
.block-product-card-info .block-product-buy-button:hover {
    color: black;
}
.block-product-image__image.sg-img-primary {
    z-index: 1;
    transition: transform 0.6s var(--ease-out-expo), opacity 0.3s ease;
}
.block-product-image__image.sg-img-secondary {
    z-index: 2;
    opacity: 0;
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    transform: scale(1.04);
    transition: opacity 0s ease, -webkit-clip-path 0.55s cubic-bezier(0.16, 1, 0.3, 1), clip-path 0.55s cubic-bezier(0.16, 1, 0.3, 1), transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
product-item:hover .block-product-image__image.sg-img-secondary {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transform: scale(1);
}
product-item .block-product-image__image-wrapper>.block-product-image__image {
    transition: .3s;
    background: #0a0a0f !important;
}