.elementor-kit-13{--e-global-color-primary:#78290F;--e-global-color-secondary:#54595F;--e-global-color-text:#001524;--e-global-color-accent:#FF7D00;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 缩略图悬停与选中状态 */
#product-thumbnails img {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    border-radius: 5px;
}
#product-thumbnails img:hover,
#product-thumbnails img.active-thumb {
    opacity: 1;
    border-color: #ff0000; /* 京东红/淘宝橙 */
    transform: scale(1.05);
}

/* 主图悬停放大 */
#main-product-carousel .swiper-slide img:hover {
    transform: scale(1.03);
    transition: transform 0.5s ease;
}/* End custom CSS */