.bs-pc-page {
    background: #fff;
    color: #191919;
}

.bs-pc-container {
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
}

.bs-pc-breadcrumbs {
    font-size: 13px;
    margin: 18px auto 0;
    color: #666;
}

.bs-pc-hero {
    padding: 28px 0 34px;
}

.bs-pc-hero__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1.1fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}

.bs-pc-hero__image-wrap {
    background: #f4f1ed;
    overflow: hidden;
    min-height: 340px;
}

.bs-pc-hero__image,
.bs-pc-hero__placeholder {
    display: block;
    width: 100%;
    height: clamp(340px, 42vw, 560px);
    object-fit: cover;
}

.bs-pc-hero__placeholder {
    background: linear-gradient(135deg, #eee7df, #d6c8ba);
}

.bs-pc-eyebrow {
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6d6258;
    margin: 0 0 12px;
}

.bs-pc-hero h1,
.bs-pc-archive-hero h1 {
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.04;
    margin: 0 0 22px;
    font-weight: 600;
    letter-spacing: -0.035em;
}

.bs-pc-lede,
.bs-pc-archive-hero p {
    max-width: 620px;
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.65;
    color: #49443f;
}

.bs-pc-lede p {
    margin: 0;
}


.bs-pc-hero-content {
    max-width: 680px;
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.65;
    color: #49443f;
}

.bs-pc-hero-content p,
.bs-pc-hero-content li {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.bs-pc-hero-content p:first-child {
    margin-top: 0;
}

.bs-pc-hero-content p:last-child {
    margin-bottom: 0;
}

.bs-pc-hero-content h2,
.bs-pc-hero-content h3 {
    margin-top: 24px;
    margin-bottom: 12px;
    line-height: 1.2;
}

.bs-pc-products-section {
    padding: 12px 0 50px;
}

.bs-pc-shop-toolbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid #e7e0d8;
    padding-top: 18px;
    margin-bottom: 20px;
}

.bs-pc-vat-note,
.bs-pc-count {
    margin: 0;
    font-size: 14px;
    color: #4f4a45;
}

.bs-pc-count {
    font-weight: 600;
}

.bs-pc-shop-layout,
.bs-pc-shop-layout--horizontal-filter {
    display: block;
}

.bs-pc-filters,
.bs-pc-filters--horizontal {
    width: 100%;
    position: static;
    top: auto;
    border-top: 1px solid #e7e0d8;
    border-bottom: 1px solid #e7e0d8;
    padding: 10px 0;
    margin: 0 0 24px;
}

.bs-pc-filters h2 {
    font-size: 13px;
    margin: 0 0 8px;
    font-weight: 600;
}

.bs-pc-filters ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.bs-pc-filters li {
    margin: 0;
}

.bs-pc-filters a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 30px;
    padding: 5px 11px;
    color: #282522;
    text-decoration: none;
    border: 1px solid #e3d9cf;
    border-radius: 999px;
    background: #fff;
    font-size: 13px;
    line-height: 1.2;
}

.bs-pc-filters a:hover,
.bs-pc-filters a.is-active {
    color: #8a4f2a;
}

.bs-pc-filters small {
    color: #84786f;
}

.bs-pc-reset {
    display: inline-flex !important;
    align-items: center;
    min-height: 30px;
    border: 1px solid #d2c8bd !important;
    border-radius: 999px;
    padding: 5px 11px !important;
    margin-top: 10px;
    font-size: 13px;
}

.bs-pc-mobile-filter-label {
    display: none;
}

.bs-pc-products-grid {
    display: grid;
    grid-template-columns: repeat(var(--bs-pc-columns, 4), minmax(0, 1fr));
    gap: clamp(18px, 2vw, 30px) clamp(14px, 2vw, 24px);
}

.bs-pc-product-card {
    min-width: 0;
}

.bs-pc-product-card__image-link {
    display: block;
    background: #f5f2ef;
    overflow: hidden;
    aspect-ratio: 1 / 1.08;
    text-decoration: none;
}

.bs-pc-product-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .25s ease;
}

.bs-pc-product-card:hover .bs-pc-product-card__image {
    transform: scale(1.035);
}

.bs-pc-product-card__body {
    padding-top: 12px;
}

.bs-pc-product-card__meta {
    font-size: 12px;
    line-height: 1.4;
    color: #7a7067;
    margin-bottom: 5px;
}

.bs-pc-product-card__title {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    margin: 0 0 4px;
}

.bs-pc-product-card__title a {
    color: #1f1b18;
    text-decoration: none;
}

.bs-pc-product-card__title a:hover {
    text-decoration: underline;
}

.bs-pc-product-card__price {
    font-size: 15px;
    color: #3a342f;
}

.bs-pc-product-card__price .amount {
    font-weight: 500;
}

.bs-pc-content {
    max-width: 980px;
    margin: 0 auto;
    padding: 48px 0 80px;
    border-top: 1px solid #e7e0d8;
}

.bs-pc-content h2 {
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.15;
    margin: 34px 0 16px;
    letter-spacing: -0.025em;
}

.bs-pc-content h3 {
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.25;
    margin: 28px 0 12px;
}

.bs-pc-content p,
.bs-pc-content li {
    font-size: 17px;
    line-height: 1.75;
    color: #3e3934;
}

.bs-pc-content img {
    max-width: 100%;
    height: auto;
}

.bs-pc-content .wp-block-image,
.bs-pc-content figure {
    margin: 34px 0;
}

.bs-pc-archive-hero {
    padding: 56px 0 34px;
    background: #f7f3ee;
    margin-bottom: 42px;
}

.bs-pc-collection-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    padding-bottom: 70px;
}

.bs-pc-collection-card__link {
    display: grid;
    min-height: 280px;
    color: inherit;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background: #eee8e1;
}

.bs-pc-collection-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.bs-pc-collection-card__link:hover .bs-pc-collection-card__image {
    transform: scale(1.035);
}

.bs-pc-collection-card__body {
    position: relative;
    z-index: 1;
    align-self: end;
    padding: 24px;
    background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.08));
    color: #fff;
    min-height: 55%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.bs-pc-collection-card__body strong {
    font-size: 23px;
    line-height: 1.15;
    margin-bottom: 8px;
}

.bs-pc-collection-card__body span {
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .bs-pc-hero__grid {
        grid-template-columns: 1fr;
    }

    .bs-pc-hero__image,
    .bs-pc-hero__placeholder {
        height: 340px;
    }

    .bs-pc-filters {
        border-left: 0;
        border-right: 0;
        padding: 10px 0;
    }

    .bs-pc-mobile-filter-label {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        border-top: 1px solid #e7e0d8;
        border-bottom: 1px solid #e7e0d8;
        margin-bottom: 18px;
        font-size: 14px;
    }

    .bs-pc-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 540px) {
    .bs-pc-container {
        width: min(100% - 24px, 1240px);
    }

    .bs-pc-hero {
        padding-top: 16px;
    }

    .bs-pc-shop-toolbar {
        align-items: start;
        flex-direction: column;
    }

    .bs-pc-products-grid {
        gap: 22px 12px;
    }

    .bs-pc-product-card__title {
        font-size: 14px;
    }
}

/* v1.1.4: full-width featured-image hero and Brick Tile Company style dropdown filter */
.bs-pc-hero.bs-pc-hero--full {
    position: relative;
    min-height: clamp(260px, 30vw, 420px);
    padding: clamp(52px, 8vw, 110px) 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #fff;
}

.bs-pc-hero.bs-pc-hero--full .bs-pc-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.68), rgba(0,0,0,.28) 52%, rgba(0,0,0,.1));
    pointer-events: none;
}

.bs-pc-hero.bs-pc-hero--full .bs-pc-hero__inner {
    position: relative;
    z-index: 1;
}

.bs-pc-hero.bs-pc-hero--full .bs-pc-hero__copy {
    max-width: 760px;
}

.bs-pc-hero.bs-pc-hero--full h1 {
    color: #fff;
    margin: 0 0 18px;
    text-shadow: 0 2px 12px rgba(0,0,0,.25);
}

.bs-pc-hero.bs-pc-hero--full .bs-pc-hero-content,
.bs-pc-hero.bs-pc-hero--full .bs-pc-hero-content p,
.bs-pc-hero.bs-pc-hero--full .bs-pc-hero-content li {
    color: #fff;
}

.bs-pc-shop-toolbar {
    align-items: center;
    border-top: 1px solid #d9dfe5;
    padding-top: 18px;
}

.bs-pc-vat-note {
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 12px;
    color: #59616b;
}

.bs-pc-filters.bs-pc-filters--dropdown {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0 0 22px;
    display: flex;
    align-items: flex-start;
    gap: 22px;
    position: relative;
    z-index: 5;
}

.bs-pc-filter-label {
    font-size: 16px;
    line-height: 42px;
    color: #8f96a0;
}

.bs-pc-filter-dropdown {
    position: relative;
}

.bs-pc-filter-dropdown summary {
    list-style: none;
    cursor: pointer;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #c64525;
    font-size: 16px;
    user-select: none;
}

.bs-pc-filter-dropdown summary::-webkit-details-marker {
    display: none;
}

.bs-pc-filter-arrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #c64525;
    margin-top: 2px;
}

.bs-pc-filter-dropdown[open] .bs-pc-filter-arrow {
    transform: rotate(180deg);
}

.bs-pc-filter-panel {
    position: absolute;
    top: 42px;
    left: -18px;
    width: 350px;
    max-width: calc(100vw - 40px);
    background: #fff;
    border: 1px solid #d9dfe5;
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
    z-index: 20;
}

.bs-pc-filter-panel ul {
    display: block;
    max-height: 280px;
    overflow: auto;
    padding: 20px 24px 14px;
    margin: 0;
}

.bs-pc-filter-panel li + li {
    margin-top: 12px;
}

.bs-pc-filter-panel a {
    border: 0;
    border-radius: 0;
    background: transparent;
    min-height: 0;
    padding: 0;
    justify-content: flex-start;
    color: #222a33;
    font-size: 15px;
}

.bs-pc-filter-panel a:hover,
.bs-pc-filter-panel a.is-active {
    color: #c64525;
}

.bs-pc-filter-panel small {
    color: inherit;
    font-size: inherit;
}

.bs-pc-colour-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    flex: 0 0 13px;
    border: 1px solid rgba(0,0,0,.08);
    margin-right: 4px;
}

.bs-pc-filter-panel__footer {
    border-top: 1px solid #d9dfe5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 24px;
    font-size: 14px;
    color: #222a33;
}

.bs-pc-filter-panel__footer .bs-pc-reset {
    display: inline !important;
    min-height: 0;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0;
    color: #c64525;
    text-decoration: underline;
    background: transparent;
}

.bs-pc-reset--disabled {
    opacity: .45;
    text-decoration: none !important;
}

@media (max-width: 540px) {
    .bs-pc-filter-panel {
        left: -80px;
        width: calc(100vw - 32px);
    }
}


/* v1.1.5: force filter above product grid + taller readable hero */
.bs-pc-hero.bs-pc-hero--full {
    min-height: clamp(390px, 45vw, 630px) !important;
    padding: clamp(78px, 12vw, 165px) 0 !important;
    background-size: cover !important;
    background-position: center center !important;
}

.bs-pc-hero.bs-pc-hero--full .bs-pc-hero__overlay {
    background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.48) 54%, rgba(0,0,0,.22)) !important;
}

.bs-pc-hero.bs-pc-hero--full h1,
.bs-pc-hero.bs-pc-hero--full .bs-pc-hero-content,
.bs-pc-hero.bs-pc-hero--full .bs-pc-hero-content p,
.bs-pc-hero.bs-pc-hero--full .bs-pc-hero-content li,
.bs-pc-hero.bs-pc-hero--full .bs-pc-hero-content a,
.bs-pc-hero.bs-pc-hero--full .bs-pc-hero-content strong {
    color: #fff !important;
}

.bs-pc-shop-shell .bs-pc-shop-layout,
.bs-pc-shop-shell .bs-pc-shop-layout--horizontal-filter {
    display: block !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    width: 100% !important;
}

.bs-pc-shop-shell .bs-pc-filters,
.bs-pc-shop-shell .bs-pc-filters--dropdown,
.bs-pc-shop-shell nav.bs-pc-filters.bs-pc-filters--dropdown {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    grid-column: 1 / -1 !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin: 0 0 26px 0 !important;
    padding: 0 !important;
    border: 0 !important;
    z-index: 20 !important;
}

.bs-pc-shop-shell .bs-pc-products-wrap {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 !important;
}

.bs-pc-shop-shell .bs-pc-filter-panel {
    z-index: 999 !important;
}

@media (max-width: 540px) {
    .bs-pc-hero.bs-pc-hero--full {
        min-height: 360px !important;
        padding: 70px 0 !important;
    }
}


/* v1.1.6: actual one-column product area, dropdown filter above products, taller white hero */
.bs-pc-hero.bs-pc-hero--full {
    min-height: clamp(420px, 48vw, 660px) !important;
    padding-top: clamp(90px, 13vw, 180px) !important;
    padding-bottom: clamp(90px, 13vw, 180px) !important;
    background-size: cover !important;
    background-position: center center !important;
}
.bs-pc-hero.bs-pc-hero--full .bs-pc-hero__overlay {
    background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.48) 55%, rgba(0,0,0,.22)) !important;
}
.bs-pc-hero.bs-pc-hero--full,
.bs-pc-hero.bs-pc-hero--full h1,
.bs-pc-hero.bs-pc-hero--full .bs-pc-hero-content,
.bs-pc-hero.bs-pc-hero--full .bs-pc-hero-content *,
.bs-pc-hero.bs-pc-hero--full .entry-content,
.bs-pc-hero.bs-pc-hero--full .entry-content * {
    color: #fff !important;
}
.bs-pc-shop-shell {
    display: block !important;
    width: 100% !important;
}
.bs-pc-shop-shell > .bs-pc-filters.bs-pc-filters--dropdown,
.bs-pc-shop-shell nav.bs-pc-filters.bs-pc-filters--dropdown {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 22px !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
    clear: both !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin: 0 0 26px 0 !important;
    padding: 0 !important;
    border: 0 !important;
    z-index: 50 !important;
}
.bs-pc-shop-shell > .bs-pc-products-wrap {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
}
.bs-pc-shop-shell .bs-pc-filter-dropdown {
    position: relative !important;
}
.bs-pc-shop-shell .bs-pc-filter-panel {
    position: absolute !important;
    top: 42px !important;
    left: -18px !important;
    width: 350px !important;
    max-width: calc(100vw - 40px) !important;
    z-index: 9999 !important;
}
@media (max-width: 540px) {
    .bs-pc-hero.bs-pc-hero--full {
        min-height: 360px !important;
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .bs-pc-shop-shell .bs-pc-filter-panel {
        left: -80px !important;
        width: calc(100vw - 32px) !important;
    }
}

/* v1.1.7: optional video/text feature section under hero */
.bs-pc-feature-section {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
    gap: clamp(32px, 5vw, 70px);
    align-items: center;
    width: 100%;
    padding: clamp(34px, 5vw, 70px) 0 clamp(36px, 5vw, 72px);
}
.bs-pc-feature-section__media {
    width: 100%;
}
.bs-pc-video-embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #f3f3f3;
    overflow: hidden;
}
.bs-pc-video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.bs-pc-feature-section__fallback-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.bs-pc-feature-section__copy {
    max-width: 620px;
}
.bs-pc-feature-section__kicker {
    margin: 0 0 18px; 
    color: #5c7b82;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.bs-pc-feature-section h2 {
    margin: 0 0 24px;
    color: #595959;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.05;
    font-weight: 700;
}
.bs-pc-feature-section__text {
    color: #595959;
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.55;
}
.bs-pc-feature-section__text p {
    margin: 0 0 22px;
}
.bs-pc-feature-section__link {
    display: inline-block;
    margin-top: 4px;
    color: #595959;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(7,57,66,.35);
    padding-bottom: 4px;
}
.bs-pc-feature-section__link:hover {
    border-bottom-color: currentColor;
}
.bs-pc-products-section {
    clear: both;
}
@media (max-width: 800px) {
    .bs-pc-feature-section {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .bs-pc-feature-section__copy {
        max-width: none;
    }
}
