.bbq-page {
    --bbq-orange: #ff5a14;
    --bbq-ink: #17191d;
    --bbq-muted: #5c6470;
    --bbq-border: #e5e8ee;
    background: #fff;
    color: var(--bbq-ink);
}

.bbqSwiper {
    width: 100%;
    height: 530px;
}

.bbq-slide-bg {
    width: 100%;
    height: 100%;
}

.bbq-slide-overlay {
    background: rgba(0, 0, 0, .58);
}

.bbq-slide-content {
    max-width: 760px;
    text-align: center;
}

.bbq-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--bbq-orange);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 13px;
    margin-bottom: 18px;
}

.bbqSwiper .title-normal {
    margin-bottom: 14px;
    color: #fff;
}

.bbqSwiper .text-normal {
    max-width: 760px;
    margin: 0 auto 20px;
    color: #fff;
}

.bbq-section {
    padding: 58px 0;
}

.bbq-section-title {
    text-align: center;
    margin-bottom: 28px;
}

.bbq-section-title h2 {
    margin: 0 0 9px;
    font-size: 36px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--bbq-ink);
}

.bbq-section-title span {
    color: var(--bbq-orange);
}

.bbq-section-title p {
    color: var(--bbq-muted);
    margin: 0;
}

.bbq-benefit-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.bbq-benefit {
    min-height: 178px;
    padding: 24px 16px;
    border: 1px solid var(--bbq-border);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(18, 25, 38, .06);
    text-align: center;
}

.bbq-benefit em {
    font-size: 42px;
    color: var(--bbq-orange);
    margin-bottom: 16px;
}

.bbq-benefit h3 {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 9px;
}

.bbq-benefit p {
    color: var(--bbq-muted);
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}

.bbq-featured {
    background: #fbfcfe;
}

.bbq-featured .product-grid-box {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 14px;
    padding-left: 14px;
}

.bbq-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid var(--bbq-border);
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(18, 25, 38, .06);
}

.bbq-product-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 14px 32px 18px;
}

.bbq-product-title {
    min-height: 54px;
    margin: 0 0 10px;
    padding: 0;
    color: #1f3352;
    cursor: pointer;
    font-size: 18px;
    padding-top: 20px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.bbq-product-image-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 235px;
    margin-bottom: 5px;
    text-decoration: none;
}

.bbq-product-image-link img {
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.bbq-view-product-link {
    align-self: center;
    margin-bottom: 18px;
    color: #293f77;
    font-size: 10px;
    line-height: 1.2;
    text-decoration: underline;
}

.bbq-view-product-link:hover {
    color: #1f3352;
    text-decoration: underline;
}

.bbq-product-card .bbq-product-qty {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    width: auto;
    margin: 0 6px 4px;
    border: 1px solid #d8e0ee;
    border-radius: 4px;
    overflow: hidden;
}

.bbq-product-card .bbq-product-qty .number-spinner-btn,
.bbq-product-card .bbq-product-qty .number-spinner {
    height: 34px;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #2f4b78;
    box-shadow: none;
}

.bbq-product-card .bbq-product-qty .number-spinner-btn {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.bbq-product-card .bbq-product-qty .number-spinner {
    min-width: 0;
    padding: 0;
    text-align: center;
    border-left: 1px solid #d8e0ee;
    border-right: 1px solid #d8e0ee;
    font-weight: 700;
    line-height: 34px;
}

.bbq-product-card .bbq-product-footer {
    min-height: 68px;
    padding: 14px 20px;
    background: #f2f3f5;
    border-top: 1px solid #e1e5ec;
}

.bbq-product-card .bbq-product-footer .btn {
    min-width: 137px;
    font-weight: 800;
}

.bbq-product-card .product-price {
    color: #0f1724;
    font-size: 16px;
    font-weight: 800;
    margin: 0;
}

.bbq-cta {
    position: relative;
    overflow: hidden;
    padding: 68px 0;
    background:
        linear-gradient(90deg, rgba(8, 10, 13, .9), rgba(8, 10, 13, .65)),
        url("../../assets/images/bbq-page/bbq-footer-cta.jpg") center / cover no-repeat;
    color: #fff;
    text-align: center;
}

.bbq-cta h2 {
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 14px;
    color: #fff;
}

.bbq-cta h2 span {
    color: var(--bbq-orange);
}

.bbq-cta p {
    color: rgba(255, 255, 255, .86);
    margin-bottom: 24px;
}

.bbq-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.bbq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 172px;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 6px;
    font-family: Nunito, sans-serif;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.bbq-btn-primary,
.bbq-btn-primary:focus,
.bbq-btn-primary:visited {
    background: var(--bbq-orange);
    border: 2px solid var(--bbq-orange);
    color: #fff;
}

.bbq-btn-outline,
.bbq-btn-outline:focus,
.bbq-btn-outline:visited {
    background: rgba(0, 0, 0, .18);
    border: 2px solid rgba(255, 255, 255, .72);
    color: #fff;
}

.bbq-btn:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.bbq-btn-primary:hover {
    background: #ff6b2a;
    border-color: #ff6b2a;
}

.bbq-btn-outline:hover {
    background: rgba(255, 255, 255, .1);
    border-color: #fff;
}

@media (max-width: 1199px) {
    .bbq-benefit-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1361px) {
    .bbq-featured .product-grid-box {
        flex-basis: 25%;
        max-width: 25%;
    }
}

@media (max-width: 767px) {
    .bbqSwiper {
        height: 540px;
    }

    .bbq-slide-content {
        padding: 0 18px;
    }

    .bbq-section-title h2 {
        font-size: 28px;
    }

    .bbq-cta h2 {
        font-size: 32px;
    }

    .bbq-benefit-grid {
        grid-template-columns: 1fr;
    }

    .bbq-featured .product-grid-box {
        flex-basis: 100%;
        max-width: 100%;
    }

    .bbq-product-body {
        padding: 14px 18px 18px;
    }

    .bbq-product-title {
        min-height: 0;
        font-size: 21px;
    }

    .bbq-product-image-link {
        min-height: 210px;
    }

    .bbq-product-card .bbq-product-footer {
        gap: 12px;
        flex-wrap: wrap;
    }
}
