.elementor-196 .elementor-element.elementor-element-afe0393{--display:flex;}.elementor-196 .elementor-element.elementor-element-b69364a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-196 .elementor-element.elementor-element-d724352{--spacer-size:100px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-196 .elementor-element.elementor-element-b69364a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-b69364a *//* ── Grid utama ── */
.woocommerce.columns-4 ul.products.columns-4 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

@media (max-width: 900px) {
  .woocommerce.columns-4 ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 500px) {
  .woocommerce.columns-4 ul.products.columns-4 {
    grid-template-columns: 1fr !important;
  }
}

/* ── Reset float bawaan WooCommerce ── */
.woocommerce.columns-4 ul.products.columns-4 li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  clear: none !important;
}

/* ── Card styling ── */
ul.products li.product {
  background: #28251f !important;
  border-radius: 10px !important;
  border: 1px solid #2e2b26 !important;
  overflow: hidden !important;
  padding: 0 !important;
  transition: border-color .2s !important;
  display: flex !important;
  flex-direction: column !important;
}
ul.products li.product:hover {
  border-color: #DBB681 !important;
}

/* ── Link wrapper ── */
ul.products li.product a.woocommerce-loop-product__link {
  display: flex !important;
  flex-direction: column !important;
  text-decoration: none !important;
}

/* ── Gambar produk ── */
ul.products li.product a.woocommerce-loop-product__link img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1 !important;
  object-fit: cover !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

/* ── Judul produk ── */
ul.products li.product .woocommerce-loop-product__title {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #e8dcc8 !important;
  line-height: 1.4 !important;
  padding: 14px 14px 6px !important;
  margin: 0 !important;
  font-family: 'Open Sans', sans-serif !important;
}

/* ── Harga ── */
ul.products li.product .price {
  display: block !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #DBB681 !important;
  padding: 0 14px 12px !important;
  margin: 0 !important;
}
ul.products li.product .price del {
  color: #5a534a !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  margin-right: 4px !important;
}
ul.products li.product .price ins {
  text-decoration: none !important;
  color: #DBB681 !important;
}

/* ── Tombol Add to cart & Read more ── */
ul.products li.product a.button {
  display: block !important;
  width: calc(100% - 28px) !important;
  margin: auto 14px 14px !important;
  background: #33312F !important;
  color: #DBB681 !important;
  border: 1px solid #DBB681 !important;
  border-radius: 6px !important;
  padding: 9px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-align: center !important;
  letter-spacing: .5px !important;
  text-decoration: none !important;
  transition: all .2s !important;
  box-shadow: none !important;
  font-family: 'Open Sans', sans-serif !important;
}
ul.products li.product a.button:hover {
  background: #DBB681 !important;
  color: #33312F !important;
}

/* ── Sale badge ── */
ul.products li.product .onsale {
  background: #DBB681 !important;
  color: #33312F !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  border-radius: 4px !important;
  padding: 3px 8px !important;
  min-width: auto !important;
  min-height: auto !important;
  line-height: 1.4 !important;
}

/* ── Result count & sorting ── */
.woocommerce-result-count {
  color: #7a7068 !important;
  font-size: 13px !important;
  font-family: 'Open Sans', sans-serif !important;
}
.woocommerce-ordering select {
  background: #28251f !important;
  border: 1px solid #3a3530 !important;
  border-radius: 6px !important;
  color: #bfb09a !important;
  padding: 8px 12px !important;
  font-size: 12px !important;
  font-family: 'Open Sans', sans-serif !important;
  cursor: pointer !important;
}
.woocommerce-ordering select:focus {
  border-color: #DBB681 !important;
  outline: none !important;
}

/* ── Breadcrumb ── */
.woocommerce-breadcrumb {
  color: #5a534a !important;
  font-size: 12px !important;
}
.woocommerce-breadcrumb a {
  color: #7a7068 !important;
  text-decoration: none !important;
}
.woocommerce-breadcrumb a:hover {
  color: #DBB681 !important;
}/* End custom CSS */