/* ===== HOME SLIDER SWIPER ===== */
  .home-slider-swiper {
      width: 100%;
  }

  .home-slider-swiper .swiper {
      width: 100%;
  }

  .home-slider-swiper .swiper-slide {
      width: 100%;
  }

  .home-slider-swiper img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
  }

  .home-slider-swiper .swiper-pagination-bullet {
      background: white;
      opacity: 1;
  }

  .home-slider-swiper .swiper-pagination-bullet-active {
      background: #333;
  }

/* ===== HOME PRODUCTS ===== */
.home-product {
    padding: 40px 0;
}

.home-product__title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 30px;
}

.home-product__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.product-item {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,.15);
}

.home-product .product-title {
    font-size: 15px;
    margin: 10px 0;
    font-weight: 400;
}

.home-product .price {
  font-weight: 600;
}

/* ===== HOME WHY? ===== */
.why-choose {
    padding: 40px 0;
}

.why-choose__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 40px;
}

.why-choose__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.why-choose__item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.why-choose__icon img {
    width: 60px;
    height: auto;
    margin-bottom: 15px;
}

.why-choose__item-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 10px;
    text-align: left;
}

.why-choose__text {
    color: #555;
    text-align: justify;
}

/* ===== HOME PRODUCTION ===== */
.home-production {
    padding: 40px 0;
}

.home-production__section-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 30px;
}

.home-production__wrap {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 100px;
    align-items: center;
}

.home-production__left img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.home-production__title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 20px;
}

.home-production__content ul {
    padding-left: 20px;
}

.home-production__content li {
    margin-bottom: 10px;
    line-height: 1.6;
}

/* ===== HOME NEWS ===== */
.home-news {
    padding: 40px 0;
}

.home-news__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-main);
}

.home-news__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.news-big img {
    width: 100%;
    border-radius: 5px;
}

.news-big h3 {
    margin-top: 15px;
    font-size: 20px;
}

.news-small-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}

.news-small img {
    width: 100%;
    aspect-ratio: 2/1;
    border-radius: 5px;
}

.news-small h4 {
    font-size: 14px;
    margin-top: 8px;
    font-weight: 400;
}


/* ================= SINGLE PRODUCT ================= */
  
  .product-top {
    display:grid;
    grid-template-columns: 40% 55%;
    gap: 5%;
    margin-bottom: 100px;
  }
  
  .product-title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  .product-price {
    font-size:22px;
    color:var(--color-main);
    margin-bottom:15px;
  }

  .product-info .product-price {
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .vertical-line {
    width: 1px;
    background: #3333335c;
    padding: 10px 0;
  }
  
  .product-short-desc {
    margin-bottom:20px;
    line-height:1.6;
  }
  
  .product-actions {
    display:flex;
    gap:15px;
    margin-top:15px;
  }
  
  .btn-add-cart,
  .btn-buy-now {
    padding:12px 20px;
    border:none;
    cursor:pointer;
    font-weight:600;
    border-radius: 20px;
  }
  
  .btn-add-cart {
    background:var(--color-main);
    color:#fff;
  }
  
  .btn-buy-now {
    background:#333333;
    color:#fff;
  }
  
  .product-gallery img {
    width:100%;
    height:auto;
    border-radius:8px;
  }
  
  .product-thumb {
    margin-top:10px;
  }
  
  .product-thumb .swiper-slide {
    opacity:.5;
    cursor:pointer;
    border: solid 1px var(--color-main);
  }
  
  .product-thumb .swiper-slide-thumb-active {
    opacity:1;
  }
  
  .product-content .title-product-content {
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
  }

  .product-description {
    padding: 10px;
    background: #f4f4f4;
    border-radius: 10px;
  }

  .product-info {
    padding: 10px;
    background: #f4f4f4;
    border-radius: 10px;
  }
  
  .single-product .woocommerce-Price-amount.amount {
    padding: 5px 10px;
    border: solid 1px var(--color-main);
    border-radius: 5px;
  }
  
  .product-short-desc p {
    margin: 5px 0;
  }

  /* ================= RELATED PRODUCTS ================= */

.product-related {
  padding:50px 20px;
}

.product-related .section-title {
  font-size:24px;
  margin-bottom:30px;
  text-align:center;
  text-transform: uppercase;
  color: var(--color-main);
}

.related-products-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
  padding: 10px;
}

.related-product-item {
  border:1px solid #eee;
  border-radius:8px;
  padding:10px;
  text-align:center;
  transition:.3s;
  background: #f4f4f4;
}

.related-product-item:hover {
  box-shadow:0 6px 20px rgba(0,0,0,.08);
}

.related-product-item img {
  width:100%;
  height:auto;
  border-radius:6px;
}

.related-product-item .product-name {
  font-size:16px;
  margin:15px 0 8px;
}

.related-product-item .product-name a {
  color:#333333;
  text-decoration:none;
}

.related-product-item .product-price {
  font-size: 16px;
  color: var(--color-main);
  margin-bottom: 12px;
}

.btn-view-product {
  display:inline-block;
  padding:8px 16px;
  background:#6dbb2d;
  color:#fff;
  text-decoration:none;
  border-radius:4px;
  font-size:14px;
}

/* ================= QUANTITY ================= */

.product-quantity {
  display:flex;
  align-items:center;
  gap:15px;
  margin:15px 0;
}

.qty-label {
  font-weight:500;
}

.qty-wrapper {
  display:flex;
  align-items:center;
  border:1px solid #ddd;
  border-radius: 10px;
  overflow:hidden;
}

.qty-wrapper input.qty {
  width:60px;
  text-align:center;
  border:none;
  height:40px;
  font-size:15px;
}

.qty-btn {
  width:40px;
  height:40px;
  border:none;
  background:#f5f5f5;
  cursor:pointer;
  font-size:18px;
}

.qty-btn:hover {
  background:#eaeaea;
}


.product-rating {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin: 6px 0 8px;
  font-size: 20px;
}

.product-rating .star {
  color: #ddd;
}

.product-rating .star.filled {
  color: #f5a623;
}

.single-content {
  max-width: 1000px;
  margin: 0 auto;
}

.single-page.site-container img {
  max-width: 800px;
  margin: 0 auto;
}

/* ================= RELATED NEWS ================= */
.related-news {
  padding: 50px 0;
}

.related-news .section-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  color: var(--color-main);
  text-transform: uppercase;
}

.related-news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.news-item {
  background: #fff;
  overflow: hidden;
  transition: 0.3s;
}

.news-item:hover {
  transform: translateY(-4px);
}

.related-news .news-thumb img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.news-title {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-excerpt {
  font-size: 14px;
  color: #666;
}

.page-content {
  margin: 40px 0;
}