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

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Satisfy", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lato", 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: "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(195,109,172);
	--wd-alternative-color: rgb(195,109,172);
	--wd-link-color: rgb(79,62,83);
	--wd-link-color-hover: rgb(53,53,53);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(123,187,221);
	--btn-accented-bgcolor-hover: rgb(103,167,202);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://sabaiskin.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-image: url(https://sabaiskin.com/wp-content/uploads/2025/09/bannertop1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://sabaiskin.com/wp-content/uploads/2021/10/cosmetics-page-title.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

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

}
:root{
--wd-container-w: 1600px;
--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-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

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

@media (min-width: 1600px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.woocommerce-button{
background-color:#914a9b !important
}
.ajax_add_to_cart{
background-color:#914a9b !important
}
.product_type_variable{
background-color:#914a9b !important
}
.alt{
	background-color:#914a9b!important
}
.woocommerce-error{
 background-color:#914a9b !important
}
.woocommerce-info{
	background-color:#914a9b !important
}
.wc-backward{
	background-color:#914a9b !important
}
.wc-forward{
	background-color:#914a9b !important
}
.button {
    position: relative;
    overflow: hidden;
}
.button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-25deg);
    transition: all 0.5s ease;
}

.button:hover::after {
    left: 125%;
}
.sabaiskin-add-to-cart{
    position: relative;
    overflow: hidden;
		background-color:#914a9b !important
}
.sabaiskin-add-to-cart::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-25deg);
    transition: all 0.5s ease;
}
.sabaiskin-add-to-cart:hover::after {
    left: 125%;
}
#sabaiskin-floating-cart{
	background-color:#914a9b !important
}
.woocommerce-MyAccount-navigation-link--affiliate-dashboard a {
    color: #fff;
    background: #914a9b;
    padding: 8px 12px;
    border-radius: 6px;
}
.woocommerce del {
    opacity: 0.6;
    font-size: 0.9em;
    margin-right: 4px;
}
.woocommerce ins {
    color: #27ae60;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1em;
}
/* Discount Badge Style */
.sabaiskin-discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #914a9b;
    color: #fff;
    font-size: 0.85em;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 10;
}
/* Make sure product wrapper is positioned relative */
.woocommerce ul.products li.product {
    position: relative;
}
.woocommerce-Button{
	background-color:#914a9b !important
}
.woocommerce-message{
	background-color:#914a9b !important
}
.button{
	background-color:#914a9b !important
}

#price-popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(4px);
}

#price-popup.active {
  display: flex;
  opacity: 1;
}

#price-popup .popup-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

#price-popup.active .popup-overlay {
  opacity: 1;
}

#price-popup .popup-box {
  position: relative;
  background: #ffffff;
  padding: 25px 30px;
  border-radius: 16px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  z-index: 2;
  transform: scale(0.85);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

#price-popup.active .popup-box {
  transform: scale(1);
  opacity: 1;
}

#price-popup .popup-close {
  position: absolute;
  top: 15px; right: 20px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  color: #888;
  transition: color 0.2s ease;
}

#price-popup .popup-close:hover {
  color: #ff6600;
}

#price-popup h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

#price-popup h3 {
  font-size: 1.1rem;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #333;
  border-left: 4px solid #ff6600;
  padding-left: 8px;
}

#price-popup ul {
  margin: 5px 0 15px 1rem;
  padding: 0;
  list-style-type: "• ";
}

#price-popup ul li {
  margin-bottom: 6px;
  font-size: 0.95rem;
}

.popup-btn {
  display: inline-block;
  margin-top: 15px;
  background: linear-gradient(135deg, #ff6600, #ff944d);
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.popup-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255,102,0,0.4);
}
/* === Animate list items === */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#price-popup.active ul li {
  opacity: 0;
  animation: fadeInUp 0.4s ease forwards;
}

#price-popup.active ul li:nth-child(1) { animation-delay: 0.1s; }
#price-popup.active ul li:nth-child(2) { animation-delay: 0.2s; }
#price-popup.active ul li:nth-child(3) { animation-delay: 0.3s; }
#price-popup.active ul li:nth-child(4) { animation-delay: 0.4s; }
#price-popup.active ul li:nth-child(5) { animation-delay: 0.5s; }

.highlight-menu > a {
  color: #ffffff !important;
  background: #914a9b;
  border-radius: 8px;
  padding: 5px 12px;
  font-weight: bold;
  transition: 0.3s ease;
}

.highlight-menu > a:hover {
  background: #ba5dc7;
}
/*=================Tier System Benefits Sabaishop ================*/
.sabai-tier-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 20px 0;
}

.tier-card {
  backdrop-filter: blur(15px);
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  padding: 30px;
  width: 360px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  color: #333;
  background: rgba(255,255,255,0.85);
  position: relative;
}

.tier-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* Header */
.tier-header h2 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.tier-tagline {
  font-style: italic;
  color: #777;
  margin-top: 6px;
  font-size: 0.95rem;
  margin-bottom: 10px;
}

/* Buttons - centered */
.tier-btn {
  display: block;
  width: auto;
  padding: 10px 28px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  color: #fff;
  transition: all 0.28s cubic-bezier(.2,.9,.3,1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  margin: 12px auto 6px; /* CENTER the button */
  text-align: center;
}

/* Hover */
.tier-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.22);
}

/* Individual Button Styles */
.starter-btn {
  background: linear-gradient(135deg, #ffb6c1, #ff80a1);
}

.seller-btn {
  background: linear-gradient(135deg, #f2b18a, #e6936b);
}

.boss-btn {
  background: linear-gradient(135deg, #f9d976, #f39f28);
  color: #3b2b00; /* slightly darker text for contrast on yellow */
}

/* Section */
.tier-section {
  margin-top: 10px; /* tightened since button sits above */
}

.tier-section h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #444;
  text-align: left;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
}

.feature-list li span {
  margin-right: 8px;
  font-size: 1.1rem;
}

.hooks {
  background: rgba(255,255,255,0.6);
  padding: 12px 15px;
  border-radius: 12px;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 15px;
}

.emotion {
  margin-top: 15px;
  font-weight: 600;
  font-size: 0.95rem;
  color: #555;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 10px;
  text-align: center;
}

/* Tier Backgrounds */
.tier-card.starter {
  border-color: #ffb6c1;
  background: linear-gradient(145deg, #fff0f5, #ffe4ec);
}

.tier-card.seller {
  border-color: #e6b7a5;
  background: linear-gradient(145deg, #fff3eb, #ffe0d0);
}

.tier-card.boss {
  border-color: #f2d07f;
  background: linear-gradient(145deg, #fff8e1, #ffe59c);
}

/* Responsive */
@media (max-width: 768px) {
  .tier-card {
    width: 100%;
    max-width: 400px;
  }
}
.vendor-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0,0,0,0.6);
}

.vendor-modal-content {
  background: #fff;
  margin: 5% auto;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 700px;
  position: relative;
  animation: fadeIn 0.3s ease;
}

.vendor-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: 0.2s;
}

.vendor-modal-close:hover {
  color: #000;
  transform: scale(1.1);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}