/* BESTO gentle interactions */
.button,.text-link,.product,.news-list article,footer a,.footer-search button,.filters button{transition:background-color .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease}
.product-photo,.news-photo,.about-feature{overflow:hidden}
.product-photo img,.news-photo img,.about-feature>img{transition:transform .55s cubic-bezier(.2,.65,.3,1)}
.button:focus-visible,.filters button:focus-visible{background:#be6100;color:#fff;border-color:#be6100}
@media(hover:hover) and (pointer:fine){
.button:hover,.filters button:hover{background:#be6100;color:#fff;border-color:#be6100}
.text-link:hover{color:#ad5800;border-color:#ad5800}
.product:hover{box-shadow:0 9px 26px #24465d20}
.product:hover .product-photo img,.news-list article:hover .news-photo img,.news-photo:hover img,.about-feature>img:hover{transform:scale(1.035)}
footer a:hover{color:#ffcf8a}
.footer-search button:hover{background:#be6100;color:#fff}
}
@media(prefers-reduced-motion:reduce){.button,.text-link,.product,footer a,.footer-search button,.filters button,.product-photo img,.news-photo img,.about-feature>img{transition:none!important;transform:none!important}}
