﻿.link-scroll-group1 {
    display: none;
}
/* feature-img */
.feature-img {
    margin-top: 5rem;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .feature-img {
        width: calc(100% + (2rem * 2));
        margin-left: -2rem;
        padding: 5rem 2rem;
    }
}

/* feature-slide */
@media screen and (max-width: 767px) {
    .scroll-link-wrapper {
        display: none;
    }
}
/* .product-effect,
.product-common-bgblock,
.product-common-block2 {
    display: none;
} */

.product-effect,
.product-hour,
.product-common-block2 {
   display: none; 
}

#product-item.product-cami-tank .product-common-bgblock {
    display: none; 
}
#product-item.product-cami-tank-bra .product-common-bgblock {
    display: block; 
}

#product-item.product-cami-tank-bra .product-cm {
    margin: -7rem 0 0;
}
@media screen and (min-width: 768px) {
    #product-item.product-cami-tank-bra .product-cm {
        margin: -19rem 0 0;
    }
}
#product-item .product-cm img {
    border-radius: 1.6rem;
}

.feature-slide {
    padding: 5rem 3.5rem;
}
@media screen and (max-width: 767px) {
    .feature-slide {
        width: calc(100% + 4rem);
        margin-left: -2rem;
        overflow: hidden;
    }
}
@media screen and (min-width: 768px) {
    .feature-slide {
        width: 100%;
        padding: 4rem 0;
        overflow: hidden;
        background: #fff;
        margin-top: 8rem;
    }
}
.feature-slide .title {
    width: fit-content;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto;
    padding-bottom: .6rem;
    border-bottom: 1px solid #000;
}
.feature-slide-inner {
    margin-top: 4rem;
    position: relative;
    padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
    .feature-slide-item {
        width: fit-content;
        height: 36rem;
    }
    .feature-slide-item img {
        display: block;
        width: auto;
        height: 100%;
    }
}
.feature-slide .swiper-horizontal > .swiper-scrollbar,
.feature-slide .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 26.5rem;
    height: 1px;
    background: #000;
    left: 50%;
    translate: -50% 0;
}
.feature-slide .swiper-scrollbar-drag {
    height: 8px;
    background: #000;
    top: -3px;
    cursor: pointer;
}

/* .product-item-health-media */
@media screen and (max-width: 767px) {
    .product-item-health-media {
        flex-direction: column;
        justify-content: center;
        row-gap: 6rem;
    }
    .product-item-health-img {
        margin-right: 0;
    }
}
