.bbe-brand__mark--logo {
    width: 86px;
    height: 54px;
    overflow: hidden;
    padding: 3px 5px;
    border: 1px solid var(--bbe-line);
    background: #fff;
}

.bbe-brand__mark--logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bbe-footer-brand--logo {
    width: 120px;
    height: 72px;
    padding: 6px;
    background: #fff;
}

.bbe-footer-brand--logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bbe-functional-page {
    width: 100%;
}

.bbe-content-card {
    padding: clamp(22px, 4vw, 42px);
    border: 1px solid var(--bbe-line);
    border-radius: var(--bbe-radius);
    background: #fff;
    box-shadow: 0 8px 24px rgba(16,34,54,.04);
}

.bbe-content-card h2,
.bbe-content-card h3,
.bbe-content-card h4 {
    color: var(--bbe-ink);
    line-height: 1.35;
}

.bbe-content-card p,
.bbe-content-card li {
    color: #44586a;
    line-height: 1.9;
}

.bbe-content-card a {
    font-weight: 700;
}

.bbe-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(260px, .55fr);
    gap: 24px;
    align-items: start;
}

.bbe-about-story {
    min-width: 0;
}

.bbe-about-facts {
    display: grid;
    gap: 14px;
    position: sticky;
    top: 22px;
}

.bbe-fact-card {
    padding: 24px;
    border: 1px solid var(--bbe-line);
    border-radius: var(--bbe-radius);
    background: #fff;
}

.bbe-fact-card strong,
.bbe-fact-card span {
    display: block;
}

.bbe-fact-card strong {
    color: var(--bbe-primary);
    font-size: 24px;
    line-height: 1.3;
}

.bbe-fact-card span {
    margin-top: 8px;
    color: var(--bbe-muted);
}

.bbe-contact-layout {
    display: grid;
    grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr);
    gap: 24px;
    align-items: start;
}

.bbe-contact-details {
    display: grid;
    gap: 14px;
}

.bbe-contact-details .bbe-info-card {
    min-height: 0;
}

.bbe-contact-details a {
    font-weight: 800;
    text-decoration: none;
}

.bbe-contact-form-card {
    padding: clamp(22px, 4vw, 38px);
    border: 1px solid var(--bbe-line);
    border-radius: var(--bbe-radius);
    background: #fff;
}

.bbe-contact-form-card .bbe-section-heading {
    margin-bottom: 22px;
}

.bbe-contact-form-card .bbe-section-heading h2 {
    font-size: clamp(24px, 3vw, 34px);
}

.bbe-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.bbe-field {
    margin: 0;
}

.bbe-field--full {
    grid-column: 1 / -1;
}

.bbe-field label {
    display: block;
    margin-bottom: 7px;
    color: var(--bbe-ink);
    font-size: 14px;
    font-weight: 800;
}

.bbe-field label > span {
    color: #b42318;
}

.bbe-field input[type="text"],
.bbe-field input[type="tel"],
.bbe-field input[type="email"],
.bbe-field select,
.bbe-field textarea {
    width: 100%;
    margin: 0;
    border: 1px solid var(--bbe-line);
    border-radius: 9px;
    background: #fff;
    box-shadow: none;
}

.bbe-field input[type="text"],
.bbe-field input[type="tel"],
.bbe-field input[type="email"],
.bbe-field select {
    min-height: 48px;
}

.bbe-field textarea {
    min-height: 150px;
    resize: vertical;
}

.bbe-field input:focus,
.bbe-field select:focus,
.bbe-field textarea:focus {
    border-color: var(--bbe-primary);
    outline: 2px solid rgba(18,61,103,.12);
    outline-offset: 1px;
}

.bbe-checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-weight: 600;
    line-height: 1.7;
}

.bbe-checkbox input {
    margin-top: 6px;
}

.bbe-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.bbe-form-notice {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 9px;
    font-weight: 700;
    line-height: 1.7;
}

.bbe-form-notice--success {
    border: 1px solid #9fd5aa;
    color: #1e6131;
    background: #effaf2;
}

.bbe-form-notice--error {
    border: 1px solid #edb1ab;
    color: #8b2117;
    background: #fff3f1;
}

.bbe-order-track-card {
    max-width: 850px;
    margin-inline: auto;
}

.bbe-order-track-card .track_order {
    margin: 0;
}

.bbe-order-track-card input.input-text {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--bbe-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}

.bbe-order-track-card button.button {
    min-height: 46px;
    border-radius: 8px;
    color: #fff;
    background: var(--bbe-primary);
}

.bbe-legal-content {
    max-width: 1050px;
    margin-inline: auto;
}

.bbe-legal-content table {
    width: 100%;
    overflow-x: auto;
}

body.blog.bbe-site-suite-active .site-main,
body.archive.category.bbe-site-suite-active .site-main {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 34px 0 60px;
}

body.blog.bbe-site-suite-active .site-main > .page-header,
body.archive.category.bbe-site-suite-active .site-main > .page-header,
body.blog.bbe-site-suite-active .site-main > .navigation,
body.archive.category.bbe-site-suite-active .site-main > .navigation {
    grid-column: 1 / -1;
}

body.blog.bbe-site-suite-active article.post,
body.archive.category.bbe-site-suite-active article.post {
    margin: 0;
    padding: 22px;
    border: 1px solid var(--bbe-line);
    border-radius: var(--bbe-radius);
    background: #fff;
}

body.blog.bbe-site-suite-active article.post .entry-header,
body.archive.category.bbe-site-suite-active article.post .entry-header {
    margin-bottom: 12px;
}

body.blog.bbe-site-suite-active article.post .entry-title,
body.archive.category.bbe-site-suite-active article.post .entry-title {
    font-size: 20px;
    line-height: 1.45;
}

body.blog.bbe-site-suite-active article.post .entry-title a,
body.archive.category.bbe-site-suite-active article.post .entry-title a {
    color: var(--bbe-ink);
    text-decoration: none;
}

body.blog.bbe-site-suite-active article.post .entry-content,
body.archive.category.bbe-site-suite-active article.post .entry-content {
    color: var(--bbe-muted);
}

body.bbe-site-suite-active.woocommerce-checkout #order_review_heading,
body.bbe-site-suite-active.woocommerce-checkout #order_review {
    float: none;
    width: 100%;
}

body.bbe-site-suite-active.woocommerce-checkout .col2-set {
    width: 100%;
    float: none;
}

body.bbe-site-suite-active.woocommerce-checkout .col2-set .col-1,
body.bbe-site-suite-active.woocommerce-checkout .col2-set .col-2 {
    width: 100%;
    float: none;
}

body.bbe-site-suite-active.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 28px;
}

body.bbe-site-suite-active.woocommerce-checkout form.checkout #customer_details {
    grid-column: 1;
}

body.bbe-site-suite-active.woocommerce-checkout form.checkout #order_review_heading,
body.bbe-site-suite-active.woocommerce-checkout form.checkout #order_review {
    grid-column: 2;
}

body.bbe-site-suite-active.woocommerce-account .woocommerce {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

body.bbe-site-suite-active.woocommerce-account .woocommerce::before,
body.bbe-site-suite-active.woocommerce-account .woocommerce::after {
    display: none;
}

body.bbe-site-suite-active.woocommerce-account .woocommerce-notices-wrapper {
    grid-column: 1 / -1;
}

body.bbe-site-suite-active.woocommerce-account .woocommerce-MyAccount-navigation {
    width: auto;
    float: none;
}

body.bbe-site-suite-active.woocommerce-account .woocommerce-MyAccount-content {
    width: auto;
    float: none;
}

body.bbe-site-suite-active.search-results ul.products {
    margin-top: 26px;
}

@media (max-width: 980px) {
    .bbe-about-grid,
    .bbe-contact-layout {
        grid-template-columns: 1fr;
    }

    .bbe-about-facts {
        position: static;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.blog.bbe-site-suite-active .site-main,
    body.archive.category.bbe-site-suite-active .site-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.bbe-site-suite-active.woocommerce-checkout form.checkout {
        grid-template-columns: 1fr;
    }

    body.bbe-site-suite-active.woocommerce-checkout form.checkout #customer_details,
    body.bbe-site-suite-active.woocommerce-checkout form.checkout #order_review_heading,
    body.bbe-site-suite-active.woocommerce-checkout form.checkout #order_review {
        grid-column: 1;
    }

    body.bbe-site-suite-active.woocommerce-account .woocommerce {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .bbe-brand__mark--logo {
        width: 72px;
        height: 48px;
    }

    .bbe-form-grid,
    .bbe-about-facts,
    body.blog.bbe-site-suite-active .site-main,
    body.archive.category.bbe-site-suite-active .site-main {
        grid-template-columns: 1fr;
    }
}
