.ly_products_50 a{text-decoration: none}.ly_products_50 .section_header{display: flex;justify-content: space-between;align-items: center;gap: 30px}.ly_products_50 .title_wrap .title{line-height: 1.2}.ly_products_50 .button_wrap .more_btn{display: inline-block}.ly_products_50 .products_box{display: grid;gap: 20px;margin-top: 50px}.ly_products_50 .products_box .themes_prod .pic_box{overflow: hidden}.ly_products_50 .products_box .themes_prod .image_wrapper{position: relative;width: 100%;height: 500px;background-color: #f4f4f4;transition: .3s ease}.ly_products_50 .products_box .themes_prod .image_wrapper img{display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover}.ly_products_50 .products_box .themes_prod .image_wrapper .hover-slider{opacity: 0;background-color: rgb(var(--color-media-background));transition: all .3s ease-in-out;width: 100%;height: 500px;display: block;z-index: 0;position: absolute}.ly_products_50 .products_box .themes_prod .name{display: -webkit-box;overflow: hidden;margin-top: 20px;-webkit-line-clamp: 2;line-clamp: 2;text-overflow: ellipsis;-webkit-box-orient: vertical;line-height: 1.2}.ly_products_50 .products_box .themes_prod .name a{font-size: 20px}.ly_products_50 .products_box .themes_prod .number{margin-top: 10px;font-size: 16px;color: #757379;line-height: 1.2}.ly_products_50 .products_box .themes_prod .item_price{margin-top: 10px;font-size: 16px}@media screen and (max-width: 1000px){.ly_products_50 .section_header{flex-direction: column;gap: 15px}.ly_products_50 .title_wrap{width: 100%}.ly_products_50 .button_wrap{width: 100%}.ly_products_50 .products_box{gap: 15px;margin-top: 30px}.ly_products_50 .products_box>.themes_prod{width: 100%}.ly_products_50 .products_box .themes_prod .name{margin-top: 10px}.ly_products_50 .products_box .themes_prod .name a{font-size: 16px}.ly_products_50 .products_box .themes_prod .number{margin-top: 6%;font-size: 14px}.ly_products_50 .products_box .themes_prod .item_price{margin-top: 6px;font-size: 14px}}


.ly_products_50 .themes_prod .pic_box img:nth-of-type(2){opacity: 0}.ly_products_50 .themes_prod .pic_box.hover_scale_img:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);-ms-transform: scale(1.05)}.ly_products_50 .themes_prod .pic_box.switch_second_img:hover img:nth-of-type(2){opacity: 1}.ly_products_50 .themes_prod .pic_box.switch_second_img:hover img:nth-of-type(1){opacity: 0}