/* OzoShip hero shortcode styles */

.ozoship-hero,
.ozoship-hero * {
    font-family: var(--ozoship-font-family);
}

body.home #header {
    position: relative;
    z-index: 30;
}

body.home #header .header-wrapper,
body.home #header .header-bg-container,
body.home #header .header-bg-color,
body.home #header .header-bg-image {
    background: transparent !important;
}

body.home #header .header-nav-main.nav > li > a,
body.home #header .header-main .nav > li > a,
body.home #header .header-main .menu-title,
body.home #header .header-main .cart-icon strong,
body.home #header .header-main .header-button > .button,
body.home #header .header-main .header-button > .button span,
body.home #header .header-main .header-button > .button i {
    color: #fff !important;
}

.ozoship-hero {
    position: relative;
    overflow: hidden;
    min-height: clamp(540px, 78vh, 860px);
    margin-top: calc(var(--ozoship-header-overlap) * -1);
    padding-top: var(--ozoship-header-overlap);
}

.ozoship-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.ozoship-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ozoship-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
}

.ozoship-hero__inner {
    position: relative;
    z-index: 2;
    width: min(100%, var(--ozoship-container-width));
    margin-inline: auto;
    padding-inline: clamp(15px, 2vw, 30px);
    padding-block: clamp(24px, 4vw, 48px);
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.24);
}

.ozoship-hero__title {
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(2.35rem, 5vw, 4.65rem);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.ozoship-hero__lead {
    margin: 0 0 18px;
    max-width: 32rem;
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(1rem, 1.35vw, 1.25rem);
    line-height: 1.5;
}

.ozoship-hero__description {
    margin: 0 0 18px;
    max-width: 32rem;
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    line-height: 1.55;
}

.ozoship-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.ozoship-hero__button {
    min-width: 230px;
}

@media only screen and (max-width: 48em) {
    .ozoship-hero {
        min-height: 520px;
        margin-top: 0;
        padding-top: 0;
        background: #003A6D;
    }

    .ozoship-hero__image {
        object-position: 58% center;
    }

    .ozoship-hero__overlay {
        align-items: center;
        background: linear-gradient(90deg, rgba(0, 42, 89, 0.86) 0%, rgba(0, 42, 89, 0.5) 52%, rgba(0, 42, 89, 0.12) 100%);
    }

    .ozoship-hero__inner {
        width: 100%;
        margin-inline: 0;
        padding: 34px 20px;
    }

    .ozoship-hero__title {
        max-width: 280px;
        margin-bottom: 14px;
        font-size: clamp(2rem, 10vw, 2.75rem);
        line-height: 0.98;
    }

    .ozoship-hero__lead {
        max-width: 270px;
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.35;
    }

    .ozoship-hero__description {
        max-width: 300px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.45;
    }

    .ozoship-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        max-width: 260px;
        margin-top: 18px;
    }

    .ozoship-hero__button {
        width: 100%;
        min-width: 0;
        margin: 0;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media only screen and (max-width: 420px) {
    .ozoship-hero {
        min-height: 460px;
    }

    .ozoship-hero__image {
        object-position: 62% center;
    }

    .ozoship-hero__inner {
        padding: 28px 18px;
    }

    .ozoship-hero__title {
        max-width: 245px;
        font-size: clamp(1.8rem, 9vw, 2.25rem);
    }

    .ozoship-hero__lead {
        max-width: 250px;
        font-size: 14px;
    }

    .ozoship-hero__description {
        max-width: 255px;
        font-size: 13px;
    }

    .ozoship-hero__actions {
        max-width: 230px;
    }
}
