.image-category-selector{padding:60px 0}.image-category-selector .action-btns{display:flex;align-items:center;justify-content:center;margin:20px 0}.image-category-selector .action-btns button{width:236px;height:47px;border:none;transition:background-color .3s ease,transform .2s ease}.image-category-selector .action-btns button.active{background-color:#f05f25;color:#fff}.image-category-selector .action-btns button.non-active{background:#fff;border:1px solid #f05f25;color:#000}.image-category-selector .action-btns button.non-active:hover{background-color:#f05f25;color:#fff}.image-category-selector h2{font-size:58px;font-weight:700}.image-category-selector p{font-size:20px;font-weight:400}.image-category-selector .product-image img{max-width:100%;border-radius:5px;transition:transform .3s ease,opacity .3s ease}.image-category-selector .product-image img:hover{transform:scale(1.05);box-shadow:0 8px 20px rgba(0,0,0,.1)}@media(max-width:768px){.image-category-selector .product-image{margin-bottom:20px}.image-category-selector .product-image img{max-width:90%}}.image-category-selector .product-videos{margin-top:20px;border-radius:20px}.image-category-selector .youtube-video iframe{border-radius:20px;width:100%;box-shadow:0 4px 10px rgba(0,0,0,.1)}