/* Proportions mirror html/src/nakupni-kosik.css. */
.site-page-hero {
    position: relative;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: visible;
    padding: 62px 50px 0 100px;
}

/* The shared platform header is sticky and 82px high. */
body.sentioo-platform-page .site-page-hero {
    padding-top: 132px;
}

.site-cart-page .site-page-hero,
.site-checkout-page .site-page-hero,
.site-payment-page .site-page-hero {
    overflow-x: hidden;
    overflow-y: visible;
    padding: 62px 50px 0 100px;
}

.site-page-hero .cart-hero-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    max-width: 1750px;
    align-items: center;
    justify-content: center;
}

.site-page-hero .cart-content-layout,
.site-page-hero .cart-content-layout > div:first-child {
    position: relative;
    width: 100%;
}

.site-page-hero .cart-hero-gradient {
    position: relative;
    z-index: 1;
    display: flex;
    width: 1744px;
    max-width: 100%;
    height: 196px;
    min-height: 196px;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 80px;
    overflow: visible;
    border-radius: 48px;
    padding: 40px;
}

.site-page-hero .cart-hero-bg {
    position: absolute;
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 48px;
    background-image: linear-gradient(90deg, var(--brand), var(--accent));
    opacity: .08;
    pointer-events: none;
}

.site-page-hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1040px;
}

.site-page-hero-eyebrow {
    display: block;
    margin: 0 0 8px 30px;
    color: var(--brand);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.site-page-hero .cart-hero-title {
    max-width: 1040px;
    margin: 8px 0 16px 30px;
    color: #1c1c1c;
    font-family: var(--site-font-family, Poppins), Arial, sans-serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.04em;
    text-align: left;
}

.site-page-hero-text {
    max-width: 700px;
    margin: 0 0 0 30px;
    color: #4d4d4d;
    font-size: 17px;
    line-height: 1.6;
}

.site-catalog-page.site-page-with-hero {
    padding: 0 0 96px;
}

@media (max-width: 1024px) {
    .site-page-hero,
    .site-cart-page .site-page-hero,
    .site-checkout-page .site-page-hero,
    .site-payment-page .site-page-hero {
        padding-right: 30px;
        padding-left: 30px;
    }

    .site-page-hero .cart-hero-gradient {
        padding: 30px;
    }

    .site-page-hero .cart-hero-title {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .site-page-hero,
    .site-cart-page .site-page-hero,
    .site-checkout-page .site-page-hero,
    .site-payment-page .site-page-hero {
        padding: 36px 20px 0;
    }

    body.sentioo-platform-page .site-page-hero {
        padding-top: 100px;
    }

    .site-page-hero .cart-hero-gradient {
        height: 196px;
        min-height: 196px;
        margin-bottom: 32px;
        border-radius: 32px;
        padding: 32px 20px 48px;
    }

    .site-page-hero .cart-hero-bg {
        border-radius: 32px;
    }

    .site-page-hero-content {
        max-width: none;
    }

    .site-page-hero-eyebrow,
    .site-page-hero .cart-hero-title,
    .site-page-hero-text {
        margin-left: 0;
        text-align: center;
    }

    .site-page-hero .cart-hero-title {
        font-size: 40px;
    }
}

/* Breadcrumbs are temporarily hidden across the complete lector storefront. */
.site-shell .dc-breadcrumb-nav,
.site-shell .breadcrumb-nav,
.site-shell .detail-breadcrumb,
.site-shell .site-breadcrumb,
.site-shell .sentioo-breadcrumbs,
.site-shell .sentioo-account-breadcrumb-wrap,
.site-shell .sentioo-detail-breadcrumb-wrap,
.site-shell .site-blog-breadcrumb-shell {
    display: none !important;
}

/* Category hero follows html/kategorie-kurzu.html. */
.site-catalog-page .site-page-hero .cart-hero-gradient {
    height: 250px;
    min-height: 250px;
    margin-bottom: 48px;
}
.site-catalog-page .site-page-hero-content {
    max-width: 1040px;
    margin: 0;
    text-align: left;
}
.site-catalog-page .site-page-hero-eyebrow,
.site-catalog-page .site-page-hero .cart-hero-title,
.site-catalog-page .site-page-hero-text {
    margin-right: 0;
    margin-left: 30px;
    text-align: left;
}
@media (max-width: 768px) {
    .site-catalog-page .site-page-hero .cart-hero-gradient {
        height: 200px;
        min-height: 200px;
        margin-bottom: 32px;
    }
}
