:root {
    --main-orange: #ff5200;
    --sellera-soft-orange: #fff0e6;
}
a {
    text-decoration: none;
    color: inherit;
}
body {
    font-family: "Inter", Arial;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f5f5f5;
    color: #666;
    touch-action: pan-x pan-y;
}
.page-title {
    font-weight: 400;
    font-size: 20px;
}
.bg-main-orange {
    background-color: var(--main-orange);
}
.text-main-orange {
    color: var(--main-orange);
}

/* Header Search Bar Focus */
.search-bar:focus {
    border-color: var(--main-orange);
    box-shadow: 0 0 0 0.25 darkgrey;
}

main {
    flex: 1;
    padding-bottom: 100px;
}
.text-primary {
    color: var(--main-orange) !important;
}
.btn-primary {
    background-color: var(--main-orange);
    border-color: var(--main-orange);
}
.btn-primary:hover {
    background-color: #e64a00;
    border-color: #e64a00;
}
footer {
    color: white;
    padding: 40px 0;
}
.container {
    max-width: 1150px !important;
}
.form-search .form-control {
    border-radius: 6px;
}
.form-search {
    position: relative;
    max-width: 450px;
}
.form-control::placeholder {
    color: rgba(0, 0, 0, 0.54);
    font-size: 13px;
}
.form-search input {
    padding-left: 39px;
}
.form-search button {
    position: absolute;
    top: 0px;
    right: 3px;
    padding: 6px 5px 5px 5px;
}
.btn-cart {
    padding: 3px 5px;
}
.navbar-bottom {
    background-color: #fff;
    padding: 0px 10px 0px 10px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    box-shadow: #d1d1d1 0px 0px 5px 0px;
}
.navbar-bottom .btn {
    padding: 6px 15px 4px 15px;
    border-radius: 0;
    margin-top: -1px;
}
.navbar-bottom .menu-label {
    font-size: 11px;
    margin-top: 5px;
    color: #666;
}
.navbar-bottom .menu-active {
    background-color: #ffdac9;
}
header {
    box-shadow: #bcbcbc 0px 0px 7px 0px;
    background-color: var(--main-orange);
    color: #fff;
}
.card {
    border-radius: 0px !important;
    border: none;
    box-shadow: #e7e7e7 0px 2px 5px 0px;
}
.card-header {
    border-color: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    color: #0000008a;
    font-size: 1rem;
    font-weight: 500;
}
.col-category a:hover {
    box-shadow: #ffdac9 0px 0px 7px 0px;
}
.col-category a {
    font-size: 12px;
    color: #757575;
    text-decoration: none;
    display: table;
}
.card-category {
    overflow: auto;
}
.section-category {
    min-width: 700px;
}
.col-category {
    text-align: center;
}
.btn-blank {
    background-color: transparent;
    border: none;
    padding: 0;
}

.fw-bold {
    font-weight: 600 !important;
}
.leaflet-control-attribution {
    display: none;
}
.requirement-item {
    color: var(--main-orange) !important;
}
.bg-none {
    background: none !important;
}
.mobile-header {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: white;
}

.balloon-notification-count {
    position: absolute;
    top: 0px;
    right: 5px;
    background-color: #faff81;
    color: #f00;
    height: 18px;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 9px;
    min-width: 18px;
}
.form-label {
    font-weight: 500 !important;
}

.small {
    font-size: 0.8em !important;
}

.text-sm {
    font-size: 0.875rem;
}
.btn-orange {
    background-color: #ff5200;
    color: #fff;
}
.btn-orange:hover {
    background-color: #ff7c40;
    color: #fff;
}

.btn-orange-light {
    background-color: #ff9c6e;
    color: #fff;
}
.btn-orange-light:hover {
    background-color: #ff5200;
}

.btn-orange-outline {
    color: #ff5200;
    border-color: #ff5200;
}
.btn-orange-outline:hover {
    background-color: #ff9c6e;
    color: #ffffff;
}

.text-orange {
    color: #ff5200;
}
.btn-outline-success {
    color: #ff5200;
}
.btn-blank {
    background-color: transparent;
    border: none;
    padding: 0;
}
.form-check-input:checked {
    background-color: #ff5200;
    border-color: #ff5200;
}
.small,
small {
    font-size: 0.8em;
}
.smaller {
    font-size: 0.6em;
}
.fs-8 {
    font-size: 8px !important;
}
.fs-9 {
    font-size: 9px !important;
}
.fs-10 {
    font-size: 10px !important;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-17 {
    font-size: 17px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-19 {
    font-size: 19px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.badge {
    font-weight: 500;
}
.fw-semibold {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 500 !important;
}
.auth-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
    margin-top: 80px;
}
.btn-google {
    background-color: white;
    border: 1px solid #dee2e6;
    color: #333;
    font-weight: 500;
}

.btn-google:hover {
    background-color: #f1f3f5;
    border-color: #ccedff;
}
.label-btn-google {
    margin-top: 3px;
    color: #7c7c7c;
}
.header-product-detail {
    width: 100%;
    padding-left: 20px;
    z-index: 1;
}
.bg-blur {
    background-color: rgba(0, 0, 0, 0.3); /* Latar belakang semi-transparan */
    backdrop-filter: blur(10px); /* Efek blur pada konten belakang */
    -webkit-backdrop-filter: blur(10px); /* Kompatibilitas Safari */
    border-radius: 10px;
    color: #eee;
}

/* Pinterest Masonry Layout */
.masonry-grid {
    column-count: 2; /* 2 Kolom di mobile */
    column-gap: 12px;
    width: 100%;
}
@media (min-width: 768px) {
    .masonry-grid {
        column-count: 3;
    }
}
@media (min-width: 992px) {
    .masonry-grid {
        column-count: 4;
    }
}
.masonry-item {
    width: 100%;
    margin-bottom: 15px;
}
.product-card {
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    background: #fff;
}
.product-card:active {
    transform: scale(0.97);
}
.product-img-pinterest {
    width: 100%;
    height: auto;
    display: block;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.btn-check:checked + .btn {
    background-color: var(--main-orange);
}
.form-select {
    font-size: 0.85rem;
    color: #333;
}
.btn-open-category {
    position: absolute;
    top: 3px;
    left: 5px;
    z-index: 1;
    padding: 4px;
}
.btn-open-category-lg {
    position: absolute;
    top: 2px;
    left: 30px;
    z-index: 1;
    padding: 4px;
}
/* offcanvas */
/* Update Lebar Drawer */
.offcanvas-start-custom {
    border-radius: 0 20px 20px 0 !important;
}

/* Mempercantik Checkbox */
.form-check-input:checked {
    background-color: #ff5200;
    border-color: #ff5200;
}
.filter-section-title {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #999;
    font-weight: 800;
    margin: 10px 0 15px;
    display: block;
}

.filter-label {
    font-size: 0.85rem;
    color: #333;
    margin-bottom: 6px;
    display: block;
}

.input-custom {
    background: #fdfdfd;
    border: 1.5px solid #eee;
    border-radius: 12px;
    padding: 12px 15px;
    font-size: 0.9rem;
    transition: all 0.2s;
}

.input-custom:focus {
    border-color: var(--main-color);
    background: #fff;
}

/* --- Buttons --- */
.btn-apply {
    background: var(--main-color);
    color: white;
    border: none;
    padding: 14px;
    border-radius: 14px;
    font-weight: 700;
    width: 100%;
    transition: transform 0.2s;
}

.btn-apply:active {
    transform: scale(0.96);
}

.btn-reset {
    background: #fff;
    color: #666;
    border: 1.5px solid #eee;
    padding: 14px;
    border-radius: 14px;
    font-weight: 600;
    width: 100%;
}

/* XS */
@media (max-width: 576px) {
    header {
        padding-top: 7px;
        padding-bottom: 8px;
        padding-right: 16px;
        padding-left: 16px;
    }
    .td-header-logo {
        width: 50px;
        text-align: center;
    }
    .td-header-my-account {
        width: 57px;
    }
    .offcanvas-start-custom {
        width: 70% !important;
    }
}

/* SM */
@media (min-width: 576px) {
    header {
        padding-top: 7px;
        padding-bottom: 8px;
        padding-right: 16px;
        padding-left: 16px;
    }
    .td-header-logo {
        width: 50px;
        text-align: center;
    }
    .td-header-my-account {
        width: 57px;
    }
    .offcanvas-start-custom {
        width: 60% !important;
    }
}

/* MD */
@media (min-width: 768px) {
    header {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 16px;
        padding-left: 16px;
    }
    .td-header-logo {
        width: 190px;
        text-align: left;
    }
    .td-header-my-account {
        width: 57px;
    }
    .offcanvas-start-custom {
        width: 50% !important;
    }
}

/* LG */
@media (min-width: 992px) {
    header {
        padding-top: 10px;
        padding-bottom: 11px;
        padding-right: 16px;
        padding-left: 16px;
    }
    .td-header-logo {
        width: 190px;
        text-align: left;
    }
    .td-header-my-account {
        width: 57px;
    }
    .offcanvas-start-custom {
        width: 40% !important;
    }
}

/* XL */
@media (min-width: 1200px) {
    header {
        padding-top: 10px;
        padding-bottom: 12px;
        padding-right: 16px;
        padding-left: 16px;
    }
    .td-header-logo {
        width: 190px;
        text-align: left;
    }
    .td-header-my-account {
        width: 150px;
    }
    .offcanvas-start-custom {
        width: 35% !important;
    }
}

/* XXL */
@media (min-width: 1400px) {
    header {
        padding-top: 10px;
        padding-bottom: 12px;
        padding-right: 16px;
        padding-left: 16px;
    }
    .td-header-logo {
        width: 190px;
        text-align: left;
    }
    .td-header-my-account {
        width: 150px;
    }
    .offcanvas-start-custom {
        width: 35% !important;
    }
}

/* breakpoint max */
@media (max-width: 576px) {
}

/* MD */
@media (max-width: 768px) {
    .search-tabs {
        position: sticky;
        top: 60px;
        z-index: 1;
    }
}

/* LG */
@media (max-width: 992px) {
}

/* XL */
@media (max-width: 1200px) {
}

/* XXL */
@media (max-width: 1400px) {
}

.td-header-my-account .dropdown ul li a {
    font-size: 14px;
    color: #444;
}


.preloader {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 9999;
    display: flex; flex-direction: column;
    justify-content: center; align-items: center;
}
.spinner {
    width: 40px; height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.cursor-pointer {
    cursor: pointer;
}
.td-header-search { position: relative; vertical-align: top; }
.td-header-search form button { padding-top: 5px; }