.elementor-kit-7{--e-global-color-primary:#8B5E3C;--e-global-color-secondary:#D4A373;--e-global-color-text:#2C2C2C;--e-global-color-accent:#F9F6F1;--e-global-typography-primary-font-family:"IranSharpFaNum";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"IranSharpFaNum";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"IranSharpFaNum";--e-global-typography-text-font-weight:normal;--e-global-typography-accent-font-family:"IranSharpFaNum";--e-global-typography-accent-font-weight:900;font-family:"IranSharpFaNum", Sans-serif;font-size:16px;}.elementor-kit-7 e-page-transition{background-color:#FFFFFF;}.elementor-kit-7 h1{font-size:36px;}.elementor-kit-7 h2{font-size:28px;}.elementor-kit-7 h3{font-size:22px;}.elementor-kit-7 h4{font-size:16px;}.elementor-kit-7 h5{font-size:16px;}.elementor-kit-7 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
  scroll-behavior: smooth;
}

body {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
}

.snap-section {
  height: 100vh;
  scroll-snap-align: start;
  overflow: hidden;
}

.snap-section.footer {
  scroll-snap-align: none;
}








/* وسط‌چین کردن قیمت متغیر محصول */
.woocommerce-variation-price   {
  text-align: center;   /* کل بلوک قیمت وسط‌چین */
}

.woocommerce-variation-price .price {
  display: inline-block; /* برای اینکه وسط قرار بگیره */
}





/* کنترل کل ردیف انتخاب متغیرها */
.variations .value {
  display: flex !important;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* کانتینر عکس‌ها */
.variations .value .swatchly-type-wrap {
  order: 0; /* اول نمایش داده بشه (سمت راست) */
  display: flex;
  gap: 5px;
}

/* لینک پاک کردن */
.variations .value .reset_variations {
  order: 1; /* بعد از عکس‌ها نمایش داده بشه (سمت چپ) */
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap;
}

/* عنوان متغیر رو بیار سمت راست */
.variations .label {
  text-align: right !important;
  direction: rtl !important;
}

/* کل ردیف ان*

/************************/

/* حذف فلش‌های داخلی مرورگر */
.quantity input[type=number]::-webkit-inner-spin-button, 
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
}

/************************/

/* کانتینر اصلی */
.quantity {
  display: flex !important;
  align-items: center;
  gap: 2px !important;   /* فاصله مساوی 2px */
  font-size: 0;          /* حذف فاصله‌های سفید متنی */
  float: none !important;
  margin: 0 !important;
}

/* فیلد عدد وسطی - گوشه‌ها تیز */
.quantity input.qty {
  font-size: 16px;   /* چون پدر font-size:0 هست */
  width: 60px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 0 !important;   /* همه گوشه‌ها تیز */
  text-align: center;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
}

/* دکمه‌ها - استایل مشترک */
.quantity button.qty-minus,
.quantity button.qty-plus {
  font-size: 20px;
  width: 40px;
  height: 40px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* دکمه منفی (راست) */
.quantity button.qty-minus {
  border-radius: 0 3px 3px 0;  /* دو گوشه راست گرد، بقیه تیز */
}

/* دکمه مثبت (چپ) */
.quantity button.qty-plus {
  border-radius: 3px 0 0 3px;  /* دو گوشه چپ گرد، بقیه تیز */
}

/* Hover */
.quantity button:hover {
  background: #333;
}

/* حذف هرگونه مارجین پیش‌فرض روی دکمه‌های + و - */
form.cart .quantity button.qty-minus,
form.cart .quantity button.qty-plus {
    margin: 0 !important;
}
/***************************/
/* فقط دکمه‌های + و - داخل جدول سبد خرید */
.woocommerce-cart table.cart .quantity {
    display: inline-flex !important; /* ارتفاع div بیرونی رو در نظر نمی‌گیریم */
    align-items: stretch !important;
}

.woocommerce-cart table.cart .quantity input.qty {
    height: 28px !important; /* ارتفاع فیلد تعداد */
    text-align: center;
    padding: 0 6px;
    box-sizing: border-box;
}

.woocommerce-cart table.cart .quantity button.qty-minus,
.woocommerce-cart table.cart .quantity button.qty-plus {
    height: 28px !important; /* دقیقا هم ارتفاع فیلد */
    width: 28px !important;  /* مربعی شکل */
    padding: 0 !important;
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'IranSharpFaNum';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://lupineh.com/wp-content/uploads/2025/08/iransharp_regular_web-1.eot');
	src: url('https://lupineh.com/wp-content/uploads/2025/08/iransharp_regular_web-1.eot?#iefix') format('embedded-opentype'),
		url('https://lupineh.com/wp-content/uploads/2025/08/iransharp_regular_web-1.woff2') format('woff2'),
		url('https://lupineh.com/wp-content/uploads/2025/08/iransharp_regular_web-1.woff') format('woff'),
		url('https://lupineh.com/wp-content/uploads/2025/08/iransharp_regular_web-1.ttf') format('truetype'),
		url('https://lupineh.com/wp-content/uploads/2025/08/iransharp_regular_web-1.svg#IranSharpFaNum') format('svg');
}
@font-face {
	font-family: 'IranSharpFaNum';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://lupineh.com/wp-content/uploads/2025/08/iransharp_bold_web-1.eot');
	src: url('https://lupineh.com/wp-content/uploads/2025/08/iransharp_bold_web-1.eot?#iefix') format('embedded-opentype'),
		url('https://lupineh.com/wp-content/uploads/2025/08/iransharp_bold_web-1.woff2') format('woff2'),
		url('https://lupineh.com/wp-content/uploads/2025/08/iransharp_bold_web-1.woff') format('woff'),
		url('https://lupineh.com/wp-content/uploads/2025/08/iransharp_bold_web-1.ttf') format('truetype'),
		url('https://lupineh.com/wp-content/uploads/2025/08/iransharp_bold_web-1.svg#IranSharpFaNum') format('svg');
}
@font-face {
	font-family: 'IranSharpFaNum';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://lupineh.com/wp-content/uploads/2025/08/iransharp_light_web-1.eot');
	src: url('https://lupineh.com/wp-content/uploads/2025/08/iransharp_light_web-1.eot?#iefix') format('embedded-opentype'),
		url('https://lupineh.com/wp-content/uploads/2025/08/iransharp_light_web-1.woff2') format('woff2'),
		url('https://lupineh.com/wp-content/uploads/2025/08/iransharp_light_web-1.woff') format('woff'),
		url('https://lupineh.com/wp-content/uploads/2025/08/iransharp_light_web-1.ttf') format('truetype'),
		url('https://lupineh.com/wp-content/uploads/2025/08/iransharp_light_web-1.svg#IranSharpFaNum') format('svg');
}
/* End Custom Fonts CSS */