.wishlist-target .arn_icon-add-wishlist:hover {
    fill: red;
}
.section-featured-collections .tns-nav {
    position: relative;
    margin-top: 10px;
}
.section-featured-collections .slider-controls button {
    top: 26%;
}
.section-featured-collections .slider-controls .slider-prev-button {
    left: -10px;
}
.section-featured-collections .slider-controls .slider-next-button {
    right: -10px;
}
.section-featured-collections .block-heading-wrapper {
    margin-bottom: 15px;
}
.section-featured-collections .block-heading-wrapper .block-heading {
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    color: var(--text-color);
}
.section-featured-collections.has-border .featured-collections-list > li:not(:first-child) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--miscellaneous-color);
}
.section-featured-collections .featured-collections-item {
    position: relative;
}
.section-featured-collections .featured-collections-item > p {
    margin: 12px 0;
}
.section-featured-collections .tns-horizontal.tns-subpixel > .tns-item {
    display: flex;
}
.section-featured-collections .collection-count {
    line-height: 1.45em;
}
.section-featured-collections .section-container {
    position: relative;
}
.section-featured-collections .offer-banner {
    position: relative;
    height: calc(100% - 30px);
}
.section-featured-collections .offer-banner figure {
    height: 100%;
}
.section-featured-collections .special-offer {
    flex: 0 0 370px;
    max-width: 100%;
    padding-bottom: 20px;
}
.section-featured-collections .offer-content {
    padding: 20px;
    width: 100%;
}
.section-featured-collections .offer-content p {
    font-size: 25px;
    line-height: 1.2em;
    margin: 0;
}
.section-featured-collections .offer-content .text-1,
.section-featured-collections .offer-content .text-2 {
    margin-bottom: 20px;
}
.section-featured-collections .offer-content .text-2 p {
    font-size: 36px;
    line-height: 1.12em;
}
.section-featured-collections .offer-content .product-title {
    font-size: 35px;
    line-height: 1.2em;
}
.section-featured-collections .offer-content .product-weight {
    margin: 0 0 20px;
    font-size: 28px;
}
.section-featured-collections .offer-content .product-price {
    margin: 20px 0;
    font-size: 36px;
    line-height: 1.12em;
    font-weight: 600;
    color: inherit;
}
.section-featured-collections .offer-content price-item {
    color: inherit;
}
.section-featured-collections .offer-content .price-compare {
    font-weight: 400;
    font-size: 26px;
}
.section-featured-collections .offer-content button {
    display: flex;
    align-items: center;
    min-height: 46px;
}
.section-featured-collections .offer-content button span {
    display: flex;
}
.section-featured-collections .offer-content button svg {
    -webkit-margin-end: 13px;
    margin-inline-end: 13px;
}
.section-featured-collections .collection-view-all {
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
}
.section-featured-collections .collection-view-all a {
    color: var(--primary-color);
    font-size: 15px;
    text-decoration: underline;
    text-underline-offset: 1px;
}
.section-featured-collections .promotion-applies .flex {
    justify-content: center;
    border: 1px dashed;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.3em;
    padding: 5px 15px;
    font-weight: 500;
    border-radius: 5px;
}
.section-featured-collections .promotion-applies span.icon {
    display: flex;
    -webkit-margin-end: 13px;
    margin-inline-end: 13px;
}
.section-featured-collections .promotion-applies span.text {
    display: flex;
    align-items: center;
    line-height: 1.2em;
}
.section-featured-collections slider-component + .promotion-applies {
    margin-top: 35px;
}
@media (min-width: 750px) {
    .section-featured-collections .tns-nav {
        margin-top: 0;
    }
    .section-featured-collections .promotion-applies .flex {
        font-size: 14px;
    }
    .section-featured-collections.has-border .featured-collections-list > li:not(:last-child) .tns-nav {
        margin-bottom: 60px;
    }
    .section-featured-collections.has-border .featured-collections-list > li:not(:first-child) {
        /* margin-top: 60px;
        padding-top: 60px; */
        margin-top: 0px;
    }
    .section-featured-collections .slider-controls button {
        top: 27%;
    }
}
@media (min-width: 1000px) {
    .section-featured-collections .special-offer {
        -webkit-margin-end: 20px;
        margin-inline-end: 20px;
        padding-bottom: 0;
    }
    .section-featured-collections .flex-reverse .special-offer {
        -webkit-margin-start: 20px;
        margin-inline-start: 20px;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
    }
    .section-featured-collections .collection-view-all {
        margin-bottom: 50px;
    }
}
@media (min-width: 1300px) {
    .section-featured-collections .special-offer {
        -webkit-margin-end: 50px;
        margin-inline-end: 50px;
    }
    .section-featured-collections .flex-reverse .special-offer {
        -webkit-margin-start: 50px;
        margin-inline-start: 50px;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
    }
    .section-featured-collections .offer-content {
        padding: 40px;
    }
    .section-featured-collections .slider-controls .slider-prev-button {
        left: -25px;
    }
    .section-featured-collections .slider-controls .slider-next-button {
        right: -25px;
    }
}
.templateList-collections .section-featured-collections .featured-collections-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--miscellaneous-color);
}
@media (min-width: 750px) {
    .templateList-collections .section-featured-collections .featured-collections-item {
        margin-bottom: 70px;
        padding-bottom: 70px;
    }
}
