/*
elementor_tab
@author CJJ
 */

.trans{transition:all 0.4s ease-out-moz-transition:all 0.4s ease-out;-ms-transition:all 0.4s ease-out;-o-transition:all 0.4s ease-out;-webkit-transition:all 0.4s ease-out;}

/* Product Catalog */
.product_catalog_container {
    font-family: "Open Sans", Sans-serif;
    color: #555;
}
.product_catalog_container .catalog_top_bar,
.product_catalog_container .catalog_filters_bar {
    background-color: #f7f6f5;
    padding: 20px 30px;
}
.product_catalog_container .catalog_top_bar {
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
}
.product_catalog_container .catalog_filters_bar {
    border-radius: 0 0 12px 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.catalog_categories {
    display: flex;
    gap: 20px;
}
.catalog_categories .cat_link {
    text-decoration: none;
    color: #8c8c8c;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}
.catalog_categories .cat_link:hover,
.catalog_categories .cat_link.active {
    color: #6e554b;
    border-bottom-color: #6e554b;
}
.catalog_results_count {
    color: #a8a8a8;
    font-size: 14px;
}
.catalog_results_count span {
    font-weight: bold;
    color: #6e554b;
}
.filter_label {
    font-weight: bold;
    color: #6e554b;
    margin-right: 10px;
}
.filter_select_wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.filter_select_wrapper label {
    font-size: 14px;
    color: #666;
}
.filter_select_wrapper select {
    padding: 8px 30px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #777;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23777" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-position: right 5px center;
    min-width: 180px;
    cursor: pointer;
}
.filter_select_wrapper select:focus {
    outline: none;
    border-color: #6e554b;
}
.catalog_clear_filters {
    color: #b0b0b0;
    text-decoration: underline;
    font-size: 14px;
    margin-left: 10px;
}
.catalog_clear_filters:hover {
    color: #6e554b;
}

.catalog_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.catalog_item {
    background-color: #faf7f6;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}
.catalog_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.catalog_item_link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.catalog_item_img_wrap {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.catalog_item_img_wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.catalog_item_title {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.catalog_pagination_wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.catalog_pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}
.catalog_pagination li a,
.catalog_pagination li span {
    display: inline-block;
    padding: 8px 15px;
    background-color: #f2f2f2;
    color: #555;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}
.catalog_pagination li a:hover {
    background-color: #e0e0e0;
}
.catalog_pagination li span.current {
    background-color: #7b6257;
    color: #fff;
}
.catalog_grid_wrapper {
    position: relative;
    min-height: 200px;
}
.catalog_loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog_loader_spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #6e554b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: catalog-spin 1s linear infinite;
}
@keyframes catalog-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media screen and (max-width: 1024px) {
    .catalog_grid { grid-template-columns: repeat(3, 1fr); }
}
@media screen and (max-width: 768px) {
    .catalog_grid { grid-template-columns: repeat(2, 1fr); }
    .product_catalog_container .catalog_top_bar,
    .product_catalog_container .catalog_filters_bar {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }
    .catalog_categories {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    .catalog_grid { grid-template-columns: 1fr; }
}
.clean{zoom:1;}
.clean:after,.clean:before{content:''; display:table;}
.clean:after{clear:both;}

#form_popups_box{display: none;position: fixed;inset:0 0 0 0;z-index: 10000;}
#form_popups_box:after{background: rgba(255,255,255,0.7);position: absolute;inset:0 0 0 0;content: '';z-index: 0}
#form_popups_box .elementor-1777{z-index: 1;position: relative;}

.my_no_show{display:none !important;}
.my_show{display:flex !important;}

#product_detail_pic .detail_pic{text-align:center;position: relative;}
#product_detail_pic .detail_pic .up{position: relative;margin-bottom: 11px;}
#product_detail_pic .detail_pic .up .big_box{margin:auto;position: relative;}
#product_detail_pic .detail_pic .up .big_box.FirstVideo .big_pic{display: none;}
#product_detail_pic .detail_pic .up .big_box.FirstVideo .video_box{display: block;}
#product_detail_pic .detail_pic .up .big_box .video_box{display: none;inset:0 0 0 0;}
#product_detail_pic .detail_pic .up .big_box .video_box iframe{width: 100%;aspect-ratio:16/9;border: 0;;}
/*#product_detail_pic .detail_pic .up .big_box.center{left: 50%;transform:translate(-50%,0);}*/
#product_detail_pic .detail_pic .big_pic{inset:0 0 0 0;align-items: center;justify-content: center;display: flex;}
#product_detail_pic .detail_pic .small_img_list{margin:0 auto; position:relative;width: 100%;}
#product_detail_pic .detail_pic .small_img_list .list{list-style-type: none;padding-inline-start: 0;}
#product_detail_pic .detail_pic .small_img_list .list .item{position:relative;border-radius: 6px;overflow: hidden;}
#product_detail_pic .detail_pic .small_img_list .list .item:after{opacity: 0;content: '';position: absolute;inset:0 0 0 0;background-color:#8E8D8D78;cursor: pointer;transition:all 0.4s ease-out}
#product_detail_pic .detail_pic .small_img_list .list .item:hover:after,
#product_detail_pic .detail_pic .small_img_list .list .item.current:after,
#product_detail_pic .detail_pic .small_img_list .list .item.video:after{opacity: 1;}
#product_detail_pic .detail_pic .small_img_list .list .item.video:before{content: '';position: absolute;transform:translate(-50%,-50%);border-radius: 50%;border:4px solid white;left: 50%;top: 50%;width: 50%;    height: 50%;z-index: 11;cursor: pointer;}
#product_detail_pic .detail_pic .small_img_list .list .item .imgBox{position:relative;padding-top: 100%;height: 0; }
#product_detail_pic .detail_pic .small_img_list .list .item.video .imgBox:after{content: '';position: absolute;border-width: 6px 0 6px 12px;border-style: solid;border-color: transparent transparent transparent white;transform:translate(-50%,-50%);z-index: 14;left: 52%;top: 50%;cursor: pointer;}
#product_detail_pic .detail_pic .small_img_list .list a{width: 100%;height: 100%; display:flex;position: absolute;left: 0;top: 0;align-items: center;justify-content: center;}
#product_detail_pic .detail_pic .small_img_list .bx-controls .bx-controls-direction{position: absolute;inset:0 0 0 0;pointer-events:none;}
#product_detail_pic .detail_pic .small_img_list .bx-controls .bx-controls-direction .bx-next,
#product_detail_pic .detail_pic .small_img_list .bx-controls .bx-controls-direction .bx-prev{width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;position: absolute;top:calc(50% - 20px);z-index: 10;background: #FFFFFF;color: #000000;pointer-events:auto;border-radius: 20px;font-size: 22px;transition:all 0.4s ease-out;}
#product_detail_pic .detail_pic .small_img_list .bx-controls .bx-controls-direction svg{fill: currentColor;width: auto;height: 1em;}
#product_detail_pic .detail_pic .small_img_list .bx-controls .bx-controls-direction .bx-next{right:10px;}
#product_detail_pic .detail_pic .small_img_list .bx-controls .bx-controls-direction .bx-prev{left:10px;}
#product_detail_pic .detail_pic .small_img_list .bx-controls .bx-controls-direction .bx-next:hover{color:#FFFFFF;background: #FCB604;}
#product_detail_pic .detail_pic .small_img_list .bx-controls .bx-controls-direction .bx-prev:hover{color:#FFFFFF;background: #FCB604;}
/*#product_detail_pic .detail_pic .small_img_list .bx-controls .bx-controls-direction .bx-next,*/
/*#product_detail_pic .detail_pic .small_img_list .bx-controls .bx-controls-direction .bx-prev{width: 25px;height: 25px;display: block;position: absolute;top: 50%;z-index: 10000;background: #e8768f;pointer-events:auto;border-radius: 50%;opacity: 0.3;transition:all 0.4s ease-out;}*/
/*#product_detail_pic .detail_pic .small_img_list .bx-controls .bx-controls-direction .bx-next:hover,*/
/*#product_detail_pic .detail_pic .small_img_list .bx-controls .bx-controls-direction .bx-prev:hover{opacity: 1;}*/
/*#product_detail_pic .detail_pic .small_img_list .bx-controls .bx-controls-direction .bx-next{right: 0;transform:translate(10px,-50%) rotate(180deg);}*/
/*#product_detail_pic .detail_pic .small_img_list .bx-controls .bx-controls-direction .bx-prev{left: 0;transform:translate(-10px,-50%);}*/
/*#product_detail_pic .detail_pic .small_img_list .bx-controls .bx-controls-direction .bx-next svg,*/
/*#product_detail_pic .detail_pic .small_img_list .bx-controls .bx-controls-direction .bx-prev svg{fill:white;}*/

#product_detail_pic .detail_pic .down .img_btn{width: 30px;height: 30px;border-radius: 30px;background: white;text-align: center;line-height: 30px;position: absolute;top: 50%;transform:translate(0,-50%);position: absolute;}
#product_detail_pic .detail_pic .down .img_btn.left{left: 10px;}
#product_detail_pic .detail_pic .down .img_btn.right{right: 10px;}
#product_detail_pic .detail_pic .down .img_btn a{position: absolute;inset: 0 0 0 0;font-family: monospace;color: var( --e-global-color-3187e95 );font-weight: bold;}

#products_features .item{margin-bottom:10px;display: flex;align-items: center;}
#products_features .item span{color:#635A57;font-family: "Open Sans", sans-serif;font-weight:300;font-size: 18px;line-height: 1.6em;}

#products_introduct_image{border-radius:20px;overflow: hidden;position: relative;width:100%;padding-bottom: 66.6%;}
#products_introduct_image iframe{position:absolute;left:0;top:0;width: 100%;height: 100%;}
#products_introduct_image img{max-width: 100%;}

#sh_lsft_custom_dropdown_flags_names .stylable-list.flag-and-text{background:#151515;color:#FFFFFF;}
#sh_lsft_custom_dropdown_flags_names #sh_sc_flags_names_submenu{background-color:#151515 !important;color:#FFFFFF !important;}
#sh_lsft_custom_dropdown_flags .stylable-list{background:#151515;}
#sh_lsft_custom_dropdown_flags #sh_sc_flags_submenu{background-color:#151515 !important;}

.faq_list .faq_info{color:#FFFFFF;fill:#FFFFFF;border-style: solid;border-width:2px;border-color:#CED4D8;margin-bottom: 14px;cursor: pointer;transition: all .3s ease-in-out;}
.faq_list .faq_info:hover{border-color: #FE8002;color:#FE8002;fill:#FE8002;}
.faq_list .faq_info .question{padding: 15px;font-size: 1rem;font-weight: 600;line-height: 1;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;cursor: pointer;}
.faq_list .faq_info .question .control .icon{font-size:16px;display:none;width: 16px;height: 16px;}
.faq_list .faq_info .question .control .icon.curr{display: block;}
.faq_list .faq_info .answer{color:#FFFFFFAD;font-size: 1em;line-height: 1.7;display:none;padding:15px;}

.faq_module .item{border-radius: 12px;margin-bottom: 20px;overflow: hidden;box-shadow: 0px 5px 30px 0px rgba(29.000000000000007, 27.000000000000007, 25.000000000000004, 0.17);}
.faq_module .item .item_title{padding:16px 24px;font-family: "Open Sans", Sans-serif;font-size: 18px;font-weight: 600;line-height: 1.3em;display: flex;justify-content: space-between;color:#3B3736;background: #FFFFFF;cursor: pointer;}
.faq_module .item .item_title .item_show,
.faq_module .item .item_title .item_hidden{font-size: 16px;color:#3B3736;}
.faq_module .item .item_title .item_show svg{width: 1em;height: 1em;fill: #3B3736;}
.faq_module .item .item_title .item_hidden svg{width: 1em;height: 1em;fill: #FFFFFF;}
.faq_module .item .item_title .item_hidden{display: none;}
.faq_module .item .item_describe{display:none;padding:32px;color:#3B3736;font-family:"Open Sans",Sans-serif;font-size: 18px;font-weight: 300;line-height: 1.6em;}
.faq_module .item:hover .item_title,
.faq_module .item.show .item_title{color:#FFFFFF;background: #8D6E63;}
.faq_module .item.show .item_title .item_show{display: none;}
.faq_module .item.show .item_title .item_hidden{display: block;}

.product_table thead tr th{text-align:left;background-color: #00000000 !important;border: 1px solid #80808080;font-family:"Roboto", Sans-serif;font-size: 16px;font-weight: 400;line-height: 24px;color:#635A57 !important;padding:8px 11.2px;}
.product_table tbody tr td{text-align:left;background-color: #00000000 !important;border: 1px solid #80808080;font-family:"Roboto", Sans-serif;font-size: 16px;font-weight: 400;line-height: 24px;color:#635A57 !important;padding:8px 11.2px;}

#index_images .pp-image-accordion-content-wrap *{visibility:visible;opacity:1;}
#index_images .pp-image-accordion-title{transform: unset;}
#index_images .pp-image-accordion-description{visibility:hidden;opacity:0;}
#index_images .pp-image-accordion-button-wrap{visibility:hidden;opacity:0;}
#index_images .pp-image-accordion-content-wrap.pp-image-accordion-content-active .pp-image-accordion-content{height: auto;}
#index_images .pp-image-accordion-overlay:hover .pp-image-accordion-description{visibility:visible;opacity:1;}
#index_images .pp-image-accordion-overlay:hover .pp-image-accordion-button-wrap{visibility:visible;opacity:1;}

/* 为Elementor图片组件的SVG设置 #DFC0B5 颜色 */
.custom-svg-icon img {filter: brightness(0) saturate(100%) invert(78%) sepia(12%) saturate(663%) hue-rotate(324deg) brightness(92%) contrast(86%) !important;}

/* related_product_image video hover effect */
.related_product_image img {
    width: 100%;
    display: block;
}

.related_product_image > a {
    display: block;
}

.related_product_image .video_container {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    cursor: pointer;
    overflow: hidden;
}

.related_product_image .video_container .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    pointer-events: none; /* 允许点击穿透到链接层 */
}

.related_product_image .video_container .video_link_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: block;
}

.related_product_image .video_container .video_play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
}

/*手机*/
@media screen and (max-width: 767px){
    #index_images .pp-image-accordion-content-wrap *{visibility:hidden;}
    #index_images .pp-image-accordion-content-wrap.pp-image-accordion-content-active *{visibility: visible;}
    #index_images .pp-image-accordion-content-wrap.pp-image-accordion-content-active .pp-image-accordion-description{opacity:1;}

    #products_features .item span{font-size: 16px;line-height: 24px;}

    .faq_module .item .item_title{padding:10px;font-size: 16px;line-height: 26px;}
    .faq_module .item .item_describe{padding:16px;font-size: 16px;line-height: 26px;}
}