/* Restore original HeroKopi homepage template */
.site-nav {
    min-height: 104px;
    padding: 0;
    background: #120904;
    border-bottom: 1px solid rgba(227, 169, 75, .45);
    box-shadow: none;
}

.site-nav .container,
.prototype-hero .container,
.prototype-menu .container {
    max-width: 1220px;
}

.navbar-brand img {
    height: 72px;
}

.site-nav .navbar-nav {
    column-gap: 34px !important;
}

.site-nav .nav-link {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 40px 0 34px;
    position: relative;
}

.site-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    height: 2px;
    display: block;
    background: #d18b28;
}

.cart-link {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 4px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 16px;
    background: rgba(255, 255, 255, .06);
    transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}

.cart-link:hover {
    color: #fff;
    transform: translateY(-1px);
    border-color: #e3a94b;
    background: rgba(227, 169, 75, .16);
}

.cart-svg {
    width: 30px;
    height: 30px;
    display: block;
    color: currentColor;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .28));
}

.cart-link img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.cart-link span {
    position: absolute;
    top: -4px;
    right: -6px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #dc2626;
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1;
    border: 2px solid #120904;
    box-shadow: 0 6px 14px rgba(220, 38, 38, .38);
}

.btn-cart-svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: .4rem;
    vertical-align: -0.2rem;
    color: currentColor;
}

.prototype-hero {
    min-height: 524px !important;
    position: relative;
    overflow: hidden;
    background: #120904 !important;
    color: #fff;
}

.prototype-hero::after {
    display: none !important;
}

.prototype-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block !important;
    background: linear-gradient(90deg, rgba(12, 6, 3, .88) 0%, rgba(12, 6, 3, .62) 42%, rgba(12, 6, 3, .08) 100%);
    pointer-events: none;
}

.prototype-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block !important;
    background: #120904;
}

.prototype-hero-bg img {
    width: 100%;
    height: 100%;
    display: block !important;
    object-fit: cover;
    object-position: center;
}

.prototype-hero .container {
    position: relative;
    z-index: 2;
}

.prototype-hero-row {
    min-height: 524px !important;
}

.prototype-hero h1 {
    max-width: 600px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.45rem, 6.5vw, 5.45rem);
    font-weight: 800;
    line-height: .96;
    letter-spacing: 0;
}

.prototype-hero h1 span {
    color: #e3a94b;
}

.prototype-hero p {
    max-width: 470px;
    color: #fff;
    font-size: 1.18rem;
    line-height: 1.65;
}

.prototype-hero .btn-hero,
.prototype-product .btn-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    min-height: 48px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #e3a94b, #c88335);
    box-shadow: none;
    color: #fff;
    font-weight: 800;
}

.prototype-hero .btn-hero img,
.prototype-product .btn-hero img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.prototype-menu {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
    background:
        radial-gradient(circle at 50% 0%, rgba(246, 225, 195, .58), transparent 34%),
        #fbf7f0 !important;
}

.prototype-menu .section-title {
    margin-bottom: 4px;
    color: #21130c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.35rem, 4vw, 3rem) !important;
    font-weight: 800;
    letter-spacing: 0;
}

.title-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    margin: .45rem 0 .8rem;
}

.title-mark span {
    width: 34px;
    height: 2px;
    background: #d18b28;
}

.title-mark img {
    width: 18px;
    height: 18px;
}

.prototype-menu .text-muted {
    color: #4c4540 !important;
}

.prototype-menu .menu-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin: 28px auto 34px !important;
}

.prototype-menu .menu-filter button {
    min-width: 132px !important;
    min-height: 46px !important;
    border-radius: 999px;
    border: 1px solid rgba(74, 43, 24, .15);
    background: rgba(255, 255, 255, .64);
    color: #3b2a20;
    box-shadow: none;
    font-weight: 600;
}

.prototype-menu .menu-filter button.active,
.prototype-menu .menu-filter button:hover {
    background: #1b0f08;
    border-color: #1b0f08;
    color: #fff;
}

.prototype-product {
    height: 100%;
    display: block;
    overflow: hidden;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(74, 43, 24, .13);
    border-radius: 8px;
    box-shadow: none;
    transition: transform .18s ease, box-shadow .18s ease;
}

.prototype-product > img,
.prototype-product .menu-image-wrap img {
    width: 100%;
    aspect-ratio: 1.18 / 1;
    height: auto;
    object-fit: cover !important;
    object-position: center;
    display: block;
    background: #120904;
}

.prototype-product .menu-image-wrap {
    position: relative;
    overflow: hidden;
    background: #120904;
}

.menu-image-trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    position: relative;
}

.menu-image-trigger::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(18, 9, 4, .55));
    opacity: 0;
    transition: opacity .18s ease;
}

.menu-image-trigger img {
    transition: transform .24s ease, filter .24s ease;
}

.menu-image-trigger:hover img {
    transform: scale(1.04);
}

.menu-image-trigger:hover::after,
.menu-image-trigger:hover .menu-image-zoom {
    opacity: 1;
}

.menu-image-zoom {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: #1b0f08;
    padding: .34rem .65rem;
    font-size: .76rem;
    font-weight: 800;
    opacity: 0;
    transition: opacity .18s ease, transform .18s ease;
    pointer-events: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
}

.prototype-product.is-out-of-stock .menu-image-wrap img {
    filter: blur(3px) grayscale(.22) brightness(.72);
    transform: scale(1.04);
}

.prototype-product.is-coming-soon .menu-image-wrap img {
    filter: none;
}

.menu-image-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 22px;
    background: #fffaf3;
    box-shadow: 0 32px 90px rgba(18, 9, 4, .38);
}

.menu-image-modal.modal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.menu-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, .9);
    opacity: 1;
    padding: .65rem;
}

.menu-modal-image-panel {
    min-height: 420px;
    background: #120904;
}

.menu-modal-image-panel img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: contain;
    background: radial-gradient(circle at center, rgba(227, 169, 75, .14), #120904 72%);
    display: block;
}

.menu-modal-content {
    min-height: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu-modal-category,
.menu-modal-status {
    width: fit-content;
    border-radius: 999px;
    padding: .35rem .7rem;
    font-size: .78rem;
    font-weight: 800;
}

.menu-modal-category {
    margin-bottom: .9rem;
    background: #f6e1c3;
    color: #4a2b18;
}

.menu-modal-status {
    margin-bottom: .8rem;
    background: rgba(27, 15, 8, .9);
    color: #fff;
}

.menu-modal-content h3 {
    color: #1b0f08;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    line-height: 1.05;
}

.menu-status-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    border-radius: 999px;
    background: rgba(27, 15, 8, .88);
    color: #fff;
    padding: .38rem .72rem;
    font-size: .78rem;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
}

.prototype-menu .menu-image-wrap .menu-bestseller-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    border-radius: 999px;
    background: linear-gradient(135deg, #dc2626, #f59e0b);
    color: #fff;
    padding: .38rem .72rem;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .01em;
    box-shadow: 0 12px 26px rgba(220, 38, 38, .28);
}

.prototype-product .btn-hero:disabled {
    opacity: 1;
    border: 1px solid rgba(74, 43, 24, .16);
    background: #cfc0ad;
    color: #4d3c2f;
    cursor: not-allowed;
}

.prototype-product .card-body {
    display: flex;
    min-height: 204px;
    flex-direction: column;
    padding: 16px !important;
}

.prototype-product h3 {
    color: #24150e;
    font-size: 1.18rem !important;
    font-weight: 800;
}

.prototype-product p.small {
    color: #4c4540 !important;
    font-size: .95rem;
    line-height: 1.36;
}

.prototype-product .price {
    margin-top: auto;
    color: #1b0f08;
    font-size: 1.05rem;
    font-weight: 900;
}

.prototype-product .btn-hero {
    min-height: 42px;
    padding: .45rem .75rem;
}

.prototype-product .btn-hero img {
    width: 16px;
    height: 16px;
}

.prototype-steps {
    margin-top: 40px !important;
    padding: 28px !important;
    border: 1px solid rgba(74, 43, 24, .08);
    border-radius: 8px;
    background: rgba(255, 244, 225, .72);
}

.prototype-steps .step-inline {
    border-right: 1px solid rgba(74, 43, 24, .14);
    min-height: 96px;
}

.prototype-steps .step-inline:last-child {
    border-right: 0;
}

.prototype-steps .step-icon {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.admin-hero-banner-preview {
    width: 100%;
    aspect-ratio: 16 / 7;
    object-fit: contain;
    background: #120a05;
}

.order-product-card {
    overflow: hidden;
}

.order-product-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.order-product-heading .section-title {
    margin-bottom: 0;
}

.order-product-heading .price {
    flex: 0 0 auto;
    color: #1b0f08;
    white-space: nowrap;
}

.order-product-description {
    background: rgba(255, 255, 255, .72);
}

.status-live-section {
    border-top: 1px solid rgba(74, 43, 24, .12);
    padding-top: 28px;
}

.status-live-card {
    transition: background-color .2s ease, border-color .2s ease;
}

.status-live-text {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-right: 8px;
    color: #1b0f08;
    font-size: .88rem;
    font-weight: 800;
}

.status-live-section .status-badge-img {
    max-height: 32px;
}

.cart-page .cart-item-img {
    width: 72px;
    height: 72px;
    max-width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    background: #120904;
}

.cart-page .cart-item {
    transition: border-color .18s ease, background-color .18s ease;
}

.cart-page .cart-item:hover {
    border-color: rgba(200, 131, 53, .32);
}

@media (max-width: 991px) {
    .site-nav {
        min-height: auto;
    }

    .site-nav .nav-link {
        padding: .75rem 0;
    }

    .site-nav .nav-link.active::after {
        display: none;
    }

    .navbar-brand img {
        height: 60px;
    }

    .prototype-hero,
    .prototype-hero-row {
        min-height: 460px !important;
    }

    .prototype-steps .step-inline {
        border-right: 0;
    }
}

@media (min-width: 768px) {
    .cart-page .cart-item-img {
        width: 84px;
        height: 84px;
    }
}

@media (max-width: 575px) {
    .prototype-hero h1 {
        font-size: 3.35rem;
    }

    .prototype-menu .menu-filter {
        gap: .75rem;
    }

    .prototype-menu .menu-filter button {
        flex: 1 1 42%;
        min-width: 0 !important;
    }
}

/* Hero artwork layout matching requested banner reference */
.prototype-hero {
    min-height: 720px !important;
}

.prototype-hero::before {
    background:
        linear-gradient(90deg, rgba(18, 8, 3, .9) 0%, rgba(18, 8, 3, .7) 34%, rgba(18, 8, 3, .12) 100%),
        linear-gradient(180deg, rgba(18, 8, 3, .08), rgba(18, 8, 3, .22));
}

.prototype-hero-row {
    min-height: 610px !important;
}

.hero-copy {
    padding-top: 28px;
}

.hero-brand-lockup {
    display: none !important;
    width: min(100%, 390px);
    height: auto;
    margin-bottom: 18px;
}

.hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 450px;
    margin-bottom: 16px;
    color: #f4cf8a;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .36em;
    text-transform: uppercase;
}

.hero-eyebrow span {
    flex: 1;
    height: 1px;
    background: rgba(244, 207, 138, .78);
}

.prototype-hero h1 {
    max-width: 660px;
    font-size: clamp(4.6rem, 7.4vw, 7.2rem);
    line-height: .86;
}

.hero-title-mark {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 260px;
    margin: 18px 0 0 210px;
}

.hero-title-mark span {
    flex: 1;
    height: 2px;
    background: rgba(227, 169, 75, .85);
}

.hero-title-mark i {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #e3a94b;
    transform: rotate(-35deg) scaleX(.75);
}

.prototype-hero p {
    max-width: 620px;
    margin-top: 22px !important;
    margin-bottom: 24px !important;
    font-size: 1.28rem;
    line-height: 1.45;
}

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

.prototype-hero .hero-actions .btn {
    min-width: 230px;
    min-height: 68px;
    border-radius: 14px;
    font-size: 1.25rem;
}

.prototype-hero .hero-actions .btn img {
    width: 30px;
    height: 30px;
}

.btn-hero-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    border: 2px solid rgba(244, 207, 138, .9);
    background: rgba(18, 8, 3, .38);
    color: #f4cf8a;
    font-weight: 800;
    text-decoration: none;
}

.btn-hero-outline:hover {
    background: rgba(244, 207, 138, .14);
    color: #fff;
}

.btn-hero-outline img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(32%) saturate(575%) hue-rotate(352deg) brightness(99%) contrast(92%);
}

.hero-flow {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 18px;
    width: min(100%, 920px);
    margin: 24px 0 46px;
    padding: 16px 24px;
    border: 1px solid rgba(227, 169, 75, .52);
    border-radius: 12px;
    background: rgba(18, 8, 3, .58);
    backdrop-filter: blur(6px);
}

.hero-flow a {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 600;
    white-space: nowrap;
}

.hero-flow img {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(227, 169, 75, .8);
    border-radius: 999px;
    padding: 10px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(84%) sepia(32%) saturate(575%) hue-rotate(352deg) brightness(99%) contrast(92%);
}

.hero-flow i {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: #e3a94b;
}

@media (max-width: 991px) {
    .prototype-hero {
        min-height: 660px !important;
    }

    .prototype-hero-row {
        min-height: 560px !important;
    }

    .hero-brand-lockup {
        width: min(100%, 300px);
    }

    .prototype-hero h1 {
        font-size: clamp(3.35rem, 10vw, 5.4rem);
    }

    .hero-title-mark {
        margin-left: 120px;
    }

    .hero-flow {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        margin: 24px 0 28px;
    }

    .hero-flow i {
        display: none;
    }
}

@media (max-width: 575px) {
    .prototype-hero {
        min-height: 760px !important;
    }

    .prototype-hero-row {
        min-height: 560px !important;
    }

    .hero-eyebrow {
        letter-spacing: .18em;
        font-size: .72rem;
    }

    .hero-title-mark {
        margin-left: 60px;
    }

    .prototype-hero p {
        font-size: 1.05rem;
    }

    .prototype-hero .hero-actions .btn {
        width: 100%;
        min-width: 0;
    }

    .hero-flow {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }
}

/* Compact mobile homepage */
@media (max-width: 767.98px) {
    .site-nav .container,
    .prototype-hero .container,
    .prototype-menu .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .prototype-menu {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    .prototype-menu .section-title {
        font-size: clamp(1.9rem, 8vw, 2.35rem) !important;
    }

    .prototype-menu .text-muted {
        font-size: .92rem;
    }

    .prototype-menu .menu-filter {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 8px;
        margin: 18px -14px 20px !important;
        padding: 0 14px 4px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .prototype-menu .menu-filter::-webkit-scrollbar {
        display: none;
    }

    .prototype-menu .menu-filter button {
        flex: 0 0 auto !important;
        min-width: auto !important;
        min-height: 36px !important;
        padding: .45rem .85rem;
        font-size: .82rem;
        white-space: nowrap;
    }

    .prototype-product {
        border-radius: 10px;
    }

    .prototype-product > img,
    .prototype-product .menu-image-wrap img {
        aspect-ratio: 1.08 / 1;
    }

    .menu-image-zoom {
        right: 8px;
        bottom: 8px;
        padding: .28rem .5rem;
        font-size: .68rem;
        opacity: 1;
    }

    .menu-image-modal .modal-dialog {
        margin: .85rem;
    }

    .menu-image-modal .modal-content {
        border-radius: 16px;
    }

    .menu-modal-image-panel,
    .menu-modal-image-panel img {
        min-height: 260px;
        max-height: 48vh;
    }

    .menu-modal-content {
        padding: 1.15rem;
    }

    .menu-modal-content h3 {
        font-size: 1.55rem;
    }

    .menu-status-badge {
        top: 8px;
        left: 8px;
        padding: .3rem .5rem;
        font-size: .68rem;
    }

    .prototype-menu .menu-image-wrap .menu-bestseller-badge {
        top: 8px;
        right: 8px;
        padding: .3rem .5rem;
        font-size: .66rem;
    }

    .prototype-product .card-body {
        min-height: 0;
        padding: 11px !important;
    }

    .prototype-product h3 {
        font-size: .98rem !important;
        line-height: 1.15;
    }

    .prototype-product p.small {
        display: -webkit-box;
        min-height: 0;
        margin-bottom: 10px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: .78rem;
        line-height: 1.3;
    }

    .prototype-product .price {
        margin-bottom: 10px !important;
        font-size: .92rem;
    }

    .prototype-product .btn-hero {
        min-height: 34px;
        padding: .35rem .55rem;
        font-size: .78rem;
        border-radius: 8px;
    }

    .prototype-product .btn-hero img {
        width: 13px;
        height: 13px;
    }

    .status-live-section {
        margin-top: 28px !important;
        padding-top: 20px;
    }

    .status-live-section h2 {
        font-size: 1.12rem;
    }

    .status-live-card {
        padding: 12px !important;
    }

    .status-live-text {
        min-height: 24px;
        margin-right: 6px;
        font-size: .78rem;
    }

    .status-live-section .status-badge-img {
        max-height: 28px;
    }
}

@media (max-width: 575px) {
    .prototype-hero {
        min-height: 520px !important;
    }

    .prototype-hero-row {
        min-height: 390px !important;
        padding: 36px 0 12px;
    }

    .hero-copy {
        padding-top: 0;
    }

    .hero-eyebrow {
        max-width: 310px;
        margin-bottom: 14px;
        letter-spacing: .16em;
        font-size: .64rem;
    }

    .prototype-hero h1 {
        max-width: 340px;
        font-size: clamp(2.45rem, 13vw, 3.15rem);
        line-height: .9;
    }

    .hero-title-mark {
        width: 160px;
        margin: 14px 0 0 76px;
    }

    .prototype-hero p {
        max-width: 330px;
        margin-top: 16px !important;
        margin-bottom: 14px !important;
        font-size: .92rem;
        line-height: 1.45;
    }

    .hero-actions {
        gap: 10px;
    }

    .prototype-hero .hero-actions .btn {
        min-height: 44px;
        border-radius: 10px;
        font-size: .92rem;
    }

    .prototype-hero .hero-actions .btn img {
        width: 20px;
        height: 20px;
    }

    .hero-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 12px 0 20px;
        padding: 10px;
        border-radius: 10px;
    }

    .hero-flow a {
        gap: 8px;
        font-size: .72rem;
        white-space: normal;
    }

    .hero-flow img {
        width: 32px;
        height: 32px;
        padding: 7px;
    }

    .prototype-menu .row {
        --bs-gutter-x: .75rem;
        --bs-gutter-y: .75rem;
    }

    .prototype-menu [data-menu-card] {
        flex: 0 0 auto;
        width: 50%;
    }
}

/* Compact mobile order page */
@media (max-width: 767.98px) {
    .order-page {
        padding: 22px 0 !important;
    }

    .order-page .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .order-page .row.g-4 {
        --bs-gutter-y: .85rem;
    }

    .order-page .product-card {
        border-radius: 10px;
    }

    .order-page .product-card > img {
        width: 100%;
        aspect-ratio: 1.55 / 1;
        object-fit: cover;
        object-position: center;
    }

    .order-page .product-card .p-4 {
        padding: 12px !important;
    }

    .order-page .order-product-heading {
        align-items: center;
        gap: 10px;
    }

    .order-page .product-card .section-title {
        margin-bottom: 4px;
        font-size: 1.35rem !important;
        line-height: 1.15;
    }

    .order-page .product-card .text-muted {
        margin-bottom: 8px;
        font-size: .84rem;
        line-height: 1.35;
    }

    .order-page .product-card .price {
        font-size: 1.05rem;
    }

    .order-page .order-product-description {
        padding: 10px 12px 12px !important;
    }

    .order-page .soft-panel {
        border-radius: 10px;
    }

    .order-page .soft-panel.p-4,
    .order-page .soft-panel.p-md-5 {
        padding: 14px !important;
    }

    .order-page h2.h3 {
        margin-bottom: 14px !important;
        font-size: 1.25rem;
    }

    .order-page .row.g-3 {
        --bs-gutter-y: .75rem;
    }

    .order-page .form-label {
        margin-bottom: 4px;
        font-size: .82rem;
        font-weight: 700;
    }

    .order-page .form-control {
        min-height: 38px;
        padding: .45rem .65rem;
        font-size: .88rem;
        border-radius: 8px;
    }

    .order-page textarea.form-control {
        min-height: 76px;
    }

    .order-page .mt-4 {
        margin-top: 14px !important;
    }

    .order-page .sugar-option span,
    .order-page .addon-option span {
        min-height: 38px;
        padding: .48rem .65rem;
        font-size: .8rem;
    }

    .order-page .sugar-option img {
        width: 20px !important;
        height: 20px !important;
    }

    .order-page .soft-panel.p-3 {
        padding: 10px !important;
    }

    .order-page .summary-line {
        gap: .75rem;
        padding: 7px 0;
        font-size: .84rem;
    }

    .order-page .summary-line strong {
        font-size: .92rem;
    }

    .order-page .btn.btn-hero.btn-lg {
        min-height: 42px;
        margin-top: 14px !important;
        padding: .55rem .85rem;
        border-radius: 9px;
        font-size: .92rem;
    }
}

@media (max-width: 575px) {
    .order-page .col-sm-4,
    .order-page .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .order-page .sugar-option span {
        justify-content: flex-start !important;
        gap: 6px !important;
    }
}
