.image-category-selector{padding:60px 0}.image-category-selector .action-btns{display:flex;align-items:center;justify-content:center;gap:15px;margin:20px 0}.image-category-selector .action-btns button{width:clamp(180px,15vw,236px);height:clamp(40px,4vw,47px);border:none;transition:background-color .3s ease,transform .2s ease;font-size:clamp(14px,1.5vw,16px);font-weight:600;border-radius:5px;padding:10px 15px;text-align:center}.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}@media(max-width:1200px){.image-category-selector .action-btns{gap:10px}}@media(max-width:992px){.image-category-selector .action-btns{flex-wrap:wrap}.image-category-selector .action-btns button{width:clamp(160px,40%,200px)}}@media(max-width:768px){.image-category-selector .action-btns{flex-direction:column;gap:10px}.image-category-selector .action-btns button{width:70%;max-width:90%}}@media(max-width:576px){.image-category-selector .action-btns button{width:70%;max-width:100%;font-size:14px}}.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)}