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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//coladolls.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//coladolls.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//coladolls.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//coladolls.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//coladolls.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//coladolls.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//coladolls.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//coladolls.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-header-banner-h: 50px;
	--wd-text-font: "Karla", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Rosarivo", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Rosarivo", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Dancing Script", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Rosarivo", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Karla", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(192,17,87);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(192,17,87);
	--btn-accented-bgcolor-hover: rgb(173,12,80);
	--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: #111111;
	background-image: url(https://coladolls.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.header-banner {
	background-color: rgb(192,17,87);
	background-image: none;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://coladolls.com/wp-content/uploads/2025/08/page-title-banner.jpg);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

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

}
: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-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;
}

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


/* 产品页面表格参数样式 开始 */
.product-info-size-table {
        width: 100%;
        border-collapse: collapse;
    }

    .product-info-size-table td {
        padding: 12px 15px;
        text-align: left;
        color: #FFFFFF; /* 白色字体 */
    }

    /* 第一种背景色 */
    .product-info-size-table tr:nth-child(odd) {
        background-color: #595959; /* 灰色 */
    }

    /* 第二种背景色 */
    .product-info-size-table tr:nth-child(even) {
        background-color: #C62968; /* 粉色 */
    }
/* 产品页面表格参数样式 结束 */

/* 隐藏分类页面标题左侧箭头 */

.wd-back-btn.wd-action-btn.wd-style-icon{
    display: none;
}

/* 修改文章中的a标签链接颜色，斜体，下划线 */
div p a {
    color: #c01157;
    font-style: italic;
    text-decoration: underline !important;
}
/* 修改定制选项描述中的a标签链接颜色，斜体，下划线 */
.wapf-field-description a {
    color: #c01157;
    font-style: italic;
    text-decoration: underline !important;
}

/* 首页elementor form元素 邮箱订阅表单样式 */ 
.elementor-form-fields-wrapper { 
justify-content: center; /* 水平居中 */ 
} 

.elementor-column.elementor-col-20 { 
width: 11.5%; /* 按钮列宽选择的20，太长了改成 11.5 */
}

.elementor-column.elementor-col-30 { 
width: 24.5%; /* 输入框 列宽选择的30，太长了改成 24.5 */
}
/* 首页elementor form元素 邮箱订阅表单样式  结束*/ 


/* 产品页面定制区域，备注显示的顺序，默认备注是在选项后面，挪到前面-- 开始 */
.wapf-field-container {
    display: flex;
    flex-direction: column; /* 确保子元素是垂直排列的 */
}

/* 调整元素的显示顺序 */
.wapf-field-container > .wapf-field-label {
    order: 1; /* 标签：第一位 */
}

.wapf-field-container > .wapf-field-description {
    order: 2; /* 说明：第二位 */
}

.wapf-field-container > .wapf-field-input {
    order: 3; /* 选项：第三位 */
}
/* 默认备注是在选项后面，挪到前面-- 结束 */

/* 产品页面定制区域，文本选择，选中的字体是白色， -- 开始 */
.wapf-swatch--text.wapf-checked label span {
  color:#fff;
}

/* 定制和非定制品关联区域css样式  -- 开始 */
.custom-related-product-links .cards-wrapper {
    /* 启用 Flexbox 布局 */
    display: flex;
    /* 允许卡片换行 */
    flex-wrap: wrap;
    /* 均匀分配空间，使三个卡片等距 */
    /*justify-content: space-around;*/
    /* 设置容器最大宽度，确保一行只容纳三个卡片 */
    /* 120px 宽卡片 + 20px (margin) = 140px. 140px * 3 ≈ 420px. 550px 确保空间足够 */
    max-width: 570px;
    /* 居中卡片容器 */
    margin: 0 auto;
    /* 增加上下间距 */
    padding: 5px 0;
}
.custom-related-product-links .link-card {
    /* 设置卡片固定宽度 */
    width: 120px;
    /* 阻止 Flex 元素拉伸和收缩，固定宽度 */
    flex: 0 0 auto;
    /* 确保卡片内容居中 */
    text-align: center;
    /* 移除链接默认的下划线 */
    text-decoration: none;
    /* 更改链接文字的颜色 */
    color: #333;
    /* 增加卡片间的间距 */
    margin: 5px;
    /* 添加过渡效果 */
    transition: transform 0.3s ease-in-out;
}
/* 鼠标悬停效果 */
.custom-related-product-links .link-card:hover {
    transform: scale(1.03);
}

.custom-related-product-links .link-thumb {
    /* 确保图片容器不会影响 Flexbox 布局 */
    display: block;
    /* 移除图片容器底部的默认间隙 */
    line-height: 0;
}

.custom-related-product-links .link-thumb img {
    /* 保持 100px 宽度 */
    width: 100px;
    height: auto;
    /* 块级元素并居中 */
    display: block;
    margin: 0 auto 5px auto;
    /* 增加圆角 */
    border-radius: 5px;
    /* 确保图片内容填充容器 */
    object-fit: cover;
}
.custom-related-product-links .link-title {
    /* 确保标题在图片下方 */
    display: block;
    /* 移除标题的默认外边距，设置上边距 */
    margin: 5px 0 0 0;
    /* 设置字体大小 */
    font-size: 1em;
}
.custom-related-product-links h4.woodmart-title {
    font-size: 1.5em;

}


/* 定制和非定制品关联区域css样式  -- 结束 */
@media (min-width: 1025px) {
	/* 适用于 Woodmart 产品主图固定 */
@media (min-width: 1024px) {
  .sticky-product-image {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    align-self: flex-start;
    z-index: 10;
  }
}

}

