@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.welonsprefab.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.4.3") format("woff2");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "Commissioner", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Commissioner", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(221, 149, 42);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Commissioner", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Commissioner", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(220,172,127);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: rgb(0,0,0);
	--wd-link-color-hover: rgba(221,133,2,0.82);
	--btn-default-bgcolor: rgb(255,255,255);
	--btn-default-bgcolor-hover: rgba(221,182,119,0.87);
	--btn-default-color: rgba(221,182,119,0.87);
	--btn-default-color-hover: rgb(255,255,255);
	--btn-accented-bgcolor: rgb(220,172,127);
	--btn-accented-bgcolor-hover: rgb(200,157,116);
	--btn-transform: capitalize;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(245,245,245);
	background-image: url(https://www.welonsprefab.com/wp-content/uploads/2023/03/p-bg-3.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgba(255,255,255,0);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
.page .main-page-wrapper {
	background-color: rgb(221,221,221);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-form-brd-radius: 0px;
--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: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}



/* 跳房子式分页组件 - 适用于Woodmart主题 */

/* 基础样式 */
.hopscotch-pagination {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 15px 20px;
    z-index: 100;
    overflow-x: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
}

.hopscotch-grid {
    display: flex;
    gap: 8px;
    white-space: nowrap;
}

.hopscotch-grid-item {
    width: 60px;
    height: 60px;
    background: #f0f2f5;
    color: #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.3s, background 0.3s, box-shadow 0.3s;
}

.hopscotch-grid-item.active {
    background: #ffd600;
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(255, 214, 0, 0.4);
}

.hopscotch-grid-item:not(.active):hover {
    background: #e0e0e0;
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.hopscotch-character {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ffd600;
    border-radius: 50%;
    transition: left 0.5s ease;
    transform: translateY(-70px);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hopscotch-character i {
    color: white;
    font-size: 20px;
}

/* 动画效果 */
@keyframes hopscotch-jump {
    0% { transform: translateY(-70px) scale(1); }
    50% { transform: translateY(-110px) scale(1.1); }
    100% { transform: translateY(-70px) scale(1); }
}

.hopscotch-character.jump {
    animation: hopscotch-jump 0.8s cubic-bezier(0.28, 0.84, 0.42, 1);
}

/* 导航按钮样式 */
.hopscotch-nav-btn {
    width: auto !important;
    padding: 0 15px !important;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .hopscotch-grid-item {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
    
    .hopscotch-character {
        width: 35px;
        height: 35px;
        transform: translateY(-60px);
    }
    
    .hopscotch-character i {
        font-size: 18px;
    }
    
    @keyframes hopscotch-jump {
        0% { transform: translateY(-60px) scale(1); }
        50% { transform: translateY(-90px) scale(1.1); }
        100% { transform: translateY(-60px) scale(1); }
    }
}    