/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.5.1770886397
Updated: 2026-02-12 09:53:17

*/

/* ===== FEATURED PRODUCTS SECTION ===== */

.gd-featured {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 30px;
  font-family: "Lato", sans-serif;
}

.gd-featured__head {
  text-align: center;
  margin-bottom: 44px;
}

.gd-featured__head h2 {
  font-size: 46px;
  margin: 0 0 10px;
  font-weight: 700;
  color: #1E3042;
}

.gd-featured__head p {
  margin: 0;
  font-size: 16px;
  color: rgba(30,48,66,.75);
}

.gd-featured__divider {
  width: 70px;
  height: 2px;
  background: rgba(30,48,66,.35);
  margin: 18px auto 0;
  border-radius: 999px;
}

.gd-featured__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.gd-prod {
  display: block;
  text-decoration: none;
  background: #F7F8FA;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 18px 45px rgba(0,0,0,.10);
  transition: transform .25s ease, box-shadow .25s ease;
  color: inherit;
}

.gd-prod:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0,0,0,.14);
}

.gd-prod__media {
  height: 240px;
  border-radius: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}

.gd-prod__title {
  margin: 18px 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #1E3042;
}

.gd-prod__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.gd-prod__price {
  font-size: 18px;
  font-weight: 800;
  color: #1E3042;
}

.gd-prod__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #1E3042;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(0,0,0,.18);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.gd-prod__btnDot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #fff;
}

.gd-prod:hover .gd-prod__btn {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0,0,0,.24);
  background: #243a52;
}

/* Responsive */

@media (max-width: 1100px) {
  .gd-featured__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gd-featured__grid {
    grid-template-columns: 1fr;
  }

  .gd-featured__head h2 {
    font-size: 32px;
  }
}
