@charset "UTF-8";
@font-face {
  font-family: "BYekan";
  src: url("../../fonts/BYekan-Regular.woff2") format("woff2"), url("../../fonts/BYekan-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BYekan";
  src: url("../../fonts/BYekan-Bold.woff2") format("woff2"), url("../../fonts/BYekan-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.text-danger {
  color: #ff3a3a;
  font-size: 14px;
  padding-bottom: 20px;
}

p,
span,
div,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BYekan", Tahoma, Arial, sans-serif !important;
}

body {
  padding: 0 !important;
}

/* ============================================================
   بنر هیرو - نمایش جداگانه دسکتاپ و موبایل
   ============================================================ */
/* فقط تصویر اول (دسکتاپ) در سایزهای بزرگ نمایش داده شود */
.hero-figure img:first-child {
  display: block;
}

/* تصویر دوم (موبایل) در دسکتاپ مخفی باشد */
.hero-figure img:last-child {
  display: none;
}

/* ============================================================
   در موبایل (سایز کمتر از 768px)
   ============================================================ */
@media (max-width: 768px) {
  /* تصویر اول (دسکتاپ) مخفی شود */
  .hero-figure img:first-child {
    display: none !important;
  }
  /* تصویر دوم (موبایل) نمایش داده شود */
  .hero-figure img:last-child {
    display: block !important;
  }
}
.categories-section {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 55%, #eef5ff 100%);
  isolation: isolate;
}
.categories-section::before {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  left: 50%;
  top: -450px;
  transform: translateX(-50%);
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}
.categories-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 132, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 132, 255, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.9) 40%, transparent 100%);
          mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.9) 40%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.categories-section > .container {
  position: relative;
  z-index: 2;
}
.categories-section .section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.categories-section .section-header::after {
  content: "";
  width: 120px;
  height: 4px;
  border-radius: 50px;
  margin: 22px auto 0;
  display: block;
  background: linear-gradient(90deg, transparent, #008cff, #00d4ff, transparent);
}
.categories-section .section-header .section-title {
  font-size: 28px;
  font-weight: 800;
  color: #111;
  line-height: 1.4;
}
.categories-section .section-header .section-title .red-text {
  color: #ff3a3a;
}
.categories-section .categories-grid {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-padding-inline: 10px;
  gap: 25px;
  padding: 10px 6px 20px;
}
.categories-section .categories-grid::-webkit-scrollbar {
  height: 6px;
  width: 0;
}
.categories-section .categories-grid::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50px;
}
.categories-section .categories-grid::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #008cff, #00d4ff);
  border-radius: 50px;
}
.categories-section .categories-grid {
  scrollbar-width: thin;
  -ms-overflow-style: auto;
}
.categories-section .categories-grid .category-card {
  flex: 0 0 calc(20% - 20px);
  min-width: 210px;
  max-width: calc(20% - 20px);
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 40px rgba(25, 40, 80, 0.08), 0 5px 15px rgba(0, 0, 0, 0.04);
  transition: 0.35s ease;
}
.categories-section .categories-grid .category-card::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 132, 255, 0.2), transparent 70%);
  opacity: 0;
  transition: 0.4s;
}
.categories-section .categories-grid .category-card::after {
  content: "";
  position: absolute;
  left: 25%;
  bottom: 0;
  width: 50%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #00bfff, transparent);
  transform: scaleX(0);
  transition: 0.35s;
}
.categories-section .categories-grid .category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 60px rgba(0, 60, 255, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
}
.categories-section .categories-grid .category-card:hover::before {
  opacity: 1;
}
.categories-section .categories-grid .category-card:hover::after {
  transform: scaleX(1);
}
.categories-section .categories-grid .category-card:hover img {
  transform: scale(1.08);
}
.categories-section .categories-grid .category-card a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 100%;
  padding: 15px;
}
.categories-section .categories-grid .category-card a figure {
  width: 100%;
  margin-bottom: 15px;
}
.categories-section .categories-grid .category-card a figure img {
  width: 100%;
  transition: 0.4s;
}
.categories-section .categories-grid .category-card a h3 {
  color: #222;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 992px) {
  .categories-section {
    padding: 50px 0;
  }
  .categories-section .section-header {
    margin-bottom: 40px;
  }
  .categories-section .container .section-header > h2 {
    font-size: 18px;
  }
  .categories-section .categories-grid .category-card {
    flex: 0 0 calc(50% - 10px);
    min-width: 160px;
    max-width: calc(50% - 10px);
  }
  .categories-section .categories-grid .category-card:hover {
    transform: none;
    box-shadow: 0 20px 40px rgba(25, 40, 80, 0.08);
  }
  .categories-section .categories-grid .category-card a h3 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .categories-section {
    padding: 30px 0;
  }
  .categories-section .categories-grid {
    gap: 10px;
    padding: 5px 3px 15px;
  }
  .categories-section .categories-grid .category-card {
    flex: 0 0 calc(50% - 8px);
    min-width: 140px;
    max-width: calc(50% - 8px);
  }
  .categories-section .categories-grid .category-card a {
    padding: 10px;
  }
  .categories-section .categories-grid .category-card a figure {
    margin-bottom: 10px;
  }
  .categories-section .categories-grid .category-card a h3 {
    font-size: 12px;
  }
}

.section-3 > .container {
  padding: 0;
  background: #ffffff;
  overflow: hidden;
}
.section-3 > .container .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-top: 20px;
}
.section-3 > .container .title h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  color: #111;
}
.section-3 > .container .title a {
  color: #111;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
  border: 2px solid #111;
  padding: 6px 16px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.section-3 > .container .title a img {
  width: 18px;
  height: 18px;
}
.section-3 > .container .title a:hover {
  background: #111;
  color: #fff;
}
.section-3 > .container .title a:hover img {
  filter: brightness(0) invert(1);
}
.section-3 > .container .product-grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}
.section-3 > .container .product-grid .product-card {
  flex: 1;
  max-width: calc(25% - 15px);
  background: rgba(255, 134, 54, 0.06);
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-radius: 15px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  padding: 10px;
}
.section-3 > .container .product-grid .product-card .product-thumbnail {
  display: block;
  margin-bottom: 12px;
}
.section-3 > .container .product-grid .product-card .product-thumbnail img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 180px;
}
.section-3 > .container .product-grid .product-card .product-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  text-align: right;
  min-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-3 > .container .product-grid .product-card .product-title a {
  color: #2c3e50;
  text-decoration: none;
  display: block;
  line-height: 1.5;
}
.section-3 > .container .product-grid .product-card .product-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 12px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.section-3 > .container .product-grid .product-card .product-price .price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.section-3 > .container .product-grid .product-card .product-price .price-wrapper del {
  color: #000000;
  font-size: 11px;
  text-decoration: line-through;
}
.section-3 > .container .product-grid .product-card .product-price .price-wrapper ins {
  background: transparent !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #ff0000;
}
.section-3 > .container .product-grid .product-card .product-price .discount-wrapper .discount-badge {
  color: white;
  padding: 2px 8px;
  font-size: 12px;
  background: #ff0000;
  border-radius: 12px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .section-3 .product-grid {
    flex-wrap: wrap;
  }
  .section-3 .product-grid .product-card {
    max-width: calc(33.333% - 14px);
  }
}
@media (max-width: 768px) {
  .section-3 > .container {
    padding: 0 15px;
  }
  .section-3 .title {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .section-3 .title h2 {
    font-size: 16px !important;
    font-weight: 700;
  }
  .section-3 .title a {
    font-size: 11px !important;
    padding: 2px 8px !important;
    white-space: nowrap;
  }
  .section-3 .title a img {
    width: 11px !important;
    height: 11px !important;
  }
  .section-3 .product-grid {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding-inline: 10px;
    gap: 15px;
    padding: 10px 6px 20px;
  }
  .section-3 .product-grid::-webkit-scrollbar {
    height: 0;
    width: 0;
    display: none;
  }
  .section-3 .product-grid {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .section-3 .product-grid .product-card {
    min-width: 160px;
    max-width: calc(50% - 10px);
    scroll-snap-align: start;
    padding: 6px !important;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
  }
  .section-3 .product-grid .product-card .product-thumbnail {
    margin-bottom: 10px;
  }
  .section-3 .product-grid .product-card .product-thumbnail img {
    height: 120px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .section-3 .product-grid .product-card .product-title {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 8px;
    min-height: 36px;
    line-height: 1.4;
    text-align: right;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section-3 .product-grid .product-card .product-title a {
    color: #333;
  }
  .section-3 .product-grid .product-card .product-price {
    border-top: 1px solid #f5f5f5;
    padding-top: 10px;
    margin-top: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .section-3 .product-grid .product-card .product-price .discount-wrapper {
    align-self: flex-end;
  }
  .section-3 .product-grid .product-card .product-price .discount-wrapper .discount-badge {
    font-size: 11px;
    padding: 2px 6px;
  }
  .section-3 .product-grid .product-card .product-price .price-wrapper {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    gap: 4px;
  }
  .section-3 .product-grid .product-card .product-price .price-wrapper del {
    font-size: 11px;
    color: #999;
  }
  .section-3 .product-grid .product-card .product-price .price-wrapper ins {
    font-size: 14px;
    font-weight: 700;
    color: #ff0000;
  }
  .section-3 .product-grid .product-card:hover {
    transform: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  }
}

.featured-simple-section {
  width: 100%;
  padding: 10px 0 30px;
}
.featured-simple-section > .container {
  display: flex;
  padding: 27px 18px;
  background-color: oklab(81.747% 0.08854 0.02945 / 0.615);
  border-radius: 15px;
  gap: 20px;
}
.featured-simple-section > .container .right {
  width: 18%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.featured-simple-section > .container .right > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.featured-simple-section > .container .right > div figure {
  margin: 0 0 10px;
}
.featured-simple-section > .container .right > a {
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-weight: 600;
  margin-top: auto;
}
.featured-simple-section > .container > .left {
  width: 82%;
}
.featured-simple-section > .container > .left .featured-products-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  height: 100%;
}
.featured-simple-section > .container > .left .featured-products-grid > article {
  position: relative;
  overflow: hidden;
  flex: 1;
  height: 100%;
  min-height: 280px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.featured-simple-section > .container > .left .featured-products-grid > article::before, .featured-simple-section > .container > .left .featured-products-grid > article::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(35px);
  opacity: 0.4;
  background: rgba(255, 75, 75, 0.4);
}
.featured-simple-section > .container > .left .featured-products-grid > article::before {
  top: -60px;
  left: -60px;
}
.featured-simple-section > .container > .left .featured-products-grid > article::after {
  right: -60px;
  bottom: -60px;
}
.featured-simple-section > .container > .left .featured-products-grid > article > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}
.featured-simple-section > .container > .left .featured-products-grid > article > a > figure {
  height: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.featured-simple-section > .container > .left .featured-products-grid > article > a > figure img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.featured-simple-section > .container > .left .featured-products-grid > article > a > h3 {
  color: #001d3b;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px;
  text-align: right;
  line-height: 1.4;
}
.featured-simple-section > .container > .left .featured-products-grid > article > a > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  padding-top: 10px;
}
.featured-simple-section > .container > .left .featured-products-grid > article > a > div .price-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.featured-simple-section > .container > .left .featured-products-grid > article > a > div .price-wrapper del span {
  color: #000000;
  font-size: 11px;
}
.featured-simple-section > .container > .left .featured-products-grid > article > a > div .price-wrapper ins {
  background: transparent !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.featured-simple-section > .container > .left .featured-products-grid > article > a > div .price-wrapper ins span {
  color: #ff0000;
}
.featured-simple-section > .container > .left .featured-products-grid > article > a > div .discount-wrapper span {
  color: white;
  padding: 2px 8px;
  font-size: 13px;
  background: #ff0000;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .featured-simple-section > .container {
    flex-direction: column;
  }
  .featured-simple-section > .container .right {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .featured-simple-section > .container > .left {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .featured-simple-section > .container {
    padding: 20px 15px;
  }
  .featured-simple-section > .container .right {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .featured-simple-section > .container .right > div {
    width: 50%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    width: 100%;
  }
  .featured-simple-section > .container .right > div figure {
    margin: 0 0 10px;
  }
  .featured-simple-section > .container .right > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 600;
    margin-top: auto;
    margin-top: 0;
  }
  .featured-simple-section > .container > .left {
    overflow: hidden;
  }
  .featured-simple-section > .container > .left .featured-products-grid {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding-inline: 10px;
    gap: 15px;
    padding: 10px 6px 20px;
  }
  .featured-simple-section > .container > .left .featured-products-grid::-webkit-scrollbar {
    height: 0;
    width: 0;
    display: none;
  }
  .featured-simple-section > .container > .left .featured-products-grid {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .featured-simple-section > .container > .left .featured-products-grid > article {
    flex: 0 0 calc(50% - 10px);
    min-width: 160px;
    min-height: 240px;
    scroll-snap-align: start;
    padding: 6px;
  }
  .featured-simple-section > .container > .left .featured-products-grid > article:hover {
    transform: none !important;
  }
  .featured-simple-section > .container > .left .featured-products-grid > article > a > h3 {
    font-size: 13px;
  }
  .featured-simple-section > .container > .left .featured-products-grid > article > a > div .price-wrapper ins {
    font-size: 14px;
  }
}

.custom-banners-section {
  padding-bottom: 50px;
  padding-top: 40px;
}
.custom-banners-section > .container {
  display: flex;
  gap: 20px;
  padding: 0;
}
.custom-banners-section > .container .banners-wrapper {
  display: flex;
  justify-content: space-between;
}
.custom-banners-section > .container .banners-wrapper .banner-item {
  flex: 1;
}
.custom-banners-section > .container .banners-wrapper .banner-item figure {
  width: 98%;
  margin: 0;
}
.custom-banners-section > .container .banners-wrapper .banner-item figure img {
  width: 100%;
  border-radius: 18px;
  transition: transform 0.3s ease;
}
.custom-banners-section > .container .banners-wrapper .banner-item:hover figure img {
  transform: scale(1.02);
}
@media (max-width: 768px) {
  .custom-banners-section > .container {
    flex-direction: column;
    gap: 15px;
  }
  .custom-banners-section > .container .banners-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .custom-banners-section > .container .banners-wrapper .banner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .custom-banners-section > .container .banners-wrapper .banner-item figure {
    width: 88%;
    margin: 0;
    padding-top: 10px;
  }
  .custom-banners-section > .container .banners-wrapper .banner-item figure img {
    width: 100%;
    border-radius: 18px;
    transition: transform 0.3s ease;
  }
  .custom-banners-section > .container .banner-item figure img {
    border-radius: 14px;
  }
}

.blog {
  width: 100%;
  padding: 0px 0;
}
.blog.section-3 > .container {
  overflow: visible !important;
}
.blog > .container .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-top: 20px;
}
.blog > .container .title h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  color: #111;
}
.blog > .container .title a {
  color: #111;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
  border: 2px solid #111;
  padding: 6px 16px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog > .container .title a img {
  width: 18px;
  height: 18px;
}
.blog > .container .title a:hover {
  background: #111;
  color: #fff;
}
.blog > .container .title a:hover img {
  filter: brightness(0) invert(1);
}
.blog > .container .product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.blog > .container .product-grid .product-card {
  flex: 0 0 calc(24% - 17px);
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
}
.blog > .container .product-grid .product-card .product-thumbnail {
  display: block;
  margin: 0;
}
.blog > .container .product-grid .product-card .product-thumbnail img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog > .container .product-grid .product-card .blog-excerpt {
  padding: 12px;
  flex-grow: 1;
}
.blog > .container .product-grid .product-card .blog-excerpt p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: right;
}
@media (max-width: 992px) {
  .blog > .container .product-grid .product-card {
    flex: 0 0 calc(50% - 13px);
  }
}
@media (max-width: 768px) {
  .blog {
    padding: 30px 0;
  }
  .blog > .container {
    padding: 0 15px;
    overflow: visible !important;
  }
  .blog > .container .title {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .blog > .container .title h2 {
    font-size: 16px !important;
    font-weight: 700;
  }
  .blog > .container .title a {
    font-size: 11px !important;
    padding: 2px 8px !important;
    white-space: nowrap;
  }
  .blog > .container .title a img {
    width: 11px !important;
    height: 11px !important;
  }
  .blog .product-grid {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-padding-inline: 10px;
    gap: 15px;
    padding: 10px 6px 20px;
  }
  .blog .product-grid::-webkit-scrollbar {
    height: 0;
    width: 0;
    display: none;
  }
  .blog .product-grid {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .blog .product-grid .product-card {
    flex: 0 0 calc(50% - 10px) !important;
    min-width: calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
    scroll-snap-align: start;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  }
  .blog .product-grid .product-card .product-thumbnail {
    margin: 0;
  }
  .blog .product-grid .product-card .product-thumbnail img {
    height: 120px !important;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .blog .product-grid .product-card .blog-excerpt {
    padding: 8px;
  }
  .blog .product-grid .product-card .blog-excerpt p {
    font-size: 11px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
  }
  .blog .product-grid .product-card:hover {
    transform: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  }
}

.trust-section > .container {
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  padding: 30px 20px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
}
.trust-section > .container .trust-images-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.trust-section > .container .trust-images-wrapper .trust-images-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.trust-section > .container .trust-images-wrapper .trust-images-grid figure {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px;
}
.trust-section > .container .trust-images-wrapper .trust-images-grid figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  .trust-section > .container {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  }
  .trust-section > .container .trust-images-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .trust-section > .container .trust-images-wrapper .trust-images-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .trust-section > .container .trust-images-wrapper .trust-images-grid figure {
    width: 33%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px;
  }
  .trust-section > .container .trust-images-wrapper .trust-images-grid figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.partners-section {
  padding: 60px 0;
}
.partners-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.partners-section .section-header h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.partners-section .section-header p {
  font-size: 1.1rem;
  color: #666;
}
.partners-section .partners-slider .slick-track {
  display: flex !important;
  align-items: center;
}
.partners-section .partners-slider .slick-slide {
  height: auto;
}
.partners-section .partners-slider .slick-slide > div {
  height: 100%;
}
.partners-section .partners-slider .partner-item {
  text-align: center;
  border-radius: 10px;
  height: 120px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.partners-section .partners-slider .partner-item img {
  max-height: 80px;
  max-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(20%);
  transition: filter 0.3s ease;
}
.partners-section .partners-slider .partner-item:hover img {
  filter: grayscale(0%);
}
.partners-section .partners-slider .slick-prev,
.partners-section .partners-slider .slick-next {
  z-index: 1;
}
.partners-section .partners-slider .slick-prev:before,
.partners-section .partners-slider .slick-next:before {
  color: #007bff;
  font-size: 28px;
}
.partners-section .partners-slider .slick-prev {
  left: -25px;
}
.partners-section .partners-slider .slick-next {
  right: -25px;
}
.partners-section .partners-slider .slick-dots {
  display: none !important;
}
@media (max-width: 768px) {
  .partners-section .partners-slider .partner-item {
    height: 90px;
    padding: 10px;
  }
  .partners-section .partners-slider .partner-item img {
    max-height: 60px;
    max-width: 110px;
  }
  .partners-section .partners-slider .slick-prev:before,
  .partners-section .partners-slider .slick-next:before {
    font-size: 20px;
  }
  .partners-section .partners-slider .slick-prev {
    left: -15px;
  }
  .partners-section .partners-slider .slick-next {
    right: -15px;
  }
}
@media (max-width: 480px) {
  .partners-section .partners-slider .partner-item {
    height: 70px;
    padding: 8px;
  }
  .partners-section .partners-slider .partner-item img {
    max-height: 145px;
    max-width: 180px;
  }
  .partners-section .partners-slider .slick-prev:before,
  .partners-section .partners-slider .slick-next:before {
    font-size: 16px;
  }
  .partners-section .partners-slider .slick-prev {
    left: -10px;
  }
  .partners-section .partners-slider .slick-next {
    right: -10px;
  }
}

.product-card,
article {
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.product-card .product-thumbnail,
article .product-thumbnail {
  position: relative;
  overflow: hidden;
  display: block;
}
.product-card .product-thumbnail img,
article .product-thumbnail img {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
  display: block;
}
.product-card .product-thumbnail::before,
article .product-thumbnail::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -100%;
  width: 60%;
  height: 120%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6), transparent);
  transform: skewX(-25deg);
  transition: left 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 2;
  pointer-events: none;
}
.product-card .product-title a,
article .product-title a {
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}
.product-card:hover,
article:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.05);
  transform: translateY(-8px);
}
.product-card:hover .product-thumbnail img,
article:hover .product-thumbnail img {
  transform: scale(1.08);
}
.product-card:hover .product-thumbnail::before,
article:hover .product-thumbnail::before {
  left: 130%;
}
.product-card:hover .product-title a,
article:hover .product-title a {
  color: #ff0000;
  transform: translateX(-5px);
}
@media (max-width: 768px) {
  .product-card:hover,
  article:hover {
    transform: none !important;
    box-shadow: none !important;
  }
}

.site-footer .footer-newsletter {
  background: #e9ecef;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  margin-bottom: 40px;
  border-radius: 15px;
}
.site-footer .footer-newsletter .newsletter-text p {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 700;
}
.site-footer .footer-newsletter .newsletter-box {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 5px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.site-footer .footer-newsletter .newsletter-box input {
  border: none;
  outline: none;
  width: 250px;
  padding: 8px 15px;
  text-align: right;
  font-family: "BYekan", sans-serif;
}
.site-footer .footer-newsletter .newsletter-box input::-moz-placeholder {
  color: #999;
  font-weight: 300;
}
.site-footer .footer-newsletter .newsletter-box input::placeholder {
  color: #999;
  font-weight: 300;
}
.site-footer .footer-newsletter .newsletter-box button {
  background: #111;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 8px 20px;
  border-radius: 12px;
  font-family: "BYekan", sans-serif;
  transition: background 0.3s;
}
.site-footer .footer-newsletter .newsletter-box button:hover {
  background: #333;
}
.site-footer .footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.site-footer .footer-content .footer-column h3 {
  font-size: 18px;
  font-weight: 800;
  text-align: right;
  padding-bottom: 15px;
  margin-bottom: 25px;
  color: #111;
  border-bottom: 3px solid #111;
  display: inline-block;
}
.site-footer .footer-content .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-content .footer-column ul li {
  margin-bottom: 12px;
  text-align: right;
}
.site-footer .footer-content .footer-column ul li a {
  color: #555 !important;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s, padding-right 0.3s;
}
.site-footer .footer-content .footer-column ul li a:hover {
  color: #ff0000 !important;
  padding-right: 5px;
}
.site-footer .footer-content .footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.site-footer .footer-content .footer-social h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
  border-bottom: 3px solid #111;
  padding-bottom: 10px;
}
.site-footer .footer-content .footer-social .social-icons {
  display: flex;
  gap: 15px;
}
.site-footer .footer-content .footer-social .social-icons a {
  width: 40px;
  height: 40px;
  border: 1px solid #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 18px;
  transition: all 0.3s;
}
.site-footer .footer-content .footer-social .social-icons a:hover {
  background: #111;
  color: #fff;
}
.site-footer .footer-copyright {
  text-align: center;
  padding-top: 25px;
  font-weight: 600;
  font-size: 14px;
  color: #666;
}
@media (max-width: 992px) {
  .site-footer .footer-newsletter {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .site-footer .footer-newsletter .newsletter-box {
    width: 100%;
    max-width: 400px;
  }
  .site-footer .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }
  .site-footer .footer-content .footer-column h3 {
    text-align: center;
    display: block;
    border-bottom: none;
  }
  .site-footer .footer-content .footer-column ul li {
    text-align: center;
  }
  .site-footer .footer-content .footer-social {
    align-items: center;
  }
  .site-footer .footer-content .footer-social h3 {
    text-align: center;
    display: block;
    border-bottom: none;
  }
  .site-footer .footer-content .footer-social .social-icons {
    justify-content: center;
  }
}

/* مخفی کردن پیام‌های موفقیت ووکامرس (از جمله اضافه شدن به سبد خرید) */
.woocommerce-message {
  display: none !important;
}

@media (min-width: 990px) {
  .dS-none {
    display: none !important;
  }
}
@media (max-width: 799.98px) {
  .dm-none {
    display: none !important;
  }
}/*# sourceMappingURL=main.css.map */