body {
    font-family: Montserrat;
    font-size: 14px;
    color: #1A171B;
    margin: 0;
    padding: 0;
}

main {
    overflow: hidden;
}

.svg_ico {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

header .logo img {
    width: 100%;
    padding: 25px 0 30px 0;
    min-width: 175px;
}

header .logo img:hover {
    opacity: 0.6;
}

.menu a {
    text-decoration: none;
}

header .menu .item-menu {
    color: #1A171B!important;
    font-size: 16px;
    text-transform: uppercase;
}

header .menu .item-menu:hover {
    text-decoration: underline;
    cursor: pointer;
}

header .languages select {
    width: 40px;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    appearance: none!important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%231A171B'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-position-x: 100%!important;
    background-position-y: 1px!important;
    background-size: 23px!important;
    background-repeat: no-repeat;
    padding-right: 15px!important;
    height: 27px;
    border: none;
    font-size: 12px;
    color: #1A171B;
    outline: none;
    cursor: pointer;
}

header .languages form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

header .menu a:first-child .item-menu {
    color: #FD8189!important;
}

header .menu {
    display: flex;
    gap: 40px;
    text-align: center;
    width: 100%;
    justify-content: center;
}

header .user-info-lg {
    display: flex;
    align-items: center;
    gap: 25px;
}

header .user-info-lg .icos {
    display: flex;
    align-items: center;
    gap: 25px;
}

.top-img {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.top-img:after {
    content: '';
    background: #f8eeef;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99999;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 50%;
    z-index: 9;
}

.top-img img{
    width: 100%;
    position: relative;
    z-index: 99;
}

.top-img h1 {
    z-index: 99;
    font-size: 42px;
    color: #575656;
    max-width: 700px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 0 25px;
}

.top-img h1 .pink {
    text-transform: uppercase;
    color: #FD8189;
}

.btn-buy {
    cursor: pointer;
    z-index: 99;
    font-size: 20px;
    color: #FD8189;
    padding: 0 20px;
    height: 50px;
    border: 1px solid #FD8189;
    background: white;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.btn-buy:hover {
    color: white;
    border: 1px solid #FD8189;
    background:  #FD8189;
}

.btn-soon {
    z-index: 99;
    font-size: 20px;
    color: #FD8189;
    padding: 0 20px;
    height: 50px;
    border: 0;
    background: white;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.container-product {
    background: white;
    z-index: 999;
    position: relative;
    padding: 80px 0 80px 0;
    display: flex;
}

.container-top-img {
    padding-bottom: 80px;
    position: relative;
    display: flex;
    margin-top: 20px;
}

.container-top-img:after {
    content: '';
    position: absolute;
    background: #FFFFFF;
    z-index: 9;
    width: 100%;
    height: 43%;
    top: 525px;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    bottom: 0;
}

.container-product .wrapper-info {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    gap: 35px;
    justify-content: space-between;
}

.container-product .container-info-action {
    gap: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: -135px;
}

.container-product .container-product-text span {
    font-size: 14px;
    text-transform: uppercase;
    color: #575656;
}

.container-product .container-info-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.container-product .container-info-text h4 {
    margin: 0;
    color: #1A171B;
    font-size: 17px;
    text-transform: uppercase;
}

.container-product .container-info-text h2 {
    font-size: 32px;
    color: #FD8189;
    margin: 0;
    width: 60%;
    display: flex;
    align-items: start;
    justify-content: end;
    text-transform: uppercase;
}

.container-product .info-list-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.container-product .info-list-item > span:first-child {
    font-size: 20px;
    color: #FD8189;
    font-weight: bold;
    border: 1px solid #FD8189;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
}

.container-product .info-list-item span:last-child {
    color: #575656;
    font-size: 18px;
}

.container-product .container-info-list {
    gap: 10px;
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    margin-left: 45px;
}

.container-product .info-list-item-img img {
    width: fit-content;
}

.container-product .info-list-item-img {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    width: fit-content;
    align-items: center;
}

.container-product .info-list-item-img {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    width: fit-content;
    align-items: center;
    text-transform: uppercase;
}

.container-product .info-list-item .pink {
    color: #FD8189!important;
}

.container-product .info-list-item-img span {
    font-weight: bold;
    font-size: 12px;
}

.container-product.two {
    background: #FCF7F8;
}

.container-product.two .container-info-list{
    margin-left: 0;
    padding-top: 30px;
}

.container-product.two .container-info-text h2,
.container-product.three .container-info-text h2 {
    width: 85%;
}

.container-product.two .info-list-item,
.container-product.four .info-list-item {
    flex-direction: row-reverse;
    justify-content: end;
}

.container-product.two .info-list-item-img,
.container-product.four .info-list-item-img {
    align-self: end;
}

.container-product.two .container-info-text,
.container-product.four .container-info-text,
.container-product.four .info-list-item span:last-child,
.container-product.two .info-list-item span:last-child {
    text-align: right;
    justify-content: end;
    align-items: end;
}

.two .container-info-text {
    justify-content: end;
    align-items: end;
}

.container-product.three .container-info-action {
    margin-top: -105px;
}

.container-product.four {
    background: transparent;
    padding-bottom: 130px!important;
}

.container-product.five {
    z-index: 99;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    background: transparent;
    gap: 15px;
    flex-wrap: wrap;
}

.container-product.five > .five-left,
.container-product.five > .five-right {
    width: calc(50% - 7.5px);
    display: flex;
    gap: 15px;
}

.five-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.five-left .five-info {
    text-align: right;
    align-items: end;
}

.five-right .five-info {
    text-align: left;
}

.five-img {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 25px;
}

.circle-bottom:after {
    content: '';
    position: absolute;
    background: #FCF7F8;
    z-index: 99!important;
    width: 100%;
    height: 85%;
    top: 300px;
    display: block;
    border-radius: 50%;
    display: block;
}

.circle-bottom {
    position: relative;
}

.five-left .five-info h2 {
    color: #13BFD6;
}

.five-right .five-info h2 {
    color: #FD8189;
}

.five-info h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: normal;
}

.five-left .five-info h4 {
    color: #1A171B;
}

.five-right .five-info h4 {
    color: #FD8189;
}

.five-info h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: normal;
}

.five-info span {
    color: #575656;
    font-size: 14px;
}

.five-info p {
    color: #575656;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 80%;
}

.five-center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.five-center h1 {
    margin-top: 70px;
    margin-bottom: 30px;
    color: #FD8189;
    font-size: 42px;
    text-align: center;
}

.slider-products .product img {
    max-width: 410px;
    width: 100%;
}

.wrapper-slider .slick-list.draggable {
    position: relative;
    left: -10px;
}

.wrapper-slider {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
}

.container-slider-product {
    background: #f9f3f5;
    padding: 50px 0px;
}

.slider-products {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

button.slick-arrow {
    position: absolute;
    top: 230px;
    background: none;
    border: none;
    outline: none;
    font-size: 0;
    cursor: pointer;
}

button.slick-prev.slick-arrow {
    left: -100px;
}

button.slick-next.slick-arrow {
    right: -100px;
}

button.slick-arrow svg {
    color: #707070;
    width: 80px;
    height: 80px;
}

.container-slider-product .product {
    background: white;
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container-slider-product .product h4 {
    margin-top: 10px;
    font-weight: normal;
    text-align: center;
    font-size: 18px;
    color: #575656;
    height: 45px;
    margin-bottom: 10px;
}

.container-slider-product .product button.btn-buy,
.container-slider-product .product button.btn-soon {
    font-size: 16px;
    text-align: center;
    height: 40px;
}

.container-slider-product .slick-track {
    display: flex!important;
    gap: 40px;
}

.container-slider-product .product a {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    position: relative;
}

.banner-text {
    text-align: center;
    height: 90px;
    background: #BD5B65;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: white;
}

.wrapper-img img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
}
.container-img {
    background-color: #f9f3f5;
}
.container-img .container-img-bottom .container-info-text {
    width: 100%;
}
.container-img .container-img-bottom .container-info-text p {
    text-align: center;
}
.container-img .container-img-bottom .container-info-text span {
    text-transform: none;
    font-size: 18px;
    font-weight: normal;
    color: #575656;
    white-space: normal;
}


.container-img .container-img-bottom span {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    color: #FD8189;
    white-space: nowrap;
    width: 100%;
    max-width: 475px;
}

.container-img-bottom span:first-child {
    text-align: right;
}

.container-img .container-img-bottom {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding-top: 10px;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    flex-wrap: wrap;
    padding-bottom: 3em;
}

.container-testimonials button.slick-next.slick-arrow {
    right: 20px;
    position: absolute;
    bottom: -190px;
}

.container-testimonials button.slick-prev.slick-arrow {
    left: 20px;
    position: absolute;
    bottom: -190px;
}

.container-img-bottom img {
    margin-top: -160px;
    background: #f9f3f5;
    border-radius: 50%;
    padding: 20px;
    z-index: 9;
    padding: 20px;
}

.container-testimonials {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 70px;
    margin-bottom: 70px;
}

.testimonial {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
    width: calc(33% - 40px);
}

.testimonial p {
    font-size: 18px;
    margin: 0;
    color: #575656;
    text-align: center;
}

.wrapper-instagram {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.container-instagram {
    padding: 50px 15px 100px 15px;
    background: #FCF7F8;
}

.container-instagram h2 {
    font-size: 42px;
    color: #575656;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}

.container-slider-product .product:hover h4 {
    text-decoration: underline;
}
/* .container-slider-product .product h4.no-hover {
    margin-bottom: 5em;
} */
.container-slider-product .product:hover h4.no-hover {
    text-decoration: none;
}

.no-pointer {
    cursor: default;
}

.no-btn {
    visibility: hidden;
}

.no-buy {
    padding-bottom: 20px
}

header {
    display: flex;
}

.container-product.one .container-info-text h2,
.container-product.three .container-info-text h2 {
    justify-content: start!important;
}


.container-info-text > span {
    text-transform: uppercase;
    font-size: 14px;
    color: #575656;
}

.btn-more-info span:last-child {
    color: #1A171B;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-more-info {
    align-items: center;
    gap: 10px;
    justify-content: center;
    height: 45px;
    margin-top: 10px;
    cursor: pointer;
    background: white;
    padding: 0 20px;
}

.btn-more-info svg:last-child,
.btn-more-info .more-info-txt:last-child {
    display: none;
}

.container-product .container-info-text > .container-info-list {
    display: flex;
}

.instagram-post img {
    width: 100%;
}

.instagram-post {
    width: calc(25% - 15px);
}

.container-posts {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.testimonials {
    display: flex;
    gap: 80px;
    padding: 0 15px;
}

.container-menu svg:last-child {
    display: none;
}

nav.menu-mobile {
    display: none;
}

nav.menu-mobile .wrapper-nav {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}

nav.menu-mobile a {
    font-size: 20px;
    color: #1A171B;
    text-transform: uppercase;
    text-decoration: none;
}

nav.menu-mobile a:first-child {
    color: #FD8189;
}

.btn-more-info span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.more-info-txt {
    font-size: 16px;
}

.languages {
    display: flex;
    gap: 15px;
}

.landing-text {
    z-index: 999;
    display: flex;
    text-transform: none;
    font-size: 18px;
    font-weight: normal;
    color: #575656;
    white-space: normal;
    margin-bottom: 40px;
}

@media (max-width: 1500px) {

    .container-img .container-img-bottom {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    button.slick-next.slick-arrow {
        right: -15px;
        z-index: 99;
    }

    button.slick-prev.slick-arrow {
        left: -15px;
        z-index: 99;
    }

    .testimonial {
        max-width: inherit;
    }

    .instagram-post {
        width: calc(25% - 15px);
    }

    .container-img .container-img-bottom {
        gap: 25px;
    }

    .container-img .container-img-bottom {
        flex-direction: column;
        align-items: center;
    }

    .container-img .container-img-bottom img {
        order: 1;
    }
    .container-img-bottom img {
        margin-top: 0px;
    }
    .container-img .container-img-bottom span:first-child {
        order: 2;
    }

    .container-img .container-img-bottom span:last-child {
        order: 3;
    }

}

@media (max-width: 1300px) {

    .container-img-bottom img {
        margin-top: 0px;
    }

    .container-img .container-img-bottom img {
        max-width: 200px;
    }

    .slick-slide img {
        margin: 0 auto;
    }

    .container-product.five > .five-left, .container-product.five > .five-right {
        width: calc(50% - 20px);
    }

    .container-product.five {
        gap: 40px;
    }

    .container-product.five {
        width: 93%;
    }

    .five-img img {
        width: 100%;
        min-width: 235px;
    }

    .circle-bottom:after {
        display: none!important;
    }

    .container-product.four:after {
        content: '';
        position: absolute;
        background: #fcf7f8;
        /* z-index: 99!important; */
        width: 100%;
        height: 108%;
        top: 0;
        display: block;
        border-bottom-left-radius: 47%;
        display: block;
        border-bottom-right-radius: 50%;
        z-index: -1;
    }

    .container-top-img:after {
        top: 45%;
    }

    .container-product.five {
        z-index: 999;
    }

}

@media (max-width: 1250px) {

    header .container {
        gap: 30px;
    }

    header .menu {
        gap: 30px;
    }

    header .menu .item-menu {
        font-size: 14px;
    }

}

@media (min-width: 1200px) {
    .container-product .container-info-text .container-info-list {
        display: none;
    }
}

@media (max-width: 1200px) {

    .container-product .container-info-list {
        padding-top: 25px;
        margin-left: 0;
    }

    .container-product .wrapper-info > .container-info-list {
        display: none;
    }

}

@media (max-width: 1100px) {

    .container-img-bottom img {
        margin-top: 0px;
    }

    .container-img .container-img-bottom img {
        max-width: 160px;
    }

    .five-info h2 {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 25px;
    }

    .five-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center!important;
        text-align: center!important;
    }

    .container-product.five > .five-right {
        flex-direction: column!important;
    }

    .container-product.five > .five-left,
    .container-product.five > .five-right {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

}

@media (max-width: 1070px) {

    .testimonial p {
        margin: 20px 0 0 0;
    }

    .container-img .container-img-bottom span {
        white-space: normal;
        text-align: center;
        max-width: 100%;
    }

    .container-testimonials {
        margin-bottom: 90px;
    }

    ul.slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 50px;
        padding: 0;
    }

    ul.slick-dots li {
        list-style: none;
    }

    ul.slick-dots li button {
        width: 20px;
        height: 20px;
        background: #E7E7E7;
        border: none;
        appearance: none;
        font-size: 0px;
        border-radius: 50px;
    }

     ul.slick-dots li.slick-active button {
         background: #1A171B;
     }

    .testimonial {
        width: auto;
    }

    .testimonials {
        display: block;
    }

}

@media (min-width: 1000px) {

    .container-menu,
    .menu-mobile {
        display: none;
    }
    
}

@media (max-width: 1000px) {

    .instagram-post {
        width: calc(50% - 15px);
    }

    .container-posts {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: space-evenly;
    }

    header .container {
        padding: 0 25px;
    }

    .container-menu svg {
        width: 35px;
        height: 35px;
    }

    .container-menu {
        position: absolute;
        left: 0px;
        cursor: pointer;
    }

    header .user-info-lg {
        position: relative;
        width: 100%;
        justify-content: end;
    }

    header .container {
        margin-bottom: 45px;
        gap: 15px;
        flex-direction: column;
        padding-top: 15px;
    }

    header .logo img {
        padding: 25px 0 10px 0;
    }

    header .menu {
        display: none;
    }

    .container-top-img:after {
        top: 40%;
    }

}

@media (min-width:768px) and (max-width:880px) {
    .container-product .container-info-action img {
        width: 100%;
    }
}

@media (min-width:450px) and (max-width:768px) {

    .top-img h1 {
        width: 53%;
        min-width: 370px;
    }

}

@media (min-width: 768px) {

    .btn-more-info {
        display: none;
    }

}

@media (max-width: 768px) {

    .container-instagram {
        padding: 50px 15px 50px 15px;
    }

    .container-instagram h2 {
        font-size: 30px;
    }

    .container-testimonials {
        margin-bottom: 60px;
    }

    .wrapper-slider {
        padding-left: 0;
    }

    .wrapper-slider .slick-list.draggable {
        position: inherit;
        left: auto
    }

    .container-slider-product .slick-track {
        gap: 15px;
    }

    button.slick-next.slick-arrow {
        right: -18px;
    }

    button.slick-prev.slick-arrow {
        left: -7px;
    }

    button.slick-arrow {
        top: 165px;
    }

    button.slick-arrow svg {
        width: 40px;
        height: 40px;
    }

    .container-testimonials button.slick-next.slick-arrow,
    .container-testimonials button.slick-prev.slick-arrow {
        bottom: -10px;
        height: fit-content;
        top: auto;
    }

    .container-slider-product {
        padding: 40px 0px;
    }

    .container-product.five > .five-left,
    .container-product.five > .five-right {
        gap: 30px;
    }

    .five-img {
        gap: 30px;
    }

    .five-img img {
        max-width: 205px;
    }

    .container-product.one {
        padding: 40px 0 80px 0;
    }

    .container-top-img {
        padding-bottom: 40px;
    }

    .banner-text {
        padding: 0 15px;
        text-align: center;
        height: auto
    }

    .banner-text h4 {
        margin: 20px 0px;
    }


    .five-center h1 {
        margin-top: 60px;
    }

    .container-product.four {
        padding-bottom: 60px!important;
    }

    .container-product.four:after {
        display: none;
    }

    .container-product.four .container-info-text:after {
        content: '';
        position: absolute;
        background: #fcf7f8;
        /* z-index: 99!important; */
        width: 100%;
        height: 105%;
        top: 0;
        display: block;
        border-bottom-left-radius: 35%;
        display: block;
        border-bottom-right-radius: 35%;
        z-index: -1;
    }

    nav.menu-mobile a {
        font-size: 16px;
    }

    .container-testimonials {
        margin-top: 50px;
    }

    .container-img .container-img-bottom {
        width: 75%;
    }

    .wrapper-img > img {
        width: 180%;
        max-width: inherit!important;
        margin-left: -39%;
    }

    .container-img-bottom img {
        margin-top: 0px;
    }

    .container-img .container-img-bottom img {
        max-width: 120px;
    }

    .container-product.two .container-info-text h2,
    .container-product.three .container-info-text h2 {
        width: 90%;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .container-product .container-info-text > .container-info-list {
        display: none;
    }

    .five-info p {
        display: none;
    }

    .container-product .container-info-text > .container-info-list {
        padding-bottom: 10px;
        padding-top: 15px;
    }

    .container-product.two .info-list-item > span:last-child {
        text-align: left!important;
    }

    .container-product.two .info-list-item, .container-product.four .info-list-item {
        flex-direction: row;
        justify-content: start;
        text-align: left;
    }

    .container-product.three .container-info-action {
        margin-top: -90px;
    }

    .container-product.two .wrapper-info,
    .container-product.four .wrapper-info {
        flex-direction: column-reverse;
    }

    .container-product.two .container-info-text,
    .container-product.four .container-info-text,
    .container-product.four .info-list-item span:last-child,
    .container-product.two .info-list-item span:last-child {
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .container-product .info-list-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .container-product .info-list-item {
        align-items: start;
    }

    .container-info-list {
        gap: 20px!important;
    }

    header .logo img {
        max-width: 175px;
    }

    .container-product .container-info-text h4 {
        padding: 0 25px;
        text-align: center;
    }

    .btn-more-info {
        display: flex;
    }

    .container-product.one .container-info-text h2,
    .container-product.three .container-info-text h2 {
        justify-content: center!important;
        text-align: center;
        width: 90%;
    }

    .container-product .container-info-text {
        align-items: center;
    }

    .container-product .info-list-item-img {
        margin-top: 20px;
        width: 100%;
    }

    .container-product .info-list-item > span:first-child {
        font-size: 18px;
    }

    .container-product .info-list-item span:last-child {
        font-size: 16px;
    }

    .container-product .container-info-text h2{
        font-size: 25px;
    }

    .container-product .container-info-action {
        margin-top: 0px;
    }

    .container-product .wrapper-info {
        gap: 10px;
    }

    .container-product .container-info-action {
        gap: 20px;
    }

    .container-info-action img {
        max-width: 210px;
    }

    .top-img {
        padding-bottom: 60px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .container-product .wrapper-info {
        flex-direction: column;
    }

    .container-top-img:after {
        top: 47%;
        border-top-right-radius: 30%;
        border-top-left-radius: 30%;
    }

    .top-img h1 {
        font-size: 25px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .btn-buy, .btn-soon {
        font-size: 16px;
    }

    .container-product.five {
        z-index: 999;
        flex-direction: column;
        width: 90%;
    }

    .container-product.five > .five-left, .container-product.five > .five-right {
        width: 100%;
    }

    .five-info h2 {
        width: 80%;
    }

    .container-product.five {
        gap: 30px;
    }

    .five-center h1 {
        font-size: 25px;
        width: 70%;
    }

    .banner-text h4 {
        font-size: 25px;
        text-align: center;
        width: 80%;
    }

    .container-img .container-img-bottom span {
        font-size: 20px;
    }

    .slick-slide img {
        max-width: 135px;
    }

    .testimonial p {
        font-size: 14px;
    }

}

@media (min-width: 650px) {

    .container-top-img br {
        display: none!important;
    }

}

@media (max-width: 600px) {

    .container-product.four .container-info-text:after {
        border-bottom-left-radius: 20%;
        border-bottom-right-radius: 20%;
    }

    .container-top-img:after {
        top: 39%;
    }

}

@media (max-width: 550px) {

    .top-img:after {
        height: 80%;
    }

}

@media (max-width: 500px) {

    .five-info h2 {
        width: 90%;
    }

    .container-top-img:after {
        top: 35%;
        border-top-right-radius: 30%;
        border-top-left-radius: 30%;
    }
}

@media (max-width: 400px) {

    .container-info-text img {
        width: 100%;
    }

    .top-img:after {
        height: 70%;
    }

    .container-top-img:after {
        top: 30%;
    }

}

@media (max-width: 350px) {

    .container-top-img:after {
        top: 25%;
    }

    .top-img:after {
        height: 60%;
    }

}
