/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 29 2026 | 02:59:33 */
/* =========================================
   HIDE JUDUL & TOMBOL EDIT TITLE WISHLIST
========================================= */

.wishlist-title.wishlist-title-with-form {
    display: none !important;
}





/* =========================================
   NAIKIN TABEL PRODUK DI HALAMAN WISHLIST
   (BIAR PRODUK FAVORIT LEBIH DEMPET
   KE TEXT / JUDUL DI ATASNYA)
========================================= */


/* =========================
   DESKTOP
========================= */
@media (min-width: 1025px) {

  ul.shop_table.wishlist_table {
    margin-top: -40px !important;
    padding-top: 0 !important;
  }

}


/* =========================
   TABLET
========================= */
@media (min-width: 768px) and (max-width: 1024px) {

  ul.shop_table.wishlist_table {
    margin-top: -30px !important;
    padding-top: 0 !important;
  }

}


/* =========================
   MOBILE
========================= */
@media (max-width: 767px) {

  ul.shop_table.wishlist_table {
    margin-top: -20px !important;
    padding-top: 0 !important;
  }

}


/* =========================================
   BACKUP TARGET TABEL WISHLIST YITH
   (KALAU YANG ATAS BELUM KEANGKAT)
========================================= */

.wishlist_view {
  margin-top: -40px !important;
}

.yith-wcwl-form {
  margin-top: -40px !important;
}





/* =========================================
   STYLING NAMA PRODUK WISHLIST
   - HOVER WARNA
   - UKURAN RESPONSIVE
   - FONT POPPINS
========================================= */


/* =========================================
   STYLE DASAR
========================================= */

.product-name h3 a {

    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;

    transition: all 0.3s ease !important;
}


/* =========================================
   HOVER
========================================= */

.product-name h3 a:hover {

    color: #1e73be !important; /* WARNA HOVER */

}


/* =========================================
   DESKTOP
========================================= */

@media (min-width: 1025px) {

    .product-name h3 a {
        font-size: 22px !important;
    }

}


/* =========================================
   TABLET / IPAD
========================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .product-name h3 a {
        font-size: 20px !important;
    }

}


/* =========================================
   MOBILE BESAR
========================================= */

@media (min-width: 481px) and (max-width: 767px) {

    .product-name h3 a {
        font-size: 18px !important;
    }

}


/* =========================================
   MOBILE KECIL
========================================= */

@media (max-width: 480px) {

    .product-name h3 a {
        font-size: 16px !important;
    }

}





/* =========================================
   HIDE SHARE BUTTON WISHLIST
   (FACEBOOK, X, PINTEREST, EMAIL, WA)
   SEMUA DEVICE
========================================= */

.yith-wcwl-share {
    display: none !important;
}

