/* Category cover */
.category-cover {
    display: flex;
    width: 100%;
    margin-bottom: 32px;

    @media screen and (max-width: 1088px) {
        flex-direction: column;
    }
}

.category-cover .category-cover__text-container {
    width: 50%;
    padding: 98px 80px;
    background-color: #273B60;

    @media screen and (max-width: 1088px) {
        width: 100%;
        padding: 48px;
    }

    @media screen and (max-width: 800px) {
        padding: 32px;
    }
}

.category-cover .category-cover__text-container h1 {
    color: white;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

.category-cover .category-cover__text-container p {
    color: white;
    font-size: 15px;
}

.category-cover .category-cover__text-container a {
    color: #273B60;
    border-radius: 14px;
    padding: 8px 20px;
    font-weight: 600;
    line-height: 24px;
}

.category-cover .category-cover__image-container {
    width: 50%;

    @media screen and (max-width: 1088px) {
        width: 100%;
        max-height: 408px;
    }
}

.category-cover .category-cover__image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Category CTA banner */
.category-cta {
    border-radius: 12px;
    margin: 32px 0;
    position: relative;
    background-color: #ECEEE5;
    padding: 32px 56px 32px 264px;

    @media screen and (max-width: 800px) {
        padding: 32px;
    }
}

.category-cta__tagline {
    color: #273B60;
    font-size: 15px;
    font-weight: 600;
}

.category-cta__title {
    color: #273B60;
    font-weight: 700;
    font-size: 28px;

    @media screen and (max-width: 800px) {
        font-size: 20px;
    }
}

.category-cta__image-container {
    width: 204px;
    position: absolute;
    left: 24px;
    bottom: 0;

    @media screen and (max-width: 800px) {
        display: none;
    }
}

.category-cta__image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category-cta__contact-item {
    color: #273B60 !important;

    @media screen and (max-width: 800px) {
        font-size: 14px;
    }
}

.category-cta__contact-item a {
    color: #273B60 !important;
    margin: 0;
    padding: 0 !important;
    background-color: transparent !important;

    @media screen and (max-width: 800px) {
        font-size: 14px !important;
    }
}

/* Category miscellaneous */
.breadcrumb-option {
    border-bottom: none;
    padding-bottom: 0;
}

.shop.spad {
    padding-top: 0;
}
