.homepage-product-grid-wrapper{display:flex;flex-wrap:wrap}.homepage-product-grid-wrapper .grid__item{cursor: pointer;margin-top:0;margin-bottom:45px}@media only screen and (max-width:768px){.homepage-product-grid-wrapper .grid__item{padding:0 7.5px}}.homepage-product-grid-wrapper .helper-content .grid__item{margin-top:0}.homepage-product-grid-wrapper .quick-add-button-onboarding,.homepage-product-grid-wrapper .quick-add-button-variants,.homepage-product-grid-wrapper .sold-out-button{color:var(--primary-btn-text-color)}.homepage-product-grid-wrapper .product-grid--price .money,.homepage-product-grid-wrapper .product-grid--title{color:inherit}@media screen and (max-width:768px){.show-view-all--button{margin-top:20px}}

[x-cloak] { display: none !important; }
.shopify-section .homepage-sections-wrapper.homepage-sections-wrapper--remove-spacing,
.homepage-sections-wrapper--remove-spacing,
.homepage-sections-wrapper--remove-spacing .grid__item {
    padding: 0!important;
    margin-bottom: 0;
}
.homepage-sections-wrapper--remove-spacing .content-width,
.homepage-sections-wrapper--remove-spacing .wrapper-padded {
    padding: 0;
    max-width: none;
}

.homepage-sections-wrapper--remove-spacing.grid,
.homepage-sections-wrapper--remove-spacing.grid--full,
.homepage-sections-wrapper--remove-spacing.grid--rev,
.homepage-sections-wrapper--remove-spacing .grid-uniform {
    margin-left: auto;
}

.homepage-sections-wrapper--remove-spacing .grid-view-item {
    margin-bottom: 0;
}
.homepage-sections-wrapper--remove-spacing .grid-view-item--desc-wrapper {
    text-align: left;
    padding: 20px 32px;
}
.homepage-sections-wrapper--remove-spacing .product-grid--title {
    display: flex;
    justify-content: space-between;
}
.homepage-sections-wrapper--remove-spacing .product-grid--title svg {
    stroke: #313131;
}
.homepage-sections-wrapper--remove-spacing .product-grid--title button[title="In Wishlist"] svg {
    fill: #313131;
}
.homepage-sections-wrapper--remove-spacing .product-grid--price {
    text-align: left;
}
.homepage-sections-wrapper--remove-spacing .sitewide--title-wrapper {
    margin: 0;
}
.homepage-sections-wrapper--remove-spacing .homepage-sections--title {
    padding-top: 80px;
    padding-bottom: 40px;
    margin: 0;
}
.homepage-sections-wrapper--remove-spacing .homepage-sections--title:after {
    display: none;
}
@media screen and (max-width:768px) {
    .homepage-sections-wrapper--remove-spacing .homepage-sections--title {
        padding-top: 60px;
    }
}

/* Modal Swiper */
.modal__slider--featured-collection .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal__slider--featured-collection .swiper-slide img {
    display: block;
    max-width: 48rem;
    height: 80vh;
    max-height: 56.25rem;
    object-fit: contain;
    margin-bottom: 2rem;
}

@media screen and (max-width: 990px) {
    .modal__slider--featured-collection .swiper-slide img {
        height: auto;
        max-height: 75vh;
    }
}

@media screen and (max-width: 768px) {
    .modal__slider--featured-collection .swiper-slide img {
        height: auto;
        max-height: 70vh;
    }
}

.modal__slider--featured-collection .swiper-wrapper {
    height: 100vh;
}

.swiper-button-next--style::after,
.swiper-button-prev--style::after {
    content: "";
    width: 4rem;
    height: 4rem;
}

.swiper-button-next--style,
.swiper-button-prev--style {
    width: 2.5em;
    height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;

}

.swiper-button-prev--style { left: 3.75rem; }
.swiper-button-next--style { right: 3.75rem; }
.featured-collection--swiper-button-prev.swiper-button-prev--style { top: 42%; left:26px; }
.featured-collection--swiper-button-next.swiper-button-next--style { top: 42%; right: 26px; }
@media screen and (max-width: 768px) {
    .swiper-button-prev--style { left: 1.5rem; }
    .swiper-button-next--style{ right: 1.5rem; }
    .featured-collection--swiper-button-prev.swiper-button-prev--style { top: 37%; left:26px; }
    .featured-collection--swiper-button-next.swiper-button-next--style { top: 37%; right: 26px; }
}

.swiper-button-next--style::after {
    background: url('/cdn/shop/files/slider-arrow-right.svg?v=1713863215') no-repeat center;
    /* Add your own icon */
    background-size: contain;
    /* Resize the icon to fit the element */
}

.swiper-button-prev--style::after {
    background: url('/cdn/shop/files/slider-arrow-left.svg?v=1713863215') no-repeat center;
    /* Add your own icon */
    background-size: contain;
    /* Resize the icon to fit the element */
}

.modal__slider--featured-collection.modal__slider {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.70)
}

.modal__slider--featured-collection .modal-slider__close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    cursor: pointer;
    z-index: 2;
    background: none;
    border: none;
    cursor: pointer;
}

.featured-collection__link {
    font-size: 0.938rem;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
    transition: width 0.3s ease;
}

.featured-collection__link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #FFF;
    bottom: -4px;
    left: 0;
    transition: width 0.3s;
}

.featured-collection__link:hover::after {
    width: 100%;
}

@media screen and (max-width: 990px) {
    .featured-collection__link::after {
        width: 100%;
    }
}

.featured-collection__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
    opacity: 0;
    border: 0;
    transition: all 0.5s ease;
}

.homepage-product-grid-wrapper .grid__item {
    position: relative;
}
.homepage-product-grid-wrapper .grid__item:hover .featured-collection__overlay {
    border: 0;
    opacity: 1;
}

.homepage-product-grid-wrapper .featured-collection__overlay img {
    width: 1.75rem;
    height: 1.75rem;
    transform: translateX(-2rem);
    opacity: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.homepage-product-grid-wrapper .grid__item:hover .featured-collection__overlay img {
    transform: translateX(0);
    opacity: 1;
}

.featured-collection--swiper-container {
    overflow: hidden;
}