@import "../css/color.css";
@import "../css/typography.css";
@import "../css/button.css";
@import "../css/hero.css";
@import "../css/card-undangan-digital.css";
@import "../css/modal-fitur.css";
@import "../css/form.css";
@import "../css/drawer.css";
@import "../css/dashboard.css";
@import "../css/kontak.css";
@import "../css/login.css";
@import "../css/avatar.css";
@import "../css/cardProduk.css";
@import "../css/testimoni.css";
@import "../css/faq.css";
@import "../css/produkUndanganDigital.css";
@import "../css/event.css";


/* .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.row>* {
    margin-right: 0 !important;
    margin-left: 0 !important;
} */

/* For older versions of Internet Explorer (10-11) */
::placeholder {
    color: var(--neutral-200) !important;
    font-family: var(--paragraph-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    /* 19.6px */
    margin: 0;
}

/* For Microsoft Edge */
::-webkit-input-placeholder {
    color: var(--neutral-200) !important;
    font-family: var(--paragraph-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    /* 19.6px */
    margin: 0;
}

/* --- Fade in table rows (on create or reload) --- */
tr.fade-in {
    opacity: 0;
    transform: translateY(-6px);
    animation: fadeInRow 0.4s ease forwards;
}

@keyframes fadeInRow {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- Fade out table rows (on delete) --- */
tr.fade-out {
    opacity: 1;
    transform: translateY(0);
    animation: fadeOutRow 0.35s ease forwards;
}

@keyframes fadeOutRow {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-6px);
    }
}

@keyframes highlightFade {
    0% {
        background-color: #fff8dc;
    }

    /* light yellow */
    100% {
        background-color: white;
    }
}

.row-highlight {
    animation: highlightFade 1.2s ease-in-out;
}

/* --- Button loading (spinner) --- */
button[disabled] .spinner-border {
    margin-right: 0.4rem;
}

/* --- Modal transition standardization --- */
.modal.fade .modal-dialog {
    transform: scale(0.98) translateY(-5px);
    transition: all 0.25s ease-out;
}

.modal.show .modal-dialog {
    transform: scale(1) translateY(0);
}

/* --- Toast standard --- */
.toast {
    transition: all 0.3s ease;
}

.toast.show {
    opacity: 1;
    transform: translateY(0);
}

.toast.hide {
    opacity: 0;
    transform: translateY(-6px);
}

.container-content {
    padding: 24px;
    background-color: var(--neutral-00);
    height: 100%;
    border-radius: 8px;
}

.container-custom {
    padding: 0 210px;
}

.container {
    --bs-gutter-x: 0;
}

.table img {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.table img:hover {
    transform: scale(1.03);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* PAGINATION */
.pagination .page-link {
    color: var(--neutral-950);
    border-radius: 20px !important;
    min-width: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.pagination .page-link:hover {
    background-color: #f0f0f0;
}

.pagination-container .form-group {
    margin-bottom: 0px !important;
}


/* ======== PROMO TABLE STYLING ======== */

/* Tombol aksi disembunyikan default */
.promo-actions {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

/* Saat baris di-hover, munculkan tombol */
.promo-table tbody tr:hover .promo-actions {
    opacity: 1;
    visibility: visible;
}

/* Tombol transisi halus */
.promo-actions .btn i {
    transition: transform 0.2s ease;
}

.promo-actions .btn:hover i {
    transform: scale(1.1);
}

/* Biar baris saat hover sedikit menonjol */
.promo-table tbody tr:hover {
    background-color: #f9fafb;
}

/* Sedikit jarak antar tombol */
.promo-actions .btn {
    padding: 0.35rem 0.5rem;
}

/* ALL END */

/* PROMO */
.container-promo {
    padding: 40px 96px;
}

.img-promo {
    aspect-ratio: 3/1.5;
    background-size: cover;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.img-promo:hover {
    transform: scale(1.02);
}

.carousel-indicators [data-bs-target] {
    height: 4px;
    width: 12px;
    border-radius: 100px;
}

.carousel-indicators [data-bs-target] {
    background-color: var(--neutral-950);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%);
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 45%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: var(--neutral-950);
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
    width: 40px;
    height: 40px;
    background-color: var(--neutral-00);
}

.carousel-control-next,
.carousel-control-prev i {
    font-size: 24px;
}

.carousel-control-next {
    right: -20px;
}

.carousel-control-prev {
    left: -20px;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: var(--neutral-950);
    text-decoration: none;
    outline: 0;
    opacity: .5;
}

/* PROMO END */

/* PRODUK */
.produk {
    min-height: 468px;
    background-color: #fff;
    padding: 40px 96px;
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: space-between;
}

.container-produk {
    background-color: #ECE8E7;
    padding: 40px;
    display: flex;
    gap: 16px;
}

.undangan-digital {
    width: 100%;
    flex-direction: row;
}

.cetak-foto {
    width: 48.5%;
    flex-direction: column;
}

.container-produk.cetak-foto .product-img {
    width: 100%;
}

.container-produk.cetak-foto .product-desc {
    width: 100%;
}

.product-img {
    aspect-ratio: 1/1;
    width: 50%;
}

.product-desc {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 50%;
    justify-content: center;
    align-items: center;
}

.product-desc .btn {
    margin-top: 12px;
    min-width: 240px !important;
}

.produk-cover {
    padding-top: 50px;
    background-color: #fef1f7;
    border-radius: 0 0 40px 40px;
}

.produk h2 {
    text-align: center;
    width: 100%;
}

.produk p {
    text-align: center;
    width: 100%;
}

.card-produk-custom {
    width: 100%;
    min-height: 360px;
    background-color: transparent;
    border-radius: 24px;
    border: 1px solid transparent;
    margin-bottom: 21px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.card-produk-custom .card-produk-detail {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-produk-custom .card-produk-img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 24px;
    background-position: center;
}

.card-produk-custom .card-produk-title {
    font-size: 16px;
    font-weight: 700;
    color: #292929 !important;
}

.card-produk-custom .action-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: 100% !important;
    margin-top: 8px;
}

/* PRODUK END */
.keunggulan {
    padding: 80px 0;
    background: #fff;
}

.keunggulan-title {
    color: var(--neutral-950);
    max-width: 820px;
    margin: 0 auto 50px auto;
}

.keunggulan-list {
    display: flex;
    justify-content: center;
    gap: 120px;
}

.keunggulan-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: #444;
}

.keunggulan-item i {
    font-size: 28px;
    color: #2b2b2b;
}

.keunggulan-item span {
    font-family: var(--label-font);
    font-size: 14px;
    font-weight: 500;
}

@media (max-width:768px) {

    .keunggulan-list {
        flex-direction: column;
        gap: 40px;
    }

    .keunggulan-title {
        font-size: 26px;
    }

}

.jk-stats {
    background: #f5f5f5;
    padding: 48px 24px;
}

.jk-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.jk-stat h3 {
    color: var(--neutral-950);
    margin-bottom: 8px !important;
}

.jk-stat p {
    color: var(--neutral-600);
}

@media (max-width:768px) {

    .jk-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .jk-stat h3 {
        font-size: 32px;
    }

}

.counter {
    font-variant-numeric: tabular-nums;
}

.dashboard-user {
    background-color: #EFEFEF;
    padding: 40px 96px;
    gap: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #292929;
    border-bottom: 1px solid #292929;
}


/* KEUNGGULAN UNDANGAN DIGITAL */
.keunggulan-undangan-digital {
    padding: 40px 96px;
    gap: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.poin-poin {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.poin {
    width: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    padding: 40px;
    background-color: var(--neutral-50);
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.middle {
    height: 100%;
    justify-content: center;
}

.poin img {
    position: absolute;
    bottom: 0;
    width: 80%;
    box-shadow: -10px 11px 40px 0 rgba(10, 10, 10, 0.08);
}

.poin i {
    font-size: 40px;
    font-weight: 50;
    color: #FF227C;
}

/* PRODUK TERBARU */
.produk-terbaru {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px 96px;
    align-items: center;
}

.produk-terbaru .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.produk-terbaru .selengkapnya {
    width: 420px;
    margin-top: 24px;
}

/* FILTER FORM */
.filter-form .form-check-inline {
    margin-right: 10px;
}

.color-option .color-circle {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.color-option .form-check-input {
    display: none;
}

.color-option .form-check-input:checked+label .color-circle {
    border: 2px solid #000;
}

/* Reset Button subtle hover */
.filter-form .reset-btn {
    font-weight: 500;
    transition: color 0.2s ease;
}

.filter-form .reset-btn:hover {
    color: #000;
}




/* TESTIMONI UNDANGAN DIGITAL */
.testimoni {
    padding: 40px 96px;
    align-items: center;
}

.testimoni .container {
    display: flex;
    flex-direction: column;
}

.testimoni.row {
    --bs-gutter-x: 0;
}

.container-testimoni {
    padding: 40px;
    background-color: transparent;
    border: 1px solid var(--neutral-950);
    border-radius: 0;
    min-height: 320px;
    height: 800px;
}

.testimoni .carousel {
    height: 100%;
    padding: 40px 40px 100px 40px;
    background-color: transparent;
    border: 1px solid var(--neutral-950);
    border-radius: 0;
    min-height: 320px;
    height: 800px;
}

.testimoni .carousel-item .card {
    border: none;
    border-radius: 0;
}

.testimoni .carousel-item .card i {
    font-size: 40px;
    font-weight: 400;
    color: var(--primary-500) !important;
}

.testimoni .carousel-item .card {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    gap: 16px;
    height: 100%;
}

.carousel-item.active {
    border: none !important;
}

#testimonialCarousel .carousel-control-next,
.carousel-control-prev {
    top: unset;
    bottom: 4%;
}

#testimonialCarousel .carousel-control-next {
    right: 10%;
}

#testimonialCarousel .carousel-control-prev {
    right: 30%;
    left: unset;
}

.carousel img {
    width: 100%;
    aspect-ratio: 3/2;
    border-radius: 0;
    margin: 0;
    object-fit: cover;
}

.carousel .next {
    position: absolute;
    right: 0px;
    bottom: -24px;
}

.carousel .prev {
    position: absolute;
    right: 60px;
    bottom: -24px;
}

.prev,
.next {
    transform: translateY(-50%);
}

.carousel-inner {
    padding: 0;
    height: 100%;
    border-bottom: 1px solid var(--neutral-950);
}

/* FAQ */
.faq {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px 96px;
    align-items: center;
    background: var(--neutral-50);
}

.faq .paragraph {
    width: 100%;
}

.accordion {
    width: 100%;
}

.accordion-item {
    background: var(--neutral-00);
    border: 1px solid var(--neutral-950) !important;
    background: var(--neutral-00);
    margin-bottom: -1px !important;
}

.accordion-button {
    padding: 12px 24px;
    min-height: 72px;
    font-family: var(--heading-font);
    font-weight: 300 !important;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -1.92px;
    font-style: normal;
    color: var(--neutral-950) !important;
    margin-bottom: 0 !important;
}

.accordion-button:hover {
    text-decoration: underline !important;
    cursor: pointer;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
}

.accordion-button::after {
    background-image: url(../icon/plus-onWhite.svg) !important;
    width: 24px;
    height: 24px;
    background-size: cover;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../icon/minus-onWhite.svg) !important;
    width: 24px;
    height: 24px;
    background-size: cover;
}

.accordion-body {
    padding: 24px;
}

/* BLOG */
.blog {
    padding-top: 50px;
    min-height: 512px;
    background-color: #fff;
}

.over {
    display: flex;
    gap: 20px;
    width: auto !important;
    overflow-x: scroll !important;
}

.over::-webkit-scrollbar {
    width: 100px !important;
    height: 8px;
}

.over::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 5px;
}

.over::-webkit-scrollbar-thumb {
    background-color: #b40049;
    border-radius: 6px;
}

.over::-webkit-scrollbar-thumb:hover {
    background-color: #58001a;
}

.blog h4 {
    font-size: 18px;
    font-weight: 700;
    color: #292929 !important;
    padding: 39px 0 19px 0;
    text-align: center;
}

.card-blog-custom {
    width: 100%;
    min-height: 360px;
    background-color: transparent;
    border-radius: 24px;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-decoration: none;
}

.card-blog-custom .card-blog-img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 24px;
    background-color: #c0baba;
}

.card-blog-custom .card-blog-detail {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-blog-custom .card-blog-container-title {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.card-blog-custom .card-blog-date {
    font-size: 12px;
    font-weight: 400;
    color: #292929 !important;
}

.card-blog-custom .card-blog-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #292929 !important;
}

.card-blog-custom .card-blog-paragraph {
    font-size: 14px;
    font-weight: 400;
    color: #656565 !important;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog .action-button {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
}

.blog .action-button .btn-secondary {
    width: 33%;
}

/* BLOG END */

/* TANYA KAMI */
.tanya-kami {
    min-height: 480px;
    padding: 32px 0;
    background-color: #fff;
}

.tanya-kami h4 {
    font-size: 18px;
    font-weight: 700;
    color: #292929 !important;
}

.card-tanya-kami-custom-left {
    width: 100%;
    min-height: 480px;
    background-color: #c0baba;
    border-radius: 48px;
    border: 1px solid transparent;
}

.card-tanya-kami-custom-right {
    width: 100%;
    height: auto;
    background-color: transparent;
    border-radius: 48px;
    border: 1px solid transparent;
}

.tanya-kami .form-control {
    padding: 10px 16px !important;
    border-radius: 8px !important;
    background-color: transparent !important;
    border: 1px solid #bbbbbb !important;
    box-shadow: none !important;
}

.tanya-kami .img {
    width: 60%;
    aspect-ratio: 3/2;
}

.tanya-kami .container-custom {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.tanya-kami .title {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 40%;
}

.tanya-kami .btn-primary {
    max-width: 398px;
}

/* TANYA KAMI END */

/* MARKET PLACE */
.market-place {
    min-height: 92px;
    padding: 32px 0;
    background-color: #fff;
}

.market-place h4 {
    font-size: 18px;
    font-weight: 700;
    color: #292929 !important;
    text-align: center;
}

.market-place-button-container {
    width: 100%;
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-direction: row !important;
}

/* MARKET PLACE END */


/* START BANNER */
/* Container for the entire carousel */
.multi-carousel-container {
    cursor: grab;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    padding: 40px 96px;
}

/* Cursor styles for dragging */
.multi-carousel-container.dragging,
#multiCarousel.dragging {
    cursor: grabbing;
}

/* Wrapper for all slides */
.multi-carousel-inner {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Individual slide */
.multi-carousel-item,
.clone {
    box-sizing: border-box;
    flex: 0 0 40%;
    padding: 0 16px;
    position: relative;
    /* Essential for item-number positioning */
}

/* Control buttons */
.multi-carousel-control-prev,
.multi-carousel-control-next {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s ease;
    width: 40px;
    z-index: 10;
}

.multi-carousel-control-prev:hover,
.multi-carousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.multi-carousel-control-prev {
    left: 10px;
}

.multi-carousel-control-next {
    right: 10px;
}

/* Image container with dynamic height */
.img-container {
    aspect-ratio: 1/1;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Image styling */
.img-container img,
#carouselInner img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    pointer-events: none;
    width: 100%;
    -webkit-user-drag: none;
    transition: transform 0.3s ease;
}

.img-container:hover img {
    transform: translateZ(0) scale(1.02);
}

/* Item number styling - guaranteed visibility */
.item-number {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    display: inline-flex;
    font-size: 120%;
    font-weight: bold;
    height: 35px;
    justify-content: center;
    left: 1rem;
    position: absolute;
    top: 1rem;
    width: 35px;
    z-index: 2;
    /* Higher than default but below controls */
    /* Isolation prevents z-index context issues */
    isolation: isolate;
}

/* Carousel cursor styling */
#multiCarousel {
    cursor: grab;
    touch-action: pan-y;
}

/* Disable text selection during drag */
#multiCarousel.dragging {
    user-select: none;
    -webkit-user-select: none;
}


.sidebar-cms.collapsed .sidebar-logo {
    opacity: 0;
    visibility: hidden;
}

.pagination .page-item.active .page-link {
    background-color: var(--primary-50);
    border: none;
    color: var(--primary-500);
    min-width: 32px;
    min-height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-item:hover .page-link {
    background-color: var(--neutral-100);
}



/* BREAKPOINT */
@media (max-width: 996px) {
    .add-data .label {
        display: none;
    }

    .sidebar-cms {
        position: fixed;
        left: -260px;
        top: 0;
        width: 250px;
        background-color: #fff;
        height: 100vh;
        z-index: 1050;
        transition: left 0.3s ease;
    }

    .sidebar-cms.active {
        left: 0;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .promo-actions {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .promo-table tbody tr:hover {
        background-color: transparent;
    }

    .promo-table td {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .promo-actions {
        margin-top: 0.5rem;
    }

    /* PROMO */
    .container-promo {
        padding: 40px 24px;
    }

    /* KEUNGGULAN UNDANGAN DIGITAL */
    .keunggulan-undangan-digital {
        padding: 40px 24px;
    }

    .middle {
        height: 400px;
    }

    /* PRODUK TERBARU */
    .produk-terbaru {
        padding: 40px 24px;
    }

    .produk-terbaru .secondary {
        width: 100%;
    }

    .produk-terbaru .secondary {
        width: 100%;
    }

    /* PROMO END */


    .produk {
        padding: 40px 24px;
    }

    .undangan-digital {
        flex-direction: column;
    }

    .container-produk {
        padding: 24px;
    }

    .product-img {
        width: 100%;
    }

    .product-desc {
        width: 100%;
    }

    .produk p {
        text-align: center;
    }

    .product-desc .btn {
        width: 100%;
    }

    .cetak-foto {
        width: 100%;
    }

    .container-custom {
        padding: 0 22px;
    }

    .multi-carousel-container {
        padding: 24px;
    }

    .multi-carousel-item,
    .clone {
        flex: 0 0 100%;
        padding: 0 8px;
    }

    .market-place-button-container {
        flex-direction: column !important;
    }

    .blog .action-button .btn-secondary {
        width: 100%;
    }

    .tanya-kami .container-custom {
        flex-direction: column;
    }

    .keunggulan {
        padding: 40px 24px;
    }

    .poin-poin {
        flex-direction: column;
    }

    .poin {
        width: 100%;
    }

    .col-sm-6 {
        width: 100%;
    }

    /* TESTIMONI */
    .testimoni {
        padding: 40px 24px;
    }

    #testimonialCarousel {
        margin-top: 16px;
    }

    .testimoni .carousel {
        padding: 24px 24px 100px 24px;
    }

    /* FAQ */
    .faq {
        padding: 40px 24px;
    }
}

@media (max-width: 1390px) {
    .blog .container-custom .over {
        overflow-x: scroll !important;
    }
}

/* STRIP HIJAU TOKOPEDIA */
.pesanan-card-tk {
    border: 1px solid var(--neutral-50) !important;
    box-shadow: -4px 4px 20px 0 rgba(1, 1, 1, 0.08);
}

.pesanan-card-tk .tk-strip {
    width: 4px;
    height: 50%;
    background: var(--neutral-950);
    position: absolute;
    left: 0;
    top: 25%;
    border-radius: 0px 12px 12px 0px;
}

/* HEADER TOKOPEDIA */
.pesanan-card-tk .tk-header {
    background: var(--neutral-0);
    border-bottom: 1px solid var(--neutral-100);
    position: relative;
    min-height: 64px;
}

/* STATUS BADGE TOKOPEDIA */
.tk-status {
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    font-family: var(--label-font);
    font-style: normal;
    border-radius: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.bg-tk-grey {
    background: var(--neutral-100);
    color: var(--neutral-700);
}

.bg-tk-yellow {
    background: #facc15;
    color: #92400e;
}

.bg-tk-green {
    background: var(--green-100);
    color: var(--green-700);
}

.bg-tk-red {
    background: var(--red-100);
    color: var(--red-700);
}

.bg-tk-blue {
    background: var(--blue-100);
    color: var(--blue-700);
}

.bg-tk-orange {
    background: var(--orange-100);
    color: var(--orange-700);
}

.tk-payment-countdown {
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    font-family: var(--label-font);
    font-style: normal;
    border-radius: 32px;
}

/* FOOTER TOKOPEDIA */
.pesanan-card-tk .tk-footer {
    background: var(--neutral-50);
    min-height: 64px;
    border-top: 1px solid var(--neutral-100);
}

.additional-services {
    padding: 12px 16px;
    background-color: var(--neutral-50);
    border: 1.5px dashed var(--neutral-100);
    border-radius: 12px;
}


.badge {
    padding: 8px;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--label-font);
    font-style: normal;
    min-width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--neutral-950);
    color: var(--neutral-00);
    width: max-content;
}

.bg-success {
    background: var(--green-100) !important;
    color: var(--green-700);
}

hr {
    opacity: .1;
}

.drawer-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    height: 100dvh; /* hindari overflow karena URL bar dinamis di mobile */
    background: #fff;
    z-index: 1050;
    border-radius: 16px 16px 0 0;
    /* Sembunyikan dengan translate (relatif tinggi elemen sendiri) agar selalu
       benar-benar turun penuh, tidak menyembul di mobile. */
    transform: translateY(100%);
    transition: transform .35s ease;
    display: flex;
    flex-direction: column;
    overscroll-behavior: contain;
}

.drawer-bottom.open {
    transform: translateY(0);
}

.drawer-header {
    padding: 16px 24px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.drawer-body {
    padding: 16px;
    overflow-y: auto;
    flex-grow: 1;
}

.drawer-footer {
    padding: 16px 24px;
    border-top: 1px solid #e5e7eb;
}

.drawer-close-btn {
    border: none;
    background: none;
    font-size: 24px;
}

.filter-toggle-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid var(--neutral-100);
    border-radius: 20px;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    font-family: var(--label-font);
}

.filter-toggle-btn:hover {
    border: 1px solid var(--neutral-950);
}

.filter-toggle-btn[data-active="1"] {
    border-color: #2563eb;
    background: #eff6ff;
}

.filter-reset {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ef4444;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.filter-panel {
    margin-top: 12px;
    border: 1px solid var(--neutral-100);
    border-radius: 8px;
    background: var(--neutral-00);
}

.filter-panel-inner {
    padding: 14px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
}

.filter-actions {
    grid-column: 1/-1;
    text-align: right;
}

.filter-apply-btn {
    padding: 8px 14px;
    border-radius: 10px;
    border: none;
    background: #2563eb;
    color: #fff;
    position: relative;
}

.filter-badge {
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-radius: 999px;
    padding: 5px;
    min-width: 24px;
    margin-left: 6px;
    line-height: 1;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ===============================
   FILTER PANEL ANIMATION
================================ */
.filter-panel {
    max-height: 0;
    opacity: 0;
    transform: translateY(-6px);
    transition:
        max-height .35s ease,
        opacity .25s ease,
        transform .25s ease;
    pointer-events: none;
}

.filter-panel.open {
    max-height: 600px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    margin-bottom: 24px;
    position: relative;
    z-index: 1050;
}

/* .filter-panel-clip {
    overflow: hidden;
} */

.filter-panel-inner {
    padding-top: 12px;
    overflow: visible;
    /* ✅ WAJIB */
}

.filter-panel-inner .modern-select {
    position: relative;
    z-index: 10;
}

.filter-panel-inner .modern-select.open {
    z-index: 9999;
}

/* Wrapper agar bisa scroll */
.tk-tabs-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
}

/* Hilangkan scrollbar desktop */
.tk-tabs-wrapper::-webkit-scrollbar {
    display: none;
}

/* Container tab */
.tk-tabs {
    display: inline-flex;
    gap: 8px;
}

/* Item tab */
.tk-tab {
    display: inline-block;
    padding: 8px 14px;
    background: transparent;
    border-radius: 40px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    transition: .2s;
    border: 1px solid var(--neutral-100);
    color: var(--neutral-600);
    white-space: nowrap;
    font-family: var(--label-font);
    font-style: normal;
}

.tk-tab:hover {
    background: var(--neutral-100);
}

.tk-tab.active {
    background: var(--primary-100);
    color: var(--primary-700);
    font-weight: 600;
    border: none;
}

.action-box {
    display: block;
    padding: 12px 16px;
    border-radius: 12px;
    background: var(--neutral-50);
    border: 1px solid var(--neutral-100);
    transition: .2s ease;
    text-decoration: none;
}

.action-box:hover {
    transform: translateY(-2px);
}

.action-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.action-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.action-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: var(--neutral-00);
    border: 1px solid var(--neutral-50);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

.card-header {
    padding: 12px 24px;
    min-height: 64px;
    display: flex;
    align-items: center;
}

.tipe-home-section {
    background: var(--neutral-00);
}

.tipe-home-card {
    transition: all 0.3s ease;
}

.tipe-home-image {
    overflow: hidden;
    background: var(--neutral-50);
}

.tipe-home-image img {
    width: 100%;
    border-radius: 24px;
    aspect-ratio: 1/1;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.tipe-home-card:hover .tipe-home-image img {
    transform: scale(1.05);
}

.tipe-home-title {
    margin-bottom: 16px !important;
    color: var(--neutral-950);
    text-align: center;
}

.tipe-home-desc {
    font-size: 14px;
    color: var(--neutral-600);
    margin-bottom: 48px;
    text-align: center;
}

.tipe-home-btn {
    display: inline-block;
    padding: 8px 18px;
    background: #2b2b2b;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tipe-home-btn:hover {
    background: #444;
}

/* ==============================
   HERO ITEM
============================== */

.tipe-home-hero {
    padding: 40px;
    /* background: var(--neutral-50); */
    margin-left: 24px;
    margin-right: 24px;
    border-radius: 40px;
    transition: all .3s ease;
}

.tipe-home-hero-image {
    display: flex;
    justify-content: center;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 24px;
}

.tipe-home-hero-image img {
    width: 100%;
    border-radius: 24px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform .6s ease;
}

.tipe-home-hero-title {
    margin-bottom: 16px !important;
    color: var(--neutral-950);
}

.tipe-home-hero-desc {
    color: var(--neutral-600);
    margin-bottom: 48px;
}

.tipe-home-hero:hover .tipe-home-hero-image img {
    transform: scale(1.05);
}

/* ==============================
   GRID ITEM
============================== */

.tipe-home-card {
    /* background: var(--neutral-50); */
    padding: 40px;
    border-radius: 40px;
    height: 100%;
    transition: all .3s ease;
}

.tipe-home-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.tipe-home-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.tipe-home-image {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 24px;
}

.tipe-home-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform .6s ease;
}

.tipe-home-card:hover .tipe-home-image img {
    transform: scale(1.05);
}

.tipe-home-desc {
    font-size: 14px;
    color: #777;
    margin-bottom: 48px;
}

/* ==============================
   BUTTON
============================== */

.tipe-home-btn {
    max-width: 240px !important;
    width: 100%;
}



/* =====================================
   HEADER WRAPPER
===================================== */

.jk-header {
    width: 100%;
    background: var(--neutral-00);
}


/* =====================================
   TOP BAR
===================================== */

.jk-header-top {
    height: 64px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--neutral-100);
}

.jk-header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* =====================================
   LOGO
===================================== */

.jk-logo img {
    height: 32px;
}


/* =====================================
   ACTIONS
===================================== */

.jk-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.cart-count{

    position: absolute;

    top: -6px;

    right: -6px;

    min-width: 24px;

    height: 24px;

    padding: 0 5px;

    border-radius: 999px;

    background: #ef4444;

    color: #fff;

    font-size: 12px;

    font-weight: 500;

    line-height: 18px;

    text-align: center;

    display: flex;

    align-items: center;

    justify-content: center;

    box-shadow:
        0 2px 6px rgba(0,0,0,.15);

    border: 2px solid #fff;

    z-index: 5;

    transition: all .2s ease;

}

.jk-divider {
    width: 1px;
    height: 24px;
    background: var(--neutral-200);
}


/* =====================================
   BURGER BUTTON
===================================== */

.jk-burger {
    border: none;
    background: none;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* =====================================
   DESKTOP MENU
===================================== */

.jk-header-bottom {
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--neutral-100);
    overflow: hidden;
    transition: height .25s ease, opacity .25s ease;
}

.jk-header-bottom.jk-hide-menu {
    height: 0;
    opacity: 0;
    border-bottom: none;
}

.jk-menu {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 20px;
}

.jk-menu-link {
    font-size: 14px;
    color: var(--neutral-950);
    font-family: var(--label-font);
    font-weight: 400;
    text-decoration: none;
    transition: opacity .2s ease;
}

.jk-menu-link:hover {
    opacity: .6;
}


/* =====================================
   MOBILE MENU
===================================== */

.jk-mobile-link {
    display: block;
    padding: 12px 0;
    text-decoration: none;
    color: var(--neutral-950);
    font-family: var(--label-font);
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.jk-mobile-link:hover {
    opacity: 0.6;
}


/* =====================================
   STICKY MENU
===================================== */

.jk-sticky-menu {
    position: sticky;
    top: 0;
    background: var(--neutral-50);
    z-index: 999;
    transition: height .3s ease, box-shadow .3s ease;
}

.jk-sticky-menu.shrink {
    height: 50px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.jk-sticky-menu.shrink .jk-menu {
    gap: 40px;
}

.jk-sticky-menu.shrink .jk-menu-link {
    font-size: 13px;
}

.jk-hide-menu {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: all .25s ease;
}


/* ======================================
   FOOTER
====================================== */

.jk-footer {
    background: #1f1f1f;
    color: #cfcfcf;
}


/* FOOTER TOP */

.jk-footer-top {
    padding: 80px 24px 50px;
}

.jk-footer-logo {
    height: 32px;
    margin-bottom: 20px;
}

.jk-footer-desc {
    max-width: 360px;
    font-size: 14px;
    line-height: 1.7;
    color: #bdbdbd;
}


/* SOCIAL */

.jk-footer-social {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}

.jk-footer-social a {
    color: #fff;
    font-size: 18px;
    opacity: .8;
    transition: .2s;
}

.jk-footer-social a:hover {
    opacity: 1;
}


/* TITLE */

.jk-footer-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.56px;
    color: var(--neutral-00);
    margin-bottom: 16px;
}


/* MENU */

.jk-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jk-footer-menu li {
    margin-bottom: 12px;
}

.jk-footer-menu a {
    color: var(--neutral-400);
    text-decoration: none;
    font-size: 14px;
    transition: .2s;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.56px;
}

.jk-footer-menu a:hover {
    color: #fff;
}


/* DIVIDER */

.jk-footer-divider {
    height: 1px;
    background: #3a3a3a;
    width: 100%;
}


/* BOTTOM */

.jk-footer-bottom {
    padding: 25px 0;
}

.jk-footer-copy {
    font-size: 14px;
    color: #bdbdbd;
    margin: 0;
}

.jk-footer-social-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jk-footer-social-btn:hover {
    transform: translateY(-2px);
}

.jk-footer-marketplace {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #cfcfcf;
    transition: .2s;
}

.jk-footer-marketplace img {
    height: 20px;
}

.jk-footer-marketplace:hover {
    color: #fff;
}

.jk-profile-menu {
    min-width: 200px;
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
}

.jk-profile-menu .dropdown-item {
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    font-family: var(--label-font);
}

.jk-profile-menu .dropdown-item:hover {
    background: #f8fafc;
}

/* =============================
   CART DRAWER
============================= */

#cartDrawer{
    position:fixed;
    inset:0;
    z-index:1050;
    pointer-events:none;
}

#cartDrawer.active{
    pointer-events:auto;
}

/* =============================
   OVERLAY
============================= */

#cartOverlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.32);

    opacity:0;
    visibility:hidden;

    transition:.3s ease;

    z-index:1040;
}

#cartOverlay.active{
    opacity:1;
    visibility:visible;
}

/* =============================
   PANEL
============================= */

.cart-panel{
    position:absolute;
    top:0;
    right:0;

    width:420px;
    max-width:100%;
    height:100%;

    background:#fff;

    display:flex;
    flex-direction:column;

    transform:translateX(100%);
    transition:transform .35s cubic-bezier(.22,1,.36,1);

    box-shadow:
        -10px 0 40px rgba(0,0,0,.08);
}

#cartDrawer.active .cart-panel{
    transform:translateX(0);
}

/* =============================
   HEADER
============================= */

.cart-header{
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 24px;
    min-height: 64px;
    border-bottom:1px solid var(--neutral-100);
    background:var(--neutral-00);
}

/* =============================
   BODY
============================= */

.cart-body{
    flex:1;
    overflow-y:auto;
    display:flex;
    flex-direction:column;
    gap:8px;
    background:var(--neutral-50);
}

/* =============================
   EMPTY
============================= */

.cart-empty{
    flex:1;

    display:flex;
    flex-direction:column;

    align-items:center;
    justify-content:center;

    text-align:center;

    color:#888;
}

.cart-empty i{
    font-size:42px;
    margin-bottom:10px;
}

/* =============================
   CARD
============================= */

.cart-card{
    background:var(--neutral-00);
    border:1px solid var(--neutral-100);
    border-radius:0px;
    padding:16px;
    transition:.2s ease;
}

.cart-card:hover{
    border-color:#e5e5e5;
}

/* =============================
   IMAGE
============================= */

.cart-img img{
    width:100%;
    aspect-ratio: 1/1;
    border-radius:8px;
    border: 1px solid var(--neutral-100);
    object-fit:cover;
    flex-shrink:0;
}

/* =============================
   INFO
============================= */

.cart-info{
    flex:1;
    min-width:0;
}

/* =============================
   TITLE ROW
============================= */

.cart-title-row{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
}

/* =============================
   TITLE
============================= */

.cart-title{
    font-size:17px;
    font-weight:700;
    line-height:1.4;
    color:#222;
}

/* =============================
   REMOVE
============================= */

.cart-remove{
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 20px;
    background: #fff1f2;
    color: #e11d48;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease;
}

.cart-remove:hover{

    background: #ffe4e6;

    transform: scale(1.05);

}

.cart-product-section{
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.cart-product-actions{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 12px;
    gap: 8px;
}

/* =============================
   SERVICE NAME
============================= */

.service-name{
    font-size:14px;
    font-weight:600;
    color:#333;
}

/* =========================
| SERVICE NOTE
========================= */

.service-note{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 10px 12px;
    border-radius: 8px;
    background: var(--neutral-50);
    border: 1px solid var(--neutral-100);
    flex-direction: column;
}

/* =========================
| TEXT
========================= */

.service-note-text{
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

/* =============================
   SERVICE PRICE
============================= */

.service-price{
    white-space:nowrap;

    font-size:14px;
    font-weight:700;

    color:#222;
}

/* =============================
   BOTTOM
============================= */

.cart-bottom{
    margin-top:16px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
}

/* =============================
   QTY
============================= */

.cart-qty-box{
    display:flex;
    align-items:center;
    gap:10px;

    background:#fff;

    border:1px solid #eee;

    border-radius:999px;

    padding:4px;
}

.cart-qty-btn:hover{
    background:#ececec;
}

/* =========================
| QTY MODERN
========================= */

.cart-qty{
    display: flex;
    align-items: center;
    gap:6px;
    background: #f8f8f8;
    border: 1px solid #ececec;
    border-radius: 999px;
    padding: 0px 4px;
    min-height: 40px;
    width: fit-content;
}

.cart-qty-input{

    width:60px;

    height:32px;

    border:1px solid #ddd;

    border-radius:18px;

    text-align:center;

    font-size:14px;

    font-weight:600;

}

/* =========================

   HIDE INPUT NUMBER ARROWS

========================= */

/* Chrome, Safari, Edge, Opera */

.cart-qty-input::-webkit-outer-spin-button,

.cart-qty-input::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0;

}

/* Firefox */

.cart-qty-input[type=number] {

    -moz-appearance: textfield;

}
.cart-qty-input:focus {
    border: 1px solid var(--neutral-950) !important;
    border-color: var(--neutral-950);
    box-shadow: 0 0 0 0.1rem rgba(41, 41, 41, 0.25);
}

/* =========================
| BUTTON
========================= */

.cart-qty-btn{

    width: 32px;

    height: 32px;

    border: none;

    border-radius: 50%;

    background: white;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    transition: all .2s ease;

    box-shadow:
        0 2px 8px rgba(0,0,0,.05);

}

.cart-qty-btn:hover{

    transform: scale(1.05);

    background: #f3f3f3;

}

.cart-qty-btn:active{

    transform: scale(.96);

}

.cart-qty-btn:disabled,
.cart-qty-btn.is-disabled{

    opacity: .35;

    cursor: not-allowed;

    pointer-events: none;

}

/* =========================
| ICON
========================= */

.cart-qty-btn i{

    font-size: 16px;

    font-weight: 700;

}

/* =========================
| VALUE
========================= */

.cart-qty-value{
    min-width: 34px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

/* =============================
   FOOTER
============================= */

.cart-footer{
    flex-shrink:0;

    padding:20px;

    background:#fff;

    border-top:1px solid #eee;
}

/* =============================
   MOBILE
============================= */

@media(max-width:768px){

    .cart-panel{
        width:100%;
    }
}

/* =========================
| SERVICES
========================= */

.cart-services{
    padding-top: 24px;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service-item {
    width: 100%;
}

/* =========================
| LEFT
========================= */

.service-left{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex: 1;
}

/* =========================
| CONTENT
========================= */

.service-content{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.service-name{

    font-weight: 600;

    font-size: 15px;

    margin-bottom: 4px;

    display: block;

}

/* =========================
| RIGHT
========================= */

.service-right{

    min-width: 120px;

    display: flex;

    flex-direction: column;

    align-items: flex-end;

    gap: 10px;

}

.service-price{

    font-weight: 700;

    white-space: nowrap;

}

/* =========================
| PRODUCT QTY
========================= */

.cart-product-qty{

    width: fit-content;

}

/* =========================
| SUBTOTAL
========================= */

.cart-subtotal{
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #eee;
    text-align: right;
}

.toast-box {
    padding: 14px 18px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    min-width: 260px;
    max-width: 380px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.20);

    opacity: 0;
    transform: translateY(20px);   /* start dari bawah */
    transition: all .35s ease;
    pointer-events: auto;
}
.toast-success  { background: #16a34a; color: #fff; }
.toast-warning  { background: #facc15; color: #000; }
.toast-danger   { background: #dc2626; color: #fff; }
.toast-error   { background: #dc2626; color: #fff; }
.toast-info     { background: #3b82f6; color: #fff; }

.toast-show {
    opacity: 1 !important;
    transform: translateY(0) !important; /* naik ke atas */
}

.produk-detail {
    margin-top: 104px;
}

.checkout-summary-card{
    background:#fff;
    border-radius:16px;
    padding:16px;
}

.summary-icon{
    width:42px;
    height:42px;
    border-radius:12px;
    background:#f3f4f6;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    color:#111827;
}

.summary-items-wrap{
    padding-bottom:16px;
    margin-bottom:16px;
    border-bottom:1px solid #f1f1f1;
}

.summary-line{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:14px;
    font-size:14px;
    color:#374151;
}

.ongkir-box{
    border:1px solid #e5e7eb;
    border-radius:8px;
    padding:12px;
    margin-bottom:16px;
    cursor:pointer;
    transition:.2s ease;
    background:#fff;
}

.ongkir-box:hover{
    border-color:#16a34a;
    background:#f0fdf4;
    transform:translateY(-1px);
}

.ongkir-icon{
    width:42px;
    height:42px;
    border-radius:14px;
    background:#ecfdf5;
    color:#16a34a;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    flex-shrink:0;
}

.summary-total-box{
    background:#f9fafb;
    border-radius:8px;
    padding:12px;
    margin-top:8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.shadow-card {
    box-shadow: rgba(111, 100, 105, 0.1) 0px 7px 29px 0px;
}

.event-mode-chip {

    border-radius: 999px;

    min-width: 140px;

}

.event-mode-chip.active {

    font-weight: 600;

}

.offcanvas-header {
    padding: 10px 24px;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}