@charset "utf-8";

.index-content-wrapper {
    padding-top: 0;
}
.index-content-wrapper .banners-wrapper {
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 1920px) {
    .index-content-wrapper .banners-wrapper .banner {
        height: 720px;
        overflow: hidden;
    }
}

.index-content-wrapper .banners-wrapper .banner img {
    width: 100%;
    transition: 1s;
}
.index-content-wrapper .banners-wrapper:hover .banner img {
    transform: scale(102%);
    transition: 1s;
}

/*  js-slick-index-banner-slide */
/* hack page loading */
.js-slick-index-banner-slide{display:none;}
.js-slick-index-banner-slide.slick-initialized{display:block;}


.index-content {
    width: 100%;
}

/*  index-aftebanners-box */

.index-aftebanners-box-top {
    width: 100%;
    height: 255px;
    background: #F7748B;
}

.index-aftebanners-box-items {
    width: 1338px;
    margin: 0 auto;
    height: 100%;
    display: flex;
}

.index-aftebanners-box-content {
    width: 25%;
    padding-top: 50px;
    flex-basis: 25%;
    text-align: center;
}
.index-aftebanners-box-content img {
    height: 130px;
    width: auto;
}

.index-aftebanners-box-content .block-title{
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;

    position: absolute;
    z-index: 1;
    bottom: 17px;
    left: 50%;
    margin: 0;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
.index-aftebanners-box-content .block-text{
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 2px;
    text-align: center;
    color: #ffffff;
}
.index-aftebanners-box-content .block-text span{
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
}


/* index-spec-box */

.index-spec-box-wrapper {
    width: 1338px;
    margin: auto;
}
.index-spec-box {
    padding-bottom: 50px;
}

.index-spec-box-header {
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0.1em;
    color: #000000;
    padding-top: 20px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.index-spec-box-product {}

.index-spec-box-product-top {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index-spec-box-product-img {}

.index-spec-box-product-img img,
.index-spec-box-product-img a img {
    width: 100%;
}
.index-spec-box-product-name {}

.index-spec-box-product-price {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.index-spec-box-product-price .normal-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #414040;
}
.index-spec-box-product-price .old-price {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #BABABA;
}
.index-spec-box-product-price .old-price::before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background-color: #414040;
    position: absolute;
    top: 50%;
}


    /* index-spec-box-hits */

.index-hits-content {
    background-color: #FFE6E7;
    background-image: url(/images/home/home-hits-content.jpg);
    background-position: top left;
    background-repeat: repeat-x;
}

.index-hits-content .index-spec-box-wrapper {
    height: 765px;
}

.index-hits-content .index-spec-box-header {
    color: #ffffff;
}

/* hack page loading */
.js-slick-index-hits-slide{display:none;}
.js-slick-index-hits-slide.slick-initialized{display:block;}


.index-hits-content .slick-prev,
.index-hits-content .slick-next {
    top: 200px;
}

.index-hits-content .index-spec-box-items .slick-list {
    margin: 0 -16px;
}
.index-hits-content .index-spec-box-items .slick-track {}

.index-hits-content .index-spec-box-product {
    background: #FFFFFF;
    margin: 0 16px;
    border: 1px solid rgba(72, 74, 73, 0.95);
}

.index-hits-content .index-spec-box-product:hover {}

.index-hits-content .index-spec-box-product:not(.slick-active):hover .index-spec-box-product-footer{
    margin-bottom: -70px;  /* footer no move, else unnecessary border under block*/
}

.index-hits-content .index-spec-box-product-img {
    width: 100%;
    border-bottom: 1px solid rgba(72, 74, 73, 0.95);
    overflow: hidden;
}
.index-hits-content .index-spec-box-product-img img {
    width: 100%;
    transition: 1s;
}
.index-spec-box-product:hover .index-spec-box-product-img img {
    transform: scale(105%);
    transition: 1s;
}

.index-spec-box-product-name-wrapper {
    padding: 20px 20px 30px;
}
.index-hits-content .index-spec-box-product-cat {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.2em;
    text-align: left;
    color: #00B897;
    text-transform: uppercase;
    margin-bottom: 12px;
    /**/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index-hits-content .index-spec-box-product-name {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 12px;
    display: block;
    height: 42px;
    overflow: hidden;
}



.index-hits-content .index-spec-box-product-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 30px;
    opacity: 0;
    margin-bottom: -70px;
    transition: margin-bottom 1s, opacity 0.5s;
    z-index: 10;
}
.index-hits-content .index-spec-box-product:hover .index-spec-box-product-footer{
    opacity: 1;
    margin-bottom: 0;
    transition: margin-bottom 0.5s, opacity 2s;
}

.index-spec-box-product-footer-left {
    width: 80px;
    display: flex;
}

.index-hits-content .index-spec-box-product-footer .index-spec-box-product-btn{
    background: #FAFAFA;
    box-shadow: 0 0 6px 0 #00000040;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 5px;
    flex-shrink: 0;
}
.index-hits-content .index-spec-box-product-footer .index-spec-box-product-btn > a{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-hits-content .index-spec-box-product-footer .index-spec-box-product-btn .share{
    border-radius: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-hits-content .index-spec-box-product-footer .index-spec-box-product-btn .share::before,
.index-hits-content .index-spec-box-product-footer .add-wishlist::before,
.index-hits-content .index-spec-box-product-footer .add-compare::before{
    font-family: 'Font Awesome 6';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 19px;
}

.index-hits-content .index-spec-box-product-footer .index-spec-box-product-btn .share::before{
    content: '\f1e0';
}

.index-hits-content .index-spec-box-product-footer .preloader::before{
    font-family: 'Font Awesome 6';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
}

.index-hits-content .index-spec-box-product-footer .add-wishlist::before{
    content: '\f004';
    color: #00B897;
}
.index-hits-content .index-spec-box-product-footer .add-compare::before{
    content: '\f515';
    color: #F7748B;
}
.index-hits-content .index-spec-box-product-footer .add-wishlist:hover::before,
.index-hits-content .index-spec-box-product-footer .add-compare:hover::before{
    font-weight: 900;
    transition: 1s;
}
.index-hits-content .index-spec-box-product-footer .add-wishlist.remove::before,
.index-hits-content .index-spec-box-product-footer .add-compare.remove::before{
    font-weight: 900;
    color: #ffffff;
}
.index-hits-content .index-spec-box-product-footer .index-spec-box-product-btn.remove-btn > a.add-wishlist{
    background: #00B897;
}
.index-hits-content .index-spec-box-product-footer .index-spec-box-product-btn.remove-btn > a.add-compare{
    background: #F7748B;
}

.index-hits-content .index-spec-box-product-footer .index-spec-box-product-btn:hover .share::before{
    color: #00B897;
    transition: 0.5s;
}


.index-spec-box-product-btn .bubble-box {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
    border: none;
    border-radius: 10px;
}
.index-spec-box-product-btn .bubble-box::after {
    border-top-color: #ffffff;
}

.index-spec-box-product-btn .share + .bubble-box {
    width: fit-content;
    right: 0;
    bottom:100%;
    opacity: 1;
    visibility: visible;

}
.index-spec-box-product-btn .share.close + .bubble-box {
    width: fit-content;
    max-width: 80%;
    right: 0;
    bottom:100%;
    opacity: 0;
    visibility: hidden;
}
.index-spec-box-product-btn .share + .bubble-box::after {
    right: 20px;
    left: auto;
}




.index-hits-content .index-spec-box-product-footer .index-spec-box-product-add-cart{
    background-color: #F7748B;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 38px;
    border-radius: 38px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-hits-content .index-spec-box-product-footer .index-spec-box-product-add-cart:hover{
    opacity: 0.9;
    transition: 1s;
}


/* index-recom-categ-content */

.index-2categ-banners-items {
    display: flex;
    margin: 0 -15px;
}
.index-2categ-banners-items .index-2categ-banner {
    margin: 0 15px;
    overflow: hidden;
}
.index-2categ-banners-items img {
    width: 100%;
    transition: 1s;
}
.index-2categ-banner:hover img {
    transform: scale(105%);
    transition: 1s;
}


/* hack page loading */
.js-slick-index-categ-slide{display:none;}
.js-slick-index-categ-slide.slick-initialized{display:block;}

.index-categ-box-items{
    margin-top: 50px;
    margin-bottom: 30px;
    overflow: hidden;
}
.index-categ-box-items .slick-list {
    margin: 0 -15px;
    padding-right: 340px;
    padding-left: 340px;
}
.index-recom-categ-content .slick-prev,
.index-recom-categ-content .slick-next {
    top: 80%;
}
.index-categ-box-items .index-categ-slide-banner {
    margin: 0 15px;
    overflow: hidden;
}
.index-categ-box-items img {
    width: 100%;
    transition: 1s;
}
.index-categ-slide-banner:hover img {
    transform: scale(105%);
    transition: 1s;
}
.index-categ-box-link {
    width: 100%;
}
.index-categ-box-link a {
    width: 25%;
    margin-left: auto;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: end;
    text-transform: uppercase;
    color: #00B897;

}

.index-categ-box-link a span {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.08);
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
.index-categ-box-link a span::after {
    font-family: 'Font Awesome 6';
    content: "\f178";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}
.index-categ-box-link a:hover span {
    background: #F7748B;
    transition: 1s;
}
.index-categ-box-link a:hover span::after {
    color: #ffffff;
}

/* index-5banners-content */

.index-5banners-content {
    background-color: #FFE6E7;
    background-image: url(/images/home/home-banners-content.jpg);
    background-position: top center;
    background-repeat: repeat-x;

    /**/
    min-height: 1140px;
}
.index-5banners-content .index-spec-box-header {
    color: #ffffff;
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.index-5banners-content .index-5banners-wrapper {}
.index-5banners-content .index-5banners-wrapper::before {
    content: "";
    position: absolute;
    inset: -20px; /* управляет расстоянием рассеивания */
    transform: scale(102%); /* управляет смещением */
    background: rgba(255,255,255,0.55);
    filter: blur(20px); /* управляет размытием */
}

.index-5banners-content .index-2banners-items {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px 40px;
}
.index-5banners-content .index-2banners-items .index-2banners-banner {
    margin: 0 15px;
    overflow: hidden;
}
.index-5banners-content .index-2banners-items img {
    width: 100%;
    transition: 1s;
}
.index-5banners-content .index-2banners-banner:hover img {
    transform: scale(105%);
    transition: 1s;
}
.index-5banners-content .index-3banners-items {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}
.index-5banners-content .index-3banners-items .index-3banners-banner {
    margin: 0 15px;
    overflow: hidden;
}
.index-5banners-content .index-3banners-items img {
    width: 100%;
    transition: 1s;
}
.index-5banners-content .index-3banners-banner:hover img {
    transform: scale(105%);
    transition: 1s;
}

/* index-spec-box-cat-prod-slider */
.js-slick-index-cat-prod-slide{display:none;}
.js-slick-index-cat-prod-slide.slick-initialized{display:block;}

.index-cat-prod-slider {
    padding-bottom: 30px;
}

.index-cat-prod-slider-wrapper {
    display: block;
}
/* left block */
.index-cat-prod-slider-buttons {
    width: 25%;
    display: block;
    float: left;
}
.index-cat-prod-slider-buttons-inner {
    margin-right: 100px;
    margin-top: 30px;
    background-color: #00B897;
    padding: 0 0 83px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index-cat-prod-slider-buttons-inner-img {
    left: 70px;
    top: -30px;
    margin-bottom: -50px;
    transition: 0.5s;

    /**/
    min-height: 200px;
}
.index-cat-prod-slider-buttons:hover .index-cat-prod-slider-buttons-inner-img {
    transition: 0.5s;
    transform: rotate(5deg) scale(105%);
}
.index-cat-prod-slider-buttons-inner-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    text-transform: uppercase;
    height: 72px;
    overflow: hidden;
    margin-right: 10px;
}
.index-cat-prod-slider-buttons:hover .index-cat-prod-slider-buttons-inner-name {
    color: #FFDFE5;
    transition: 0.5s;
}

/* slick */
.index-cat-prod-slider .slick-prev,
.index-cat-prod-slider .slick-next {
    top: inherit;
    bottom: 260px;
}
.index-cat-prod-slider .slick-next {
    left: -225px;
}
.index-cat-prod-slider .slick-prev {
    left: -275px;
}

/* right block */
.index-cat-prod-slider-content {
    display: block;
    width: 75%;
    float: right;
    padding-right: 2px;
}
.index-cat-prod-slider .index-cat-prod-items {
    min-height: 580px;
    margin-bottom: -40px;
}
.index-cat-prod-slider .index-cat-prod-items .slick-list {
    margin: 0 -16px;
}

.index-cat-prod-product {
    background: #FFFFFF;
    margin: 0 16px;
    border: 1px solid rgba(72, 74, 73, 0.95);
}
.index-cat-prod-product:hover {}

.index-cat-prod-product:not(.slick-active):hover .index-cat-prod-product-footer{
    margin-bottom: -70px;  /* footer no move, else unnecessary border under block*/
}
.index-cat-prod-product-img {
    width: 100%;
    background: #FFDFE5;
    overflow: hidden;
    border-bottom: 1px solid rgba(72, 74, 73, 0.95);

    /**/
    min-height: 312px;
}
.index-cat-prod-product-img img {
    width: 100%;
    transition: 1s;
}
.index-cat-prod-product:hover .index-cat-prod-product-img img {
    transform: scale(105%);
    transition: 1s;
}


.index-cat-prod-product-name-wrapper {
    padding: 20px 20px 30px;
}
.index-cat-prod-product-cat {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.2em;
    text-align: left;
    color: #00B897;
    text-transform: uppercase;
    margin-bottom: 12px;
    /**/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.index-cat-prod-product-name {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 12px;
    display: block;
    height: 42px;
    overflow: hidden;
}
.index-cat-prod-product-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 30px;
    opacity: 0;
    margin-bottom: -70px;
    transition: margin-bottom 1s, opacity 0.5s;
    z-index: 10;
}
.index-cat-prod-product:hover .index-cat-prod-product-footer{
    opacity: 1;
    margin-bottom: 0;
    transition: margin-bottom 0.5s, opacity 2s;
}
.index-spec-box-product-footer-left {
    width: 80px;
    display: flex;
}
.index-cat-prod-product .index-cat-prod-product-footer .index-cat-prod-product-btn{
    background: #FAFAFA;
    box-shadow: 0 0 6px 0 #00000040;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 5px;
    flex-shrink: 0;
}
.index-cat-prod-product .index-cat-prod-product-footer .index-cat-prod-product-btn > a{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.index-cat-prod-product .index-cat-prod-product-footer .index-cat-prod-product-btn .share{
    border-radius: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-cat-prod-product .index-cat-prod-product-footer .index-cat-prod-product-btn .share::before,
.index-cat-prod-product-footer .add-wishlist::before,
.index-cat-prod-product-footer .add-compare::before{
    font-family: 'Font Awesome 6';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 19px;
}

.index-cat-prod-product .index-cat-prod-product-footer .index-cat-prod-product-btn .share::before{
    content: '\f1e0';
}


.index-cat-prod-product-footer .preloader::before{
    font-family: 'Font Awesome 6';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
}



.index-cat-prod-product-footer .add-wishlist::before{
    content: '\f004';
    color: #00B897;
}
.index-cat-prod-product-footer .add-compare::before{
    content: '\f515';
    color: #F7748B;
}
.index-cat-prod-product-footer .add-wishlist:hover::before,
.index-cat-prod-product-footer .add-compare:hover::before{
    font-weight: 900;
    transition: 1s;
}
.index-cat-prod-product-footer .add-wishlist.remove::before,
.index-cat-prod-product-footer .add-compare.remove::before{
    font-weight: 900;
    color: #ffffff;
}
.index-cat-prod-product .index-cat-prod-product-footer .index-cat-prod-product-btn.remove-btn > a.add-wishlist{
    background: #00B897;
}
.index-cat-prod-product .index-cat-prod-product-footer .index-cat-prod-product-btn.remove-btn > a.add-compare{
    background: #F7748B;
}

.index-cat-prod-product-btn:hover .share::before{
    color: #00B897;
    transition: 0.5s;
}

.index-cat-prod-product-btn .bubble-box {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
    border: none;
    border-radius: 10px;
}
.index-cat-prod-product-btn .bubble-box::after {
    border-top-color: #ffffff;
}

.index-cat-prod-product-btn .share + .bubble-box {
    width: fit-content;
    right: 0;
    bottom:100%;
    opacity: 1;
    visibility: visible;

}
.index-cat-prod-product-btn .share.close + .bubble-box {
    width: fit-content;
    max-width: 80%;
    right: 0;
    bottom:100%;
    opacity: 0;
    visibility: hidden;
}
.index-cat-prod-product-btn .share + .bubble-box::after {
    right: 20px;
    left: auto;
}





.index-cat-prod-product-footer .index-cat-prod-product-add-cart{
    background-color: #F7748B;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 38px;
    border-radius: 38px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-cat-prod-product-footer .index-cat-prod-product-add-cart:hover{
    opacity: 0.9;
    transition: 1s;
}
.index-cat-prod-button-plus {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.index-cat-prod-button-plus .button-dark {
    height: 60px;
    border-radius: 30px;
    padding: 0 30px;
    font-weight: 700;
    letter-spacing: 0.2em;
}
.index-cat-prod-hide-block {
    display: none;
}
.index-cat-prod-hide-block .index-cat-prod-show-block{
    margin-top: 20px;
}

/* index-instagram-content */

.index-instagram-content {
    background: #FFDFE5;
}
.js-slick-instagram-slide{display:none;}
.js-slick-instagram-slide.slick-initialized{display:block;}

.index-instagram-items .slick-prev,
.index-instagram-items .slick-next {
    top: inherit;
    bottom: 10px;
}

.index-instagram-items .slick-prev:hover,
.index-instagram-items .slick-next:hover  {
    background: #00B897;
}
.index-instagram-items {
    padding-bottom: 110px;
}
.index-instagram img {
    width: 100%;
}


/* index-brand-box */
.js-slick-brand-box-slide{display:none;}
.js-slick-brand-box-slide.slick-initialized{display:block;}
.index-brand-box {
    background: #E6F8F5;
}
.index-brand-box-items {}

/* slick */
.index-brand-box-items .slick-list {
    margin: 0 -20px;
}

.index-brand-box-items.brand-2-rows .slick-prev,
.index-brand-box-items.brand-2-rows .slick-next {
    /*top: calc(50% - 35px);*/
}

.index-brand-box-items.brand-2-rows .slick-slide > div {
    background-color: #ffffff;
    margin: 0 20px 25px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
    border-radius: 6px;
    height: 120px;
    overflow: hidden;
}

.index-brand-box-items.brand-2-rows .slick-slide > div:empty {
    background-color: transparent;
    box-shadow: none;
}

.index-brand-box-item {
    background-color: #ffffff;
}

.index-brand-img {
    background-color: #ffffff;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center
}

.index-brand-img-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.index-brand-box-item .index-brand-img img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 0.5s;
    padding: 10px;
}
.index-brand-box-item:hover img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(0%);
    opacity: 1;
    transition: 0.5s;
    padding: 10px;
}


/*  index-lvw-box */

.js-slick-index-lvw-slide{display:none;}
.js-slick-index-lvw-slide.slick-initialized{display:block;}

.index-lvw-box-items {}

/* +slick */
.index-lvw-box-items .slick-list {
    margin: 0 -14px;
}
.index-lvw-box-items.slick-initialized .slick-slide {
    display: flex;
}
.index-lvw-box-product {
    background: #FFFFFF;
    border: 1px solid #414040;
    padding: 10px;
    margin: 0 14px;
    display: flex;
    justify-content: space-between;
    transition: 1s;
}
.index-lvw-box-product:hover {
    border: 1px solid #00B897;
    transition: 1s;
}
.index-lvw-box-product-img {
    width: 47%;
    height: auto;
    overflow: hidden;
}
.index-lvw-box-product-img img {
    background: #00B897;
    width: 100%;
    height: auto;
    min-height: 140px;
    transition: 1s;
    font-size: 10px;
}
.index-lvw-box-product:hover img {
    transition: 1s;
    transform: scale(105%);
}
.index-lvw-box-product-wrapper {
    padding: 0 0 0 15px;
    width: 53%;
}

.index-lvw-box-product-cat {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #00B897;
    text-transform: uppercase;
    height: 36px;
    overflow: hidden;
}
.index-lvw-box-product-name {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    margin-bottom: 6px;
    height: 63px;
    overflow: hidden;
}
.index-lvw-box-product .index-spec-box-product-price {
    flex-direction: column;
    align-items: start;
    height: 60px;
    margin-top: 10px;
}
.index-lvw-box-product .index-spec-box-product-price .normal-price {
    color: #00B897;
    margin-top: 5px;
}
