/**
 * plp-hero.css
 * Restyles the Kadence archive hero on shop / product taxonomy pages:
 * breadcrumb row at top + large bold page title underneath.
 */

.entry-hero.product-archive-hero-section {
    border-bottom: 1px solid #fff;
}
.entry-hero.product-archive-hero-section .entry-hero-container-inner {
    background-color: #fff;
}

.entry-hero.product-archive-hero-section .hero-section-overlay {
    display: none;
}

.entry-hero.product-archive-hero-section .entry-header {
    text-align: left;
    padding: 0;
    margin: 0;
}
.entry-hero-container-inner .entry-header {
    min-height: unset;
    padding: 40px 0 !important;
    align-items: flex-start;
}
.content-area {
    background: #fff;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(225, 225, 225, 1);
}
@media screen and (min-width: 1025px) {
    .has-left-sidebar .content-container {
        grid-template-columns: 308px auto;
        gap: 20px;
    }
}

/* -----------------------------------------------
   Breadcrumbs
   ----------------------------------------------- */
.plp-hero__breadcrumbs {
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.35);
}

.plp-hero__breadcrumbs a {
    color: #000;
    text-decoration: none;
    transition: color .15s ease;
}

.plp-hero__breadcrumbs a:hover,
.plp-hero__breadcrumbs a:focus {
    color: #000;
    text-decoration: underline;
}

.plp-hero__breadcrumb-sep {
    display: inline-block;
    margin: 0 8px;
    color: #c9c9c9;
}

/* -----------------------------------------------
   Title
   ----------------------------------------------- */
.entry-hero.product-archive-hero-section .plp-hero__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    color: #000;
    text-align: left;
}

@media (max-width: 1024px) {
    .entry-hero.product-archive-hero-section .plp-hero__title {
        font-size: 30px;
    }
    .plp-hero__breadcrumbs{
        font-size: 12px;
    }
    .content-area {
        padding-top: 0;
    }
    .plp-toolbar__inner {
        gap: 10px;
    }
    .entry-hero-container-inner .entry-header {
        min-height: unset;
        padding: 24px 0 !important;
        align-items: center;
    }
}
