.elementor-kit-7{--e-global-color-primary:#CC9F4A;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#FFC14C;--e-global-color-5fd2d32:#F2F2F2F2;--e-global-color-65dab73:#CACACA;--e-global-color-27444bc:#8B8B8B;--e-global-color-0b23801:#C2A875;--e-global-color-1fd2d6a:#090A0C;--e-global-typography-primary-font-family:"YekanBakh";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"YekanBakh";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"YekanBakh";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"YekanBakh";--e-global-typography-accent-font-weight:900;background-color:var( --e-global-color-5fd2d32 );font-family:"YekanBakh", YekanBakh;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1360px;}.e-con{--container-max-width:1360px;}.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 */.p-zero p{
    margin:0;
}
.faNum{
    -moz-font-feature-settings: "ss01";
    -webkit-font-feature-settings: "ss01";
    font-feature-settings: "ss01";
}
  .light-sweep {
    position: relative;
    overflow: hidden;
  }
  
  .light-sweep::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.6),
      transparent
    );
    pointer-events: none;
  }
  
  .light-sweep:hover::before {
    animation: sweepLight 0.6s ease-in-out;
  }
  
  @keyframes sweepLight {
    0% {
      left: -100%;
    }
    100% {
      left: 100%;
    }
  }
  
  
  .glass-btn a{
  position: relative;
  border: 0;
  z-index: 0;

  background: radial-gradient(circle at 50% 100%,
    rgba(73, 53, 13, 1) 0%,
    rgba(73, 53, 13, 0.5) 50%,
    rgba(73, 53, 13, 0.0) 100%
  ) !important;
}

.glass-btn a::before{
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(0deg, #CC9F4A, white);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

/* hover: پس زمینه پررنگ‌تر */
.glass-btn a:hover{
  background: radial-gradient(circle at 50% 100%,
    rgba(73, 53, 13, 1) 0%,
    rgba(73, 53, 13, 0.75) 50%,
    rgba(73, 53, 13, 0.15) 100%
  ) !important;
}

.elementor-button-icon{
    font-size:20px;
}
.elementor-button-content-wrapper {
    align-items: center;
}



/*دکمه های اصلی*/
.buy-btn {
  border-radius: 100px;
  background: #000000;
  position: relative;
  overflow: hidden;
}

.buy-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(249, 220, 104, 0.55));
  border-radius: 100px;
  transition: opacity 0.3s ease;
  opacity: 1;
  pointer-events: none;
}

.buy-btn:hover::before {
  opacity: 0;
}

.buy-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(249, 220, 104, 0.7));
  border-radius: 100px;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.buy-btn:hover::after {
  opacity: 1;
}

#primary, .alignwide,.woocommerce {
    max-width: 1376px;
    margin: 0 auto !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'YekanBakh';
	font-display: auto;
	src: url('https://ariyaland.rira.agency/wp-content/uploads/2026/07/YekanBakh-VF.ttf') format('truetype');
}
/* End Custom Fonts CSS */