@charset "utf-8";
/*carousel icon*/
.cmp-swipe-carousel.swiper-horizontal .swiper-button-next, .cmp-swipe-carousel.swiper-horizontal .swiper-button-prev {
    top: calc(50% - 20.5px);
}
.cmp-swipe-carousel.swiper-horizontal[data-dots] .swiper-button-next, .cmp-swipe-carousel.swiper-horizontal[data-dots] .swiper-button-prev {
    top: calc(50% - 45px);
}
.pc {
    display: none;
}
.sp {
    display: inline;
}
@media (min-width: 767px) {
    .pc {
        display: inline;
    }
    .sp {
        display: none;
    }
    [id*="layout"][id*="row"] > .aem-Grid {
        display: flex;
    }
    [id*="layout"][id*="row"][id*="reverse"] > .aem-Grid {
        flex-direction: row-reverse;
    }
    [id*="layout"][id*="row"][id*="center"] > .aem-Grid {
        align-items: center;
    }
    [id*="layout"][id*="row"][id*="bottom"] > .aem-Grid {
        align-items: flex-end;
    }
    [id*="layout"][id*="row"] > .aem-Grid > .container {
        width: 50%;
    }
    [id*="width80"] {
        width: 80%;
        margin: 0 auto;
    }
    [id*="layout"][id*="row"][id*="pc3"] > .aem-Grid {
        flex-wrap: wrap;
        justify-content: center;
    }
    [id*="layout"][id*="row"][id*="pc3"] > .aem-Grid > .container {
        width: calc(100%/3);
    }
    /*PDP*/
    .productfeaturexf .cmp-text--size-28-24, .productfeaturexf .cmp-text--size-28 {
        font-size: 24px;
    }
    .productfeaturexf [id*="width80"] {
        width: 100%;
    }
    .productfeaturexf [id*="layout"][id*="row"][id*="pc3"] > .aem-Grid {
        justify-content: flex-start;
    }
    .productfeaturexf [id*="layout"][id*="row"][id*="pc3"] > .aem-Grid > .container {
        width: calc(100%/2);
    }
}