:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(155,87,9);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(48,132,135);
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.jh-benefit-box{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
  margin:24px 0;
}

.jh-benefit-item{
  background:#fff;
  border:1px solid #eee;
  border-radius:16px;
  padding:18px 14px;
  text-align:center;
  box-shadow:0 5px 18px rgba(0,0,0,.05);
}

.jh-benefit-icon{
  display:block;
  font-size:30px;
  margin-bottom:10px;
}

.jh-benefit-item strong{
  display:block;
  font-size:15px;
  color:#222;
  margin-bottom:5px;
}

.jh-benefit-item p{
  font-size:13px;
  color:#777;
  line-height:1.4;
  margin:0;
}

@media(max-width:768px){
  .jh-benefit-box{
    grid-template-columns:1fr;
    gap:10px;
  }

  .jh-benefit-item{
    display:flex;
    align-items:center;
    text-align:left;
    padding:14px;
  }

  .jh-benefit-icon{
    margin:0 12px 0 0;
    font-size:26px;
  }
}

.jh-wa-order-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    width:100%;
    max-width:290px;
    margin:14px 0 16px;
    padding:14px 20px;
    border-radius:12px;
    background:linear-gradient(135deg,#25D366,#128C7E);
    color:#fff!important;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.3px;
    transition:.25s ease;
}

.jh-wa-order-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 24px rgba(37,211,102,.38);
    color:#fff!important;
}

.jh-wa-icon{
    width:24px;
    height:24px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.2);
    font-size:14px;
}

@media(max-width:768px){
    .jh-wa-order-btn{
        max-width:100%;
        margin-top:12px;
    }
}

@media (max-width: 768px) {
  .woocommerce-additional-fields,
  #order_comments_field {
    display: none !important;
  }
}

.single-product .site-content,
.single-product .main-page-wrapper {
    padding-top: 10px !important;
}

.single-product .wd-product-nav-btn,
.single-product .wd-product-nav,
.single-product .product-navigation {
    display: none !important;
}

/* Sembunyikan SKU, kategori, tag */
.single-product .product_meta {
    display: none !important;
}

@media (max-width:768px){

    .single-product .wd-product-brands{
        display:none !important;
    }

}

/* Breadcrumb produk ala marketplace */
.single-product .woocommerce-breadcrumb {
    margin-top: 0 !important;
    margin-bottom: 22px !important;
    padding: 10px 0 14px !important;
    border-bottom: 1px solid #e8e8e8 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

/* Kurangi jarak area konten dari header */
.single-product .main-page-wrapper,
.single-product .site-content {
    padding-top: 0px !important;
}

/* Beri jarak antara breadcrumb dan galeri produk */
.single-product .product-image-summary {
    margin-top: 8px !important;
}

/* Mobile */
@media (max-width: 768px) {
    .single-product .woocommerce-breadcrumb {
        margin-top: 0 !important;
        margin-bottom: 16px !important;
        padding: 8px 0 12px !important;
        font-size: 12px !important;
        white-space: nowrap;
        overflow-x: auto;
    }

    .single-product .product-image-summary {
        margin-top: 6px !important;
    }
}

/* Nama lengkap full width */
#billing_first_name_field,
#billing_last_name_field,
.form-row-first,
.form-row-last {
    width: 100% !important;
    float: none !important;
    clear: both;
}

#billing_first_name,
#billing_last_name{
    width:100%;
}

.jh-content-image{
    padding:70px 0;
    background:#fff;
}

.jh-content-image__inner{
    width:min(1180px, calc(100% - 32px));
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:48px;
}

.jh-content-image__media{
    padding:14px;
    border:1px solid #e4e9e6;
    border-radius:24px;
    background:#fff;
    box-shadow:0 20px 60px rgba(20,35,50,.10);
}

.jh-content-image__media img{
    display:block;
    width:100%;
    border-radius:17px;
}

.jh-content-image__copy span{
    display:inline-block;
    margin-bottom:12px;
    padding:7px 12px;
    border-radius:999px;
    color:#087454;
    background:#e9faf3;
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.jh-content-image__copy h2{
    margin:0 0 16px;
    color:#18201e;
    font-size:clamp(28px,4vw,42px);
    line-height:1.15;
}

.jh-content-image__copy p{
    color:#56615d;
    font-size:16px;
    line-height:1.7;
}

.jh-content-image__copy ul{
    margin:20px 0 0;
    padding:0;
    list-style:none;
}

.jh-content-image__copy li{
    margin:10px 0;
    color:#3f4945;
}

.jh-content-image__copy li::before{
    content:"✓";
    display:inline-grid;
    place-items:center;
    width:22px;
    height:22px;
    margin-right:9px;
    border-radius:50%;
    color:#fff;
    background:#0e9d71;
    font-size:12px;
    font-weight:900;
}

@media(max-width:768px){
    .jh-content-image{
        padding:48px 0;
    }

    .jh-content-image__inner{
        grid-template-columns:1fr;
        gap:26px;
    }
}

