:root {
    --ebs-primary: #b8860b;
    --ebs-secondary: #805a00;
    --ebs-accent: #f4c842;
    --ebs-dark: #1f1c15;
    --ebs-muted: #7a6a3a;
    --ebs-bg: #fff9ec;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    background: var(--ebs-bg);
    color: var(--ebs-dark);
    line-height: 1.6;
    font-size: 0.98rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
    color: var(--ebs-dark);
}

.ebs-header {
    background: linear-gradient(180deg, #fffdf4 0%, #ffffff 70%);
}

.ebs-mainnav {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 35px rgba(31, 28, 21, 0.08);
    padding: 1.25rem;
    margin-top: -1.8rem;
    position: relative;
    z-index: 2;
}

.ebs-brand small {
    letter-spacing: 0.03em;
}

.ebs-topbar {
    background: var(--ebs-dark);
    font-size: 0.85rem;
    letter-spacing: 0.4px;
}

.ebs-topbar .separator {
    color: rgba(255, 255, 255, 0.4);
}

.ebs-logo {
    height: 60px;
    width: auto;
}

@media (max-width: 576px) {
    .ebs-logo {
        height: 48px;
    }

    .ebs-topbar {
        font-size: 0.78rem;
        padding: 0.35rem 0;
    }

    .ebs-mainnav {
        margin-top: -1rem;
        padding: 1rem 1.1rem;
        border-radius: 16px;
    }

    .ebs-brand small {
        font-size: 0.75rem;
    }

    .ebs-search .input-group-text i {
        font-size: 0.95rem;
    }

    .ebs-search .form-control {
        font-size: 0.9rem;
        padding-top: 0.45rem;
        padding-bottom: 0.45rem;
    }

    .ebs-search .btn {
        font-size: 0.9rem;
        padding: 0.45rem 0.95rem;
    }

    .ebs-actions .btn-icon {
        width: 40px;
        height: 40px;
    }

    .ebs-nav-link {
        font-size: 0.9rem;
    }

main {
    padding-bottom: 4.5rem;
}
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    z-index: 1030;
    box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.05);
}

.bottom-nav a {
    color: var(--ebs-primary);
    text-decoration: none;
    font-weight: 500;
}

.mobile-categories-offcanvas {
    --bs-offcanvas-height: 70vh;
}

@media (min-width: 768px) {
    .bottom-nav {
        display: none;
    }
}

.ebs-search .input-group-text {
    border-radius: 999px 0 0 999px;
}

.ebs-search .form-control {
    border-radius: 0;
    font-size: 1rem;
}

.ebs-search .btn {
    border-radius: 0 999px 999px 0;
    font-size: 1rem;
    font-weight: 600;
}

.ebs-actions .btn-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(184, 134, 11, 0.3);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ebs-dark);
}

.ebs-actions .btn-icon:hover {
    border-color: var(--ebs-primary);
    color: var(--ebs-primary);
    box-shadow: 0 8px 18px rgba(184, 134, 11, 0.25);
}

.ebs-nav {
    background: rgba(248, 239, 209, 0.6);
    border-top: 1px solid rgba(184, 134, 11, 0.15);
}

.ebs-nav-link {
    text-decoration: none;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    color: var(--ebs-dark);
    transition: background .2s ease;
    font-weight: 500;
}

.ebs-nav-link:hover {
    background: rgba(46, 125, 50, 0.1);
    color: var(--ebs-primary);
}

#authModal .nav-pills .nav-link {
    border-radius: 999px;
    padding: 0.5rem 1.5rem;
    color: var(--ebs-muted);
}

#authModal .nav-pills .nav-link.active {
    background: var(--ebs-primary);
}

#authModal .modal-content {
    border-radius: 1.25rem;
    border: none;
    box-shadow: 0 30px 60px rgba(0,0,0,0.25);
}

.auth-page-fallback {
    max-width: 620px;
    margin: 0 auto;
}

a { color: var(--ebs-primary); }

a:hover { color: var(--ebs-secondary); }

.btn-ebs {
    background: linear-gradient(120deg, var(--ebs-primary), var(--ebs-secondary));
    color: #fff;
    border: none;
    padding: 0.65rem 1.2rem;
    border-radius: 6px;
    transition: all .2s ease;
}

.btn-ebs:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(184, 134, 11, 0.3);
}

.btn-success {
    background: var(--ebs-primary);
    border-color: var(--ebs-primary);
}

.btn-success:hover {
    background: var(--ebs-secondary);
    border-color: var(--ebs-secondary);
}

.btn-outline-success {
    color: var(--ebs-primary);
    border-color: var(--ebs-primary);
}

.btn-outline-success:hover {
    background: var(--ebs-primary);
    color: #fff;
    border-color: var(--ebs-primary);
}

.hero {
    background: linear-gradient(135deg, rgba(46,125,50,0.9), rgba(102,187,106,0.9)), url('../images/products/placeholder.svg') center/cover no-repeat;
    color: #fff;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.hero-carousel .carousel-inner {
    min-height: clamp(240px, 32vw, 420px);
}

.hero-carousel .carousel-item {
    min-height: clamp(240px, 32vw, 420px);
    position: relative;
    background-color: #f5f0e6;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.hero-carousel {
    color: #fff;
}

.hero-carousel .carousel-item h1,
.hero-carousel .carousel-item h2,
.hero-carousel .carousel-item h3,
.hero-carousel .carousel-item p,
.hero-carousel .carousel-item small,
.hero-carousel .carousel-item span {
    color: inherit;
}

.hero-carousel .carousel-item.active,
.hero-carousel .carousel-item.carousel-item-start,
.hero-carousel .carousel-item.carousel-item-end,
.hero-carousel .carousel-item.carousel-item-next,
.hero-carousel .carousel-item.carousel-item-prev {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-carousel .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 55%, rgba(0,0,0,0.1) 100%);
}

.hero-carousel .carousel-item > * {
    position: relative;
    z-index: 1;
}

.hero-carousel .hero-slide-content {
    max-width: 640px;
    text-shadow: 0 6px 16px rgba(0,0,0,0.35);
}

.hero-carousel .top-badge {
    z-index: 1;
}

.blog-hero {
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(120deg, rgba(33, 69, 49, 0.88), rgba(184, 134, 11, 0.25)), url('../images/products/banniereepicerie.jpg') center/cover no-repeat;
    color: #fff;
}

.blog-hero-inner {
    padding: 2.5rem;
    max-width: 820px;
}

.blog-filters {
    background: #fff;
    border: 1px solid #e9e4dc;
    border-radius: 14px;
    padding: 1.25rem;
}

.blog-card {
    border: 1px solid #e6e1d8;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.blog-card-media {
    display: block;
    position: relative;
    overflow: hidden;
}

.blog-card-media img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform .25s ease;
}

.blog-card:hover .blog-card-media img {
    transform: scale(1.03);
}

.blog-card-body {
    padding: 1.25rem;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 0.6rem;
}

.blog-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(255, 255, 255, 0.9);
    color: #1f2937;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid rgba(0,0,0,0.08);
}

.blog-card .blog-chip {
    position: absolute;
    top: 12px;
    left: 12px;
}

.blog-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    font-size: 0.75rem;
    background: #f6f2ea;
    color: #8c5a00;
    text-decoration: none;
}

.blog-tag:hover {
    background: #ffe5b2;
    color: #6f4a00;
}

.blog-prose {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #2f2f2f;
}

.blog-prose h2,
.blog-prose h3,
.blog-prose h4 {
    margin-top: 1.6rem;
    margin-bottom: 0.6rem;
}

.blog-prose p {
    margin-bottom: 1rem;
}

.blog-prose img {
    max-width: 100%;
    border-radius: 14px;
    margin: 1rem 0;
}

.blog-prose ul,
.blog-prose ol {
    padding-left: 1.2rem;
}

.blog-article-media img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

.blog-sidebar > .blog-card:first-child {
    position: sticky;
    top: 90px;
}

.section-title { font-weight: 700; color: var(--ebs-dark); }

.product-card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
    background: #fff;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.product-card img { width: 100%; height: 220px; object-fit: cover; }
.product-zoom.zoomed {
    transform: scale(1.4);
    transition: transform 0.2s ease;
    cursor: zoom-out;
}

.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.category-card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform .25s ease;
}

.category-card:hover .category-card-image {
    transform: scale(1.03);
}

.category-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: linear-gradient(0deg, rgba(0,0,0,0.7), rgba(0,0,0,0));
}

.badge-ebs { background: var(--ebs-accent); color: #fff; }

.footer {
    background: var(--ebs-dark);
    color: #fff;
    padding: 2rem 0;
}

.footer a { color: #c8e6c9; }

.wa-community {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 100%);
    padding: 2rem 0 0;
}

.wa-community-card {
    background: linear-gradient(120deg, #7ea80a 0%, #689c00 100%);
    border-radius: 18px;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    box-shadow: 0 18px 28px rgba(15, 23, 42, 0.12);
    color: #fff;
}

.wa-community-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.wa-community-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.wa-community-title {
    font-size: 1.05rem;
    font-weight: 600;
}

.wa-community-subtitle {
    font-size: 1rem;
    font-weight: 700;
}

.wa-community-btn {
    background: #2f6a14;
    color: #fff;
    padding: 0.7rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.wa-community-btn:hover {
    color: #fff;
    background: #285a12;
}

@media (max-width: 768px) {
    .wa-community-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .wa-community-btn {
        width: 100%;
        text-align: center;
    }
}

.mega-menu {
    min-width: 260px;
}

.top-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #e53935;
    color: #fff;
    padding: 0.3rem 0.6rem;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
}

.product-page {
    margin-top: 1rem;
}

.product-hero {
    background: #fff;
    border-radius: 24px;
    padding: clamp(1.5rem, 3vw, 3rem);
    border: 1px solid rgba(184, 134, 11, 0.18);
    box-shadow: 0 35px 80px rgba(31, 28, 21, 0.08);
}

.product-preview-main {
    background: linear-gradient(180deg, #fffef8, #fff9ec);
    border-radius: 22px;
    padding: 1.5rem;
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-preview-main img {
    max-height: 420px;
    object-fit: contain;
}

.product-preview-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.preview-thumb {
    border: 1px solid rgba(184, 134, 11, 0.2);
    border-radius: 14px;
    background: #fff;
    width: 86px;
    height: 86px;
    padding: 0.35rem;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.preview-thumb:hover {
    border-color: var(--ebs-primary);
    box-shadow: 0 12px 18px rgba(0,0,0,0.08);
}

.preview-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.product-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.3rem 0.85rem;
    border-radius: 999px;
    background: rgba(184, 134, 11, 0.1);
    color: var(--ebs-dark);
}

.product-chip.accent {
    background: var(--ebs-primary);
    color: #fff;
}

.product-chip.muted {
    background: rgba(0, 0, 0, 0.05);
    color: var(--ebs-muted);
}

.product-preview-main .product-chip {
    position: absolute;
    top: 1rem;
    left: 1rem;
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.product-price-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.2rem 1.5rem;
    border-radius: 16px;
    background: rgba(46, 125, 50, 0.07);
}

.product-benefits {
    padding-left: 0;
}

.product-benefits li {
    margin-bottom: 0.5rem;
    font-weight: 500;
    list-style: none;
}

.product-purchase {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 18px 35px rgba(0,0,0,0.05);
}

.product-qty-group .input-group-text {
    background: transparent;
    border-right: 0;
}

.product-qty-group .form-control {
    border-left: 0;
}

.product-services {
    margin-top: 1rem;
}

.product-service-card {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 18px;
    padding: 1rem 1.2rem;
    box-shadow: 0 12px 25px rgba(0,0,0,0.04);
    height: 100%;
}

.product-service-card .icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(46, 125, 50, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ebs-primary);
    font-size: 1.1rem;
}

.product-detail-card {
    background: #fff;
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid rgba(0,0,0,0.03);
    box-shadow: 0 30px 60px rgba(0,0,0,0.05);
}

.product-facts {
    background: linear-gradient(180deg, #fff, #fff9f0);
    border-radius: 20px;
    padding: 1.5rem;
    border: 1px solid rgba(184, 134, 11, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4);
}

.product-spec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
}

.product-spec-grid dt {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: var(--ebs-muted);
    margin-bottom: 0.2rem;
}

.product-spec-grid dd {
    margin: 0;
    font-weight: 600;
    color: var(--ebs-dark);
}

.product-tags span {
    display: inline-block;
    margin: 0 0.3rem 0.3rem 0;
    padding: 0.25rem 0.8rem;
    border-radius: 999px;
    background: rgba(0,0,0,0.05);
    font-size: 0.85rem;
}

.product-nutrition li {
    padding: 0.35rem 0;
    border-bottom: 1px dashed rgba(0,0,0,0.08);
}

.product-nutrition li:last-child {
    border-bottom: none;
}

.product-rel-card {
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    position: relative;
    transition: transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.product-rel-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.product-rel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 50px rgba(0,0,0,0.12);
}

.stock-alert-card {
    border: 1px dashed rgba(184, 134, 11, 0.5);
    border-radius: 18px;
    padding: 1rem 1.2rem;
    background: rgba(250, 244, 229, 0.8);
}

.review-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1rem 1.25rem;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.08);
    background: #fffdf7;
}

.review-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.review-card {
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 16px;
    padding: 1rem 1.2rem;
    background: #fff;
    box-shadow: 0 12px 20px rgba(0,0,0,0.05);
}

.review-form {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

.review-stars i {
    margin-right: 2px;
}

@media (max-width: 992px) {
    .product-price-card {
        flex-direction: column;
        text-align: left;
    }

    .product-detail-card {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .category-card-image {
        height: 170px;
    }

    .blog-hero-inner {
        padding: 2rem 1.5rem;
    }

    .blog-card-media img {
        height: 180px;
    }

    .blog-sidebar > .blog-card:first-child {
        position: static;
    }
}

.checkout-clean {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: clamp(1rem, 2vw, 2rem);
}

.checkout-block {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e6e6e6;
}

.checkout-block:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.checkout-block-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.checkout-block-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.checkout-link {
    font-size: 0.9rem;
    color: #6b7280;
    text-decoration: none;
}

.checkout-link:hover {
    color: var(--ebs-primary);
}

.checkout-muted {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0.5rem 0 0.75rem;
}

.checkout-form-clean .form-control,
.checkout-form-clean .form-select {
    border-radius: 6px;
    border-color: #d7d7d7;
    padding: 0.6rem 0.7rem;
}

.checkout-form-clean .form-control:focus,
.checkout-form-clean .form-select:focus {
    border-color: #9ca3af;
    box-shadow: none;
}

.checkout-check .form-check-input {
    border-radius: 4px;
}

.checkout-payment-box {
    border: 1px solid #111827;
    border-radius: 8px;
    padding: 0.85rem 1rem;
    margin: 0.75rem 0 1rem;
}

.checkout-payment-title {
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.checkout-payment-sub {
    font-size: 0.9rem;
    color: #6b7280;
}

.checkout-note {
    margin-top: 0.75rem;
}

.checkout-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
}

.checkout-back {
    color: #111827;
    text-decoration: none;
    font-weight: 500;
}

.checkout-back:hover {
    color: var(--ebs-primary);
}

.checkout-submit {
    background: #7ea80a;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0.65rem 2.2rem;
    font-weight: 600;
}

.checkout-submit:hover {
    background: #6a9400;
    color: #fff;
}

.checkout-summary-clean {
    border: 1px solid #ededed;
    border-radius: 12px;
    padding: 1.25rem;
    background: #fff;
}

.checkout-summary-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.checkout-summary-items {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.checkout-summary-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

.checkout-summary-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.checkout-summary-thumb {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #ececec;
    object-fit: cover;
    background: #f9f9f9;
}

.checkout-summary-info {
    flex: 1;
}

.checkout-summary-name {
    font-weight: 600;
    font-size: 0.92rem;
}

.checkout-summary-meta {
    font-size: 0.85rem;
    color: #6b7280;
}

.checkout-summary-qty {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #d1d5db;
    color: #111827;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-summary-price {
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
}

.checkout-summary-promo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    padding: 0.6rem 0;
    font-size: 0.9rem;
    color: #6b7280;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0.6rem;
    cursor: pointer;
}

.checkout-promo-form {
    margin-bottom: 0.75rem;
}

.checkout-promo-inner .form-control {
    border-radius: 6px 0 0 6px;
}

.checkout-promo-inner .btn {
    border-radius: 0 6px 6px 0;
}

.checkout-summary-line {
    display: flex;
    justify-content: space-between;
    font-size: 0.95rem;
    padding: 0.4rem 0;
}

.checkout-summary-total {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 1.05rem;
    padding-top: 0.5rem;
}

@media (min-width: 992px) {
    .checkout-summary-clean {
        position: sticky;
        top: 120px;
    }
}

@media (max-width: 767px) {
    .checkout-actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .checkout-actions .btn {
        width: 100%;
    }

    .checkout-back {
        text-align: center;
    }
}
