@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//narmbaf.com/wp-content/themes/woodmart/fonts/woodmart-font-3-400.woff2?v=8.4.0") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: iransans, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: iransans, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: iransans, 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: iransans, sans-serif;
	--wd-widget-title-font: iransans, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: iransans, 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(30,115,190);
	--wd-alternative-color: rgb(30,115,190);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #f4a51c;
	--btn-accented-bgcolor-hover: #DE961A;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(30,115,190);
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

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


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

/* استایل برای wrapper */
.wd-nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    backdrop-filter: blur(15px); /* افکت گلاس با بلور */
    background: rgba(109, 148, 197, 0.1); /* پس‌زمینه شفاف با رنگ خاص */
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* سایه خیلی ملایم */
    transition: all 0.3s ease-in-out;
}

/* استایل برای tabs */
.wd-nav-tabs {
    display: flex;
    padding: 0;
    margin: 0;
    border: none;
    list-style: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* استایل عمومی برای tab ها */
.wd-nav-tabs li {
    flex: 1;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 30px; /* افزایش عرض برای جلوگیری از شکستن متن */
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    color: #fff;
    margin: 0 10px;
    border-radius: 30px;
    background: rgba(109, 148, 197, 0.2); /* گلس با رنگ خاص */
    backdrop-filter: blur(10px); /* بلور کردن پس‌زمینه */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* سایه خیلی نرم */
    width: auto;
    min-width: 150px; /* حداقل عرض برای جلوگیری از کوچک بودن دکمه */
}

/* حالت هور برای تب‌ها */
.wd-nav-tabs li:hover {
    color: #fff;
    background: rgba(109, 148, 197, 0.4); /* پس‌زمینه روشن‌تر روی هاور */
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); /* سایه نرم‌تر */
    backdrop-filter: blur(20px); /* افزایش شدت گلاس روی هاور */
}

/* استایل برای underline افکت */
.wd-nav-tabs li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #ff5e5e; /* رنگ خط زیر */
    transition: width 0.3s ease-in-out;
}

/* افکت انیمیشن بر روی تب فعال */
.wd-nav-tabs li.active::before {
 
}

/* استایل برای تگ فعال */
.wd-nav-tabs .active {
  
    font-weight: bold;
    background: rgba(109, 148, 197, 0.6); /* گلاس بیشتر در حالت فعال */
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); /* سایه نرم */
}

/* استایل برای تگ‌ها که انیمیشن دارند */
.wd-nav-tabs li {
    animation: fadeIn 1s ease-out;
}

/* انیمیشن fade-in برای ظاهر شدن متن تب‌ها */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* استایل برای responsive در موبایل */
@media screen and (max-width: 768px) {
    .wd-nav-tabs {
        flex-direction: column;
    }

    .wd-nav-tabs li {
        font-size: 16px;
        padding: 12px;
        margin: 5px 0;
    }
}
.wd-page-title-bg.wd-fill {
    background-color: #6D94C5;
}


.slider {
  position: relative;
  width: 800px;
  max-width:100%;
  height: 400px;
  margin: auto;
  margin-top: 50px;
  border-radius: 20px;
  overflow: hidden;
}

.slides {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-in-out;
  border-radius: 15px 15px 0 0;
}

.slide {
  min-width: 100%;
  height: 100%;
  width:100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
  flex-shrink: 0;
  user-select: none;
  pointer-events: none;
}

.slide.active {
  pointer-events: auto;
}

.bottom-center {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(0%);
  width: 60%;
  background: #fff;
  padding: 15px 20px;
  padding-bottom: 0;
  text-align: center;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
  overflow: visible;
  border-radius: 20px 20px 0 0;
  transition:all 0.3s ease-in-out;
}

/* Outer radius using pseudo-elements */
.bottom-center::before,
.bottom-center::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 40px;
  background: #fff;
  border-radius: 0;
  z-index: -1;
}

.bottom-center::before {
  left: -30px;
  bottom: -10px;
  mask: radial-gradient(30px at top left, #0000 98%, #000);
}

.bottom-center::after {
  right: -30px;
  bottom: -10px;
  mask: radial-gradient(30px at top right, #0000 98%, #000);
}

.bottom-center h3 {
  margin: 5px 0;
  font-size: 18px;
  color: #333;
}

.bottom-center p {
  margin: 5px 0 10px;
  color: #666;
  font-size: 14px;
}

.luxury-heading {
  font-family: "Gloock", serif;
  font-weight: 700;
  font-size: 2.9rem;
  color: #2c2a29; /* deep charcoal */
  letter-spacing: 0.05em;
  margin-bottom: 0.3em;
  text-transform: capitalize;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.luxury-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #6b5b3b; /* warm gold-brown */
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 0;
  opacity: 0.85;
}

.buttons {
  margin-top: 20px;
  margin-bottom: 12px;
  text-align: center;
}

.btn {
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.75em 1.5em;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  margin: 0 10px;
  user-select: none;
  margin-bottom:10px;
}

.btn.primary {
  background-color: #ffc727;
  color: #222;
  box-shadow: 0 4px 12px rgba(255, 199, 39, 0.4);
}

.btn.primary:hover {
  background-color: #ffb400;
  box-shadow: 0 6px 16px rgba(255, 180, 0, 0.5);
  transform: translateY(-2px);
}

.btn.secondary {
  background-color: transparent;
  color: #ffc727;
  border: 2px solid #ffc727;
}

.btn.secondary:hover {
  background-color: #fff8e1;
  color: #222;
  border-color: #ffb400;
  transform: translateY(-2px);
}

.indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #333;
}


@media(max-width:768px){
  .slider {
    width:95%;
    height:400px;
  }
  .slider{
    border-radius:10px;
  }
  .btn{
    margin:5px;
  }
  .bottom-center {
    width: 80%;
    border-radius:10px;
  }
  .bottom-center::before {
  left: -20px;
  bottom: -20px;
  mask: radial-gradient(20px at top left, #0000 98%, #000);
}

.bottom-center::after {
  right: -20px;
  bottom: -20px;
  mask: radial-gradient(20px at top right, #0000 98%, #000);
}
}

@media(max-width:414px){
  .bottom-center{
    border-radius:10px 10px 0 0;
  }
   .btn{
    width:100%;
    margin:5px 0;
  }
   .bottom-center::before,.bottom-center::after {
    display:none;
}

}
.site-logo {
    max-height: 130px !important;
}
.woocommerce .elementor-1913 .elementor-element.elementor-element-7ff9d82 form.cart table.variations td.value select, .woocommerce .elementor-1913 .elementor-element.elementor-element-7ff9d82 form.cart table.variations td.value:before {
    background-color: #ffffff;
}