.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: 7px 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: 9px;
    font-weight: 500*/

    background-color: #fff; /* warna awal */
    padding: 10px;
    border-radius: 9px;
    transition: all 0.3s ease; /* animasi halus */
    cursor: pointer;
}
.product-catalog-section .filter-section .category-list .category-item.active:hover,
.product-catalog-section .filter-section .category-list .subcategory-item.active:hover,
.product-catalog-section .filter-section .category-list .brand-item.active:hover,
.product-catalog-section .filter-section .subcategory-list .category-item.active:hover,
.product-catalog-section .filter-section .subcategory-list .subcategory-item.active:hover,
.product-catalog-section .filter-section .subcategory-list .brand-item.active:hover,
.product-catalog-section .filter-section .brand-list .category-item.active:hover,
.product-catalog-section .filter-section .brand-list .subcategory-item.active:hover,
.product-catalog-section .filter-section .brand-list .brand-item.active:hover {
    background-color: #ece9e9;
    padding: 11px; /* sedikit membesar saat hover */
}
.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;*/
    /*color: #d9531e;*/
    border-radius: 8px;
    padding: 10px;
    font-weight: 400
}
.subcategory-item.category-header:hover{
    color: #d9531e !important;
}

.btn-search-color{
        background-color: #ece9e9; padding: 5px; border-radius: 3px;
        padding: 5px;
}

.hover-list {
      background-color: #fff; /* warna awal */
      padding: 5px;
      border-radius: 9px;
      transition: all 0.3s ease; /* animasi halus */
      cursor: pointer;
}

.hover-list:hover {
      background-color: #ece9e9;
      padding: 8px; /* sedikit membesar saat hover */
}

.hover-list-brand {
      background-color: #fff; /* warna awal */
      padding: 10px;
      border-radius: 9px;
      transition: all 0.3s ease; /* animasi halus */
      cursor: pointer;
}

.hover-list-brand:hover {
      background-color: #ece9e9;
      padding: 11px; /* sedikit membesar saat hover */
}


.filter-active{
    color:#D9531E !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
}

.filter-section .subcategory-item .category-header:hover{
    background-color: #ece9e9;
}

.filter-section .subcategory-item .category-detail:hover{
    background-color: #ece9e9;
    padding: 15px; /* sedikit membesar saat hover */
}

.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 {
    height: 200px;
    background-color: white;
}

/* Default (desktop besar di atas 1600px) */
.product-catalog-section .product-card .product-image {
    height: 280px;
}

/* Desktop sedang (1400px ke bawah) */
@media (max-width: 1400px) {
    .product-catalog-section .product-card .product-image {
        height: 230px;
    }
}

/* Laptop (1200px ke bawah) */
@media (max-width: 1200px) {
    .product-catalog-section .product-card .product-image {
        height: 200px;
    }
}

/* Tablet landscape (992px ke bawah) */
@media (max-width: 992px) {
    .product-catalog-section .product-card .product-image {
        height: 280px;
    }
}

/* Tablet portrait (768px ke bawah) */
@media (max-width: 768px) {
    .product-catalog-section .product-card .product-image {
        height: 220px;
    }
}

/* Mobile besar (576px ke bawah) */
@media (max-width: 576px) {
    .product-catalog-section .product-card .product-image {
        height: 180px;
    }
}

/* Mobile kecil (400px ke bawah) */
@media (max-width: 400px) {
    .product-catalog-section .product-card .product-image {
        height: 150px;
    }
}

.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-image-kategori {
    position: relative;
    height: 365px;
    background: #fff
}

@media(max-width: 1400px) {
    .product-catalog-section .product-card .product-image-kategori {
        height: 230px;
    }
}

@media(max-width: 1200px) {
    .product-catalog-section .product-card .product-image-kategori {
        height: 200px;
    }
}

@media(max-width: 993px) {
    .product-catalog-section .product-card .product-image-kategori {
        height: 365px;
    }
}

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

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

.product-catalog-section .product-card .product-image-kategori .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-kategori .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-kategori .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%;
}

/* Pastikan info tetap terlihat di layar kecil */
@media (max-width: 500px) {
  .product-catalog-section .product-card {
    display: flex;
    flex-direction: column;
    height: auto !important;
  }

  .product-catalog-section .product-card .product-image,
  .product-catalog-section .product-card .product-image-kategori {
    height: auto !important;
  }

  .product-catalog-section .product-card .product-info {
    display: block;
    position: relative;
    margin-top: 10px !important;
    height: auto !important;
    padding: 15px;
    background: #ececeb;
  }

  .product-catalog-section .product-card .product-title,
  .product-catalog-section .product-card .product-description {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
}

.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: 1rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 1rem;
    line-height: 1.4;
    height: 65px;
    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
    }
}

.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 */


/* ===============================
   PAGINATION WRAPPER
================================ */
.pagination-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* ===============================
   PAGINATION LIST
================================ */
.pagination-container .pagination-custom {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

/* ===============================
   PAGINATION ITEM
================================ */
.pagination-container .pagination-custom .pagination-item {
    display: flex;
}

/* ===============================
   PAGINATION LINK
================================ */
.pagination-container .pagination-custom .pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 44px;
    height: 44px;
    padding: 0 14px;

    background: #d34b22;
    color: #ffffff;
    text-decoration: none;

    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;

    transition: 
        background 0.25s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

/* ===============================
   HOVER
================================ */
.pagination-container .pagination-custom .pagination-link:hover {
    background: #b83f1c;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

/* ===============================
   ACTIVE
================================ */
.pagination-container .pagination-custom .pagination-item.active .pagination-link {
    background: linear-gradient(135deg, #ff7a18, #e3a703);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

/* ===============================
   FIRST / LAST / NEXT / PREV
================================ */
.pagination-container .pagination-custom .first-item .pagination-link,
.pagination-container .pagination-custom .last-item .pagination-link,
.pagination-container .pagination-custom .next-item .pagination-link,
.pagination-container .pagination-custom .prev-item .pagination-link {
    padding: 0 18px;
    font-weight: 600;
}

/* ===============================
   ICON SPACING
================================ */
.pagination-container .pagination-custom i {
    font-size: 12px;
    margin: 0 4px;
}

/* ===============================
   MOBILE RESPONSIVE
================================ */
@media (max-width: 576px) {

    .pagination-container .pagination-custom {
        gap: 6px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pagination-container .pagination-custom .pagination-link {
        min-width: 38px;
        height: 38px;
        font-size: 13px;
        padding: 0 10px;
        border-radius: 8px;
    }

    /* tombol panjang diringkas */
    .pagination-container .pagination-custom 
    .first-item .pagination-link,
    .pagination-container .pagination-custom 
    .last-item .pagination-link {
        padding: 0 12px;
        font-size: 12px;
    }
}