/* HILANGKAN HAMBURGER MENU */
@media (min-width: 1000px) {
  #offcanvas-toggler {
    display: none;
  }
}

/* UBAH FONT SIZE DI MENU */
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  font-size: 13px !important;
}

/* UBAH PADDING ANTARA ARTICLE*/
article.item {
  margin-bottom: 20px !important;
}

/* UBAH FONT SIZE TITLE*/
.sp-page-title h2 {
  font-size: 16px !important;
}
.sp-page-title .breadcrumb {
  margin: 3px 0 0 0 !important;
  font-size: 12px !important;
}

@media (min-width: 125px) and (max-width: 420px) {
  .sp-page-title .breadcrumb {
    font-size: 9px !important;
  }
}

/* UBAH TITLE BLOG PAGE */
.entry-header {
  margin-bottom:0px !important;
}
.entry-header h2 a {
  color:#016b6d;
}

/* LANGUAGE DI TOP WEB  */
.gt_switcher_wrapper {
  top:0px !important;
}


/* FOOD NON FOOD ICON */
.category-card {
  position: relative;
  widht:100%;
  max-width: 500px;
  height: 250px;
  overflow: hidden;
  border-radius: 20px;
  transition: transform 0.4s ease;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

@media (max-width: 768px){
  .category-card {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 200px;
  }
}

.category-card img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   transition: transform 0.4s ease;
}

.category-card .overlay {
   position: absolute;
   bottom: 0;
   left: 0;
   padding: 20px;
   width: 100%;
   color: white;
   box-sizing: border-box;
   background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
   transition: transform 0.4s ease;
}

.title-group {
   display: inline-block;
}

.category-card .overlay h2 {
   margin: 0;
   font-size: 40px;
   font-weight: 800;
   display: inline-block;
   position: relative;
   z-index: 2;
}

@media (max-width: 767px) {
   .category-card .overlay h2 {
      font-size: 36px;
   }
}

.category-card .overlay .line {
   height: 8px;
   background-color: #00aa84;
   margin-top: 0px;
   margin-bottom: 12px;
   width: 100%;
}

.category-card .overlay p {
   margin: 0;
   font-size: 14px;
   line-height: 1.5;
   background: rgba(0,0,0,0.4);
   padding: 8px 12px;
   border-radius: 8px;
   display: inline-block;
   max-width: 100%;
   backdrop-filter: blur(2px);
   margin-bottom: 10px;
}

.category-card:hover img,
.category-card:hover .overlay {
   transform: scale(1.08);
}




/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

.fields-container{
  display:none;
}
.img-contact-banner{
 width:80%
}
.img-contact-banner .sppb-addon-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.img-contact-banner .sppb-addon-single-image-container {
  display: inline-block;
  text-align: center;
}

.text-contact {
  padding: 10px 15px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  background-color: #fff;
  color: #495057;
  margin-bottom: 15px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  font-size: 16px;
  line-height: 1.5;
}

.text-contact p {
  margin: 0;
  padding: 2px 0;
}


.sp-simpleportfolio .btn-view {
    display: none !important;
  }
@media (max-width: 991.98px) {
  .hidden-in-mobile {
    display: none !important;
  }
}
.btn-xs {
  font-size: 12px;
  padding: 4px 10px;
  line-height: 1.4;
  border-radius: 4px;
}

.logo img{ max-width: 100% }
@media (min-width: 1000px) {
  .logo img {
    max-width: 80%;
  }
}

/* Untuk layar dengan lebar di bawah 1000px */
@media (max-width: 999px) {
  .logo img {
    max-width: 100%;
  }
}

.img-40{  width: 40%; max-width: 200px; height: auto;  }
.img-50{  width: 50%; max-width: 200px; height: auto;  }
.img-60{  width: 60%; max-width: 200px; height: auto;  }
.img-70{  width: 70%; max-width: 200px; height: auto;  }


 /* Starting carousel footer */

#slider {
  position: relative;
  width: 50%;
  height: 32vw;
  margin: 150px auto;
  font-family: 'Helvetica Neue', sans-serif;
  perspective: 1400px;
  transform-style: preserve-3d;
}

input[type=radio] {
  position: relative;
  top: 108%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: 0 15px 0 0;
  opacity: 0.4;
  transform: translateX(-83px);
  cursor: pointer;
}

input[type=radio]:nth-child(5) {
  margin-right: 0px;
}

input[type=radio]:checked {
  opacity: 1;
}

#slider label, #slider label img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: white;
  font-size: 70px;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 400ms ease;
}

/* Active Slide */
#s1:checked ~ #slide1,
 #s2:checked ~ #slide2,
  #s3:checked ~ #slide3,
   #s4:checked ~ #slide4,
    #s5:checked ~ #slide5 {
  box-shadow: 0 13px 26px rgba(0,0,0, 0.3), 0 12px 6px rgba(0,0,0, 0.2);
  transform: translate3d(0%, 0, 0px);
}

/* Next Slide */
#s1:checked ~ #slide2,
 #s2:checked ~ #slide3,
  #s3:checked ~ #slide4,
   #s4:checked ~ #slide5,
    #s5:checked ~ #slide1 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(20%, 0, -100px);
  filter: brightness(50%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* Next to Next Slide */
#s1:checked ~ #slide3,
 #s2:checked ~ #slide4,
  #s3:checked ~ #slide5,
   #s4:checked ~ #slide1,
    #s5:checked ~ #slide2 {
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(40%, 0, -250px);
  filter: brightness(50%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* Previous to Previous Slide */
#s1:checked ~ #slide4,
 #s2:checked ~ #slide5,
  #s3:checked ~ #slide1,
   #s4:checked ~ #slide2,
    #s5:checked ~ #slide3 {
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(-40%, 0, -250px);
  filter: brightness(50%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* Previous Slide */
#s1:checked ~ #slide5,
 #s2:checked ~ #slide1,
  #s3:checked ~ #slide2,
   #s4:checked ~ #slide3,
    #s5:checked ~ #slide4 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(-20%, 0, -100px);
  filter: brightness(50%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
 /* Ending carousel footer */


 /* Starting video playlist*/
.playlist-label {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        color: #444;
        margin-bottom: 20px;
    }
      .container-playlist {
        box-sizing: border-box;
        outline: none;
        border: none;
        text-decoration: none;
        text-transform: capitalize;
        max-width: 1200px;
        margin: 100px auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 20px;
      }

      .container-playlist .main-video-container {
        flex: 1 1 700px;
        border-radius: 5px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        padding: 15px;
      }

      .container-playlist .main-video-container iframe {
        margin-bottom: 7px;
        border-radius: 5px;
        width: 100%;
        height: 400px;
      }

      .container-playlist .main-video-container .main-vid-title {
        font-size: 20px;
        color: #444;
      }

      .container-playlist .video-list-container {
        flex: 1 1 350px;
        max-height: 485px;
        overflow-y: scroll;
        border-radius: 5px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        padding: 15px;
      }

      .container-playlist .video-list-container::-webkit-scrollbar {
        width: 10px;
      }

      .container-playlist .video-list-container::-webkit-scrollbar-track {
        background-color: #fff;
        border-radius: 5px;
      }

      .container-playlist .video-list-container::-webkit-scrollbar-thumb {
        background-color: #444;
        border-radius: 5px;
      }

      .container-playlist .video-list-container .list {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 10px;
        background-color: #eee;
        cursor: pointer;
        border-radius: 5px;
        margin-bottom: 10px;
      }

      .container-playlist .video-list-container .list:last-child {
        margin-bottom: 0;
      }

      .container-playlist .video-list-container .list.active {
        background-color: #444;
      }

      .container-playlist .video-list-container .list.active .list-title {
        color: #fff;
      }

      .container-playlist .video-list-container .list .list-title {
        font-size: 17px;
        color: #444;
        cursor: pointer;
      }

      @media (max-width: 1200px) {
        .container-playlist {
          margin: 0;
        }
      }

      @media (max-width: 450px) {
        .container-playlist .main-video-container .main-vid-title {
          font-size: 15px;
          text-align: center;
        }

        .container-playlist .video-list-container .list {
          flex-flow: column;
          gap: 10px;
        }

        .container-playlist .video-list-container .list .list-title {
          font-size: 15px;
          text-align: center;
        }
      }
/* Ending video playlist*/

/* Starting styling articles*/

/* Center the image inside the article */
.item .entry-image {
    position: relative;
    /* Remove fixed height */
    height: auto;
    text-align: center; /* Optional: to center the image horizontally */
}

.item .entry-image img {
    position: static; /* Let it flow naturally */
    max-width: 100%; /* Make image scale down on smaller screens */
    height: auto;
    display: inline-block; /* For centering */
}

/* Limit maximum width for images in item cards */
.item .entry-image img {
    max-height: 300px;
    max-width: 300px;
}

.article-list .item .entry-image img {
    max-height: 150px;
    max-width: 150px;
}

.article-list .item .entry-header h2{
    font-size: 14px;
}

.item .entry-header h2{
    text-align: center;
}

/* Style the card */
.blog .item {
    position: relative;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    min-height: 230px;
    overflow: hidden; /* penting agar background tidak keluar */
    display:flex;
    align-items: center;
    justify-content: center;
}

.blog .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url('/images/img/bg/bg_BlogItem.jpg');
    background-size: 100% auto; /* Lebar penuh, tinggi otomatis */
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 0;
}

.blog .item > * {
    position: relative;
    z-index: 1;
}

.blog .item:hover {
    transform: translateY(-5px);
}

/* Style the caption */
.caption {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}


/* Product Info Styling */
.product-info {
   border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
    background-color: #f9f9f9;
}

.info-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #555;
}

.info-item span {
    font-size: 0.9rem;
}

.info-item strong {
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .item {
        width: 100%;
        margin-bottom: 20px;
    }
}
/* Ending styling articles*/

/* Floating WhatsApp Button */
        .whatsapp-float {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #25D366;
            color: #fff;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease-in-out;
        }

        .whatsapp-float:hover {
            transform: scale(1.1);
        }

        .whatsapp-float img {
            width: 35px;
            height: 35px;
        }
/* Ending Floating Image */

/* Starting Custom layout for result search */
.search-item {
    display: flex;
    align-items: stretch; /* Make both items equal height */
    gap: 15px;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

/* Image Styling */
.search-image {
    flex: 1; /* Allow image to take up space */
    max-width: 250px; /* Set a max width */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Prevent stretching */
}

.search-image img {
    width: 50%;
    height: auto;
    object-fit: cover; /* Ensures full view without distortion */
    border-radius: 5px;
}

/* Hide empty image container */
.search-image:empty {
    display: none;
}

/* Content Styling */
.search-content {
    flex: 2; /* Give text more space */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.result-title {
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: bold;
    color: #333;
}

.result-title a {
    text-decoration: none;
    color: inherit;
}

.result-text {
    font-size: 14px;
    color: #555;
    margin: 0 0 5px;
}

.result-url {
    font-size: 12px;
    color: #999;
    word-break: break-all;
}

/* Responsive Layout */
@media (max-width: 768px) {
    .search-item {
        flex-direction: column;
        text-align: center;
    }

    .search-image {
        max-width: 100%;
        width: 100%;
    }

    .search-image img {
        width: 100%;
        height: auto; /* Maintain aspect ratio */
    }

    .search-content {
        text-align: center;
    }
}


/* Ending Custom layout for result search */














.bg-abstrack1{
   background-image: url(/wilmar-ecatalogue/images/2025/02/20/bg-soft-white.png);
    background-size: cover;
    background-attachment: scroll;
    box-shadow: 0px 0px 0px 0px #fff;
}

.bg-abstrack2{
   background-image: url(/wilmar-ecatalogue/images/2025/02/20/bg-blue-img.jpg);
    background-size: cover;
    background-attachment: scroll;
    box-shadow: 0px 0px 0px 0px #fff;
}

.bg-abstrack3{
   background-image: url(/wilmar-ecatalogue/images/bg-white-2.jpg);
    background-size: cover;
    background-attachment: scroll;
    box-shadow: 0px 0px 0px 0px #fff;
}


.bg-abstrack4{
   background-image: url(/wilmar-ecatalogue/images/bg-food.png);
    background-size: cover;
    background-attachment: scroll;
    box-shadow: 0px 0px 0px 0px #fff;
}

.bg-abstrack5{
   background-image: url(https://img.freepik.com/premium-photo/abstract-white-background-with-smooth-wavy-lines-your-project_476363-6175.jpg);
    background-size: cover;
    background-attachment: scroll;
    box-shadow: 0px 0px 0px 0px #fff;
}

.bg-abstrack6 {
  background-image:
    linear-gradient(to bottom, rgba(255,255,255,0) 1199px, #ffffff 430px),
    url(/images/bgCU.png);
  background-size: 100% auto; 
  background-repeat: no-repeat;
  background-position: top left;
  background-attachment: scroll;
}

.bg-abstrack7 {
  background-image:
    linear-gradient(to bottom, rgba(255,255,255,0) 1199px, #ffffff 430px),
    url(/wilmar-ecatalogue/images/bgMain_Product.jpg);
  background-size: 100% auto; 
  background-repeat: no-repeat;
  background-position: top left;
  background-attachment: scroll;
}


.search-additional {
    margin-top: 25px !important;
}

/* Untuk layar ≤ 768px (mobile) tampil 2 kolom */
@media (min-width: 125px) and (max-width: 991.98px) {
  .article-list .col-lg-4 {
    width: 50% !important;
    float: left;
    padding: 10px;
    box-sizing: border-box;
  }

  .article-list .col-lg-3 {
    width: 50% !important;
    float: left;
    padding: 10px;
    box-sizing: border-box;
  }
  .sp-default-logo
  {
    min-width : 60px  !important;
  }
}

.js-finder-search-query {
  min-width: 250px !important;
}
@media (max-width: 450px) {
  .js-finder-search-query {
    min-width: 100px !important;
  }
}

.sp-page-title {
   padding : 15px 0px 10px 0px;
}

#sp-main-body {
  padding : 30px 0px;
}








/* ||||||||||||||||||||||||||||||||||| START CSS PRODUCT CATEGORIES ||||||||||||||||||||||||||||||||||| */


/* Header */
.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #038b8d;
}

@media (max-width: 768px) {
  .title {
    font-size: 23px;
  }
}

/* Tabs */
.tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tab-button {
  padding: 8px 14px;
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: white;
  cursor: pointer;
  border-radius: 5px;
}

.tab-button.active {
  background-color: #038b8d;
  color: white;
  border-color: #038b8d;
}

/* Product Grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 1050px;
  margin: 0 auto;
  justify-content: center;      /* Pusatkan grid */
  justify-items: stretch;       /* Item tetap full kolom */
}


@media (max-width: 450px) {
  .grid {
    grid-template-columns: repeat(2, 1fr); /* Paksa 2 kolom di mobile kecil */
  }
}

.product-card {
  height: 130px;
  width: 230px; /* biar ikut lebar grid */
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}

.product-card {
  width: 230px; /* biar ikut lebar grid */
  max-width: none;              /* Jangan batasi max-width */
  height: 130px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}

@media (max-width: 450px) {
  .product-card {
      height: 90px;
      width: 160px;
   }
}

.product-card:hover {
  transform: scale(1.03);
}

.product-card a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.card-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.product-title {
  background: rgba(0, 77, 64, 0.8);
  color: white;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  font-weight: bold;
  font-size: 14px;
}

.hidden {
  display: none !important;
}



/*|||||||||||||||||||||||||||||||||||START BACKGROUND FULL||||||||||||||||||||||||||||||||||||||||*/
.full-cover-bg {
  background-image: url('/images/img/bg/banner-sania.jpeg');
background-size: 100% auto;           /* Show full image */
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;             /* Optional fallback */

  width: 100%;
  height: auto;
  min-height: 445px;                  /* Match image height or adjust */
  aspect-ratio: 1240 / 445;           /* Maintain aspect ratio */
}

/* Optional: Adjust for very small screens */
@media (max-width: 576px) {
  .full-cover-bg {
    min-height: auto;
    aspect-ratio: auto;
    padding-top: 35%;    
  }
}

.bg-main{
   background-image: url(/images/BG-BODY.png);
    background-size: cover;
    background-attachment: scroll;
    box-shadow: 0px 0px 0px 0px #fff;
}







/* ||||||||||||||||||||||||||||||||||| PRODUCT PAGE ||||||||||||||||||||||||||||||||||| */
/* ====== UMUM UNTUK SEMUA SECTION ====== */
.FoodSection {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.rowProductPage {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-height: 288px;
}

.colProductPage {
  padding: 20px;
  box-sizing: border-box;
}

.colProductPage h2{
  color:#038b8d;
}

.colProductPage p{
  color:#2ab3b6;
}


/* Grid link */
.linkProductPage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 20px;
}

/* Kotak link bulat */
.linkProductPage {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: rgba(3, 139, 141, 0.7);
  border-radius: 50%;
  text-decoration: none;
  color: #efffff;
  font-weight: bold;
  width: 140px;
  height: 140px;
  box-sizing: border-box;
  transition: background 0.3s ease;
  text-align: center;
  font-size: 16px;
}

.linkProductPage:hover {
  background: #038b8d;
  color: white;
}

.linkProductPage .icon {
  display: none;
}

/* ====== LEFT IMAGE (gambar di kanan) ====== */
.LeftProductFood .rowProductPage {
  background-image: url('/images/img/bg/CookingOil.png');
  background-position: center right;
}

.LeftProductFood .left-content {
  flex: 0 0 66.666%;
  max-width: 66.666%;
  position: relative;
  z-index: 1;
  text-align: left;
}

.LeftProductFood .side-space {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

@media (min-width: 125px) and (max-width: 1200px) {
  .LeftProductFood .left-content {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .LeftProductFood .side-space {
    background-color: rgba(255, 255, 255, 0.9);
  }
}

/* ====== RIGHT IMAGE (gambar di kiri) ====== */
.RightProductFood .rowProductPage {
  background-image: url('/images/img/bg/Rice.png');
  background-position: center left;
}

.RightProductFood .right-content {
  flex: 0 0 66.666%;
  max-width: 66.666%;
  position: relative;
  z-index: 1;
  text-align: left;
}

.RightProductFood .side-space {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

@media (min-width: 125px) and (max-width: 1200px) {
  .RightProductFood .right-content {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .RightProductFood .side-space {
    background-color: rgba(255, 255, 255, 0.9);
  }
}

/* ====== LEFT IMAGE: Bakery Fats (gambar di kiri) ====== */
.LeftProductFood.BakeryFats .rowProductPage {
  background-image: url('/images/img/bg/BakeryFats.jpg');
  background-position: center left;
}

.LeftProductFood.BakeryFats .right-content {
  flex: 0 0 66.666%;
  max-width: 66.666%;
  position: relative;
  z-index: 1;
  text-align: left;
}

.RightProductFood.BakeryFats .side-space {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

@media (min-width: 125px) and (max-width: 1200px) {
  .LeftProductFood.BakeryFats .left-content,
  .LeftProductFood.BakeryFats .side-space {
    background-color: rgba(255, 255, 255, 0.9);
  }
}

/* ====== RIGHT IMAGE: Flour (gambar di kanan) ====== */
.RightProductFood.Flour .rowProductPage {
  background-image: url('/images/img/bg/Flour.png');
  background-position: center right;
}

.RightProductFood.Flour .right-content {
  flex: 0 0 66.666%;
  max-width: 66.666%;
  position: relative;
  z-index: 1;
  text-align: left;
}

.RightProductFood.Flour .side-space {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

@media (min-width: 125px) and (max-width: 1200px) {
  .RightProductFood.Flour .right-content,
  .RightProductFood.Flour .side-space {
    background-color: rgba(255, 255, 255, 0.9);
  }
}

/* ====== RIGHT IMAGE: Specialty Fats (gambar di kanan) ====== */
.RightProductFood.SpecialtyFats .rowProductPage {
  background-image: url('/images/img/bg/SpecialtyFats.jpg'); /* Ganti path jika perlu */
  background-position: center right;
}

.RightProductFood.SpecialtyFats .right-content {
  flex: 0 0 66.666%;
  max-width: 66.666%;
  position: relative;
  z-index: 1;
  text-align: left;
}

.RightProductFood.SpecialtyFats .side-space {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

@media (min-width: 125px) and (max-width: 1200px) {
  .RightProductFood.SpecialtyFats .right-content,
  .RightProductFood.SpecialtyFats .side-space {
    background-color: rgba(255, 255, 255, 0.9);
  }
}

/* ====== LEFT IMAGE: Baking Yeast (gambar di kiri) ====== */
.LeftProductFood.BakingYeast .rowProductPage {
  background-image: url('/images/img/bg/BakingYeast.jpg'); /* Ganti path jika perlu */
  background-position: center left;
}

.LeftProductFood.BakingYeast .right-content {
  flex: 0 0 66.666%;
  max-width: 66.666%;
  position: relative;
  z-index: 1;
  text-align: left;
}

.RightProductFood.BakingYeast .side-space {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

@media (min-width: 125px) and (max-width: 1200px) {
  .LeftProductFood.BakingYeast .right-content,
  .LeftProductFood.BakingYeast .side-space {
    background-color: rgba(255, 255, 255, 0.9);
  }
}


/* ====== RESPONSIVE ====== */
@media (max-width: 768px) {
  .LeftProductFood .left-content,
  .LeftProductFood .side-space,
  .RightProductFood .right-content,
  .RightProductFood .side-space {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .rowProductPage {
    background-position: center top;
  }

  .linkProductPage-grid {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}



/* ||||||||||||||||||||||||||||||||||| MULTIPLE CHECKBOXES ||||||||||||||||||||||||||||||||||| */
/* Buat label checkbox tampak seperti list item */
.jfilters-item-link {
    display: flex;                /* flex supaya checkbox & text sejajar */
    align-items: center;
    padding: 8px 0;               /* jarak atas bawah antar item */
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    border: none;
    background: none;
    font-size: 14px;              /* sesuaikan dengan font list lain */
    line-height: 1.4;
}

/* Style checkbox supaya rapih */
.jfilters-item-link input[type="checkbox"] {
    margin-right: 8px;            /* jarak checkbox ke teks */
    width: 16px;
    height: 16px;
    flex-shrink: 0;               /* jangan mengecil */
}

/* Tambahkan efek saat item dipilih */
.jfilters-item-link--selected {
    font-weight: 500;
}

/* Opsional: tambahkan hover */
.jfilters-item-link:hover {
    color: #000;                  /* atau sesuai tema kamu */
}





/* ||||||||||||||||||||||||||||||||||| DANONE BUTTON ||||||||||||||||||||||||||||||||||| */
.btn-packsize {
  text-align: left;
}

.danone-button {
  margin-bottom: 8px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Arial', sans-serif;
  color: #3b9b77; /* warna biru */
  background-color: transparent;
  border: 2px solid #3b9b77;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  user-select: none;
}

.danone-button:hover,
.danone-button:focus {
  background-color: #3b9b77;
  color: white;
  outline: none;
  box-shadow: 0 4px 12px rgba(0, 113, 188, 0.4);
}


/* HILANGKAN JARAK KANAN KIRI MOBILE */
.sppb-row {
   padding-left: 0 !important;
   padding-right: 0 !important;
}

.sppb-row-column {
   padding-left: 0 !important;
   padding-right: 0 !important;
}

.sppb-col, .sppb-column {
   padding-left: 0 !important;
   padding-right: 0 !important;
}
