/**
 * Pickle Homepage Slideshow
 */

#banner-image.home.pickle-home-slider-banner {
    height: auto !important;
    overflow: visible;
}

.pickle-home-slider {
    --pickle-home-control-colour: #fff;
    --pickle-home-control-background: rgba(28, 28, 28, 0.34);
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f3f3f3;
    isolation: isolate;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.pickle-home-slider.is-enhanced {
    opacity: 0;
    transition: opacity 500ms ease;
}

.pickle-home-slider.is-enhanced.is-ready {
    opacity: 1;
}

.pickle-home-slider:focus-visible {
    outline: 2px solid #676767;
    outline-offset: 3px;
}

.pickle-home-slider__track,
.pickle-home-slider__slide,
.pickle-home-slider__link {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.pickle-home-slider__slide {
    z-index: 0;
    padding: 0;
    margin: 0 !important;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition:
        opacity 900ms ease-in-out,
        visibility 0s linear 900ms;
}

.pickle-home-slider__slide.is-active {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.pickle-home-slider__link {
    z-index: 1;
    display: block;
    color: inherit;
    text-decoration: none;
}

#banner-image .pickle-home-slider__image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    object-fit: cover;
    object-position: center;
    user-select: none;
    -webkit-user-drag: none;
}

.pickle-home-slider__link-cue {
    position: absolute;
    right: 1rem;
    bottom: 0.85rem;
    z-index: 3;
    display: inline-flex;
    gap: 0.45rem;
    align-items: center;
    max-width: calc(100% - 2rem);
    box-sizing: border-box;
    padding: 0.5rem 0.72rem;
    border-radius: 999px;
    color: #555;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
    font-family: 'Gothic A1', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.2;
    pointer-events: none;
    transition:
        color 180ms ease,
        background-color 180ms ease,
        transform 180ms ease;
}

.pickle-home-slider__link-cue svg {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    fill: none;
    stroke: #f58648;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 180ms ease;
}

.pickle-home-slider__link:hover .pickle-home-slider__link-cue,
.pickle-home-slider__link:focus-visible .pickle-home-slider__link-cue {
    color: #222;
    background: #fff;
    transform: translateY(-2px);
}

.pickle-home-slider__link:hover .pickle-home-slider__link-cue svg,
.pickle-home-slider__link:focus-visible .pickle-home-slider__link-cue svg {
    transform: translateX(2px);
}

.pickle-home-slider__link:focus-visible {
    outline: 3px solid #f58648;
    outline-offset: -5px;
}

.pickle-home-slider__controls,
.pickle-home-slider__arrows,
.pickle-home-slider__dots {
    z-index: 5;
}

.pickle-home-slider__controls {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
}

.pickle-home-slider__arrows {
    position: absolute;
    inset: 50% 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 0.75rem;
    pointer-events: none;
    transform: translateY(-50%);
}

.pickle-home-slider__arrow,
.pickle-home-slider__dot {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    border-radius: 999px;
    color: var(--pickle-home-control-colour);
    background: var(--pickle-home-control-background);
    box-shadow: none;
    cursor: pointer;
}

.pickle-home-slider__arrow {
    display: grid;
    width: 2.35rem;
    height: 2.35rem;
    padding: 0;
    place-items: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.9);
    transition:
        opacity 220ms ease,
        transform 220ms ease,
        background-color 220ms ease,
        visibility 0s linear 220ms;
}

.pickle-home-slider:focus-within .pickle-home-slider__arrow {
    visibility: visible;
    opacity: 0.72;
    pointer-events: auto;
    transform: scale(0.94);
    transition-delay: 0s;
}

@media (hover: hover) and (pointer: fine) {
    .pickle-home-slider:hover .pickle-home-slider__arrow {
        visibility: visible;
        opacity: 0.72;
        pointer-events: auto;
        transform: scale(0.94);
        transition-delay: 0s;
    }
}

.pickle-home-slider__arrow:hover,
.pickle-home-slider__arrow:focus-visible {
    background: rgba(20, 20, 20, 0.7);
    opacity: 1;
    transform: scale(1);
}

.pickle-home-slider__arrow:active {
    transform: scale(0.88);
}

.pickle-home-slider__arrow svg {
    width: 1.35rem;
    height: 1.35rem;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pickle-home-slider__arrow svg {
    fill: none;
}

.pickle-home-slider__arrow:focus-visible,
.pickle-home-slider__dot:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.pickle-home-slider__dots {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.pickle-home-slider__dot {
    width: 0.65rem;
    height: 0.65rem;
    min-width: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.92);
    background: rgba(20, 20, 20, 0.28);
    opacity: 0.85;
    pointer-events: auto;
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        opacity 180ms ease;
}

.pickle-home-slider__dot:hover,
.pickle-home-slider__dot.is-active {
    background: #fff;
    opacity: 1;
    transform: scale(1.18);
}

.pickle-home-slider__status {
    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;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (hover: none), (pointer: coarse) {
    .pickle-home-slider__arrow {
        width: 2.5rem;
        height: 2.5rem;
    }
}

@media (max-width: 699px) {
    .pickle-home-slider__arrows {
        padding: 0 0.5rem;
    }

    .pickle-home-slider__dots {
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
        gap: 0.45rem;
    }

    .pickle-home-slider__link-cue {
        top: 0.65rem;
        right: 0.65rem;
        bottom: auto;
        max-width: calc(100% - 1.3rem);
        padding: 0.45rem 0.65rem;
        font-size: 0.72rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pickle-home-slider,
    .pickle-home-slider__slide,
    .pickle-home-slider__arrow,
    .pickle-home-slider__dot,
    .pickle-home-slider__link-cue,
    .pickle-home-slider__link-cue svg {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .pickle-home-slider.is-enhanced {
        opacity: 1;
    }
}
