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

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

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--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: "Cabin", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Cabin", 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(82,189,114);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(82,189,114);
	--btn-accented-bgcolor-hover: rgb(69,169,99);
	--wd-form-brd-width: 1px;
	--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: url(https://intovibes.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
: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: #ffffff;
	background-image: none;
}
.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-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;
}
}


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

/* 让整个属性选择区域居中 */
.variations {
    text-align: center !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

/* 让 Size 标签和按钮在同一行且整体居中 */
.variations tr {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    justify-content: center !important;
    margin-bottom: 16px !important;
}

/* 调整标签样式 */
.variations .label {
    width: auto !important;
    flex: 0 0 auto !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 600 !important;
}

/* 隐藏默认下拉框、库存提示、清除按钮 */
.variations select,
.stock,
.reset_variations {
    display: none !important;
}

/* 生成方块按钮容器 */
.variations .value {
    display: flex !important;
    gap: 8px !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 方块按钮样式（边框加粗到 2px） */
.variations .value button {
    width: 48px !important;
    height: 48px !important;
    border: 2px solid #ddd !important;
    background: #fff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0 !important;
    transition: all 0.2s ease !important;
}

/* 选中按钮样式（红色方框，与目标图完全一致） */
.variations .value button.selected {
    border-color: #ff0066 !important;
    color: #ff0066 !important;
    font-weight: bold !important;
    border-width: 2px !important;
}



.coupon-success-modal {
    background: #fff;
    padding: 40px;
    width: 90%;
    max-width: 400px;
    margin: 20px auto;
    text-align: center;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.coupon-success-modal h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 15px;
}

.coupon-success-modal p {
    color: #666;
    margin-bottom: 25px;
}

.wd-button-close {
    background-color: #83b735; /* 这里可以换成你网站的主题色 */
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

.wd-button-close:hover {
    background-color: #6a962a;
}


@keyframes couponPopup {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
.coupon-success-modal {
    animation: couponPopup 0.3s ease-out;
}
.success-icon {
    font-size: 50px;
    margin-bottom: 10px;
}
/* 成功提示弹窗的样式 */
.coupon-success-modal {
    background: #fff;
    padding: 40px;
    width: 95%;
    max-width: 400px;
    margin: 20px auto;
    text-align: center;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.coupon-success-modal h3 {
    margin-top: 15px;
    color: #2d2d2d;
}

.coupon-success-modal p {
    color: #777;
    margin-bottom: 25px;
}




/* 让整个幻灯片看起来就是可以点击的 */
.wd-slide {
    cursor: pointer !important;
}

/* 确保按钮依然有自己的指针 */
.findvibe a, .elementor-element-94d0dfd a {
    cursor: pointer !important;
}


.wd-reset-var{
	display:none !important
}
@media (max-width: 576px) {
	/* 1. 强力锁定父容器：禁止滚动，强制换行 */
ul.variable-items-wrapper.image-variable-items-wrapper {
         /* 强制改为块布局 */
    max-width: 70vw !important;     /* 防止溢出屏幕 */
    white-space: normal !important;  /* 允许文字式换行 */
    overflow: visible !important;    /* 禁止隐藏溢出内容 */
    height: auto !important;         /* 自动高度 */
    column-count: auto !important;   /* 防止被多栏布局干扰 */
}

/* 2. 强力控制子项：像瓷砖一样平铺 */
li.variable-item.image-variable-item {
    display: block !important;       /* 先设为块 */
    float: left !important;          /* 使用传统的浮动布局，这是最强制的换行方式 */
    width: 40px !important;          /* 你要求的稍微大点的尺寸 */
    height: 40px !important;
    margin: 5px !important;          /* 每个变体之间的外边距 */
    list-style: none !important;
}

/* 3. 清除浮动，防止父容器塌陷 */
ul.variable-items-wrapper.image-variable-items-wrapper::after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}

/* 4. 确保内部图片填满 */
.variable-item-contents, 
.variable-item-contents img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

}

