.banner {
    padding: 50px 150px 0;
    position: relative;
    display: flex;
    align-items: center;
}
.prev-slide {
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 140px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    transition: .25s;
}
.prev-slide:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #C5191D;
    border-left: 1px solid #C5191D;
    position: absolute;
    transform: rotate(-45deg) translate(2px, 2px)
}
.next-slide {
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 140px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    transition: .25s;
}
.next-slide:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #C5191D;
    border-right: 1px solid #C5191D;
    position: absolute;
    transform: rotate(45deg) translate(-2px, 2px);
}
.next-slide:hover,
.prev-slide:hover {
    background: #C5191D;
    border-color: #C5191D;
}
.next-slide:hover::before,
.prev-slide:hover::before {
    border-color: #fff;
}
.slide-content {
    width: 100%;
    overflow-x: hidden;
    border-radius: 10px;
	border-radius: 10px;
}
.popular-category .slide-content,
.new-items .slide-content,
.last-news .slide-content {
	padding: 10px;
}
.banner .slide-content {
    border-radius: 0;
}
.slide-line {
    height: 100%;
    display: flex;
}
.banner .slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    flex: none;
}
.banner .slide img {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 7px;
    position: absolute;
    margin: 10px;
	box-shadow: 0 -2px 4px 0 rgb(35 31 32 / 5%), 0 4px 8px 0 rgb(35 31 32 / 10%);
	transition: .25s;
}
.banner .slide img.mobile {
	display: none;
}
.banner .slide img:hover {
	box-shadow: 0 -2px 8px 0 rgb(35 31 32 / 15%), 0 4px 18px 0 rgb(35 31 32 / 18%);
}
.navigation {
    position: absolute;
    z-index: 11;
    bottom: 15px;
    display: flex;
    list-style: none;
    color: #fff;
    margin: 0;
    padding: 0;
    width: calc(100% - 300px);
    justify-content: center;
}
.navigation li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    background: #fff;
    border-radius: 12px;
    transition: .25s;
}
.navigation li.active,
.navigation li:hover {
    background: #C5191D;
}
.popular-category {
    padding: 40px 150px 20px;
    position: relative;
}
.popular-category .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.popular-category .title p {
    font-size: 24px;
    font-weight: bold;
}
.popular-category .title a {
    font-size: 16px;
    color: #c5191d;
    border-bottom: 1px solid #c5191d;
    display: flex;
    height: 22px;
}
.popular-category .slide-line a {
    width: calc(100% / 6 - 10px);
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 -2px 4px 0 rgb(35 31 32 / 5%), 0 4px 8px 0 rgb(35 31 32 / 10%);
    margin-left: 12px;
    flex: none;
	transition: .25s;
}
.popular-category .slide-line a:hover {
	box-shadow: 0 -2px 8px 0 rgb(35 31 32 / 15%), 0 4px 18px 0 rgb(35 31 32 / 18%);
}
.popular-category .slide-line a:nth-of-type(1) {
    margin-left: 0;
}
.popular-category .slide-line a img {
    max-width: 100%;
    max-height: 155px;
}
.popular-category a .item-name {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    min-height: 42px;
}
.popular-category .prev-slide {
    top: auto;
    left: -10px;
}
.popular-category .next-slide {
    top: auto;
    right: -10px;
}
.last-news {
    padding: 40px 150px 50px;
    position: relative;
}
.last-news .title {
    display: flex;
    margin-bottom: 20px;
}
.last-news .title p {
    font-size: 24px;
    font-weight: bold;
}
.last-news .prev-slide {
    top: auto;
    z-index: 3;
    left: -10px;
}
.last-news .next-slide {
    top: auto;
    z-index: 3;
    right: -10px;
}
.last-news .slide-line a {
    width: calc(50% - 6px);
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    flex: none;
	transition: .25s;
}
.last-news .slide-line a:hover {
	box-shadow: 0 -2px 8px 0 rgb(35 31 32 / 15%), 0 4px 18px 0 rgb(35 31 32 / 18%);
}
.last-news .slide-line a:nth-of-type(1) {
    margin-left: 0;
}
.last-news .slide-line a img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
}
.last-news .slide-line a .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 35px;
    z-index: 2;
    align-items: flex-start;
}
.last-news .slide-line a .content .title {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    max-width: 220px;
    line-height: 30px;
}
.last-news .slide-line a .content .show-more {
    font-size: 14px;
    color: #c5191d;
    font-weight: bold;
    padding: 4px 50px;
    border-radius: 15px;
    background: #fff;
    transition: .25s;
}
.last-news .slide-line a .content .show-more:hover {
    background: #c5191d;
    color: #fff;
}
.last-news .navigation {
    bottom: 25px;
}
.last-news .navigation li {
    background: #d7d8d9;
}
.last-news .navigation li.active,
.last-news .navigation li:hover {
    background: #C5191D;
}
.new-items {
    padding: 10px 150px 20px;
    position: relative;
}
.new-items .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.new-items .title p {
    font-size: 24px;
    font-weight: bold;
}
.inner-content {
    position: relative;
    display: flex;
    align-items: center;
}
.transform {
	transition: .25s;
}
.new-items .slide-line a {
    width: calc(100% / 4 - 9px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 35px 15px 50px;
    border-radius: 10px;
    margin-left: 12px;
    position: relative;
    flex: none;
	box-shadow: 0 -2px 4px 0 rgb(35 31 32 / 5%), 0 4px 8px 0 rgb(35 31 32 / 10%);
	transition: .25s;
}
.new-items .slide-line a:hover {
	box-shadow: 0 -2px 8px 0 rgb(35 31 32 / 15%), 0 4px 18px 0 rgb(35 31 32 / 18%);
}
.new-items .slide-line a:nth-of-type(1) {
    margin-left: 0;
}
.new-items .slide-line a img {
    max-width: 100%;
    max-height: 300px;
}
.new-items .slide-line a .in-stock {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
}
.new-items .slide-line a[type="1"] .in-stock {
    color: #46C519;
}
.new-items .slide-line a[type="0"] .in-stock {
    color: #C5191D;
}
.new-items .slide-line a .rating {
    display: flex;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: bold;
    font-size: 14px;
}
.new-items .slide-line a .rating:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image: url('/images/star.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
}
.new-items .slide-line a .price {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #c5191d;
    line-height: 18px;
}
.new-items .slide-line a .add-cart {
    display: block;
    background-image: url(/images/shop-cart.svg);
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
}
.new-items .slide-line a[type="0"] .add-cart {
    filter: brightness(5) grayscale(1);
}
.new-items a .item-name {
    font-size: 14px;
    font-weight: bold;
    min-height: 42px;
}
.new-items .prev-slide {
    top: auto;
    left: -10px;
}
.new-items .next-slide {
    top: auto;
    right: -10px;
}
@media screen and (max-width: 768px) {
    .banner {
        padding: 0 10px;
    }
	.banner .slide-content {
		height: auto !important;
	}
	.banner .slide img.desktop {
		display: none;
	}
	.banner .slide img.mobile {
		display: block;
	}
	.banner.slider-block .slide img,
	.banner.slider-block .slide-line,
	.banner.slider-block {
		height: calc(140vw - 20px);
	}
    .next-slide {
        width: 30px;
        height: 30px;
        right: 5px;
    }
    .prev-slide {
        width: 30px;
        height: 30px;
        left: 5px;
    }
    .navigation {
        width: calc(100% - 20px);
    }
    .popular-category {
        padding: 20px 10px;
    }
    .popular-category .title p {
        font-size: 18px;
    }
    .popular-category .title a {
        font-size: 14px;
    }
    .popular-category .slide-line a {
        width: calc(100% / 2 - 9px);
        margin-left: 10px;
    }
    .new-items a .item-name {
        font-size: 12px;
        font-weight: normal;
        margin: 20px 0 0;
    }
    .last-news {
        padding: 20px 10px;
    }
    .last-news .slide-line a {
        width: 100%;
    }
    .last-news .next-slide,
    .popular-category .next-slide,
    .new-items .next-slide {
        right: 0;
    }
    .last-news .next-slide:hover,
    .popular-category .next-slide:hover,
    .new-items .next-slide:hover,
    .last-news .prev-slide:hover,
    .popular-category .prev-slide:hover,
    .new-items .prev-slide:hover {
        background: #fff;
        
    }
    .last-news .next-slide:hover::before,
    .popular-category .next-slide:hover::before,
    .new-items .next-slide:hover::before,
    .last-news .prev-slide:hover::before,
    .popular-category .prev-slide:hover::before,
    .new-items .prev-slide:hover::before {
        border-color: #C5191D;
    }
    .last-news .prev-slide,
    .popular-category .prev-slide,
    .new-items .prev-slide {
        left: 0;
    }
    .last-news .navigation {
        bottom: 30px;
    }
    .last-news .title p {
        font-size: 18px;
    }
    .new-items {
        padding: 20px 10px;
    }
    .new-items .title p {
        font-size: 18px;
    }
    .new-items .slide-line a {
        width: calc(100% / 2 - 5px);
        margin-left: 10px;
    }
}