/*
Theme Name: Wolmart Child
Theme URI: https://wolmart.org/
Author: D-THEMES
Author URI: https://wolmart.org/about-me/
Description: Wolmart Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: wolmart
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
/* FORCE FULL WIDTH WOLMART + ELEMENTOR */

/* SWEET ALERT */
.swal2-popup {
    font-size: 16px !important;
    width: 32em !important;
    padding: 2em !important;
}

.added_to_cart {
    margin-top: 10px !important;
}

.swal2-title {
    font-size: 1.6rem !important;
}

.swal2-html-container {
    font-size: 1rem !important;
}

.swal2-confirm {
    font-size: 0.9rem !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
}

/* SweetAlert2 Fix Font Size */
.swal2-popup {
    font-size: 16px !important;
    width: 420px !important;
}

.swal2-title {
    font-size: 24px !important;
    line-height: 1.3 !important;
}

.swal2-html-container {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.swal2-confirm {
    font-size: 14px !important;
    padding: 10px 20px !important;
}

/* SWEET ALERT MOBILE */
@media (max-width: 768px) {

    .swal2-popup {
        width: 90% !important;
        font-size: 14px !important;
        padding: 1.5em !important;
    }

    .swal2-title {
        font-size: 18px !important;
    }

    .swal2-html-container {
        font-size: 14px !important;
    }

    .swal2-confirm {
        font-size: 13px !important;
        padding: 8px 16px !important;
        border-radius: 6px !important;
    }

}

.breadcrumb-container {
	display:none;
}


#main {
	padding-top: 0;	
	background-color: #f5f5f7;
}

.fullwidth-wolmart,
.fullwidth-wolmart * {
    max-width: none !important;
}

.fullwidth-wolmart {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
}

#floating-snap-btn-wrapper {
	display:none;
}

.cs-container {
	display:none;
}
/* ===============================
   CUSTOM SLIDER NAV – WOLMART
   =============================== */
/* Container utama navigasi */
.custom-slider-nav .swiper-pagination {
    display: flex !important;
    align-items: center;
    justify-content: center;
    bottom: 30px !important; /* Jarak dari bawah slider */
    width: 100%;
}

/* Gaya default untuk semua titik (peluru) */
.custom-slider-nav .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #7a7a7a !important; /* Warna abu-abu titik tidak aktif */
    opacity: 0.6;
    margin: 0 6px !important;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: none;
}

/* Gaya khusus untuk titik yang sedang AKTIF (berubah jadi bar putih) */
.custom-slider-nav .swiper-pagination-bullet-active {
    width: 120px !important; /* Panjang bar putih */
    height: 5px !important;
    background: #ffffff !important; /* Warna putih terang */
    border-radius: 10px;
    opacity: 1;
}

/* Menghilangkan outline fokus yang mengganggu pada beberapa browser */
.custom-slider-nav .swiper-pagination-bullet:focus {
    outline: none !important;
}

.hot-badge {
	background-color: red;
}

/* sembunyikan icon bawaan Elementor */
.exclusive-slider .elementor-swiper-button svg {
  display: none;
}

/* arrow umum */
.exclusive-slider .elementor-swiper-button {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

/* arrow kiri */
.exclusive-slider .elementor-swiper-button-prev {
  background-image: url("https://sub.tineco.id/wp-content/uploads/2026/03/Arrow.svg");
}

/* arrow kanan */
.exclusive-slider .elementor-swiper-button-next {
  background-image: url("https://sub.tineco.id/wp-content/uploads/2026/03/Rigt-1.svg");
}

.exclusive-slider .elementor-swiper-button-prev:hover {
  background-image: url("https://sub.tineco.id/wp-content/uploads/2026/03/left-hover.svg");
}

.exclusive-slider .elementor-swiper-button-next:hover {
  background-image: url("https://sub.tineco.id/wp-content/uploads/2026/03/Arrow-1.svg");
}

/* ==================================
   EXCLUSIVE DEALS – 2¼ SLIDES
================================== */

/* container potong */
.exclusive-slider {
  overflow: hidden;
  padding: 30px 0;
}

/* swiper boleh keluar */
.exclusive-slider .swiper,
.exclusive-slider .swiper-wrapper {
  overflow: visible !important;
}

/* wrapper */
.exclusive-slider .swiper {
  padding: 8vh 0;
}

/* ================================
   DEFAULT – SEMUA SLIDE HIDDEN
================================ */

.exclusive-slider .swiper-slide {
  transition: all 0.45s ease;
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
}

/* ================================
   CENTER SLIDE
================================ */

.exclusive-slider .swiper-slide-next {
  opacity: 1;
  transform: scale(1.15);
  z-index: 5;
  pointer-events: auto;
}

.exclusive-slider .swiper-slide-next img {
  transform: scale(1.20);
}

/* ================================
   LEFT & RIGHT – DESKTOP
================================ */

/* kiri */
.exclusive-slider .swiper-slide-active {
  opacity: 0.45;
  transform: translateX(-40%) scale(1.15);
  z-index: 3;
  pointer-events: auto;
}

/* kanan */
.exclusive-slider .swiper-slide-next + .swiper-slide {
  opacity: 0.45;
  transform: translateX(40%) scale(1.15);
  z-index: 3;
  pointer-events: auto;
}

/* image kiri kanan */
.exclusive-slider .swiper-slide-active img,
.exclusive-slider .swiper-slide-next + .swiper-slide img {
  transform: scale(1.20);
}

/* Posisi kiri */
.exclusive-slider .elementor-swiper-button-prev {
	left: 20% !important;
}

/* Posisi kanan */
.exclusive-slider .elementor-swiper-button-next {
	right: 20% !important;
}

/* image global */
.exclusive-slider img {
  width: 100%;
  transition: all 0.45s ease;
  border-radius: 20px;
}

/* ================================
   ARROW
================================ */

.exclusive-slider .elementor-swiper-button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

/* ==================================
   TABLET – BIGGER VERTICAL CARD
================================== */

@media (min-width: 481px) and (max-width: 1023px) {

  /* tambah ruang atas bawah slider */
  .exclusive-slider .swiper {
    padding: 7vh 0;
  }

  /* card lebih tinggi */
  .exclusive-slider .swiper-slide {
    height: 312px;        
    display: flex;
    align-items: stretch;
  }

  /* image isi penuh card */
  .exclusive-slider .swiper-slide img {
    height: 100%;
    object-fit: cover;    
	padding: 5px;
  }

  /* CENTER */
  .exclusive-slider .swiper-slide-next {
    transform: scale(1.2)
  }

  .exclusive-slider .swiper-slide-next img {
    transform: scale(1.2)
  }

  /* LEFT */
  .exclusive-slider .swiper-slide-active {
    transform: translateX(-80%) scale(1.2)
    opacity: 0.35;
  }

  /* RIGHT */
  .exclusive-slider .swiper-slide-next + .swiper-slide {
    transform: translateX(80%) scale(1.2)
    opacity: 0.35;
  }
	/* Posisi kiri */
	.exclusive-slider .elementor-swiper-button-prev {
		left: 15% !important;
	}

	/* Posisi kanan */
	.exclusive-slider .elementor-swiper-button-next {
		right: 15% !important;
	}
}

/* ==================================
   MOBILE – FOCUS TENGAH
================================== */

@media (max-width: 480px) {

   /* tambah ruang atas bawah slider */
  .exclusive-slider .swiper {
    padding: 7vh 0;
  }

  /* card lebih tinggi */
  .exclusive-slider .swiper-slide {
    height: 250px;        
    display: flex;
    align-items: stretch;
  }

  /* image isi penuh card */
  .exclusive-slider .swiper-slide img {
    height: 100%;
    object-fit: cover;    
	padding: 5px;
  }

  /* CENTER */
  .exclusive-slider .swiper-slide-next {
    transform: scale(1.2)
  }

  .exclusive-slider .swiper-slide-next img {
    transform: scale(1.2)
  }

  /* LEFT */
  .exclusive-slider .swiper-slide-active {
    transform: translateX(-80%) scale(1.2)
    opacity: 0.35;
  }

  /* RIGHT */
  .exclusive-slider .swiper-slide-next + .swiper-slide {
    transform: translateX(80%) scale(1.2)
    opacity: 0.35;
  }
	/* Posisi kiri */
	.exclusive-slider .elementor-swiper-button-prev {
	   left: 10% !important;
	}

	/* Posisi kanan */
	.exclusive-slider .elementor-swiper-button-next {
		 right: 10% !important;
	}
}
/* ================================
   VIDEO SLIDER STYLE
================================ */

.video-slider-wrapper {
    width: 100%;
    position: relative;
}

.video-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ================================
   VIDEO CONTAINER
================================ */

.custom-video {
    position: relative;
    width: 100%;
    aspect-ratio: 9/16; /* ubah kalau mau 16/9 */
    overflow: hidden;
    cursor: pointer;
}

.custom-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 14px;
	transition: transform 0.3s ease;
}

.video-cover {
    position: absolute;
    inset: 0;
    z-index: 2;
    transition: opacity 0.3s ease;
	border-radius: 14px;
	transition: opacity 0.3s ease;
}

.video-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 14px;
}

/* ================================
   PLAY BUTTON
================================ */

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: transform 0.3s ease;
}

.custom-video.playing .play-button {
    transform: translate(-50%, -50%) scale(0);
}

.custom-video:hover video {
    transform: scale(1.0);
}

.video-slider {
    visibility: hidden;
}

.video-slider.swiper-initialized {
    visibility: visible;
}

/* BUTTON ADD TO CART */
/* LOOP GRID BUTTON FIX */


.card-product-2 {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
/*   padding: 20px; */
}

.card-product-2 {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
}

.card-product-2:hover {
/*   transform: translateY(-4px); */
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

p.price {
	border-top: none !important;
}

/* Loop parent wajib relative */
.e-loop-item {
    position: relative;
}

/* Badge */
.custom-product-badge {
    position: absolute;
    background: #00327D;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 10px;
    border-radius: 12px 0px 14px 0px;
    z-index: 10;
}


/* Card jadi flex column */
.card-product-2 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Biar isi bagian tengah fleksibel */
.card-product-2 .e-con-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Title kasih minimum height supaya rata */
.card-product-2 .product_title {
    min-height: 52px; /* cukup untuk 2 baris */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Dorong button ke bawah */
.card-product-2 .add-to-card {
    margin-top: auto;
}

/* ==========================================================================
   CUSTOMER REVIEWS - WRAPPER & GLOBAL
   ========================================================================== */
.nvx-reviews-wrapper {
   
    color: #333;

    margin: 0 auto;
 
}

/* ==========================================================================
   1. STATISTIC HEADER (Rating Summary)
   ========================================================================== */
.nvx-rev-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 25px;
    gap: 20px;
    flex-wrap: wrap; /* Menjaga tampilan di layar kecil */
}

/* Skor Besar & Bintang Utama */
.nvx-score-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nvx-big-score {
    font-size: 52px;
    font-weight: 700;
    color: #f39c11;
    line-height: 1;
}

.stars-gold {
    color: #f39c11;
    font-size: 16px;
    letter-spacing: 1px;
}

.nvx-score-stars p {
    margin: 5px 0 0;
    font-size: 12px;
    color: #888;
}

/* Progress Bars Bintang */
.nvx-rating-bars {
    flex-grow: 1;
    max-width: 300px;
}

.nvx-bar-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.nvx-stars-line {
    font-size: 10px;
    color: #f39c11;
    width: 60px;
    text-align: right;
}

.nvx-progress-bg {
    flex-grow: 1;
    height: 8px;
    background: #eeeeee;
    border-radius: 10px;
    overflow: hidden;
}

.nvx-progress-fill {
    height: 100%;
    background: #f39c11;
    border-radius: 10px;
}

.nvx-count-label {
    font-size: 11px;
    color: #999;
    width: 30px;
}

/* Tombol Write Review */
.nvx-action-section {
    display: flex;
    align-items: center;
}

.nvx-btn-write {
    background: #163278; /* Navy Blue */
    color: #ffffff !important;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s ease;
}

.nvx-btn-write:hover {
    background: #0d2154;
}

/* ==========================================================================
   2. FILTER & SEARCH BAR
   ========================================================================== */
.nvx-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
}

.nvx-title-count {
    font-weight: 700;
    font-size: 18px;
}

.nvx-title-count span {
    background: #f0f0f0;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 5px;
    color: #666;
}

.nvx-controls {
    display: flex;
    gap: 15px;
}

.nvx-search-box {
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 25px; /* Pill-shaped */
    padding: 8px 15px 8px 35px;
    display: flex;
    align-items: center;
}

.nvx-search-box svg {
    position: absolute;
    left: 12px;
}

.nvx-search-box input {
    border: none;
    outline: none;
    font-size: 13px;
    color: #444;
    width: 200px;
}

.nvx-sort-select {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px 15px;
    font-size: 13px;
    color: #444;
    background: #ffffff;
    cursor: pointer;
}

/* ==========================================================================
   3. REVIEW LIST ITEMS
   ========================================================================== */
.nvx-item {
    display: flex;
    gap: 20px;
    padding: 30px 0;
    border-bottom: 1px solid #f5f5f5;
}

.nvx-avatar {
    width: 48px;
    height: 48px;
    background: #d8d8d8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #ffffff;
    flex-shrink: 0;
    font-size: 18px;
}

.nvx-content {
    flex-grow: 1;
}

.nvx-item-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.nvx-user {
    font-weight: 600;
    font-size: 15px;
}

.nvx-date {
    font-size: 12px;
    color: #bbbbbb;
}

.nvx-item-rating {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.nvx-label {
    font-weight: 700;
    font-size: 14px;
    margin-left: 10px;
    color: #333;
}

.nvx-text {
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 15px;
}

.nvx-item-footer {
    font-size: 12px;
    color: #999999;
}

.nvx-btn-like {
    background: none;
    border: none;
    font-size: 12px;
    cursor: pointer;
    color: #333;
    padding: 0;
    margin-left: 5px;
    transition: opacity 0.2s;
}

.nvx-btn-like:hover {
    opacity: 0.7;
}

/* ==========================================================================
   4. PAGINATION
   ========================================================================== */
.nvx-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 40px 0;
}

.nvx-pagination a {
    text-decoration: none;
    color: #777;
    font-size: 14px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.nvx-pagination .page-num.active {
    background: #163278; /* Navy Blue */
    color: #ffffff;
    font-weight: 600;
}

.nvx-pagination a:hover:not(.active) {
    background: #f0f0f0;
    color: #333;
}

/* ==========================================================================
   MOBILE RESPONSIVE (Max-width: 768px)
   ========================================================================== */
@media (max-width: 768px) {
    
    /* 1. Header Statistik - Tumpuk ke bawah & rata tengah */
    .nvx-rev-header {
        flex-direction: column;
        align-items: center; 
        text-align: center;
        padding-bottom: 30px;
        gap: 15px; /* Jarak antar elemen lebih rapat sesuai gambar */
    }

    /* Skor Besar */
    .nvx-big-score {
        font-size: 80px; /* Diperbesar agar dominan di tengah */
        margin-bottom: 0;
    }

    /* Bintang di bawah angka skor */
    .nvx-score-stars {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .stars-gold {
        font-size: 24px; /* Bintang utama lebih besar */
        margin-bottom: 10px;
    }

    .nvx-score-stars p {
        font-size: 14px;
        color: #777;
    }

    /* 2. Progress Bars - Lebar penuh & tanpa label bintang kiri */
    .nvx-rating-bars {
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
        padding: 0 5px;
    }

    .nvx-bar-item {
        gap: 12px;
        margin-bottom: 8px;
    }

    /* Sembunyikan label bintang di kiri (★★★★★) jika ingin mirip gambar mobile */
    .nvx-stars-line {
        display: none; 
    }

    .nvx-progress-bg {
        flex-grow: 1;
        height: 14px; /* Lebih tebal agar menonjol */
        background: #f0f0f0;
    }

    .nvx-count-label {
        font-size: 13px;
        width: 35px;
        text-align: right;
    }

    /* 3. Tombol Write Review - Lebar Penuh & Ikon di Kiri */
    .nvx-action-section {
        width: 100%;
        margin-top: 10px;
    }

    .nvx-btn-write {
        width: 100%;
        justify-content: center;
        padding: 16px;
        font-size: 18px; /* Lebih besar sesuai gambar */
        border-radius: 8px;
    }

    /* 4. Filter & Search - Rata Kiri */
    .nvx-filter-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .nvx-controls {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .nvx-search-box, .nvx-sort-select {
        width: 100%;
    }

    .nvx-search-box input {
        width: 100%;
    }
}

.nvx-product-brand {
	color: #fff;
	font-size: 14px;
}

@media (max-width: 426px) {
	   .nvx-product-brand {
		font-size: 12px;
	}
}

@media (max-width: 991px) {
    .elementor-3371 .elementor-element.elementor-element-1b00f6a {
        --min-height: 110vw !important;
    }
}
.compatibility-text{
    color:#3877F5;
    font-size:12px;
    line-height:1.4;
}

/* versi tanpa padding */
.compatibility-text{
    padding:0;
}

/* versi dengan padding */
.compatibility-padding{
    padding:10px;
}

.nvx-price-row{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom: 10px;
}

.nvx-price-main{
    font-size:12px;
    font-weight:700;
    color:#1e4c8f;
}

.nvx-discount-badge{
    font-size:8px;
    background:#ffdfe4;
    color:#e11d48;
    padding:3px 4px;
    border-radius:2px;
    font-weight:500;
}
.nvx-rating {
    font-size: 12px;
    background:#FFEEE3;
    color:#000;
    padding:3px 4px;
    border-radius:2px;
    font-weight:500;
    margin-right: 5px;
}

.nvx-review-count {
     font-size: 12px;
     color:#000;
}
.nvx-voucher-icon {
	width:24px;
}

@media (max-width: 600px){

  .nvx-product-meta{
      gap:4px;
  }


  .nvx-price-row{
      align-items:center;
      flex-wrap:wrap;
	   font-size: 10px;
  }

  .nvx-review-row{
      align-items:center;
      flex-wrap:wrap;
  }
	.nvx-discount-badge{
		font-size:8px;
		background:#ffdfe4;
		color:#e11d48;
		padding:2px 3px;
		border-radius:2px;
		font-weight:500;
	}
	.nvx-voucher-icon {
		width:14px;
	}
	
	.nvx-rating {
		font-size: 8px;
		background:#FFEEE3;
		color:#000;
		padding:2px 3px;
		border-radius:2px;
		font-weight:500;
		margin-right: 5px;
	}
	
	.nvx-review-count {
		 font-size: 10px;
		 color:#000;
	}


}