.skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 10000;
    padding: 10px 14px;
    color: #fff;
    background: #1f6f45;
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.site-banner {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
    background: #f4f5f6;
}

.site-banner-track,
.site-banner-slide {
    width: 100%;
    height: 100%;
}

.site-banner-slide {
    display: none;
}

.site-banner-slide.is-active {
    display: block;
}

.site-banner-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-banner-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10px;
    gap: 8px;
}

.site-banner-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: #000;
    opacity: .3;
    cursor: pointer;
}

.site-banner-dot.is-active {
    width: 24px;
    background: #2e8b57;
    opacity: 1;
}

.site-banner-control {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 44px;
    height: 80px;
    margin-top: -40px;
    padding: 0;
    border: 0;
    color: #fff;
    background: rgba(0, 0, 0, .55);
    font-size: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
    cursor: pointer;
}

.site-banner:hover .site-banner-control,
.site-banner-control:focus-visible {
    opacity: 1;
    visibility: visible;
}

.site-banner-prev {
    left: 0;
}

.site-banner-next {
    right: 0;
}

.home-product-slider {
    overflow: hidden;
}

.home-product-slider .tms-slides {
    display: flex;
    width: 100%;
    height: auto;
    overflow: visible;
    transition: transform .45s ease;
    will-change: transform;
}

.home-product-slider .tms-slide {
    position: relative;
    left: auto;
    flex: 0 0 33.333333%;
    width: 33.333333%;
    height: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    visibility: visible;
    box-sizing: border-box;
}

.home-product-slider .thumbnail > a.overlay-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
}

.home-product-slider .tms-caption {
    position: static;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    object-fit: contain;
    opacity: 1;
}

.lazy-bg {
    background-color: #f3f3f3;
}

a.button.color-white:not(.bkg-grey-light) {
    background-color: #287a4d;
}

a.button.bkg-grey-light {
    background-color: #6b7280;
}

.dropdown-content img {
    height: auto !important;
    object-fit: contain;
}

@media only screen and (max-width: 768px) {
    .site-banner {
        height: 132px;
    }

    .site-banner-pagination {
        bottom: 10px;
    }

    .site-banner-control {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .home-product-slider .tms-slide {
        flex-basis: 100%;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-product-slider .tms-slides,
    .site-banner-control {
        transition: none;
    }
}
