/*
 Theme Name: WoodMart Child
 Description: Child theme for WoodMart WordPress theme
 Author: Shamim Khan
 Template: woodmart
 Version: 1.0.0
*/

/* Splide Wrapper */

div#smk-splide-slider {
    margin: 0 8px;
}
#smk-splide-slider h3.wd-entities-title {
    color: #fff;
}
#smk-splide-slider .wd-action-buttons a {
    color: #fff;
}

/* Arrows */
.smk-splide-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.smk-splide-arrows .splide__arrow {
    background: #E7B529;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
}
.smk-splide-arrows .splide__arrow:hover {
    background: #E7B529;
}

.wd-product :where(.product-wrapper,.product-element-bottom) {
    display: flex;
    flex-direction: column;
    gap: var(--wd-prod-gap);
    justify-content: center;
    align-items: center;
}
