/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.kely-product-page {
  font-family: inherit;
  color: #18212b;
}

.kely-hero {
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 48px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.kely-gallery img {
  border-radius: 18px;
  background: #f6f7f8;
}

.kely-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.kely-thumbs img {
  border: 1px solid #e5e7eb;
  cursor: pointer;
}

.kely-breadcrumb {
  font-size: 13px;
  color: #7a8491;
  margin-bottom: 12px;
}

.kely-info h1 {
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 12px;
  font-weight: 800;
}

.kely-rating {
  color: #f5a623;
  font-weight: 700;
  margin-bottom: 14px;
}

.kely-rating span {
  color: #5f6b7a;
  font-weight: 500;
}

.kely-price {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 10px;
}

.kely-badge {
  display: inline-block;
  background: #e8f7ef;
  color: #16784f;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  margin-bottom: 18px;
}

.kely-short {
  font-size: 16px;
  line-height: 1.7;
  color: #4c5968;
  margin-bottom: 22px;
}

.kely-info .button,
.kely-info button,
.kely-info .single_add_to_cart_button {
  width: 100%;
  border-radius: 999px !important;
  background: #111827 !important;
  color: #fff !important;
  font-weight: 800;
  padding: 14px 24px;
  text-transform: uppercase;
}

.kely-trust {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  color: #374151;
  font-size: 14px;
}

.kely-features,
.kely-specs,
.kely-review {
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 20px;
}

.kely-features h2,
.kely-specs h2,
.kely-review h2 {
  font-size: 32px;
  margin-bottom: 24px;
  font-weight: 800;
}

.kely-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.kely-feature-grid > div {
  background: #f7f9fb;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid #edf0f3;
}

.kely-feature-grid h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.kely-feature-grid p {
  color: #5f6b7a;
  margin: 0;
}

.kely-review-box {
  background: #111827;
  color: #fff;
  display: inline-block;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 800;
}

@media (max-width: 849px) {
  .kely-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 20px;
  }

  .kely-info h1 {
    font-size: 32px;
  }

  .kely-feature-grid {
    grid-template-columns: 1fr;
  }
}