#axomateCollectionsOnProductPage {
    margin-top:30px;
}

#axomateCollectionsOnProductPage .axomateCollectionsOnProductPage-section-title {
    display: block;
    font-size: 16px;
    line-height: 1em;
    color: black;
    font-family: FP1;
}

#axomateCollectionsOnProductPage .axomateCollectionsOnProductPageSwiper {
    margin-top:10px;
}

#axomateCollectionsOnProductPage .axomateCollectionsOnProductPageSwiper .swiper-slide {
    width: 160px;
    /* border-radius: 8px; */
    border: 1px solid var(--gray);
    transition:0.2s;
    -webkit-transition: 0.1s;
    margin-right:10px;
}

#axomateCollectionsOnProductPage .axomateCollectionsOnProductPageSwiper .swiper-slide.current_series {
    border: 1px solid var(--black); 
    transition:0.2s;
    -webkit-transition: 0.1s;
}

#axomateCollectionsOnProductPage .axomateCollectionsOnProductPageSwiper .swiper-slide .collectionOnProductPage-image {
    width: 80%;
    padding: 10%;
    padding-bottom: 10px;
}

#axomateCollectionsOnProductPage .axomateCollectionsOnProductPageSwiper .swiper-slide .collectionOnProductPage-info {
    padding: 0 5px 25px;
}

#axomateCollectionsOnProductPage .axomateCollectionsOnProductPageSwiper .swiper-slide .collectionOnProductPage-title {
    font-family: 'FP1';
    color: black;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 14px;
    text-align: center;
}

#axomateCollectionsOnProductPage .axomateCollectionsOnProductPageSwiper .swiper-slide .collectionOnProductPage-desc {
    font-family: 'FP2';
    font-size: 13px; 
    line-height: 18px;
    text-align: center;
    color: gray;
    letter-spacing: 0.3px;
    margin-top: 10px;
    min-height: 60px;
}

#axomateCollectionsOnProductPage .axomateCollectionsOnProductPageSwiper .swiper-slide .collectionOnProductPage-button {
    font-size: 12px;
    font-family: 'Archivo Narrow';
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 1px solid #dab772;
    background: transparent;
    color: #dab772;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
}

#axomateCollectionsOnProductPage .axomateCollectionsOnProductPageSwiper .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

#axomateCollectionsOnProductPage .axomateCollectionsOnProductPageSwiper .swiper-button-next:after,
#axomateCollectionsOnProductPage .axomateCollectionsOnProductPageSwiper .swiper-button-prev:after {
    font-size: 16px;
    color: black;
}

#axomateCollectionsOnProductPage .axomateCollectionsOnProductPageSwiper .swiper-button-prev {
    left: 0;
    top: 90px;
}

#axomateCollectionsOnProductPage .axomateCollectionsOnProductPageSwiper .swiper-button-next {
    right: 0;
    top: 90px;
}

/* mobile */

@media only screen and (max-width: 768px) {

    #axomateCollectionsOnProductPage .axomateCollectionsOnProductPageSwiper {
        margin-left: -15px;
        margin-right: -15px;
    }

  #axomateCollectionsOnProductPage .axomateCollectionsOnProductPageSwiper .swiper-button-prev {
        left: 15px;
    }

    #axomateCollectionsOnProductPage .axomateCollectionsOnProductPageSwiper .swiper-button-next {
        right: 15px;
    }

    #axomateCollectionsOnProductPage .axomateCollectionsOnProductPageSwiper .swiper-slide {
        
    }

}

@media only screen and (min-width: 768px) {

    #axomateCollectionsOnProductPage .axomateCollectionsOnProductPageSwiper .swiper-slide:hover {
        border: 1px solid var(--black); 
        transition:0.2s;
        -webkit-transition: 0.1s;
    }

}