/* FISINGCLUB PATCH 31.0.37.2: FIXED DEFAULT SKIN HERO SLIDER */
.fc-shop-hero-widget {
    position: relative;
}

.fc-shop-hero-widget .fc-shop-kicker,
.fc-shop-hero-widget .fc-shop-hero-copy h1,
.fc-shop-hero-widget .fc-shop-hero-copy > p,
.fc-shop-hero-widget .fc-shop-hero-metrics dt,
.fc-shop-hero-widget .fc-shop-hero-metrics dd,
.fc-shop-hero-widget .fc-shop-hero-badge span {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.fc-shop-hero-widget .fc-shop-hero-copy h1 strong,
.fc-shop-hero-widget .fc-shop-hero-badge strong {
    color: #9fd0ff !important;
    -webkit-text-fill-color: #9fd0ff !important;
}

.fc-shop-hero-widget .fc-shop-hero-actions .fc-shop-button.is-primary,
.fc-shop-hero-widget .fc-shop-hero-actions .fc-shop-button.is-primary:visited,
.fc-shop-hero-widget .fc-shop-hero-actions .fc-shop-button.is-ghost,
.fc-shop-hero-widget .fc-shop-hero-actions .fc-shop-button.is-ghost:visited {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.fc-shop-hero-widget .fc-shop-hero-copy {
    z-index: 5;
}

.fc-shop-hero-widget .fc-shop-hero-visual {
    position: relative;
    z-index: 1;
    align-self: stretch;
    min-height: 520px;
    margin-right: min(-20px, calc((1240px - 100vw) / 2));
    overflow: hidden;
    background: #082844;
}

.fc-shop-hero-widget .fc-shop-hero-visual::after {
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        #0a2b4b 0%,
        rgba(10, 43, 75, .86) 8%,
        rgba(10, 43, 75, .25) 25%,
        transparent 43%
    );
}

.fc-shop-hero-slides,
.fc-shop-hero-slide,
.fc-shop-hero-slide picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.fc-shop-hero-slide {
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.025);
    transition: opacity .65s ease, visibility .65s ease, transform 5.5s ease;
}

.fc-shop-hero-slide.is-active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.fc-shop-hero-slide[href] {
    cursor: pointer;
}

.fc-shop-hero-slide img {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    opacity: 1 !important;
}

.fc-shop-hero-badge {
    z-index: 6;
    right: max(22px, calc((100vw - 1240px) / 2 + 22px));
}

.fc-shop-hero-slider-arrows {
    position: absolute;
    z-index: 7;
    top: 50%;
    right: max(18px, calc((100vw - 1240px) / 2 + 18px));
    left: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    transform: translateY(-50%);
}

.fc-shop-hero-slider-arrows button {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    padding: 0 0 4px;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 50%;
    background: rgba(4,24,43,.68);
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
    backdrop-filter: blur(8px);
    transition: background .18s ease, transform .18s ease;
}

.fc-shop-hero-slider-arrows button:hover,
.fc-shop-hero-slider-arrows button:focus-visible {
    background: rgba(13,93,184,.94);
    transform: scale(1.05);
}

.fc-shop-hero-slider-dots {
    position: absolute;
    z-index: 7;
    right: max(24px, calc((100vw - 1240px) / 2 + 24px));
    bottom: 18px;
    left: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    pointer-events: none;
}

.fc-shop-hero-slider-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.52);
    cursor: pointer;
    pointer-events: auto;
    transition: width .22s ease, background .22s ease;
}

.fc-shop-hero-slider-dots button.is-active {
    width: 28px;
    background: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
    .fc-shop-hero-slide {
        transition: none;
    }
}

@media (max-width: 860px) {
    /* FISINGCLUB HOTFIX 31.0.37.3: MOBILE NATURAL IMAGE */
    .fc-shop-hero-widget .fc-shop-hero-visual {
        margin-right: 0;
        overflow: hidden;
        opacity: 1 !important;
        filter: none !important;
        background: #071f35;
    }

    .fc-shop-hero-widget .fc-shop-hero-visual::after {
        background: linear-gradient(
            180deg,
            rgba(5, 24, 43, .02) 0%,
            rgba(5, 24, 43, .08) 72%,
            rgba(5, 24, 43, .14) 100%
        );
    }
.fc-shop-hero-slider-arrows {
        right: 14px;
        left: 14px;
    }

    .fc-shop-hero-slider-arrows button {
        width: 38px;
        height: 38px;
        font-size: 28px;
    }

    .fc-shop-hero-slider-dots {
        right: 16px;
        bottom: 14px;
        left: 16px;
    }

    .fc-shop-hero-badge {
        right: 16px;
    }
}
