.indiv-product {
    position: relative;
    text-align: center;
}
.indiv-product-vendor-text {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: calc(var(--base-font-size) * 0.8);
}
.homepage-section--indiv-product-wrapper .product-details-product-title {
    color: var(--text-color);
    font-weight: normal;
}
[data-wetheme-section-type="products--featured-product"] .product-description {
    @media screen and (max-width: 767px) {
        text-align: center;
    }
}
[data-wetheme-section-type="products--featured-product"] .product-details-product-title {
    @media screen and (max-width: 767px) {
        text-align: center;
    }
}

[data-wetheme-section-type="products--featured-product"] .product-details-wrapper {
    margin-top: 15px;
}
@media screen and (max-width: 1500px) {
    [data-wetheme-section-type="products--featured-product"] .product-details-wrapper {
        /* margin-top: 0px; */
    }
}



[data-wetheme-section-type="products--featured-product"] .site-nav__link{
    /* margin-top: 5px; */
    position: relative;
    padding: 20px 0 0;
    color: var(--text-color);
    text-transform: uppercase;
    border: none;
    width: fit-content;
    margin: 0px auto 0;
}

[data-wetheme-section-type="products--featured-product"] .site-nav__link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color:  var(--text-color);
    transition: 0.3s;
}
[data-wetheme-section-type="products--featured-product"] .site-nav__link:hover {
    color: var(--link-color);
}
[data-wetheme-section-type="products--featured-product"] .site-nav__link:hover:after{
    background-color: var(--link-color);
}
@media screen and (min-width: 768px) {
    [data-wetheme-section-type="products--featured-product"] .site-nav__link{
        margin-left: 0;
    }
}



@media screen and (max-width: 767px) {
    .homepage-section--indiv-product-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .homepage-section--indiv-product-wrapper .product-images {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .featured-product--grid-item {
        padding-left: 15px;
    }
    .featured-product--grid-item:nth-last-child(-n + 2) {
        margin-bottom: 0 !important;
    }
}
.onboarding--sold-out {
    margin: 20px 0;
}
.homepage-sections--indiv-product-slider {
    position: relative;
}
.homepage-sections--indiv-product-slider img {
    width: 100%;
}
.homepage-sections--indiv-product-slider ul.slides {
    list-style: none;
    margin: 0;
}
.homepage-slider-container .swiper-pagination:not(.swiper-pagination-slideshow) {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: right;
    right: 30px;
}
.homepage-slider-container .swiper-pagination:not(.swiper-pagination-slideshow) li {
    margin: 0 10px;
}
