:root {
  --warna-utama: #3677f2;
  --warna-sekunder:#ff6c00;
  --warna-text: #333333; 
}
a:visited {
  color: var(--warna-text); 
}
body { 
	color: var(--warna-text); 
}
.affheader .affcontainer,
footer .affcontainer{
	padding-left:25px;
	padding-right:25px;
}

.site-main .affcontainer {
	padding-left:15px;
	padding-right:15px;
}
.header-text-logo {
	font-size: 28px !important;
}

.header-text-logo a,
.header-text-logo a:hover,
.header-text-logo a:visited,
.header-text-logo a:active,
.header-text-logo a:focus{
	color: var(--warna-utama); 
}
.archieve-page {
margin-bottom:40px;	
}
.section-katalog-button {
	display:none;
}
.section-katalog-button a,
.section-katalog-button a:hover,
.section-katalog-button a:visited,
.section-katalog-button a:active,
.section-katalog-button a:focus{
	color: #ffffff; 
}
.pagination {
	display:flex;
}
.pagination .page-numbers {
	width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--warna-utama); 
  color: #fff;
  margin-right: 3px;
  font-weight: 700;
}
.pagination .page-numbers.current {
	background-color: var(--warna-sekunder); 
}
.pagination .page-numbers:hover {
	background-color: var(--warna-sekunder); 
}
.pagination .page-numbers .hhx_arrow.hhxa-prev,
.pagination .page-numbers .hhx_arrow.hhxa-next {
	border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.pagination .page-numbers .hhx_arrow.hhxa-prev{
	 transform: rotate(135deg);
}

/*sosmed icon*/
.social-icons{
  display:flex;
  gap:15px;
}

.social-icons .icon svg{
  width:24px;
  height:24px;
  transition:0.3s;
}

/* warna official */

.social-icons .ig{ color:#E1306C; }
.social-icons .tt{ color:#000000; }
.social-icons .yt{ color:#FF0000; }
.social-icons .fb{ color:#1877F2; }

.social-icons .icon{
  color:#666;
}
.social-icons .icon:hover{
  color:#666;
}

/* hover effect */
.social-icons .icon:hover svg{
  transform:translateY(-3px);
  opacity:0.8;
}

/*sosmed icon*/


/* Spacing paragraf */
.entry-content p {
    margin-bottom: 18px;
    line-height: 1.7;
}

/* Spacing heading */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    margin-top: 28px;
    margin-bottom: 12px;
    line-height: 1.3;
}

/* Spacing list */
.entry-content ul,
.entry-content ol {
    margin-bottom: 18px;
    padding-left: 20px;
}

/* Spacing antar list item */
.entry-content li {
    margin-bottom: 6px;
}

/* Optional: font biar lebih enak dibaca */
.entry-content {
    font-size: 16px;
}
/* Aktifkan bullet untuk konten post */
.entry-content ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 18px;
    padding-left: 20px;
}

/* Bullet untuk ordered list */
.entry-content ol {
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 18px;
    padding-left: 20px;
}

/* Spacing item */
.entry-content li {
    margin-bottom: 6px;
}
body.post, 
body.page {
  margin: 0 0 0;
}

.clear {
	clear:both;
}
a[href*="category/uncategorized"] {
    display: none !important;
}

a[href*="uncategorized"] {
    display: none !important;
}
.limit-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

}
.affcontainer {
	max-width: 1400px;
	margin: 0 auto;
}
.affheader nav{
	 
	border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
}
.textharga {
	color: var(--warna-sekunder); 
	font-weight:700;
}
.affheader nav a,
.affheader nav a:hover {
	color: var(--warna-text); 
}

.affcontainer .columns-product{
	margin-top: 40px;
}


.affcontainer .columns-product .column.main{
	width: calc( 100% - 280px );
  float: right;
  padding: 10px 10px 10px 20px;
}

.affcontainer .columns-product .column.main .box-product {
	border: 1px solid #e5e7eb;
	position:relative;
}

.affcontainer .columns-product .column.main .box-product .id-product{
position: absolute;
  top: 0px;
	font-size: 14px;
  right: 0px;
  background-color: var(--warna-utama);
  padding: 0px 5px;
  color: #fff;
  font-weight: 600;
}
.affcontainer .columns-product .column.main .box-product .product-title {
	line-height: 1.3;
  font-size: 14px;
  margin: 15px 0px !important;
		height: 55px;
}
.affcontainer .columns-product .column.main .box-product .product-title a:visited,
.affcontainer .columns-product .column.main .box-product .product-title a:active,
.affcontainer .columns-product .column.main .box-product .product-title a:hover,
.affcontainer .columns-product .column.main .box-product .product-title a:focus {
	color: var(--warna-text); 
}
.affcontainer .columns-product .sidebar.sidebar-main{
	width: 280px;
  float: left;
  padding: 10px;
}
.affcontainer .columns-product .column.main .box-product .bottom-product-box {
	margin-top: 20px;
}
.beli-button{ background-color: var(--warna-utama);
  padding: 5px 10px;
  border-radius: 0px;
	width: 100%;
  text-align: center;
  color: #fff !important; }
.beli-button:hover {
	background-color: var(--warna-sekunder);
}
.box-terjual {
	font-size:12px;
	display: block;
}

/* sidebar */
.hhx_category_nav {
    width: 260px;
  background: #fff;
  padding: 10px;
  border: 1px solid #e5e7eb;
}

.hhx_category_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hhx_category_menu li {
    margin: 3px 0;
}

.hhx_toggle_btn,
.hhx_single_link,
.hhx_sublink {
    display: block;
    width: 100%;
    padding: 2px 12px;
    background: transparent;
    border: none;
    text-align: left;
    text-decoration: none;
    color: var(--warna-text); 
    font-size: 14px;
    cursor: pointer;
}
a.hhx_single_link:hover,
a.hhx_single_link:visited,
a.hhx_single_link:active{
	color: var(--warna-text); 
}

.hhx_toggle_btn:hover,
.hhx_single_link:hover,
.hhx_sublink:hover {
    background: #e4e7eb;
}

.hhx_submenu {
    list-style: none;
    padding-left: 15px;
    margin: 0;

    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
}

.hhx_has_children.hhx_active > .hhx_submenu {
    max-height: 500px;
}

.hhx_subitem {
    margin: 2px 0;
}

.hhx_toggle_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 2px 12px;
    background: transparent;
    border: none;
    cursor: pointer;
}

/* Arrow default */
.hhx_arrow {
    width: 6px;
    height: 6px;

    border-right: 2px solid #555;
    border-bottom: 2px solid #555;

    transform: rotate(-45deg);

    transition: transform 0.25s ease;
}

/* Arrow saat expand */
.hhx_has_children.hhx_active > .hhx_toggle_btn .hhx_arrow {
    transform: rotate(45deg);
}

/* submenu animation */
.hhx_submenu {
    list-style: none;
    padding-left: 15px;
    margin: 0;

    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
}

.hhx_has_children.hhx_active > .hhx_submenu {
    max-height: 500px;
}

/* .sidebar */


footer {
	font-size:14px;
}


/*search */
.hhx-search-box {
    display: flex;
    width: 320px;
    height: 40px;
}

.hhx-search-input {
    flex: 1;
    border: none;
    padding: 3px 15px !important;
    font-size: 14px;
    background: #fff;
    outline: none;
	border-radius: 0px !important;
}

.hhx-search-button {
    width: 45px;
	border-radius: 0px !important;
    border: none;
    background:  var(--warna-utama); 
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hhx-search-button svg {
    width: 18px;
    height: 18px;
    fill: white;
}

.hhx-search-button:hover {
   background:  var(--warna-utama); 
}
/* .search*/

/* post */
.affcontainer .columns-product .column.main article header.entry-header .entry-title {
	font-size: 20px;
  font-weight: 700;
}
.page-product .affcontainer .columns-product .column.main{
	display:flex;
	padding: 10px 10px 10px 10px;
}
.page-product .affcontainer .columns-product .column.main article.post{
	width: calc( 100% - 280px);
}
.page-product .affcontainer .columns-product .column.main .attribut-post {
	width: 280px;
}
.page-product .affcontainer .columns-product .column.main .attribut-post .label-harga {
background: #fff;
  padding: 10px 20px 20px;
  border: 1px solid #e5e7eb;
}
.page-product .affcontainer .columns-product .column.main .attribut-post .textharga {
	font-size: 28px;
}
.page-product .affcontainer .columns-product .column.main .attribut-post .box-terjual {
	font-size: unset;
	font-weight:600;
}

.page-product .affcontainer .columns-product .column.main .entry-content .featured-image img{
	max-width: 500px;
	margin: 0 auto;
}

.page-product .affcontainer .columns-product .column.main .attribut-post .beli-di-market-place {
background-color: var(--warna-utama); 
  color: #fff;
  padding: 15px 15px;
  text-align: center;
  margin-top: 20px;
  font-weight: 700;	
}
.page-product .affcontainer .columns-product .column.main .attribut-post .beli-di-market-place:hover {
background-color: var(--warna-sekunder);  
}
/* .post */

/* Koleksi */
.affcontainer .columns-product .column.main .collection-list .collection-item a{padding: 10px;
    padding: 10px;
    text-align: left;
    border: 0px solid var(--warna-utama); 
    width: 100%;
    background-color: var(--warna-utama); 
    display: block;
    color: #fff;
    font-weight: 600;
}
.affcontainer .columns-product .column.main .collection-list .collection-item {
	margin-bottom: 3px;
}
/* .Koleksi */



/* ===== slide kategori ===== */
.khd-category-wrapper {
    position: relative;
  display: flex;
  align-items: center;
  background: #f3f3f3;
  padding: 10px 50px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

/* SLIDER */
.khd-category-slider {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.khd-category-slider::-webkit-scrollbar {
    display: none;
}

/* LINK STYLE */
.khd-category-slider a {
    white-space: nowrap;
    text-decoration: none;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

.khd-category-slider a:hover {
    color: var(--warna-utama); 
}

/* NAV BUTTON */
.khd-nav-btn {
    position: absolute;
    background: #ffffff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    height: 38px;
    width: 38px;
    z-index: 2;
    transition: 0.3s;
}

.khd-nav-btn:hover {
    background: var(--warna-utama); 
    color: #fff;
}

.khd-nav-left {
    left: 0px;
}

.khd-nav-right {
    right: 0px;
}

/* ===== .slide kategori ===== */