/*
 Theme Name:   DS Lifestyle Child
 Description:  Lifestyle Child Theme
 Author:       DigitalSilk
 Author URI:   https:/digitalsilk.com/
 Template:     Lifestyle
 Version:      1.0.0
 Text Domain:  dstheme
*/

#js-season-slider-select {
    padding: 15px 10px;
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
    border-radius: 10px;
    border-color: #d9ebf2;
    background-color: #d9ebf2;
    font-size: 18px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.65083 0L7 4.94673L12.3492 0L14 1.52664L7 8L-9.53674e-07 1.52664L1.65083 0Z' fill='%23162943'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 96% 50%;

}

.seasons-slider canvas,
.seasons-slider img,
.seasons-slider .uk-cover-container {
    aspect-ratio: 3 / 2;
    display: block;
    height: 200px;
    max-height: 200px;
    object-fit: cover;
}

.seasons-slider .uk-card-body a {
    text-decoration: underline;
}