.product_detail{margin-top:min(100px,5vh);display:flex;align-items:center;margin-bottom:min(50px,2.5vh);width:100%;gap:min(100px,5vw)}.product_detail .info{font-size:1rem;margin-top:20px}.product_detail .detail_info{display:flex;flex-direction:column;width:50%}.product_detail img{width:100%;height:auto}.product_detail picture{width:50%;height:50%}.product_detail video{width:50%;height:50%}.product_detail_bottom{display:none}.small_width .product_detail_bottom{display:flex;justify-content:center}.small_width .product_detail .detail_info{width:auto}.small_width .product_detail img{display:none}.small_width .product_detail picture{display:none}.small_width .product_detail video{display:none}.small_width .product_detail .image_list{display:none}.product_detail_bottom img{width:90%;height:auto}.product_detail_bottom video{width:90%;height:auto}.image_list img{width:100%;height:100%}.image_list video{width:100%;height:100%}.product_detail iframe{width:50%;min-height:300px}.product_detail .image_list{width:50%}.image_list{display:flex;flex-direction:column;align-items:center;gap:20px}.product_detail_overview{display:flex;justify-content:center;align-items:center;padding-top:50px;padding-bottom:50px}.details_list{display:flex;justify-content:center;align-items:center;flex-direction:column;width:max(60%,min(500px,95vw))}.details_list>div:first-of-type{margin:min(40px,2.5vh) 0;display:flex;justify-content:center;align-items:center}.details_foot_download{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;margin-top:20px;padding:20px}.colorful_bg_animation{animation:gradientAnimation 10s ease infinite;background:linear-gradient(135deg,#34ace0,#ff6b6b,#f7d794,#706fd3,#34ace0,#ff6b6b,#f7d794,#706fd3);background-size:800% 800%}@keyframes gradientAnimation{0%{background-position:0% 50%}30%{background-position:100% 50%}70%{background-position:100% 50%}100%{background-position:0% 50%}}