:root {
    --shop-bg: #f3f4ef;
    --shop-surface: #fff;
    --shop-surface-soft: #f8f7f2;
    --shop-text: #24312b;
    --shop-muted: #70766f;
    --shop-border: #e6e2d8;
    --shop-primary: #d84840;
    --shop-primary-dark: #b83631;
    --shop-primary-soft: #fff0ee;
    --shop-accent: #24312b;
    --shop-shadow: 0 18px 45px rgba(36, 49, 43, .09);
    --shop-radius: 18px;
}

html {
    min-height: 100%;
}

body {
    min-height: 100%;
    background:
        radial-gradient(circle at top left, rgba(216, 72, 64, .13), transparent 32rem),
        linear-gradient(180deg, #fff 0, var(--shop-bg) 34rem);
    color: var(--shop-text);
    font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
}

a {
    color: var(--shop-primary);
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

a:hover,
a:focus {
    color: var(--shop-primary-dark);
}

.container {
    max-width: 1180px;
}

.shop-header {
    background: rgba(36, 49, 43, .97);
    border: 0;
    border-radius: 0;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .12);
    color: #fff;
    margin: 0;
}

.shop-header .navbar {
    border: 0;
    margin: 0;
    min-height: 74px;
}

.shop-header .navbar-brand {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    height: 74px;
    letter-spacing: .01em;
    line-height: 44px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.shop-header .navbar-brand:hover,
.shop-header .navbar-brand:focus,
.shop-header .navbar-nav > li > a:hover,
.shop-header .navbar-nav > li > a:focus {
    color: #fff;
}

.shop-header .navbar-nav > li > a {
    color: rgba(255, 255, 255, .88);
    font-weight: 700;
    line-height: 44px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.shop-header .navbar-nav > li > a:hover,
.shop-header .navbar-nav > li > a:focus {
    background: rgba(255, 255, 255, .08);
}

.shop-header .navbar-toggle {
    border-color: rgba(255, 255, 255, .3);
    margin-top: 20px;
}

.shop-header .navbar-toggle:hover,
.shop-header .navbar-toggle:focus {
    background: rgba(255, 255, 255, .08);
}

.shop-header .navbar-toggle .icon-bar {
    background: #fff;
}

.shop-search {
    margin-bottom: 18px;
    margin-top: 18px;
}

.shop-search .form-group {
    position: relative;
}

.shop-search .form-control {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    box-shadow: none;
    color: #fff;
    min-width: 260px;
    padding-left: 18px;
}

.shop-search .form-control::placeholder {
    color: rgba(255, 255, 255, .72);
}

.shop-search .btn {
    background: #fff;
    border: 0;
    border-radius: 999px;
    color: var(--shop-accent);
    font-weight: 700;
    margin-left: 6px;
}

.cart-badge {
    background: var(--shop-primary);
    box-shadow: 0 8px 18px rgba(216, 72, 64, .32);
    margin-left: 4px;
}

.breadcrumb-shop {
    background: rgba(255, 255, 255, .72);
    border-bottom: 1px solid var(--shop-border);
    backdrop-filter: blur(12px);
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 13px 0;
}

.shop-main {
    min-height: 62vh;
    padding: 34px 0 58px;
}

.shop-main h1 {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -.025em;
    margin-bottom: 22px;
    margin-top: 0;
}

.shop-main h1 small {
    color: var(--shop-muted);
    font-size: 16px;
    font-weight: 600;
}

.shop-section-title {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.shop-section-title h1,
.shop-section-title h2 {
    margin: 0;
}

.shop-section-title h2 {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -.02em;
}

.shop-panel,
.shop-sidebar,
.product-card,
.product-detail,
.cart-card,
.search-panel,
.auth-card,
.checkout-card {
    background: var(--shop-surface);
    border: 1px solid var(--shop-border);
    border-radius: var(--shop-radius);
    box-shadow: var(--shop-shadow);
}

.shop-sidebar {
    margin-bottom: 24px;
    overflow: hidden;
}

.shop-sidebar .panel-heading {
    background: linear-gradient(135deg, var(--shop-accent), #34463e);
    border: 0;
    color: #fff;
    font-size: 15px;
    letter-spacing: .02em;
    padding: 16px 18px;
}

.shop-sidebar .panel-body {
    padding: 0;
}

.shop-category-empty {
    margin: 0;
    padding: 16px 18px;
}

.shop-sidebar ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.shop-sidebar .list-group {
    box-shadow: none;
    margin-bottom: 0;
}

.shop-sidebar .list-group-item {
    border-color: var(--shop-border);
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 0;
}

.shop-sidebar .list-group-item:first-child {
    border-top: 0;
}

.shop-sidebar .list-group-item:last-child {
    border-bottom: 0;
}

.shop-category-row,
.shop-sidebar .shop-category-link {
    align-items: center;
    display: flex;
}

.shop-sidebar .shop-category-link {
    color: var(--shop-text);
    flex: 1;
    font-weight: 700;
    min-height: 46px;
    padding: 12px 18px;
    text-decoration: none;
}

.shop-sidebar .shop-category-link:hover,
.shop-sidebar .shop-category-link:focus {
    background: var(--shop-primary-soft);
    color: var(--shop-primary);
}

.shop-sidebar .shop-category-toggle {
    align-items: center;
    color: var(--shop-muted);
    display: flex;
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
    text-decoration: none;
}

.shop-sidebar .shop-category-toggle:hover,
.shop-sidebar .shop-category-toggle:focus {
    color: var(--shop-primary);
}

.shop-sidebar .shop-category-toggle .fa {
    font-size: 11px;
    transition: transform .18s ease;
}

.shop-sidebar .shop-category-toggle[aria-expanded="true"] .fa {
    transform: rotate(90deg);
}

.shop-sidebar .shop-category-children {
    background: var(--shop-surface-soft);
}

.shop-sidebar .shop-category-children .shop-category-link {
    font-size: 13px;
    font-weight: 600;
    min-height: 40px;
    padding-left: 30px;
}

.btn {
    border-radius: 999px;
    font-weight: 700;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.btn:hover,
.btn:focus {
    transform: translateY(-1px);
}

.btn-shop {
    background: linear-gradient(135deg, var(--shop-primary), #f04a59);
    border-color: transparent;
    box-shadow: 0 12px 22px rgba(216, 72, 64, .24);
    color: #fff;
}

.btn-shop:hover,
.btn-shop:focus {
    background: linear-gradient(135deg, var(--shop-primary-dark), var(--shop-primary));
    border-color: transparent;
    color: #fff;
}

.btn-default {
    border-color: var(--shop-border);
    color: var(--shop-text);
}

.btn-default:hover,
.btn-default:focus {
    background: var(--shop-surface-soft);
    border-color: #d5dde8;
}

.shop-hero {
    background:
        linear-gradient(135deg, rgba(36, 49, 43, .97), rgba(216, 72, 64, .9)),
        radial-gradient(circle at top right, rgba(255, 255, 255, .22), transparent 24rem);
    border-radius: 28px;
    box-shadow: 0 28px 60px rgba(15, 23, 42, .18);
    color: #fff;
    margin-bottom: 26px;
    overflow: hidden;
    padding: 48px;
    position: relative;
}

.shop-hero:after {
    background: rgba(255, 255, 255, .1);
    border-radius: 999px;
    content: "";
    height: 260px;
    position: absolute;
    right: -80px;
    top: -90px;
    width: 260px;
}

.shop-hero-content {
    max-width: 720px;
    position: relative;
    z-index: 1;
}

.shop-hero-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.shop-hero h1 {
    color: #fff;
    font-size: 44px;
    line-height: 1.08;
    margin-bottom: 16px;
}

.shop-hero .lead {
    color: rgba(255, 255, 255, .88);
    font-size: 19px;
    margin-bottom: 28px;
}

.shop-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.shop-hero .btn-default {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .28);
    color: #fff;
}

.shop-quick-card {
    background: var(--shop-surface);
    border: 1px solid var(--shop-border);
    border-radius: var(--shop-radius);
    box-shadow: var(--shop-shadow);
    color: var(--shop-text);
    display: block;
    margin-bottom: 24px;
    min-height: 170px;
    padding: 26px;
    text-decoration: none;
}

.shop-quick-card:hover,
.shop-quick-card:focus {
    color: var(--shop-text);
    text-decoration: none;
    transform: translateY(-4px);
}

.shop-quick-card .fa {
    align-items: center;
    background: var(--shop-primary-soft);
    border-radius: 16px;
    color: var(--shop-primary);
    display: flex;
    font-size: 26px;
    height: 58px;
    justify-content: center;
    margin-bottom: 18px;
    width: 58px;
}

.shop-quick-card strong {
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
}

.shop-quick-card span {
    color: var(--shop-muted);
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
}

.product-grid > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
}

.product-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
}

.product-card:hover {
    box-shadow: 0 24px 55px rgba(15, 23, 42, .14);
    transform: translateY(-4px);
}

.product-card a {
    color: inherit;
    text-decoration: none;
}

.product-card-image {
    align-items: center;
    background: linear-gradient(180deg, #fff, #f8fafc);
    display: flex;
    height: 220px;
    justify-content: center;
    padding: 18px;
}

.product-card img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform .22s ease;
    width: 100%;
}

.product-card:hover img {
    transform: scale(1.035);
}

.product-card .caption {
    flex: 1;
    padding: 18px 20px 10px;
}

.product-card h4 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 12px;
    min-height: 44px;
}

.price,
.product-price {
    color: var(--shop-primary);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -.015em;
}

.price-old {
    color: var(--shop-muted);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-right: 8px;
    text-decoration: line-through;
}

.product-card-actions {
    padding: 0 20px 20px;
}

.add-to-cart-form {
    margin: 0;
}

.shop-cart-alert {
    margin-bottom: 20px;
}

.add-to-cart-form button[disabled] {
    opacity: .75;
}

.product-detail {
    margin-bottom: 30px;
    padding: 28px;
}

.product-detail-image {
    align-items: center;
    background: linear-gradient(180deg, #fff, #f8fafc);
    border: 1px solid var(--shop-border);
    border-radius: 22px;
    display: flex;
    justify-content: center;
    min-height: 360px;
    padding: 26px;
}

.product-detail-image img {
    max-height: 420px;
    object-fit: contain;
    width: 100%;
}

.product-detail-meta {
    color: var(--shop-muted);
    font-weight: 700;
    margin-bottom: 14px;
}

.product-detail .product-price {
    font-size: 34px;
    margin: 22px 0;
}

.product-description,
.content-card {
    background: var(--shop-surface);
    border: 1px solid var(--shop-border);
    border-radius: var(--shop-radius);
    box-shadow: var(--shop-shadow);
    margin-bottom: 28px;
    padding: 26px;
}

.category-description {
    background: var(--shop-surface);
    border: 1px solid var(--shop-border);
    border-radius: var(--shop-radius);
    box-shadow: var(--shop-shadow);
    margin-bottom: 24px;
    padding: 22px 24px;
}

.subcategory-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    margin-bottom: 24px;
}

.subcategory-card {
    align-items: center;
    background: var(--shop-surface);
    border: 1px solid var(--shop-border);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
    color: var(--shop-text);
    display: flex;
    font-weight: 800;
    justify-content: space-between;
    padding: 18px 20px;
    text-decoration: none;
}

.subcategory-card:hover,
.subcategory-card:focus {
    background: var(--shop-primary-soft);
    color: var(--shop-primary);
    text-decoration: none;
    transform: translateY(-2px);
}

.shop-search-autocomplete {
    position: relative;
}

.shop-search-suggestions {
    background: var(--shop-surface);
    border: 1px solid var(--shop-border);
    border-radius: 16px;
    box-shadow: var(--shop-shadow);
    left: 0;
    list-style: none;
    margin: 8px 0 0;
    max-height: 360px;
    overflow-y: auto;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1200;
}

.shop-search-suggestion {
    margin: 0;
}

.shop-search-suggestion-link {
    align-items: center;
    border-radius: 12px;
    color: var(--shop-text);
    display: flex;
    gap: 12px;
    padding: 10px 12px;
    text-decoration: none;
}

.shop-search-suggestion.is-active .shop-search-suggestion-link,
.shop-search-suggestion-link:hover,
.shop-search-suggestion-link:focus {
    background: var(--shop-primary-soft);
    color: var(--shop-text);
    text-decoration: none;
}

.shop-search-suggestion-thumb {
    border-radius: 10px;
    flex: 0 0 44px;
    height: 44px;
    object-fit: cover;
    width: 44px;
}

.shop-search-suggestion-title {
    font-weight: 700;
    line-height: 1.35;
}

.search-panel {
    margin-bottom: 26px;
    padding: 22px;
}

.search-panel .form-group {
    margin-right: 10px;
    position: relative;
}

.search-panel .form-control {
    border-color: var(--shop-border);
    border-radius: 999px;
    box-shadow: none;
    min-width: 320px;
    padding-left: 18px;
}

.cart-card {
    overflow: hidden;
}

.cart-card .table {
    margin-bottom: 0;
}

.cart-card .table > thead > tr > th {
    background: var(--shop-surface-soft);
    border-bottom: 1px solid var(--shop-border);
    color: var(--shop-muted);
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cart-card .table > tbody > tr > td,
.cart-card .table > thead > tr > th {
    border-color: var(--shop-border);
    padding: 16px;
    vertical-align: middle;
}

.cart-product-link {
    color: var(--shop-text);
    font-weight: 800;
}

.cart-summary {
    align-items: center;
    background: var(--shop-surface);
    border: 1px solid var(--shop-border);
    border-radius: var(--shop-radius);
    box-shadow: var(--shop-shadow);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 22px 0;
    padding: 20px 24px;
}

.cart-summary strong {
    color: var(--shop-text);
    font-size: 22px;
}

.cart-actions {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.auth-card,
.checkout-card {
    padding: 24px;
}

.panel.panel-default {
    border-color: var(--shop-border);
    border-radius: var(--shop-radius);
    box-shadow: var(--shop-shadow);
    overflow: hidden;
}

.panel.panel-default > .panel-body {
    padding: 24px;
}

.form-control {
    border-color: var(--shop-border);
    border-radius: 12px;
    box-shadow: none;
}

.form-control:focus {
    border-color: rgba(216, 72, 64, .45);
    box-shadow: 0 0 0 3px rgba(216, 72, 64, .1);
}

.payment-address-fields {
    display: none;
}

.payment-address-fields.visible {
    display: block;
}

.account-tab-content {
    padding-top: 22px;
}

.shop-divider {
    border-top-color: var(--shop-border);
    margin: 30px 0;
}

.inline-form {
    display: inline;
}

.alert {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
}

.pagination > li > a,
.pagination > li > span {
    border-color: var(--shop-border);
    color: var(--shop-text);
    margin: 0 3px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
    background: var(--shop-primary);
    border-color: var(--shop-primary);
}

.shop-footer {
    background: #1f2924;
    color: rgba(255, 255, 255, .72);
    margin-top: 24px;
    padding: 30px 0;
}

.shop-footer a {
    color: #fff;
}

@media (max-width: 991px) {
    .shop-header .navbar-brand,
    .shop-header .navbar-nav > li > a {
        line-height: 24px;
    }

    .shop-header .navbar-collapse {
        border-top-color: rgba(255, 255, 255, .12);
    }

    .shop-search {
        border: 0;
        box-shadow: none;
        margin: 8px 0 14px;
        padding: 0 15px;
    }

    .shop-search .form-group,
    .shop-search .form-control {
        display: block;
        min-width: 0;
        width: 100%;
    }

    .shop-search .btn {
        margin: 10px 0 0;
        width: 100%;
    }

    .shop-main {
        padding-top: 24px;
    }

    .shop-sidebar {
        margin-bottom: 22px;
    }

    .shop-hero {
        padding: 36px 28px;
    }

    .shop-hero h1 {
        font-size: 34px;
    }

    .product-detail-image {
        margin-bottom: 24px;
        min-height: 260px;
    }
}

@media (max-width: 767px) {
    body {
        background: var(--shop-bg);
    }

    .shop-main h1 {
        font-size: 28px;
    }

    .shop-hero {
        border-radius: 20px;
        padding: 30px 22px;
    }

    .shop-hero h1 {
        font-size: 30px;
    }

    .shop-hero .lead {
        font-size: 17px;
    }

    .shop-hero-actions,
    .cart-actions,
    .cart-summary {
        align-items: stretch;
        flex-direction: column;
    }

    .shop-hero-actions .btn,
    .cart-actions .btn {
        width: 100%;
    }

    .product-grid {
        display: block;
    }

    .product-grid > [class*="col-"] {
        display: block;
    }

    .product-card-image {
        height: 190px;
    }

    .product-detail {
        padding: 20px;
    }

    .product-detail .product-price {
        font-size: 28px;
    }

    .search-panel .form-inline,
    .search-panel .form-group,
    .search-panel .form-control {
        display: block;
        min-width: 0;
        width: 100%;
    }

    .search-panel .btn {
        margin-top: 10px;
        width: 100%;
    }

    .cart-card .table,
    .cart-card thead,
    .cart-card tbody,
    .cart-card th,
    .cart-card td,
    .cart-card tr {
        display: block;
    }

    .cart-card thead {
        display: none;
    }

    .cart-card tr {
        border-bottom: 1px solid var(--shop-border);
        padding: 12px 0;
    }

    .cart-card .table > tbody > tr > td {
        border: 0;
        display: flex;
        justify-content: space-between;
        padding: 8px 16px;
        text-align: right;
    }

    .cart-card .table > tbody > tr > td:before {
        color: var(--shop-muted);
        content: attr(data-label);
        font-weight: 800;
        padding-right: 16px;
        text-align: left;
    }
}

/* Checkout */
.checkout-page {
    margin-bottom: 40px;
}

.checkout-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 340px;
    margin-top: 24px;
}

@media (max-width: 991px) {
    .checkout-grid {
        grid-template-columns: 1fr;
    }
}

.checkout-card {
    background: var(--shop-surface);
    border: 1px solid var(--shop-border);
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 24px;
}

.checkout-card h2,
.checkout-card h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0 0 16px;
}

.checkout-card h3 {
    font-size: .95rem;
    margin-top: 20px;
}

.checkout-option-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkout-option {
    align-items: flex-start;
    border: 1px solid var(--shop-border);
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    gap: 12px;
    margin: 0;
    padding: 14px 16px;
    transition: border-color .15s, background .15s;
}

.checkout-option:hover {
    background: #f8fafc;
    border-color: var(--shop-primary);
}

.checkout-option input[type="radio"] {
    flex-shrink: 0;
    margin-top: 3px;
}

.checkout-option-body {
    flex: 1;
}

.checkout-option-title {
    display: block;
    font-weight: 700;
}

.checkout-option-desc {
    color: var(--shop-muted);
    display: block;
    font-size: .875rem;
    margin-top: 4px;
}

.checkout-option-price {
    font-weight: 800;
    white-space: nowrap;
}

.checkout-payment-methods {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
}

.checkout-payment-methods label {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 600;
    gap: 8px;
    margin: 0;
}

.checkout-form-row {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 16px;
}

@media (max-width: 575px) {
    .checkout-form-row {
        grid-template-columns: 1fr;
    }
}

.checkout-form-row .form-group {
    margin-bottom: 0;
}

.checkout-summary-sticky {
    position: sticky;
    top: 20px;
}

.checkout-summary-list {
    border-bottom: 1px solid var(--shop-border);
    list-style: none;
    margin: 0 0 16px;
    padding: 0 0 16px;
}

.checkout-summary-list li {
    display: flex;
    font-size: .875rem;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 8px;
}

.checkout-summary-line {
    display: flex;
    font-size: .9rem;
    justify-content: space-between;
    margin-bottom: 8px;
}

.checkout-summary-total {
    border-top: 1px solid var(--shop-border);
    display: flex;
    font-size: 1.1rem;
    font-weight: 800;
    justify-content: space-between;
    margin-top: 8px;
    padding-top: 12px;
}

.checkout-summary {
    position: sticky;
    top: 20px;
}

.checkout-summary-items {
    border-bottom: 1px solid var(--shop-border);
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.checkout-summary-item {
    display: flex;
    font-size: .875rem;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 8px;
}

.checkout-summary-totals {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checkout-summary-row {
    display: flex;
    font-size: .9rem;
    justify-content: space-between;
}

.checkout-summary-row.checkout-summary-total {
    border-top: 1px solid var(--shop-border);
    font-size: 1.1rem;
    font-weight: 800;
    margin-top: 8px;
    padding-top: 12px;
}

.checkout-terms {
    margin: 20px 0;
}

.checkout-terms label {
    cursor: pointer;
    font-size: .875rem;
    font-weight: 600;
}

.checkout-success {
    margin: 40px auto;
    max-width: 720px;
    text-align: center;
}

.checkout-success-icon {
    color: var(--shop-primary);
    font-size: 3rem;
    margin-bottom: 16px;
}

.checkout-success-reference {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    font-size: 1.25rem;
    font-weight: 800;
    margin: 24px 0;
    padding: 16px 24px;
}

.checkout-success-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 24px;
}
