
/* Global runtime enhancements: interactivity + responsive support */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
svg,
video,
iframe {
    max-width: 100%;
}

body {
    word-wrap: break-word;
}

.container,
.container-fluid {
    width: 100%;
}

.banner .img,
.img .box {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.navbar .container {
    align-items: center;
}

.navbar .navbar-brand img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 42px;
}

.navbar .navbar-nav {
    align-items: center;
}

.navbar .nav-link,
.navbar .navbar-btn {
    white-space: nowrap;
}

#carouselExampleIndicators .carousel-item img {
    width: 100%;
    height: 615px;
    object-fit: cover;
}

.filters {
    position: relative;
    z-index: 2;
}

.filters .filter-box {
    overflow: hidden;
}

.item.card,
.gallery-item,
.fade-item {
    height: 100%;
}

.item.card .card-img-top,
.related-product-card .card-img-top {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.product-detail-page {
    margin-top: 88px !important;
}

.product-detail-page .product-detail-figure,
.product-detail-page .product-detail-info,
.product-detail-page .detail-media-column,
.product-detail-page .detail-info-column {
    margin-bottom: 18px;
}

.product-detail-page .product-detail-info {
    padding-left: 2rem !important;
}

.product-detail-page .product-action-grid .btn {
    min-height: 46px;
}

.product-detail-page .product-description-toggle .btn {
    min-height: 48px;
}

.product-detail-page .related-products-section {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    margin-top: 2.5rem;
    padding: 26px 22px 18px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid #e5eefb;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.product-detail-page .related-products-section::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -120px;
    top: -140px;
    background: radial-gradient(circle, rgba(59,130,246,.18) 0%, rgba(59,130,246,0) 70%);
    pointer-events: none;
}

.product-detail-page .related-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    color: #2563eb;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.product-detail-page .related-section-title {
    color: #0f172a;
    font-weight: 800;
    margin-bottom: 10px;
}

.product-detail-page .related-section-desc {
    color: #64748b;
    max-width: 760px;
    line-height: 1.7;
    margin-bottom: 0;
}

.product-detail-page .related-product-card {
    position: relative;
    border: 1px solid #e8eef8;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
    height: 100%;
}

.product-detail-page .related-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.10);
    border-color: #bfdbfe;
}

.product-detail-page .related-product-card .card-img-wrap {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fafc 0%, #eef6ff 100%);
}

.product-detail-page .related-product-card .card-img-top {
    transition: transform .32s ease;
}

.product-detail-page .related-product-card:hover .card-img-top {
    transform: scale(1.06);
}

.product-detail-page .related-product-card .related-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: #1d4ed8;
    border: 1px solid #dbeafe;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.product-detail-page .related-product-card .card-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
}

.product-detail-page .related-product-card .related-category {
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.product-detail-page .related-product-card .card-title {
    margin-bottom: 0;
    min-height: 48px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.product-detail-page .related-product-card .card-title a {
    color: #0f172a;
    text-decoration: none;
}

.product-detail-page .related-product-card .card-title a:hover {
    color: #2563eb;
}

.product-detail-page .related-product-card .price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.product-detail-page .related-product-card .price-text {
    color: #dc2626;
    font-size: 18px;
    font-weight: 800;
}

.product-detail-page .related-product-card .stock-text {
    color: #16a34a;
    font-size: 12px;
    font-weight: 700;
}

.product-detail-page .related-product-card .related-actions {
    display: flex;
    gap: 10px;
    margin-top: auto;
}

.product-detail-page .related-product-card .related-actions .btn {
    flex: 1 1 auto;
    border-radius: 12px;
    min-height: 42px;
}

.generic-mobile-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.generic-mobile-table table {
    min-width: 640px;
}

.mf-whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 24px;
    z-index: 1055;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    padding: 14px 18px;
    text-decoration: none !important;
    color: #fff !important;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    box-shadow: 0 18px 40px rgba(22, 163, 74, .28);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.mf-whatsapp-float:hover {
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 22px 42px rgba(22, 163, 74, .34);
}

.mf-whatsapp-float i {
    font-size: 24px;
    line-height: 1;
}

.mf-whatsapp-float .wa-label {
    font-weight: 700;
    letter-spacing: .02em;
}

@media (max-width: 1199.98px) {
    #carouselExampleIndicators .carousel-item img {
        height: 520px;
    }

    .product-detail-page .product-detail-info {
        padding-left: 1rem !important;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        padding-top: .2rem !important;
        padding-bottom: .2rem !important;
    }

    .navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-nav li a {
        padding: 12px 16px !important;
        font-size: 15px !important;
    }

    .navbar-nav li a:hover {
        font-size: 15px !important;
        padding: 12px 16px !important;
        border-bottom: 0 !important;
    }

    .navbar .navbar-btn {
        width: 100%;
        margin: .75rem 0 1rem !important;
    }

    #carouselExampleIndicators .carousel-item img {
        height: 420px;
    }

    .filters {
        margin-top: 20px !important;
    }

    .banner .img,
    .img .box {
        height: 220px !important;
    }

    .img .box {
        padding-top: 74px !important;
        text-align: center;
    }

    .product-detail-page .product-detail-info {
        padding-left: 0 !important;
    }

    .product-detail-page .product-action-grid .btn {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    #carouselExampleIndicators .carousel-item img {
        height: 320px;
    }

    .carousel-caption {
        bottom: 1.25rem !important;
        margin-bottom: 0 !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .filters .input-group {
        display: block;
    }

    .filters .input-group .form-control {
        width: 100%;
        margin-bottom: 12px;
    }

    .filters .input-group-btn,
    .filters .input-group-append {
        display: block;
        margin-left: 0 !important;
    }

    .filters .input-group-btn .btn,
    .filters .input-group-append .btn,
    .filters .input-group .btn {
        width: 100%;
        padding: 12px 16px !important;
    }

    .banner .img,
    .img .box {
        height: 190px !important;
    }

    .box h3 {
        font-size: 1.35rem;
    }

    .box p {
        font-size: .92rem;
        margin-bottom: 0;
    }

    .product-detail-page {
        margin-top: 78px !important;
    }

    .product-detail-page .related-products-section {
        padding: 20px 16px 12px;
    }

    .product-detail-page .related-product-card .card-img-top,
    .item.card .card-img-top {
        height: 200px;
    }

    .product-detail-page .related-product-card .card-title {
        min-height: auto;
    }

    .product-detail-page .related-product-card .related-actions {
        flex-direction: column;
    }

    .generic-mobile-table table {
        min-width: 560px;
    }

    .mf-whatsapp-float {
        right: 16px;
        bottom: 18px;
        width: 58px;
        height: 58px;
        padding: 0;
        justify-content: center;
        border-radius: 18px;
    }

    .mf-whatsapp-float .wa-label {
        display: none;
    }
}

@media (max-width: 575.98px) {
    body {
        font-size: 14px;
    }

    #carouselExampleIndicators .carousel-item img {
        height: 260px;
    }

    .container.bg-white,
    .container.rounded,
    .container.filter-box {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .product-detail-page .product-detail-figure img {
        max-height: 300px !important;
    }

    .generic-mobile-table table {
        min-width: 520px;
    }
}



/* === Comprehensive frontend responsiveness + interactivity refresh === */
body.site-shell {
    min-height: 100vh;
    overflow-x: hidden;
}

.site-shell .container.bg-white,
.site-shell .container.rounded,
.site-shell .container.filter-box,
.site-shell .card,
.site-shell .item.card {
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 16px 35px rgba(15, 23, 42, 0.05);
}

.site-shell .container.bg-white,
.site-shell .container.rounded,
.site-shell .container.filter-box {
    position: relative;
    overflow: hidden;
    border-radius: 24px !important;
}

.site-shell .container.bg-white::before,
.site-shell .container.rounded::before,
.site-shell .container.filter-box::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,0));
}

.site-shell .card,
.site-shell .item.card,
.site-shell .gallery-item img,
.site-shell .blog-box img,
.site-shell .thumnail img,
.site-shell .card-img-top,
.site-shell .gambar img {
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.site-shell .card:hover,
.site-shell .item.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.10);
    border-color: rgba(96, 165, 250, 0.34);
}

.site-shell .item.card,
.site-shell .card {
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
}

.site-shell .card-body {
    position: relative;
    z-index: 1;
}

.site-shell .item.card .card-img-top,
.site-shell .thumnail .card-img-top,
.site-shell .gallery-item img,
.site-shell .blog-box img,
.site-shell .gambar img {
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.page-index .item.card .card-img-top {
    height: 230px;
    padding: 10px 10px 0 !important;
    object-fit: cover;
}

.page-shop .item.card .card-img-top {
    height: 240px;
    padding: 10px 10px 0 !important;
}

.page-blog .blog-box img,
.page-gallery .gallery-item img {
    height: 260px;
}

.page-detail-blog .gambar img {
    border-radius: 24px;
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.16);
    object-fit: cover;
}

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

.site-shell .btn:hover,
.site-shell .btn:focus {
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(37, 99, 235, 0.14);
}

.site-shell .form-control,
.site-shell .custom-select,
.site-shell textarea {
    min-height: 46px;
    border-radius: 14px;
    border-color: #dbe3ef;
    box-shadow: none;
}

.site-shell textarea.form-control {
    min-height: 120px;
}

.site-shell .form-control:focus,
.site-shell .custom-select:focus,
.site-shell textarea:focus {
    border-color: rgba(37, 99, 235, .45);
    box-shadow: 0 0 0 .2rem rgba(37, 99, 235, .12);
}

.site-shell .input-group > .form-control,
.site-shell .input-group > .custom-select,
.site-shell .input-group > .btn {
    min-height: 46px;
}

.site-shell .banner .img,
.site-shell .img .box {
    border-radius: 0 0 26px 26px;
    overflow: hidden;
}

.site-shell .img .box h3 {
    font-weight: 800;
    letter-spacing: -.02em;
}

.site-shell .img .box p {
    margin-top: .45rem;
    margin-bottom: 0;
}

.page-index #carouselExampleIndicators .carousel-item img {
    object-fit: cover;
    filter: saturate(1.03);
}

.page-index .carousel-caption {
    max-width: 760px;
    padding: 1.5rem 1.75rem;
    border-radius: 24px;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(15, 23, 42, .58), rgba(15, 23, 42, .24));
}

.page-index .carousel-caption h1,
.page-index .carousel-caption h2,
.page-index .carousel-caption h3 {
    font-weight: 800;
}

.page-index .filter-box {
    margin-top: -38px;
    z-index: 2;
}

.page-index .filter-box .input-group {
    background: #fff;
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.page-index .filter-box .form-control {
    border: 0;
    min-height: 52px;
    background: transparent;
}

.page-index .filter-box .btn {
    min-width: 180px;
}

.page-shop .card.pb-3 {
    position: sticky;
    top: 96px;
}

.page-shop .card.pb-3 .card-body {
    padding: 22px 20px 18px;
}

.page-shop .card.pb-3 a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    transition: color .18s ease, transform .18s ease;
}

.page-shop .card.pb-3 a:hover {
    text-decoration: none !important;
    color: #2563eb !important;
    transform: translateX(4px);
}

.page-shop .thumnail {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 6px 6px 0;
}

.page-detail-produk .product-detail-page {
    border-radius: 28px !important;
    margin-top: 96px !important;
    padding: 26px 26px 30px !important;
}

.page-detail-produk .detail-media-column,
.page-detail-produk .detail-info-column {
    margin-bottom: 1rem;
}

.page-detail-produk .product-detail-figure {
    background: linear-gradient(180deg, #f8fafc 0%, #eef6ff 100%);
    border-radius: 24px !important;
    border: 1px solid #dbeafe;
    padding: 14px;
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.08);
}

.page-detail-produk .product-detail-figure img {
    border-radius: 20px;
    max-height: 440px !important;
}

.page-detail-produk .product-summary-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0 18px;
}

.page-detail-produk .summary-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 10px 14px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: #1e3a8a;
    font-weight: 700;
    font-size: 13px;
}

.page-detail-produk .summary-chip.muted {
    background: #f8fafc;
    border-color: #e2e8f0;
    color: #475569;
}

.page-detail-produk .product-usp-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.page-detail-produk .product-usp {
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 14px 16px;
    min-height: 100%;
}

.page-detail-produk .product-usp strong {
    display: block;
    color: #0f172a;
    margin-bottom: 5px;
}

.page-detail-produk .product-usp span {
    color: #64748b;
    font-size: 13px;
    line-height: 1.55;
}

.page-detail-produk .product-description-toggle .col-md-2 {
    margin-bottom: 10px;
}

.page-detail-produk .related-products-section {
    margin-top: 32px;
    padding: 28px 24px 18px;
}

.page-detail-produk .related-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.page-detail-produk .related-summary .summary-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    border: 1px solid rgba(37, 99, 235, 0.12);
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 700;
}

.page-detail-produk .related-product-card .card-img-wrap {
    padding: 12px;
}

.page-detail-produk .related-product-card .card-img-top {
    height: 220px;
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.page-detail-produk .related-product-card .reason-pill-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 10px;
}

.page-detail-produk .related-product-card .reason-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 700;
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #dbeafe;
}

.page-detail-produk .related-product-card .related-copy {
    color: #64748b;
    min-height: 56px;
    line-height: 1.6;
    font-size: 13px;
}

.page-detail-produk .related-product-card .meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0 14px;
    font-size: 12px;
    color: #475569;
}

.page-detail-produk .related-product-card .meta-row span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.page-detail-produk .related-product-card .card-title a {
    color: #0f172a;
    text-decoration: none;
}

.page-cart .content .container,
.page-checkout .content .container,
.page-orderan .container.bg-white,
.page-rincian-produk .container.bg-white,
.page-pembayaran .container,
.page-contact .container.bg-white,
.page-about .container.bg-white,
.page-blog .container.bg-white,
.page-gallery .container.bg-white,
.page-detail-blog .container {
    margin-top: 24px;
    margin-bottom: 24px;
}

.page-cart .table,
.page-orderan .table,
.page-rincian-produk .table,
.page-checkout .table,
.page-nota-order .table {
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 0;
}

.page-cart .table thead th,
.page-orderan .table thead th,
.page-rincian-produk .table thead th,
.page-checkout .table thead th,
.page-nota-order .table thead th {
    border-top: 0;
    background: #f8fafc;
    color: #334155;
    font-weight: 700;
}

.page-cart .table td,
.page-orderan .table td,
.page-rincian-produk .table td,
.page-checkout .table td,
.page-nota-order .table td {
    vertical-align: middle;
}

.page-checkout .card,
.page-pembayaran .card,
.page-contact .card {
    border-radius: 22px;
}

.page-contact iframe,
.page-contact .map iframe {
    width: 100% !important;
    min-height: 320px;
    border: 0;
    border-radius: 22px;
}

.page-about img,
.page-gallery img,
.page-blog img,
.page-detail-blog img {
    max-width: 100%;
}

.page-about img {
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

.page-login .signup-form,
.page-signup .signup-form {
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.15);
}

.mf-floating-stack {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1060;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.mf-wa-hint {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(15, 23, 42, .88);
    color: rgba(255,255,255,.96);
    box-shadow: 0 18px 38px rgba(15, 23, 42, .22);
    transform-origin: bottom right;
}

.mf-wa-hint-kicker {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .12em;
    opacity: .68;
}

.mf-whatsapp-float {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 14px 18px 14px 16px;
    gap: 12px;
    border-radius: 20px;
}

.mf-whatsapp-float .wa-pulse {
    position: absolute;
    inset: -6px;
    border-radius: inherit;
    background: rgba(34, 197, 94, .22);
    animation: mfWaPulse 2s ease infinite;
    z-index: 0;
}

.mf-whatsapp-float .wa-icon,
.mf-whatsapp-float .wa-copy {
    position: relative;
    z-index: 1;
}

.mf-whatsapp-float .wa-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.16);
}

.mf-whatsapp-float .wa-icon i {
    font-size: 24px;
    line-height: 1;
}

.mf-whatsapp-float .wa-copy {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.15;
}

.mf-whatsapp-float .wa-copy small {
    color: rgba(255,255,255,.78);
    font-weight: 600;
}

.mf-whatsapp-float .wa-copy strong {
    font-size: 15px;
    letter-spacing: .02em;
}

@keyframes mfWaPulse {
    0% { transform: scale(.95); opacity: .75; }
    70% { transform: scale(1.03); opacity: 0; }
    100% { transform: scale(1.03); opacity: 0; }
}

@media (max-width: 1199.98px) {
    .page-detail-produk .product-usp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-detail-produk .related-product-card .card-img-top,
    .page-index .item.card .card-img-top,
    .page-shop .item.card .card-img-top {
        height: 210px;
    }
}

@media (max-width: 991.98px) {
    .site-shell .container.bg-white,
    .site-shell .container.rounded,
    .site-shell .container.filter-box {
        border-radius: 22px !important;
    }

    .page-index .filter-box {
        margin-top: 18px;
    }

    .page-index .filter-box .input-group {
        display: block;
        padding: 14px;
    }

    .page-index .filter-box .btn {
        width: 100%;
        min-width: 0;
        margin-top: 10px;
    }

    .page-shop .card.pb-3 {
        position: static;
        top: auto;
        margin-bottom: 18px;
    }

    .page-detail-produk .product-detail-page {
        margin-top: 88px !important;
        padding: 22px 18px 24px !important;
    }

    .page-detail-produk .product-usp-grid {
        grid-template-columns: 1fr;
    }

    .page-detail-produk .related-products-section {
        padding: 24px 18px 14px;
    }

    .page-detail-produk .related-product-card .card-img-top {
        height: 230px;
    }

    .page-detail-produk .detail-info-column {
        padding-left: 15px !important;
    }

    .page-contact .row > [class*="col-"],
    .page-checkout .row > [class*="col-"],
    .page-pembayaran .row > [class*="col-"] {
        margin-bottom: 18px;
    }
}

@media (max-width: 767.98px) {
    .page-index #carouselExampleIndicators .carousel-item img {
        height: 340px !important;
    }

    .page-index .carousel-caption {
        left: 15px !important;
        right: 15px !important;
        bottom: 18px !important;
        max-width: none;
        padding: 1rem 1rem 1.05rem;
        border-radius: 20px;
    }

    .page-index .filter-box {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .site-shell .container.bg-white,
    .site-shell .container.rounded,
    .site-shell .container.filter-box {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .site-shell .img .box {
        padding-left: 16px;
        padding-right: 16px;
    }

    .page-index .item.card .card-img-top,
    .page-shop .item.card .card-img-top,
    .page-detail-produk .related-product-card .card-img-top {
        height: 200px;
    }

    .page-detail-produk .product-detail-page {
        margin-top: 84px !important;
        border-radius: 24px !important;
    }

    .page-detail-produk .product-detail-info h3 {
        font-size: 1.45rem;
    }

    .page-detail-produk .product-summary-strip {
        gap: 8px;
    }

    .page-detail-produk .summary-chip {
        width: 100%;
        justify-content: center;
    }

    .page-detail-produk .related-copy {
        min-height: 0 !important;
    }

    .page-detail-blog .gambar img,
    .page-about img,
    .page-gallery img,
    .page-blog img {
        height: auto !important;
    }

    .mf-floating-stack {
        right: 16px;
        bottom: 16px;
    }

    .mf-wa-hint {
        max-width: 220px;
        padding: 10px 12px;
    }
}

@media (max-width: 575.98px) {
    body.site-shell {
        font-size: 14px;
    }

    .page-index #carouselExampleIndicators .carousel-item img {
        height: 280px !important;
    }

    .page-index .carousel-caption h1,
    .page-index .carousel-caption h2,
    .page-index .carousel-caption h3 {
        font-size: 1.2rem;
    }

    .page-index .item.card .card-img-top,
    .page-shop .item.card .card-img-top,
    .page-detail-produk .related-product-card .card-img-top,
    .page-gallery .gallery-item img {
        height: 185px;
    }

    .page-detail-produk .product-detail-page {
        padding: 18px 14px 22px !important;
    }

    .page-detail-produk .product-detail-figure {
        padding: 10px;
    }

    .page-detail-produk .product-detail-figure img {
        max-height: 300px !important;
    }

    .page-detail-produk .product-action-grid > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page-detail-produk .related-products-section {
        margin-top: 24px;
        padding: 20px 14px 10px;
        border-radius: 20px;
    }

    .page-cart .table,
    .page-orderan .table,
    .page-rincian-produk .table,
    .page-checkout .table,
    .page-nota-order .table {
        font-size: 13px;
    }

    .generic-mobile-table table {
        min-width: 560px;
    }

    .mf-floating-stack {
        right: 14px;
        bottom: calc(14px + env(safe-area-inset-bottom));
    }

    .mf-wa-hint {
        display: none;
    }

    .mf-whatsapp-float {
        padding: 0;
        width: 60px;
        height: 60px;
        justify-content: center;
        border-radius: 18px;
    }

    .mf-whatsapp-float .wa-copy {
        display: none;
    }

    .mf-whatsapp-float .wa-icon {
        width: 100%;
        height: 100%;
        border-radius: inherit;
        background: transparent;
    }
}
