<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('swiper-bundle6.min.css');
@import url('swiper-bundle11.min.css');
@import url('glightbox.min.css');
.h1_title1 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin: 50px 0;
}

.h2_title1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.h3_title1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 26px;
}

.h3_title1 img {
    height: 20px;
    margin-right: 26px;
    margin-left: -8px;
    margin-bottom: -3px;
}

@media (max-width: 767px) {
    .h1_title1 {
        font-size: 26px;
    }
    .h2_title1 {
        font-size: 24px;
    }
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bg_pink1 {
    background: #F3EEE9;
    padding: 10px 0;
}

.bg_pink2 {
    background-color: #F8F7F3;
    padding: 10px 0;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
}

.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #6e2a06;
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 8px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "";
    height: 18px;
    width: 18px;
    border-radius: 20px;
    border: 1px #6e2a06 solid;
    position: absolute;
    z-index: -1;
    left: -3px;
    top: -3px;
}

.more_list_item {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 10px;
}

.more_list_item span {
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 500;
    line-height: 1.2;
    border: 1px #1C1D1D solid;
    padding: 8px 20px;
    /* border-radius: 4px; */
}

.more_list_item span:hover {
    border-color: #6F2C09;
    color: #6F2C09;
}

.more_list_item img {
    height: 16px;
    position: relative;
    top: 3px;
    margin-left: 8px;
    filter: brightness(0);
}

.more_list_item span:hover img {
    filter: none;
}

.gallery-top_product .discount-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 110px solid #F6B205;
    border-right: 110px solid transparent;
}

.gallery-top_product .discount-badge span {
    position: absolute;
    top: 6%;
    left: 2%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    transform: rotate(-45deg) translate(-11%, -37%);
    transform-origin: center center;
    display: inline-block;
    white-space: nowrap;
    font-weight: normal;
    width: 95px;
}

.gallery-top_product .discount-badge img {
    position: absolute;
    top: 2%;
    left: 3%;
    width: 30px;
    height: auto;
    background: transparent;
    transform: rotate(-45deg) translate(-8%, 0);
    padding: 0;
}

.gallery-top_product {
    border: 1px #eee solid;
    margin-bottom: 20px;
}

.gallery-top_product img {
    width: 100%;
    padding: 20px;
    height: 450px;
    object-fit: contain;
}

.gallery-top_product_s {
    padding-left: 2px;
    height: 90px;
    margin-bottom: 30px;
}

.gallery-top_product_s img {
    height: 86px;
    object-fit: cover;
    width: 100%;
}

.gallery-top_product_s .swiper-slide {
    border: 2px #fff solid;
    overflow: hidden;
}

.gallery-top_product_s .swiper-slide.swiper-slide-thumb-active {
    border: 2px #F6B205 solid;
}

.gallery-top_product .swiper-button-prev:after,
.gallery-top_product .swiper-container-rtl .swiper-button-next:after {
    content: url(../../images/arrow-prev.svg);
}

.gallery-top_product .swiper-button-next:after,
.gallery-top_product .swiper-container-rtl .swiper-button-prev:after {
    content: url(../../images/arrow-next.svg);
}

.gallery-top_product .swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 14px;
    border: 1px #eee solid;
    border-radius: 30px;
    background-color: #fff;
    font-weight: bold;
}

.gallery-top_product .swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    background-color: #6f2d09c7;
    border-color: #6F2C09;
    color: #fff;
}

.gallery-top_product_s .swiper-slide {
    width: calc(33.333333% - 10px);
}

@media (min-width:768px) {
    .gallery-top_product .swiper-button-next,
    .gallery-top_product .swiper-container-rtl .swiper-button-prev {
        right: -50px;
        left: auto;
        transition: all 0.3s ease 0s;
    }
    .gallery-top_product:hover .swiper-button-next,
    .gallery-top_product:hover .swiper-container-rtl .swiper-button-prev {
        right: 20px;
        left: auto;
        transition: all 0.3s ease 0s;
    }
    .gallery-top_product .swiper-button-prev,
    .gallery-top_product .swiper-container-rtl .swiper-button-next {
        left: -50px;
        right: auto;
        transition: all 0.3s ease 0s;
    }
    .gallery-top_product:hover .swiper-button-prev,
    .gallery-top_product:hover .swiper-container-rtl .swiper-button-next {
        left: 20px;
        right: auto;
        transition: all 0.3s ease 0s;
    }
    .gallery-top_product_s .swiper-slide {
        width: calc(20% - 10px);
    }
}

@media (max-width:991px) {
    .gallery-top_product .discount-badge span {
        top: 6%;
        left: 1%;
    }
    .gallery-top_product .discount-badge img {
        top: 2%;
        left: 2%;
    }
}

@media (max-width:767px) {
    .gallery-top_product img {
        height: 380px;
    }
    .gallery-top_product .discount-badge span {
        font-size: 14px;
        top: 8%;
        left: 2%;
    }
    .gallery-top_product_s {
        display: none;
    }
}

@media (max-width:500px) {
    .gallery-top_product img {
        height: 320px;
    }
}

.product_detail .nav_crumbs {
    border-bottom: 1px #ddd solid;
    margin-bottom: 50px;
    background-color: #F8F7F3;
}

.product_swiper_all {
    position: sticky;
    top: 0px;
    margin-bottom: 30px;
}

.product_right_brand {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}

.product_right_brand a {
    font-weight: bold;
    font-size: 18px;
}

.product_right {
    padding-left: 30px;
}

.product_right_title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.product_right_star {
    /* background-color: #fbf2ea;
    padding: 20px; */
    margin-bottom: 30px;
}

.product_right_star .new_block-rating {
    margin-bottom: 0;
}

.product_right_price {
    margin-bottom: 30px;
    font-size: 20px;
    color: #888;
}

.product_right_price .price_red {
    font-weight: bold;
    color: #D73A30;
    font-size: 34px;
    margin-right: 10px;
}

.product_right_price .price_save {
    background-color: #D73A30;
    color: #fff;
    font-size: 15px;
    padding: 4px 8px;
    /* border-radius: 4px; */
    display: inline-block;
    margin-left: 10px;
}

.product_right_buy {
    width: 200px;
    background-color: #6F2C09;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 18px;
    box-shadow: 0 20px 15px -15px rgba(139, 78, 17, 0.1);
    border-radius: 0;
}

.product_right_buy:hover {
    background-color: #8c370a;
    box-shadow: none;
    color: #fff;
}

.product_right ul {
    margin-bottom: 30px;
}

.product_right ul li {
    margin-bottom: 20px;
    line-height: 20px;
    display: flex;
}

.product_right ul li span {
    width: 40%;
    display: inline-block;
    font-weight: bold;
}

.product_store {
    background: url(../images/banner-bg-g.png);
    display: block;
    text-align: center;
    padding: 20px 20px 15px;
    background-position: center;
    border: 1px transparent solid;
}

.product_store:hover {
    border-color: #6F2C09;
}

.product_store img {
    width: 100%;
}

.product_store div:first-child {
    background: #6F2C09;
    font-size: 22px;
    color: #FFE08B;
    line-height: 36px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 10px;
}

.product_store div:nth-child(2) {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}

.product_right {
    margin-bottom: 30px;
}

.product_right_star .new_block-rating .new_block-rating_light {
    height: 20px;
}

.product_right_star .new_block-rating .new_block-rating_light img {
    height: 20px;
}

.product_right_star .new_block-rating .new_block-rating_num {
    font-size: 18px;
    position: absolute;
    margin-left: 16px;
    margin-top: 4px;
}

.product_right_star .new_block-rating .new_block-rating_grey {
    width: 100px;
    margin-top: 0;
}

.product_new_releases_item {
    margin-bottom: 40px;
}

.product_new_releases_top {
    height: 240px;
    overflow: hidden;
    border: 1px #ddd solid;
    margin-bottom: 20px;
}

.product_new_releases_imga {
    display: block;
}

.product_new_releases_imga img {
    height: 240px;
    width: 100%;
    padding: 10px;
    object-fit: contain;
    background-color: #fff;
    transition: all 0.3s;
}

.product_new_releases_item img:hover {
    transform: scale(1.05);
}

.product_new_releases_tit {
    margin-bottom: 15px;
    line-height: 1.4;
}

.product_new_releases_item_bottom {
    text-align: center;
}

.product_new_releases_button {
    transition: all 0.3s ease-in-out;
    position: relative;
}

.product_new_releases_button a {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(111, 44, 9, .8);
    font-size: 15px;
    line-height: 46px;
    display: block;
    bottom: -46px;
}

.product_new_releases_top:hover {
    border-color: #6F2C09;
}

.product_new_releases_top:hover .product_new_releases_button {
    margin-top: -50px;
}

.product_new_releases_button a:hover {
    background: rgba(111, 44, 9, 1);
}

.cate3_featured_product_price span {
    color: #D73A30;
    font-weight: bold;
    margin-right: 10px;
}

.new_block-rating {
    margin-bottom: 18px;
}

#swiper_discover_more {
    padding: 0 1px;
}

.swiper_discover_more {
    position: relative;
    margin: 30px 0 30px;
}

#swiper_other_more {
    padding: 0 1px;
}

.swiper_other_more {
    position: relative;
    margin-bottom: 30px;
}

.swiper-product-next,
.swiper-product-prev {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 10;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 36px;
    height: 36px;
    background-position: center center;
    border-radius: 50%;
    transition: 0.3s;
}

.swiper-product-prev {
    background-image: url(../images/swiper-left.png);
    left: -50px;
}

.swiper-product-next {
    background-image: url(../images/swiper-right.png);
    right: -50px;
}

.swiper-product-prev:hover {
    background-image: url(../images/swiper-left2.png);
}

.swiper-product-next:hover {
    background-image: url(../images/swiper-right2.png);
}

.discover_more_brand {
    text-align: center;
    margin-bottom: 40px;
}

.discover_more_brand img {
    width: 120px;
    height: 120px;
    border: 1px #ddd solid;
    object-fit: contain;
    background-color: #fff;
    margin-bottom: 20px;
}

.discover_more_brand img:hover {
    border-color: #6F2C09;
}

@media (max-width: 1200px) {
    .swiper-product-next {
        right: -10px
    }
    .swiper-product-prev {
        left: -10px;
    }
}

@media (max-width: 991px) {
    .swiper-product-next {
        right: -50px
    }
    .swiper-product-prev {
        left: -50px;
    }
}

@media (max-width: 850px) {
    .swiper-product-next {
        right: -10px
    }
    .swiper-product-prev {
        left: -10px;
    }
}

@media (max-width: 767px) {
    .swiper-product-next {
        right: 0px
    }
    .swiper-product-prev {
        left: 0px;
    }
}

@media (min-width: 768px) {
    #cate3_featured_product_swiper3 .swiper-slide {
        width: calc(50% - 15px);
        margin-right: 30px;
    }
}

@media (min-width: 992px) {
    #swiper_discover_more .swiper-slide {
        width: calc(33.33333% - 10px);
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    #swiper_discover_more .swiper-slide {
        width: calc(25% - 10px);
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    #swiper_discover_more .swiper-slide {
        width: 100%;
    }
}

@media (max-width: 500px) {
    #swiper_discover_more .swiper-slide {
        width: 100%;
    }
}

.cate_related_swiper_img {
    margin-bottom: 20px;
    border: 1px #ddd solid;
    padding: 10px;
    overflow: hidden;
}

.cate_related_swiper_img:hover {
    border-color: #6F2C09;
}

.cate_related_swiper_img img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    transition: all 0.3s;
}

.cate_related_swiper_img:hover img {
    transform: scale(1.05);
}

.cate_related_swiper_tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    line-height: 1.2;
}

.cate3_related_swiper {
    position: relative;
    margin-bottom: 80px;
}

.positive_negative {
    display: flex;
    justify-content: center;
    margin: 0 -10px 40px;
    flex-wrap: wrap;
}

.positive_negative_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
    /* text-align: center; */
    border-bottom: 1px #ddd solid;
    position: relative;
    padding-bottom: 10px;
}

.positive_negative_title::before {
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    width: 110px;
    background-color: #D73A30;
    content: '';
}

.positive_negative_item {
    width: calc(20% - 20px);
    margin: 0 10px 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
}

.positive_negative_item span {
    font-weight: bold;
    line-height: 1.6;
}

.positive_negative_item p {
    line-height: 1.4;
    font-size: 15px;
}

.positive_negative_item1 {
    background-color: #fff;
    padding: 10px;
    width: 100%;
    height: 220px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding: 10px;
    box-shadow: 0 20px 15px -15px rgba(139, 78, 17, 0.1);
    font-size: 18px;
}

.positive_negative .positive_negative_item:nth-child(5n+1) .positive_negative_item1 {
    background-color: #e1cdd4;
}

.positive_negative .positive_negative_item:nth-child(5n+2) .positive_negative_item1 {
    background-color: #f5e1e1;
}

.positive_negative .positive_negative_item:nth-child(5n+3) .positive_negative_item1 {
    background-color: #efd9be;
}

.positive_negative .positive_negative_item:nth-child(5n+4) .positive_negative_item1 {
    background-color: #dee7dc;
}

.positive_negative .positive_negative_item:nth-child(5n) .positive_negative_item1 {
    background-color: #d8e3e5;
}

.positive_negative_item2 {
    opacity: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: absolute;
    top: 0px;
    height: 220px;
    left: 0px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: #6F2C09;
    color: #fff;
    width: 100%;
    /* min-height: 220px; */
    padding: 20px 10px;
    z-index: 2;
}

.positive_negative_item3-over {
    overflow-y: scroll;
    height: 200px;
}

.positive_negative_item3-over::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

.positive_negative_item3-over::-webkit-scrollbar-thumb {
    background-color: rgba(238, 238, 238, 0.5);
}

.positive_negative_item3-over::-webkit-scrollbar-track {
    background-color: transparent;
}

.positive_negative_item:hover .positive_negative_item {
    box-shadow: none;
}

.positive_negative_item:hover .positive_negative_item2 {
    opacity: 1;
    transform: translate(8px, 8px);
    -webkit-transform: translate(8px, 8px);
    -moz-transform: translate(8px, 8px);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.positive_negative_item.active .positive_negative_item2 {
    opacity: 1;
    transform: translate(8px, 8px);
    -webkit-transform: translate(8px, 8px);
    -moz-transform: translate(8px, 8px);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.product_detail_description {
    display: flex;
    align-items: center;
    margin-top: 50px;
    position: relative;
}

.product_detail_description_l {
    background-color: #fbf2ea;
    /* border: 2px #fbf2ea solid; */
    position: absolute;
    height: 160px;
    line-height: 1.8;
    /* border-radius: 10px; */
    font-size: 22px;
    font-weight: bold;
    width: 160px;
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 3px 4px 0px rgba(73, 43, 14, 0.1);
    margin-left: -20px;
}

.product_detail_description_r {
    background-color: #fff;
    /* margin-left: 50px; */
    padding: 30px 30px 10px 170px;
    line-height: 1.6;
    /* border-radius: 10px 20px 20px 10px; */
    border: 4px #fbf2ea solid;
    box-shadow: 0 15px 10px -16px rgb(84 55 27 / 20%);
}

.product_detail_description_r p {
    margin-bottom: 20px;
}

.product_detail_description_l2 {
    right: -20px;
}

.product_detail_description_r2 {
    margin-left: 0;
    padding: 30px 140px 10px 30px;
    /* display: flex; */
    min-height: 200px;
    align-items: center;
}

.product_detail_description_r ul li {
    margin-bottom: 15px;
}

.product_detail_description_r ul {
    margin-bottom: 20px;
}

.product_detail_info {
    background-color: #F8F7F3;
    margin-top: 60px;
    /* border-radius: 10px; */
    padding: 30px 30px 10px;
    line-height: 1.8;
    box-shadow: 0 15px 10px -16px rgb(84 55 27 / 20%);
}

.product_detail_info p {
    margin-bottom: 20px;
}

.product_detail_info ul {
    padding: 20px 20px 2px;
    background-color: #eee;
    /* border-radius: 10px; */
    margin-bottom: 20px;
    box-shadow: 0 15px 10px -16px rgb(84 55 27 / 20%);
}

.product_detail_info ul li {
    line-height: 1.6;
    margin-bottom: 20px;
}

.product_detail_info ul li span {
    font-weight: bold;
    border-bottom: 2px #D73A30 solid;
    margin-right: 8px;
}

@media (max-width: 991px) {
    .product_right {
        padding-left: 0;
        margin-top: 20px;
    }
    .product_detail_description {
        justify-content: center;
    }
    .product_detail_description_l {
        height: auto;
        width: 80%;
        padding: 5px 20px;
        top: -30px;
    }
    .product_detail_description_r {
        margin-left: 0;
        padding: 30px 30px 20px;
    }
    .product_detail_description_r2 {
        margin-right: 0;
        min-height: auto;
    }
    .product_detail_description_l2 {
        right: auto;
    }
    .product_detail_info {
        padding: 30px 30px 10px;
        margin-bottom: 80px;
    }
    .positive_negative {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    .positive_negative_item {
        width: calc(33.333333% - 20px);
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .positive_negative_item {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }
    .positive_negative_item1 {
        height: 180px;
    }
    .positive_negative_item2 {
        height: 180px;
    }
    .positive_negative_item3-over {
        height: 160px;
    }
}

@media (max-width: 500px) {
    .positive_negative_item {
        width: 100%;
        margin-bottom: 30px;
    }
    .positive_negative_item1 {
        height: 120px;
    }
    .positive_negative_item2 {
        height: 120px;
    }
    .positive_negative_item3-over {
        height: 120px;
    }
    .product_right_title {
        font-size: 24px;
    }
    .product_detail_description_r {
        padding: 30px 20px 20px
    }
    .product_detail_info {
        padding: 30px 20px 10px;
    }
}

@media (min-width: 768px) {
    #swiper_other_more .swiper-slide {
        width: calc(50% - 15px);
        margin-right: 30px;
    }
    #cate3_related_swiper .swiper-slide {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    #swiper_discover_more .swiper-slide {
        width: calc(50% - 15px);
        margin-right: 30px;
    }
}

@media (min-width: 992px) {
    #swiper_other_more .swiper-slide {
        width: calc(33.33333% - 15px);
        margin-right: 30px;
    }
    #cate3_related_swiper .swiper-slide {
        width: calc(25% - 10px);
        margin-right: 20px;
    }
    #swiper_discover_more .swiper-slide {
        width: calc(33.33333% - 15px);
        margin-right: 30px;
    }
}

@media (min-width: 1200px) {
    #swiper_other_more .swiper-slide {
        width: calc(25% - 15px);
        margin-right: 30px;
    }
    #cate3_related_swiper .swiper-slide {
        width: calc(25% - 30px);
        margin-right: 60px;
    }
    #swiper_discover_more .swiper-slide {
        width: calc(25% - 15px);
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    #swiper_other_more .swiper-slide {
        width: calc(50% - 15px);
        margin-right: 15px;
    }
    #cate3_related_swiper .swiper-slide {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    #swiper_discover_more .swiper-slide {
        width: calc(50% - 15px);
        margin-right: 30px;
    }
}

@media (max-width: 500px) {
    #swiper_other_more .swiper-slide {
        width: 100%;
    }
    #cate3_related_swiper .swiper-slide {
        width: 100%;
    }
    #swiper_discover_more .swiper-slide {
        width: 100%;
    }
}

.cate3_featured_product {
    margin-bottom: 30px;
    border: 1px #ddd solid;
    position: relative;
    transition: box-shadow 0.3s ease;
    background-color: #fff;
}

.cate3_featured_product:hover {
    box-shadow: 0 20px 15px -15px rgba(139, 78, 17, 0.1);
}

.cate3_featured_product_img {
    height: 260px;
    padding: 10px;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}

.cate3_featured_product_img img {
    object-fit: contain;
    height: 260px;
    width: 100%;
    transition: all .3s linear;
    display: block;
}

.cate3_featured_product_img img:hover {
    transform: scale(1.1);
}

.cate3_featured_product_save {
    background: #D73A30;
    font-size: 15px;
    color: #fff;
    /* border-radius: 4px; */
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
}

.cate3_featured_product_cate {
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cate3_featured_product_cate a {
    color: #999;
    font-size: 15px;
}

.cate3_featured_product_cate a:hover {
    color: #6F2C09;
}

.cate3_featured_product_bottom {
    border-top: 1px #ddd solid;
    padding: 20px;
}

.cate3_featured_product_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: 72px;
    margin-bottom: 18px;
}

.product_buy_now {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(111, 44, 9, .8);
    font-size: 15px;
    line-height: 46px;
    display: block;
    bottom: -46px;
    transition: all 0.3s ease 0s;
}

.cate3_featured_product_img:hover span.product_buy_now {
    bottom: 0;
}

.product_buy_now:hover {
    background: rgba(111, 44, 9, 1);
}

.cate3_featured_product_price span {
    color: #D73A30;
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
}

.cate3_featured_product_price del {
    color: #999;
    font-size: 18px;
}

.product_detail_info_tit {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px #ddd solid;
    position: relative;
    padding-bottom: 5px;
}

.product_detail_info_tit::before {
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    width: 110px;
    background-color: #D73A30;
    content: '';
}

@media (max-width: 1200px) {
    .product_detail_description_l {
        margin-left: -10px;
    }
}

@media (max-width: 1200px) {
    .product_detail_description_l {
        font-size: 20px;
    }
}

.related_cate {
    padding: 50px 1px 60px;
}

.home_cate_item_img {
    height: 240px;
    overflow: hidden;
    border: 1px #ddd solid;
}

.home_cate_item_img img:hover {
    transform: scale(1.05);
}

.home_cate_item_img img {
    height: 240px;
    width: 100%;
    object-fit: contain;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    padding: 20px;
}

.home_cate_item_tit {
    background-color: #000000ab;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    position: relative;
    margin-top: -46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home_cate_item_tit:hover {
    background-color: #6F2C09;
}

.swiper-button-next-cate,
.swiper-button-prev-cate {
    position: absolute;
    top: 0;
    /* transform: translateY(-50%); */
    z-index: 10;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    background-position: center center;
    border-radius: 50%;
    transition: 0.3s;
}

.swiper-button-prev-cate {
    background-image: url(../images/left_icon.png);
    right: 50px;
}

.swiper-button-next-cate {
    background-image: url(../images/right_icon.png);
    right: 0;
}

.swiper-button-prev-cate:hover {
    background-image: url(../images/left_iconh.png);
}

.swiper-button-next-cate:hover {
    background-image: url(../images/right_iconh.png);
}

.related_cate .swiper-slide {
    width: calc(50% - 10px);
    margin-right: 20px;
}

@media (min-width: 992px) {
    .related_cate .swiper-slide {
        width: calc(33.3333333% - 10px);
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    .related_cate .swiper-slide {
        width: calc(25% - 10px);
        margin-right: 20px;
    }
}

.mb0 {
    margin-bottom: 0;
}

.hot_cate_search {
    margin-bottom: 60px;
    margin-top: 20px;
}

.hot_cate_search .row {
    justify-content: center;
}

.hot_cate_search a {
    border: 1px #222528 solid;
    display: block;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
}

.hot_cate_search a:hover {
    color: #fff;
    background-color: #6F2C09;
    text-decoration: none;
}</pre></body></html>