.z-9999 {
    z-index: 9999;
}
.z-999 {
    z-index: 999;
}
.z-99 {
    z-index: 99;
}
.__opacity-half {
    --opacity: 0.5;
}
.opacity-half {
    opacity: 0.5;
}
.cursor-auto{
    cursor: auto;
}
.page-paragraph p {
    text-align: justify !important;
    margin: 1rem 0 30px 0 !important;
}
.__h-14rem {
    height: 14rem;
}
.__h-30rem {
    height: 30rem;
}
.d--none {
    display: none;
}

.toggle-shipping-saved-addresses.arrow-up span {
    transform: rotate(180deg);
    display: inline-block;
}

/* Product Details Page CSS || Start */
.option-select-btn.custom_01_option label input:checked ~ * {
    border: 2px solid #fff;
    outline: 1px solid var(--bs-primary);
}
.wishlist_icon_active {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}
.compare_list_icon_active {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}
.color_variants {
    width: 20px;
    height: 20px;
}
.color_variant_active {
    border: 3px solid #fff;
    outline: 2px solid var(--bs-primary);
}
/* Product Details Page CSS || End */

/* Product  */
.temporary-closed {
    min-width: 100%;
    min-height: 100%;
    block-size: var(--size);
    inline-size: var(--size);
    display: grid;
    place-items: center;
    top: 0;
    background: #000000bf;
    color: var(--bs-light);
    font-weight: 700;
}

/* Seller Search Box || Start */
.custom_search {
    width: -webkit-fill-available;
}
.custom_search .select-wrap {
    width: -webkit-fill-available;
    border-start-start-radius: 0.25rem;
    border-end-start-radius: 0.25rem;
}

.custom_search input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.custom_search button {
    border-radius: 0.25rem;
    border-start-start-radius: 0rem;
    border-end-start-radius: 0rem;
}

.--mt-15 {
    margin-top: 15px;
}
/* Seller Search Box || End */

/* Product View Page || Start */

.products_aside_brands::-webkit-scrollbar,
.products_aside_categories::-webkit-scrollbar {
    width: 3px;
}

.products_aside_brands::-webkit-scrollbar:hover,
.products_aside_categories::-webkit-scrollbar:hover {
    opacity: 1;
}
.products_aside_brands::-webkit-scrollbar-track,
.products_aside_categories::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.products_aside_brands::-webkit-scrollbar-thumb,
.products_aside_categories::-webkit-scrollbar-thumb {
    background: #bbbbbb;
    border-radius: 10px;
}

.products_aside_categories,
.products_aside_brands {
    max-height: 22.5rem;
    overflow: hidden;
}
.custom_common_nav li.has-sub-item:after {
    content: "";
}
.custom_common_nav li.has-sub-item span {
    transition: all 300ms ease-in-out;
    padding: 0 10px;
    cursor: pointer;
}
.custom_common_nav li.has-sub-item.sub-menu-opened span.rotateicon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
/* Product View Page || End */

.__vertical-middle {
    vertical-align: middle;
}

/* whatsapp chat css start */
.social-chat-icons {
    position: fixed;
    inset-inline-end: 2%;
    inset-block-end: 80px;
    z-index: 9;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.social-chat-icons.active {
    inset-block-end: 9.375rem;
}

.chat-image-shadow {
    filter: drop-shadow(0 0 0.35rem rgba(var(--bs-primary-rgb), 0.3));
}

.lightbox-image {
    max-height: 80vh;
    vertical-align: middle;
}

.img-w-h-100 {
    height: 6.25rem;
    width: 6.25rem;
}
/* whatsapp chat css end */

.shop-bg-card{
    --bg-color: 255, 255, 255
}
[theme="dark"] .shop-bg-card{
    --bg-color: 20,20,20
}

/* Product List Page Mobile CSS */
@media (max-width: 767px) {
    .mobile_two_items {
        --minWidth: 9rem !important;
        --maxWidth: 1fr !important;
    }
}
/* Product List Page Mobile CSS */

@media (max-width: 479px) {
    h1,
    .h1 {
        --h1_fs: 1.5rem;
    }
    h2,
    .h2 {
        font-size: 1.2rem;
    }
    h3,
    .h3 {
        font-size: 1rem;
    }
    h4,
    .h4 {
        font-size: 0.9rem;
    }
}

.product-details-content .option-select-btn.weight-style--two label > span {
    padding: 0.25rem 0.5rem;
    line-height: 1;
    border-radius: 0.25rem;
}

.products-comments-img a {
    display: block;
    width: 50px;
}

.products-comments-img a img {
    width: 100%;
    border-radius: 4px;
}

/* Hover Effects untuk Section Penjualan Akun */
.hover-shadow {
    transition: all 0.3s ease;
}

.hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
}

.hover-scale {
    transition: all 0.3s ease;
}

.hover-scale:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
}

.transition-all {
    transition: all 0.3s ease;
}

.icon-circle {
    transition: all 0.3s ease;
}

.card:hover .icon-circle {
    transform: scale(1.1);
}

.fs-14 {
    font-size: 14px;
}

/* Hero Section Styles */
.text-shadow {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.min-vh-50 {
    min-height: 50vh;
}

/* Badge Styles */
.badge {
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Button Hover Effects */
.btn-lg {
    transition: all 0.3s ease;
}

.btn-lg:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2) !important;
}

/* Rounded corners */
.rounded-4 {
    border-radius: 1rem !important;
}

/* Background opacity utilities */
.bg-opacity-90 {
    --bs-bg-opacity: 0.9;
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}

/* Blog Section Styles */
.blog-hero {
    background: linear-gradient(180deg, #f8fffe 0%, #e8f5e9 100%);
    border-bottom: 1px solid rgba(3, 172, 14, 0.1);
}

.list-group-item-action {
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.list-group-item-action:hover {
    background-color: #f8f9fa;
    border-left-color: #03ac0e;
    padding-left: 1.25rem;
}

.list-group-item-action.active {
    border-left-color: #fff;
}

.card.shadow-sm {
    transition: box-shadow 0.3s ease;
}

.card.shadow-sm:hover {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}

.sticky-top {
    z-index: 1020;
}

/* Article Content Styles */
.article-content {
    line-height: 1.8;
    color: #333;
}

.article-content h2, .article-content h3, .article-content h4 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.article-content p {
    margin-bottom: 1rem;
}

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1rem 0;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hover-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}

.transition-all {
    transition: all 0.3s ease;
}

/* About Us Page Styles */
.fs-32 {
    font-size: 2rem !important;
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

/* ============================================
   MODERN PRODUCT CARD STYLES
   ============================================ */

/* Product Grid */
.product-grid-modern {
    padding: 0.5rem 0;
}

/* Product Card Modern */
.product-card-modern {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.product-card-modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}

/* Image Wrapper */
.product-card__image-wrapper {
    position: relative;
    padding-top: 75%; /* 4:3 Aspect Ratio */
    overflow: hidden;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 100%);
}

.product-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card-modern:hover .product-card__image {
    transform: scale(1.08);
}

/* Overlay */
.product-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card-modern:hover .product-card__overlay {
    opacity: 1;
}

.product-card__quick-view {
    background: #fff;
    color: #333;
    padding: 0.75rem 1.25rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transform: translateY(10px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.product-card-modern:hover .product-card__quick-view {
    transform: translateY(0);
}

.product-card__quick-view:hover {
    background: var(--bs-primary);
    color: #fff;
}

/* Badge */
.product-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #03ac0e 0%, #028a0b 100%);
    color: #fff;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(3, 172, 14, 0.3);
}

/* Content */
.product-card__content {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Title */
.product-card__title {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.5rem;
}

.product-card__title a {
    color: #2d3748;
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-card__title a:hover {
    color: var(--bs-primary);
}

/* Price */
.product-card__price-wrapper {
    margin-top: auto;
    padding-top: 0.5rem;
}

.product-card__price {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--bs-primary);
    display: block;
}

/* Button */
.product-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #03ac0e 0%, #028a0b 100%);
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    margin-top: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(3, 172, 14, 0.3);
}

.product-card__btn:hover {
    background: linear-gradient(135deg, #028a0b 0%, #026608 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(3, 172, 14, 0.4);
}

.product-card__btn i {
    font-size: 1rem;
}

/* Empty State Modern */
.empty-state-modern {
    text-align: center;
    padding: 4rem 2rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.empty-state__icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.empty-state__icon i {
    font-size: 2.5rem;
    color: var(--bs-primary);
}

.empty-state__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.empty-state__desc {
    color: #718096;
    font-size: 1rem;
}

/* Responsive Adjustments */
@media (max-width: 575px) {
    .product-card__title {
        font-size: 0.8rem;
        min-height: 2.2rem;
    }

    .product-card__price {
        font-size: 0.95rem;
    }

    .product-card__btn {
        padding: 0.6rem 0.75rem;
        font-size: 0.8rem;
    }

    .product-card__content {
        padding: 0.75rem;
    }

    .product-card__badge {
        font-size: 0.65rem;
        padding: 0.25rem 0.5rem;
    }
}

/* Dark Theme Support */
[theme="dark"] .product-card-modern {
    background: #1a202c;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

[theme="dark"] .product-card__image-wrapper {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
}

[theme="dark"] .product-card__title a {
    color: #e2e8f0;
}

[theme="dark"] .product-card__title a:hover {
    color: var(--bs-primary);
}

[theme="dark"] .empty-state-modern {
    background: #1a202c;
}

[theme="dark"] .empty-state__title {
    color: #e2e8f0;
}
