.briko-home-hero-block {
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin-left: -18px;
}

.briko-home-hero-intro {
    flex: 1 1 auto;
    min-height: 155px;
    margin-top: 10px;
    margin-left: -18px;
    padding: 22px 26px;
    border: 1px solid rgba(0, 74, 95, .08);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(19, 51, 62, .055);
    color: #172e37;
}

.briko-home-hero-intro strong {
    display: block;
    margin-bottom: 13px;
    color: #102d38;
    font-size: 18px;
    line-height: 1.35;
}

.briko-home-hero-intro p {
    margin: 0;
    font-size: 16px;
    line-height: 1.72;
}

@media (min-width: 1025px) {
    body.home .briko-home-usps,
    body.home .elementor-element-5e8781f {
        width: calc(78% + 10px);
        margin-left: 22%;
    }
}

@media (max-width: 1024px) {
    body.home .briko-home-usps,
    body.home .elementor-element-5e8781f {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .briko-home-hero-intro {
        margin-left: 0;
    }
}

.briko-hero {
    --briko-hero-petrol: #004a5f;
    --briko-hero-orange: #ff7f1a;
    position: relative;
    min-height: 335px;
    overflow: hidden;
    border: 1px solid rgba(0, 74, 95, .1);
    border-radius: 18px;
    background: linear-gradient(110deg, #edf6f7 0%, #f5fafb 52%, #fff 100%);
    box-shadow: 0 18px 48px rgba(19, 51, 62, .1);
    isolation: isolate;
}

.briko-hero__viewport,
.briko-hero__slide {
    min-height: inherit;
}

.briko-hero__slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(300px, .78fr);
    align-items: center;
    gap: 18px;
    padding: 22px 46px 28px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(14px);
    transition: opacity .42s ease, transform .42s ease, visibility .42s;
    pointer-events: none;
}

.briko-hero__slide.is-active {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    z-index: 2;
}

.briko-hero__content {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.briko-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: var(--briko-hero-petrol);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.briko-hero__recommendation {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(0, 74, 95, .09);
}

.briko-hero__brand {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: .68;
}

.briko-hero__rating {
    display: flex;
    align-items: center;
    gap: 3px;
    min-height: 21px;
    margin: 0 0 7px;
    font-size: 20px;
    line-height: 1;
}

.briko-hero__rating .is-filled { color: #f5a623; }
.briko-hero__rating .is-empty { color: #aebbc0; }

.briko-hero__title {
    display: -webkit-box;
    overflow: hidden;
    max-width: 650px;
    margin: 0 0 13px;
    color: #122f39;
    font-size: 28px;
    font-weight: 650;
    line-height: 1.16;
    letter-spacing: -.025em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.briko-hero__title a {
    color: inherit;
}

.briko-hero__title a:hover {
    color: var(--briko-hero-petrol);
}

.briko-hero__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-bottom: 16px;
}

.briko-hero__price {
    color: var(--briko-hero-petrol);
    font-size: 25px;
    font-weight: 750;
    line-height: 1;
}

.briko-hero__price del {
    margin-right: 8px;
    font-size: 14px;
    font-weight: 500;
}

.briko-hero__price del,
.briko-hero__price del .amount,
.briko-hero__price del bdi { color: #8b9295 !important; }

.briko-hero__price ins,
.briko-hero__price ins .amount,
.briko-hero__price ins bdi {
    color: #e32636 !important;
    text-decoration: none;
}

.briko-hero__price .woocommerce-Price-currencySymbol {
    position: relative;
    top: .35em;
    margin-left: 2px;
    font-size: .56em;
    line-height: 1;
}

.briko-hero__available {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #52686f;
    font-size: 13px;
}

.briko-hero__available i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2ba84a;
    box-shadow: 0 0 0 4px rgba(43, 168, 74, .11);
}

.briko-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px 18px;
}

.briko-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 23px;
    border-radius: 9px;
    color: #fff !important;
    background: rgb(30, 115, 190);
    box-shadow: 0 9px 20px rgba(30, 115, 190, .2);
    font-size: 14px;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.briko-hero__button:hover {
    color: #fff !important;
    background: rgb(23, 93, 154);
    box-shadow: 0 12px 24px rgba(30, 115, 190, .28);
    transform: translateY(-1px);
}

.briko-hero__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-width: 0;
    padding: 12px;
}

.briko-hero__media::before {
    content: none;
}

.briko-hero__image {
    position: relative;
    z-index: 1;
    display: block;
    width: min(100%, 310px);
    height: 286px;
    object-fit: contain;
    mix-blend-mode: normal;
    filter: drop-shadow(0 16px 14px rgba(18, 47, 57, .13));
}

.briko-hero__discount {
    position: absolute;
    z-index: 2;
    top: 25px;
    right: 12px;
    display: grid;
    min-width: 56px;
    height: 56px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #ef6060;
    box-shadow: 0 9px 20px rgba(239, 96, 96, .24);
    font-size: 15px;
    font-weight: 750;
}

.briko-hero__dots {
    position: absolute;
    z-index: 5;
    bottom: 15px;
    left: 48px;
    display: flex;
    align-items: center;
    gap: 9px;
    height: 25px;
}

.briko-hero__dot {
    display: block !important;
    width: 9px !important;
    min-width: 9px !important;
    height: 9px !important;
    min-height: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(0, 74, 95, .22) !important;
    box-shadow: none !important;
    transition: width .25s ease, background .25s ease;
}

.briko-hero__dot.is-active {
    width: 30px !important;
    background: var(--briko-hero-orange) !important;
}

@media (max-width: 1024px) {
    .briko-home-hero-block { margin-left: 0; }
    .briko-hero { min-height: 325px; }
    .briko-hero__slide {
        grid-template-columns: minmax(0, 1.15fr) minmax(245px, .85fr);
        padding: 22px 40px 29px;
    }
    .briko-hero__image { height: 255px; }
    .briko-hero__title { font-size: 24px; }
    .briko-hero__dots { left: 46px; }
}

@media (max-width: 767px) {
    .briko-home-hero-intro {
        margin-top: 8px;
        min-height: 0;
        padding: 18px 20px;
    }
    .briko-home-hero-intro strong { font-size: 17px; }
    .briko-home-hero-intro p { font-size: 15px; line-height: 1.6; }
    .briko-hero {
        min-height: 695px;
        width: 100%;
        max-width: 100%;
        border-radius: 14px;
    }
    .briko-hero__slide {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto 285px auto auto;
        gap: 12px;
        width: 100%;
        min-width: 0;
        padding: 32px 14px 48px;
    }
    .briko-hero__content {
        display: contents;
    }
    .briko-hero__eyebrow,
    .briko-hero__rating,
    .briko-hero__meta,
    .briko-hero__actions { justify-content: center; }
    .briko-hero__eyebrow {
        grid-row: 1;
        margin-bottom: 0;
    }
    .briko-hero__rating {
        grid-row: 2;
        margin-bottom: 0;
    }
    .briko-hero__title {
        grid-row: 3;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        font-size: 20px;
        text-align: center;
        overflow-wrap: anywhere;
        -webkit-line-clamp: 3;
    }
    .briko-hero__title a { display: block; }
    .briko-hero__meta {
        grid-row: 5;
        gap: 10px;
        margin-top: 16px;
        margin-bottom: 4px;
    }
    .briko-hero__available {
        flex: 0 0 100%;
        justify-content: center;
    }
    .briko-hero__actions { grid-row: 6; }
    .briko-hero__media { grid-row: 4; margin-top: 12px; padding: 0; }
    .briko-hero__media::before { width: 290px; }
    .briko-hero__image { width: 310px; height: 275px; }
    .briko-hero__discount {
        top: 2px;
        right: 4px;
        min-width: 48px;
        height: 48px;
        font-size: 13px;
    }
    .briko-hero__dots { bottom: 14px; left: 50%; transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .briko-hero__slide,
    .briko-hero__button,
    .briko-hero__dot { transition: none; }
}
