/*
 Theme Name:   Woodmart Child
 Theme URI:    https://winprokeys.com
 Description:  Woodmart Child Theme for WinProKeys
 Author:       WinProKeys
 Author URI:   https://winprokeys.com
 Template:     woodmart
 Version:      1.1.0
 Text Domain:  woodmart-child
*/

html {
    scroll-behavior: smooth;
}

a:focus, button:focus, input:focus {
    outline: 2px solid #0066cc;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

img {
    height: auto;
    max-width: 100%;
}

/* Align View Products buttons to bottom of each column */
.elementor-element-30582fc > .elementor-container {
    align-items: stretch !important;
}

.elementor-element-30582fc > .elementor-container > .elementor-column {
    display: flex !important;
}

.elementor-element-30582fc > .elementor-container > .elementor-column > .elementor-widget-wrap.elementor-element-populated {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

.elementor-element-30582fc .elementor-element-6189c0b,
.elementor-element-30582fc .elementor-element-542d313,
.elementor-element-30582fc .elementor-element-027cf99,
.elementor-element-30582fc .elementor-element-a17915b {
    margin-top: auto !important;
}