.page-wrapper {
    font-family: "Poppins", sans-serif
}

.hero-banner {
    background: url("../images/img-produk-hero.png");
    background-size: cover;
    background-position: bottom;
    padding: 162px 0 320px 0;
    position: relative;
    height: 530px;
}

.hero-banner .product-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px
}

.hero-banner .product-display .product-item {
    background: #666;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px
}

.hero-banner .product-display .product-display-text {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff
}

.red-text {
    color: #dc3545
}

.green-text {
    color: #28a745
}

.g-6 {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem
}

.btn-orange {
    color: #fff;
    background-color: #ff6b35
}

.btn-orange:hover {
    color: #fff;
    background-color: rgb(255, 69.6336633663, 2)
}

.breadcrumb-custom {
    background: none;
    padding: 0;
    margin-bottom: 20px
}

.breadcrumb-custom .breadcrumb-item {
    line-height: 20px;
    font-size: 14px
}

.breadcrumb-custom .breadcrumb-item.active {
    color: #333 !important
}

.breadcrumb-custom .breadcrumb-item a {
    color: #666 !important;
    text-decoration: none
}

.brochure-section {
    margin-top: 36px
}

.brochure-section h2 {
    font-weight: 500;
    font-size: 30px
}

.brochure-section p {
    font-weight: 300;
    font-size: 20px
}

.social-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px
}

.social-buttons-wrapper {
    padding-bottom: 40px
}

.social-buttons-wrapper h5 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px
}

.social-buttons .social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: transform .2s ease
}

.social-buttons .social-btn:hover {
    transform: scale(1.1)
}

.social-buttons .social-btn.facebook {
    background: #3b5998
}

.social-buttons .social-btn.twitter {
    background: #1da1f2
}

.social-buttons .social-btn.pinterest {
    background: #bd081c
}

.social-buttons .social-btn.instagram {
    background: #e4405f
}

.social-buttons .social-btn.whatsapp {
    background: #25d366
}

.company-advantages-section1 {
    padding-top: 200px;
    background-image: url("../images/bgkeunggulan.jpg");
    position: relative;
    background-size: 100% 100%;
    z-index: 1;
}

.company-advantages-section1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media(max-width: 768px) {
    .company-advantages-section1 {
        padding: 40px 0 60px
    }
}

@media(max-width: 576px) {
    .company-advantages-section1 {
        padding: 30px 0 50px
    }
}

.company-advantages-section1 .advantages-title {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
    line-height: 47px
}

@media(max-width: 768px) {
    .company-advantages-section1 .advantages-title {
        font-size: 28px
    }
}

@media(max-width: 576px) {
    .company-advantages-section1 .advantages-title {
        font-size: 24px
    }
}

.company-advantages-section1 .advantage-card {
    background: linear-gradient(to right, rgba(119, 88, 26, 0.6431372549), rgba(221, 164, 49, 0.4862745098));
    color: #fff;
    padding: 8px 10px;
    text-align: center;
    height: 100%;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    transition: all .3s ease;
    cursor: pointer
}

.company-advantages-section1 .advantage-card-wrapper {
    --bs-gutter-y: 40px;
    --bs-gutter-x: 40px
}

.company-advantages-section1 .advantage-card:hover {
    background: linear-gradient(to right, #77581a, #dda431);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1) !important
}

.company-advantages-section1 .advantage-card .advantage-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    display: flex;
    align-items: start;
    justify-content: start
}

.company-advantages-section1 .advantage-card .advantage-icon img {
    max-width: 100%;
    max-height: 100%
}

.company-advantages-section1 .advantage-card .advantage-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 10px;
    text-align: left
}

@media(max-width: 576px) {
    .company-advantages-section1 .advantage-card .advantage-title {
        font-size: 16px
    }
}

.info-btn {
    background: linear-gradient(to right, rgb(255, 69.6336633663, 2), #E3A703);
    color: #fff;
    border: none;
    padding: 14px 22px 12px 22px;
    border-radius: 15px;
    font-weight: 600;
    margin-top: 20px;
    transition: all .3s ease;
    cursor: pointer
}

.info-btn:hover {
    background: linear-gradient(to right, rgb(255, 69.6336633663, 2), #E3A703);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}
.download-btn {
    background: #db6b3e;
    color: #fff;
    border: none;
    padding: 14px 22px 12px 22px;
    border-radius: 15px;
    font-weight: 600;
    margin-top: 20px;
    transition: all .3s ease;
    cursor: pointer
}

.download-btn:hover {
    background: rgb(255, 69.6336633663, 2);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.container.card-white {
    background-color: #fff;
    margin-top: -110px;
    padding: 25px;
    z-index: 5;
    position: relative
}

.explanation-box {
    background: #f8f9fa;
    border-left: 4px solid #dc3545;
    padding: 15px;
    font-size: .9rem;
    color: #dc3545;
    border-radius: 0 4px 4px 0
}

.explanation-box strong {
    font-weight: 600
}

@media(max-width: 768px) {
    .hero-banner .product-display {
        flex-direction: column;
        gap: 20px
    }
    .hero-banner .product-display .product-display-text {
        font-size: 2rem
    }
    .orange-section {
        padding: 20px;
        border-radius: 0
    }
    .orange-section h2 {
        font-size: 2rem
    }
    .orange-section .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px
    }
    .social-buttons {
        justify-content: center
    }
}

.product-catalog-section {
    margin: 80px 0;
    background: #fff
}

.product-catalog-section .text-orange {
    color: #ff6b35
}

.search-container {
    position: relative
}

.search-container .search-input {
    padding-right: 50px;
    border: 1px solid #555;
    border-radius: 8px;
    height: 40px
}

.search-container .search-input:focus {
    border-color: #ff6b35;
    box-shadow: 0 0 0 .2rem rgba(255, 107, 53, .25)
}

.search-container .search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    color: #333;
    padding: 8px;
    border-radius: 6px;
    cursor: pointer
}

.search-container .search-btn:hover {
    background: rgb(255, 69.6336633663, 2);
    color: #fff
}

.product-catalog-section .filter-section {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(217, 217, 217, .6745098039);
    border: 1px solid #d9d9d9
}

.product-catalog-section .filter-section .filter-header {
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    margin-bottom: 16px !important
}

.product-catalog-section .filter-section .filter-title {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0;
    color: #333
}

.product-catalog-section .filter-section .filter-title .text-orange {
    color: #ff6b35
}

.product-catalog-section .filter-section .filter-subtitle {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #333
}

.product-catalog-section .filter-section .category-list .category-item,
.product-catalog-section .filter-section .category-list .subcategory-item,
.product-catalog-section .filter-section .category-list .brand-item,
.product-catalog-section .filter-section .subcategory-list .category-item,
.product-catalog-section .filter-section .subcategory-list .subcategory-item,
.product-catalog-section .filter-section .subcategory-list .brand-item,
.product-catalog-section .filter-section .brand-list .category-item,
.product-catalog-section .filter-section .brand-list .subcategory-item,
.product-catalog-section .filter-section .brand-list .brand-item {
    padding: 10px 15px;
    margin-bottom: 3px;
    border-radius: 0;
    cursor: pointer;
    transition: all .3s ease;
    color: #333;
    font-weight: 400
}

.product-catalog-section .filter-section .category-list .category-item:hover,
.product-catalog-section .filter-section .category-list .subcategory-item:hover,
.product-catalog-section .filter-section .category-list .brand-item:hover,
.product-catalog-section .filter-section .subcategory-list .category-item:hover,
.product-catalog-section .filter-section .subcategory-list .subcategory-item:hover,
.product-catalog-section .filter-section .subcategory-list .brand-item:hover,
.product-catalog-section .filter-section .brand-list .category-item:hover,
.product-catalog-section .filter-section .brand-list .subcategory-item:hover,
.product-catalog-section .filter-section .brand-list .brand-item:hover {
    background: hsl(16.0396039604, 100%, 100.3921568627%)
}

.product-catalog-section .filter-section .category-list .category-item.active,
.product-catalog-section .filter-section .category-list .subcategory-item.active,
.product-catalog-section .filter-section .category-list .brand-item.active,
.product-catalog-section .filter-section .subcategory-list .category-item.active,
.product-catalog-section .filter-section .subcategory-list .subcategory-item.active,
.product-catalog-section .filter-section .subcategory-list .brand-item.active,
.product-catalog-section .filter-section .brand-list .category-item.active,
.product-catalog-section .filter-section .brand-list .subcategory-item.active,
.product-catalog-section .filter-section .brand-list .brand-item.active {
    background: #ece9e9;
    border-radius: 8px;
    color: #333;
    padding: 14px;
    font-weight: 500
}
.product-catalog-section .filter-section .category-list .category-item.active1,
.product-catalog-section .filter-section .category-list .subcategory-item.active1,
.product-catalog-section .filter-section .category-list .brand-item.active1,
.product-catalog-section .filter-section .subcategory-list .category-item.active1,
.product-catalog-section .filter-section .subcategory-list .subcategory-item.active1,
.product-catalog-section .filter-section .subcategory-list .brand-item.active1,
.product-catalog-section .filter-section .brand-list .category-item.active1,
.product-catalog-section .filter-section .brand-list .subcategory-item.active1,
.product-catalog-section .filter-section .brand-list .brand-item.active1 {
    background: #FF5800;
    border-radius: 8px;
    color: #fff !important;
    padding: 14px;
    font-weight: 400
}

.product-catalog-section .filter-section .category-list .category-item.category-header,
.product-catalog-section .filter-section .category-list .subcategory-item.category-header,
.product-catalog-section .filter-section .category-list .brand-item.category-header,
.product-catalog-section .filter-section .subcategory-list .category-item.category-header,
.product-catalog-section .filter-section .subcategory-list .subcategory-item.category-header,
.product-catalog-section .filter-section .subcategory-list .brand-item.category-header,
.product-catalog-section .filter-section .brand-list .category-item.category-header,
.product-catalog-section .filter-section .brand-list .subcategory-item.category-header,
.product-catalog-section .filter-section .brand-list .brand-item.category-header {
    background: #ece9e9;
    border-radius: 8px;
    padding: 14px;
    font-weight: 400
}
.filter-active{
    background: #FF5800 !important;
    color:#fff !important;
    font-weight: 400 !important; 
}
.product-catalog-section .filter-section .category-list .subcategory-item,
.product-catalog-section .filter-section .subcategory-list .subcategory-item,
.product-catalog-section .filter-section .brand-list .subcategory-item {
    padding-left: 30px
}

.product-catalog-section .product-card-link {
    display: block;
    height: 100%;
    text-decoration: none;
    position: relative
}

.product-catalog-section .product-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    overflow: hidden;
    transition: all .3s ease;
    height: 100%;
    box-shadow: 1px 3px 10px rgba(0, 0, 0, .2)
}

.product-catalog-section .product-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .4)
}

.product-catalog-section .product-card:hover .product-title {
    color: #ff6b35 !important
}

.product-catalog-section .product-card:hover .product-badge {
    background: #ff6b35 !important
}

.product-catalog-section .product-card:hover .search-overlay {
    opacity: 1 !important
}

.product-catalog-section .product-card .product-image {
    position: relative;
    height: 250px;
    background: #fff
}

.product-catalog-section .product-card .product-image .placeholder-image {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-catalog-section .product-card .product-image .placeholder-image::before {
    content: "Product Image";
    color: #666;
    font-size: .9rem
}

.product-catalog-section .product-card .product-image .search-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .2);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .3s ease
}

.product-catalog-section .product-card .product-image .search-overlay .search-icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ff6b35;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #fff;
    box-shadow: 0 0 0 5px #ff6b35;
    padding: 12px
}

.product-catalog-section .product-card .product-image .search-overlay .search-icon-circle i {
    color: #fff;
    font-size: 1.3rem
}

.product-catalog-section .product-card .product-info {
    padding: 20px;
    background: #ececeb;
    border-top: 1px solid #e0e0e0;
    height: 100%;
}

.product-catalog-section .product-card .product-info .product-title {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: color .3s ease
}

 .product-badge {
    display: inline-block;
    background: #666;
    color: #fff;
    padding: 4px 16px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background .3s ease
}
 .product-badge-orange {
    display: inline-block;
    background: linear-gradient(to right, rgb(255, 69.6336633663, 2), #E3A703);
    color: #fff;
    padding: 4px 16px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background .3s ease
}
.product-catalog-section .product-card .product-info .product-badge {
    display: inline-block;
    background: #666;
    color: #fff;
    padding: 4px 16px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background .3s ease
}

.product-catalog-section .product-card .product-info .product-description {
    font-size: .85rem;
    color: #333;
    line-height: 1.4;
    margin-bottom: 0;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.search-input-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px
}

.search-input-container .search-icon {
    color: #000 !important;
    cursor: pointer;
    transition: transform .2s ease;
    transform: translateX(10px);
    z-index: 1
}

.search-input-container .search-icon:hover {
    color: #ff6b35 !important;
}

.search-input-container .search-input-hidden {
    opacity: 0;
    visibility: hidden;
    width: 0;
    transform: translateX(10px);
    transition: all .3s ease;
    position: relative;
    border: 1px solid #d9d9d9;
    height: 28px;
    padding: 2px 8px;
    border-radius: 3px
}
.item-slide-brand{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.border-form-kontak{
    border-bottom: 1px solid #464646;
    border-top:0px;
    border-left:0px;
    border-right:0px;
    border-radius:0px;
}
.border-textarea{
    border-bottom: 1px solid #464646;
    border-top:0px;
    border-left:0px;
    border-right:0px;
    border-radius:0px;
}
.desk-bp{
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

@media(max-width: 768px) {
   .desk-bp{
        font-size: 14px;
        line-height: 19px;
    }
}

.button-bp{
    border-radius: 5px !important;
    background: linear-gradient(90deg, #E4571F 0%, #DDA331 100%) !important;
}
.search-input-container.active .search-input-hidden {
    opacity: 1;
    visibility: visible;
    width: 160px;
    transform: translateX(0)
}

.search-input-container.active .search-icon {
    transform: scale(1.1)
}
.pagination-container .pagination-custom {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.pagination-container .pagination-custom .pagination-item {
    margin: 0 5px
}

.pagination-container .pagination-custom .pagination-item .pagination-link {
    display: block;
    min-width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #d34b22;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 0;
    transition: all .3s ease;
    padding: 0 15px
}

.pagination-container .pagination-custom .pagination-item .pagination-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.pagination-container .pagination-custom .pagination-item.active .pagination-link {
    background: linear-gradient(to right, rgb(255, 69.6336633663, 2), #E3A703);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.pagination-container .pagination-custom .pagination-item.next-item .pagination-link,
.pagination-container .pagination-custom .pagination-item.last-item .pagination-link {
    padding: 0 20px
}

.featured-products-section {
    background: #f5f5f5;
    position: relative;
    padding: 80px 0 !important
}

.featured-products-section .section-title {
    font-size: 2.5rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 52px !important;
    position: relative;
    z-index: 1
}

@media(max-width: 768px) {
    .featured-products-section .section-title {
        font-size: 2rem
    }
}

.featured-products-section .featured-product-card {
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3);
    transition: all .3s ease;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.featured-products-section .featured-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .32)
}

.featured-products-section .featured-product-card:hover .featured-product-title {
    color: #ff6b35 !important
}

.featured-products-section .featured-product-card:hover .badge.badge-gray {
    background: #d9531e !important
}

.featured-products-section .featured-product-card:hover .badge.badge-orange {
    background: #d9531e !important
}

.featured-products-section .featured-product-card:hover .search-overlay {
    opacity: 1 !important
}

.featured-products-section .featured-product-card .featured-product-image {
    height: 390px;
    background: #f8f9fa;
    position: relative;
    overflow: hidden
}

.featured-products-section .featured-product-card .featured-product-image .placeholder-image {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #f0f0f0 25%, transparent 25%), linear-gradient(-45deg, #f0f0f0 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f0f0f0 75%), linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    display: flex;
    align-items: center;
    justify-content: center
}

.featured-products-section .featured-product-card .featured-product-image .placeholder-image::after {
    content: "Product Image";
    color: #999;
    font-size: 14px;
    font-weight: 500
}

.featured-products-section .featured-product-card .featured-product-image .search-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .2);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .3s ease
}

.featured-products-section .featured-product-card .featured-product-image .search-overlay .search-icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ff6b35;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #fff;
    box-shadow: 0 0 0 5px #ff6b35;
    padding: 12px
}

.featured-products-section .featured-product-card .featured-product-image .search-overlay .search-icon-circle i {
    color: #fff;
    font-size: 1.3rem
}

.featured-products-section .featured-product-card .featured-product-image .search-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: rgba(255, 107, 0, .9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: all .3s ease
}

.featured-products-section .featured-product-card .featured-product-image .search-icon:hover {
    background: #ff6b35;
    transform: scale(1.1)
}

.featured-products-section .featured-product-card .featured-product-image .ssd-logo {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 107, 0, .9);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600
}

.featured-products-section .featured-product-card .featured-product-info {
    background-color: #ececeb;
    padding: 1.5rem;
    height: 265px;
}

.featured-products-section .featured-product-card .featured-product-info .featured-product-title {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 1rem;
    line-height: 1.4;
    height: 56px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.featured-products-section .featured-product-card .featured-product-info .featured-product-badges {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1rem
}

.featured-products-section .featured-product-card .featured-product-info .featured-product-badges .badge {
    font-size: 11px;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 0;
    margin-right: 6px
}

.featured-products-section .featured-product-card .featured-product-info .featured-product-badges .badge.badge-orange {
    background: linear-gradient(to right, rgb(255, 69.6336633663, 2), #E3A703);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 0
}

.featured-products-section .featured-product-card .featured-product-info .featured-product-badges .badge.badge-gray {
    background-color: #6c757d;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 0;
    white-space: wrap;
    text-align:left;
    
}

.featured-products-section .featured-product-card .featured-product-info .featured-product-description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media(max-width: 992px) {
    .product-catalog-section .row {
        display: flex;
        flex-direction: column
    }
    .product-catalog-section .col-md-3,
    .product-catalog-section .col-md-9 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px
    }
    .product-catalog-section .col-md-9 {
        padding-left: 15px !important;
        margin-top: 30px
    }
    .product-catalog-section .row .col-md-4 {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .product-catalog-section .product-card .product-image {
        height: 200px
    }
}

@media(max-width: 768px) {
    .product-catalog-section .search-container {
        margin-bottom: 20px
    }
    .product-catalog-section .filter-section {
        margin-bottom: 20px
    }
    .product-catalog-section .product-card {
        margin-bottom: 20px
    }
    .product-catalog-section .product-card .product-image {
        height: auto
    }
    .product-catalog-section .product-card .product-info {
        padding: 15px
    }
    .product-catalog-section .product-card .product-info .product-title {
        font-size: .9rem;
        -webkit-line-clamp: 2
    }
    .product-catalog-section .product-card .product-info .product-badge {
        font-size: .8rem;
        padding: 3px 8px
    }

    .product-badge {
        font-size: .8rem;
        padding: 3px 8px
    }
    .product-catalog-section .product-card .product-info .product-description {
        font-size: .8rem;
        -webkit-line-clamp: 2
    }
    .product-catalog-section .row .col-md-4 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .featured-products-section {
        padding: 40px 0 !important
    }
    .featured-products-section .section-title {
        font-size: 1.8rem;
        margin-bottom: 2rem
    }
    .featured-products-section .featured-product-card {
        margin-bottom: 1.5rem
    }
    .featured-products-section .featured-product-card .featured-product-image {
        height: auto
    }
    .featured-products-section .featured-product-card .featured-product-info {
        padding: 1rem
    }
    .featured-products-section .featured-product-card .featured-product-info .featured-product-title {
        font-size: 1rem;
        min-height: auto;
        margin-bottom: 10px;
        height: auto;
    }
    .featured-products-section .featured-product-card .featured-product-info .featured-product-badges .badge {
        font-size: 14px;
        padding: 3px 8px
    }
    .featured-products-section .featured-product-card .featured-product-info .featured-product-description {
        font-size: 13px
    }
    .hero-banner {
        padding: 100px 0 200px 0
    }
    .container.card-white {
        margin-top: -80px;
        padding: 15px
    }
}

@media(max-width: 576px) {
    .product-catalog-section .filter-section .filter-title {
        font-size: 1rem
    }
    .product-catalog-section .filter-section .filter-subtitle {
        font-size: .9rem
    }
    .product-catalog-section .filter-section .category-list .category-item,
    .product-catalog-section .filter-section .subcategory-list .subcategory-item,
    .product-catalog-section .filter-section .brand-list .brand-item {
        padding: 8px 12px;
        font-size: .9rem
    }
    .product-catalog-section .filter-section .category-list .category-item.active,
    .product-catalog-section .filter-section .category-list .category-item.category-header,
    .product-catalog-section .filter-section .subcategory-list .subcategory-item.active,
    .product-catalog-section .filter-section .subcategory-list .subcategory-item.category-header,
    .product-catalog-section .filter-section .brand-list .brand-item.active,
    .product-catalog-section .filter-section .brand-list .brand-item.category-header {
        padding: 10px
    }
    .pagination-container .pagination-custom .pagination-item .pagination-link {
        min-width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: .9rem
    }
    .featured-products-section {
        padding: 30px 0 !important
    }
    .featured-products-section .section-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem
    }
    .brochure-section h2 {
        font-size: 24px
    }
    .brochure-section p {
        font-size: 16px
    }
    .social-buttons-wrapper h5 {
        font-size: 16px
    }
    .download-btn {
        padding: 10px 20px;
        font-size: 14px
    }
}



.nav-scroll1 {
    height: calc(100vh - 247px);
    overflow: auto;
    overflow-x: hidden
}

@media(max-width: 768px) {
    .nav-scroll1 {
        height: 200px;
        overflow: auto;
        overflow-x: hidden
    }
}

.nav-scroll {
    height: calc(100vh - 247px);
    overflow: auto;
    overflow-x: hidden
}

@media(max-width: 768px) {
    .nav-scroll {
        height: 130px;
        overflow: auto;
        overflow-x: hidden
    }
}

.nav-scroll .nav .nav-link.has-sub {
    position: relative
}

.nav-scroll .nav .nav-link.has-sub:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 22px;
    right: 20px;
    background: url("data:image/svg+xml,%3csvg%20width='12'%20height='7'%20viewBox='0%200%2012%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.827643%200.66292C1.04199%200.44653%201.38966%200.444532%201.60401%200.663897L6.38819%205.54769C6.60242%205.76619%206.60195%206.11959%206.38721%206.33675C6.28041%206.44457%206.13925%206.49983%205.99952%206.49983C5.85841%206.49977%205.71759%206.44502%205.61085%206.33577L0.826667%201.45101C0.612738%201.23243%200.613619%200.879954%200.827643%200.66292ZM10.395%200.663897C10.6094%200.444563%2010.9571%200.44654%2011.1714%200.66292C11.3863%200.880072%2011.3869%201.23343%2011.1733%201.45198L7.99659%204.69515C7.88979%204.80445%207.74837%204.8592%207.60792%204.85921C7.46835%204.85921%207.32796%204.80467%207.2212%204.6971C7.00625%204.4801%207.00504%204.12669%207.21827%203.90804L10.395%200.663897Z'%20fill='black'/%3e%3c/svg%3e") no-repeat center center/contain;
    vertical-align: -7px;
    display: inline-block
}

.nav-scroll .nav .nav-link.has-sub.active {
    color: #d86804
}

.nav-scroll .nav .nav-link.has-sub.active:after {
    transform: rotate(-90deg);
    filter: brightness(0) saturate(100%) invert(58%) sepia(58%) saturate(5915%) hue-rotate(8deg) brightness(93%) contrast(97%)
}

.label-menu-top{
    color:#000 !important;
}

.label-menu-top:hover{
    color:#DB6B3E !important;
}
.brand-filter-scroll{
    height:350px;overflow-y:auto;
}
/*# sourceMappingURL=produk.css.map */
