@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//mashmoshem.co.id/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.2") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(53,53,53);
	--wd-text-font-size: 17px;
	--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(142, 142, 142);
	--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-primary-color: rgb(67,92,16);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: rgb(67,92,16);
	--wd-link-color-hover: rgb(30,115,190);
	--btn-default-bgcolor: rgb(67,92,16);
	--btn-default-bgcolor-hover: rgb(255,255,255);
	--btn-default-color: rgb(255,255,255);
	--btn-default-color-hover: rgb(67,92,16);
	--btn-accented-bgcolor: rgb(67,92,16);
	--btn-accented-bgcolor-hover: rgb(255,255,255);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgba(255,255,255,0);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 950px;
	--wd-popup-padding: 0px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(0,0,0);
	background-image: url(https://mashmoshem.co.id/wp-content/uploads/2024/09/MMI-Blog.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(45,45,45);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-text-font-size: 17px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-text-font-size: 16px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-bottom-active: -1px;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-default-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-entities-title.post-title {
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
  white-space: normal;
}

.format-link .entry-content a {
    display: inline !important;
    padding: 0 !important;
    background-color: transparent !important;
    font-size: inherit !important;
    text-decoration: none !important; /* Removes the underline */
}

	.pum-overlay.pum-active,
	.pum-overlay.pum-active .popmake.active {
    		display: block !important;
	}

.page-id-10735.wd-entry-content {
    font-size: 14px !important; 
}

/* Default: Hide both banners */
.CTAARTIKELMOBILE, .CTAARTIKELDESKTOP {
    display: none !important;
}

/* Mobile View: Show only the mobile banner */
@media (max-width: 768px) {
    .CTAARTIKELMOBILE {
        display: block !important;
        animation: bounce 1.5s ease-in-out infinite;
    }
    .CTAARTIKELDESKTOP {
        display: none !important;
    }
}

/* Desktop View: Show only the desktop banner */
@media (min-width: 769px) {
    .CTAARTIKELDESKTOP {
        display: block !important;
        animation: bounce 1.5s ease-in-out infinite;
    }
    .CTAARTIKELMOBILE {
        display: none !important;
    }
}

/* Keyframes for bounce animation */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0); /* Default position */
    }
    50% {
        transform: translateY(-10px); /* Move up */
    }
}

.custom_color {
    color: #435C10 !important;
}

.widget_media_image a img {
    animation: growPulse 3s infinite ease-in-out !important;
}

@keyframes growPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
