.nails-home-banner {
    position: relative;
    height: 100vh;
}

.nails-home-banner .slide-banner .swiper-slide:before {
    background-image: url(../images/vector-home-banner.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    z-index: 3;
    background-position: left bottom;
}

.nails-home-banner .slide-banner {
    position: relative;
    height: 100%;
    z-index: 5;
}

.nails-home-banner .swiper-slide {
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0 !important;
    transition: all .5s;
}

.nails-home-banner .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.nails-home-banner .banner-arrows {
    position: absolute;
    top: 40%;
    z-index: 9;
    cursor: pointer;
}

.nails-home-banner .banner-arrows.swiper-button-disabled {
    opacity: .5;
}

.nails-home-banner .banner-arrows.nails-button-next {
    right: 20px;
}

.nails-home-banner .banner-arrows.nails-button-prev {
    left: 20px;
    transform: scaleX(-1);
}

.nails-home-banner .swiper-slide .background-overlay {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transform: scale(1.14) !important;
    transition: all ease .9s !important;
    overflow: hidden;
}

.nails-home-banner .swiper-slide .background-overlay.motion-effects {
    transform: scale(1) !important;
}

.nails-home-banner .banner-container {
    width: 1270px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 10;
    padding: 10px 30px;
}

.nails-home-banner .banner-container>* {
    margin-bottom: 20px;
}

.nails-home-banner .banner-container .sub-title {
    font-size: 37px;
    font-weight: 600;
}

.nails-home-banner .banner-container .title {
    font-size: 63px;
    font-weight: 700;
}

.nails-home-banner .banner-container .description {
    font-size: 16px;
    font-weight: 400;
    padding: 30px 0 20px 0;
}

@media screen and (max-width: 1024px) {
    .nails-home-banner .banner-container {
        padding: 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .nails-home-banner .banner-container .sub-title {
        font-size: 28px;
        line-height: 1;
    }

    .nails-home-banner .banner-container .title {
        font-size: 47px;
        line-height: 1;
    }

    .nails-home-banner .banner-container .description {
        font-size: 12px;
        line-height: 24px;
        padding: 0 0 20px 0;
    }

    .nails-home-banner div.banner-shape-bottom svg {
        width: calc(130% + 1.3px);
        height: 169px;
    }

    .nails-home-banner {
        height: 84vh;
    }

    .nails-home-banner .banner-arrows {
        display: none !important;
    }
}

.nails-home-banner .banner-container .learn-more {
    font-family: "Quicksand", Sans-serif;
    color: var(--e-global-color-4e4f1f4);
    background-color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    padding: 12px 32px 12px 32px;
    cursor: pointer;
}

.nails-home-banner .banner-shape-bottom {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -10px;
    z-index: 9;
}

.nails-home-banner .banner-shape-bottom svg {
    width: calc(113% + 1.3px);
    height: 414px;
}

.nails-home-banner .banner-shape-bottom svg {
    display: block;
    /* width: calc(100% + 1.3px); */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.nails-home-banner .banner-shape-bottom .elementor-shape-fill {
    fill: var(--e-global-color-primary);
    transform-origin: center;
    transform: rotateY(0deg);
}

.nails-home-banner .slideInUp {
    animation-name: slideInUp;
    animation-duration: .75s;
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}


/* product */
.home .added_to_cart.wc-forward {
    color: #FFF;
    margin-left: 10px;
}