/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 01 2026 | 06:46:50 */
/* ==========================================================
   Custom Guitar Atelier — WP Customer Reviews
   Product-page enhancement for Flatsome

   Add as a separate CSS snippet:
   - Where on page: Header
   - Where in site: Frontend
   ========================================================== */

body.single-product [data-wpcr3-content] {
  --cga-review-ink: #211915;
  --cga-review-brown: #3a2a21;
  --cga-review-gold: #a8752d;
  --cga-review-gold-light: #d6b271;
  --cga-review-muted: #6f655d;
  --cga-review-border: #e7ded2;
  --cga-review-paper: #ffffff;
  --cga-review-wash: #faf7f1;
}

/* Product-page review heading */
body.single-product
  .section-title-container:has(+ [data-wpcr3-content="-1"]) {
  margin-bottom: 26px;
}

body.single-product
  .section-title-container:has(+ [data-wpcr3-content="-1"])
  .section-title {
  justify-content: flex-start;
  margin: 0;
  border: 0;
  color: var(--cga-review-ink, #211915);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

body.single-product
  .section-title-container:has(+ [data-wpcr3-content="-1"])
  .section-title
  b {
  display: none;
}

body.single-product
  .section-title-container:has(+ [data-wpcr3-content="-1"])
  .section-title
  span {
  position: relative;
  margin: 0;
  padding: 0 0 14px;
  border: 0;
}

body.single-product
  .section-title-container:has(+ [data-wpcr3-content="-1"])
  .section-title
  span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 62px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--cga-review-gold, #a8752d),
    var(--cga-review-gold-light, #d6b271)
  );
}

/* Keep the review content at a comfortable reading width */
body.single-product
  [data-wpcr3-content="-1"]
  .wpcr3_reviews_holder,
body.single-product [data-wpcr3-content="-1"] .wpcr3_pagination,
body.single-product [data-wpcr3-content="999"] > .wpcr3_respond_1 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

/* Review cards */
body.single-product [data-wpcr3-content="-1"] .wpcr3_reviews_holder .wpcr3_review_item {
  margin: 0 0 20px;
}

body.single-product [data-wpcr3-content="-1"]
  .wpcr3_reviews_holder
  .wpcr3_review_item
  > .wpcr3_item {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 30px);
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(214, 178, 113, 0.13),
      transparent 27%
    ),
    var(--cga-review-paper);
  border: 1px solid var(--cga-review-border);
  border-radius: 16px;
  box-shadow:
    0 10px 28px rgba(43, 31, 22, 0.075),
    0 2px 7px rgba(43, 31, 22, 0.035);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

body.single-product [data-wpcr3-content="-1"]
  .wpcr3_reviews_holder
  .wpcr3_review_item
  > .wpcr3_item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--cga-review-gold),
    var(--cga-review-gold-light)
  );
}

body.single-product [data-wpcr3-content="-1"]
  .wpcr3_reviews_holder
  .wpcr3_review_item
  > .wpcr3_item::after {
  content: "“";
  position: absolute;
  top: 20px;
  right: 24px;
  color: rgba(168, 117, 45, 0.12);
  font-family: Georgia, serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

body.single-product [data-wpcr3-content="-1"]
  .wpcr3_reviews_holder
  .wpcr3_review_item
  > .wpcr3_item:hover {
  border-color: rgba(168, 117, 45, 0.48);
  box-shadow:
    0 14px 34px rgba(43, 31, 22, 0.1),
    0 3px 9px rgba(43, 31, 22, 0.045);
  transform: translateY(-1px);
}

body.single-product [data-wpcr3-content="-1"] .wpcr3_reviews_holder div.wpcr3_dotline {
  display: none !important;
}

body.single-product [data-wpcr3-content="-1"] .wpcr3_reviews_holder .wpcr3_review {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
}

body.single-product [data-wpcr3-content="-1"]
  .wpcr3_reviews_holder
  .wpcr3_review
  > .wpcr3_clear {
  display: none !important;
}

/* Rating and review metadata */
body.single-product [data-wpcr3-content="-1"]
  .wpcr3_reviews_holder
  div.wpcr3_review
  div.wpcr3_review_ratingValue {
  position: static;
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
  margin: 0 !important;
}

body.single-product [data-wpcr3-content="-1"]
  .wpcr3_reviews_holder
  div.wpcr3_review
  div.wpcr3_review_datePublished {
  display: block !important;
  grid-column: 2;
  grid-row: 1;
  color: var(--cga-review-muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

body.single-product [data-wpcr3-content="-1"]
  .wpcr3_reviews_holder
  div.wpcr3_review
  div.wpcr3_review_author {
  display: block !important;
  grid-column: 2;
  grid-row: 2;
  color: var(--cga-review-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

body.single-product [data-wpcr3-content="-1"] .wpcr3_reviews_holder .wpcr3_caps {
  text-transform: none;
}

body.single-product [data-wpcr3-content="-1"]
  .wpcr3_reviews_holder
  .wpcr3_review_author
  .wpcr3_caps {
  color: var(--cga-review-brown);
  font-weight: 700;
}

/* Review title */
body.single-product [data-wpcr3-content="-1"]
  .wpcr3_reviews_holder
  div.wpcr3_review
  div.wpcr3_review_title {
  display: block !important;
  grid-column: 1 / -1;
  grid-row: 3;
  margin-top: 18px;
  color: var(--cga-review-ink);
  font-size: clamp(18px, 2vw, 22px) !important;
  font-weight: 700;
  line-height: 1.3 !important;
  letter-spacing: -0.012em;
}

/* Review body */
body.single-product [data-wpcr3-content="-1"]
  .wpcr3_reviews_holder
  div.wpcr3_review
  blockquote.wpcr3_content {
  display: block !important;
  grid-column: 1 / -1;
  grid-row: 4;
  width: 100%;
  max-width: 88ch;
  margin: 16px 0 0;
  padding: 20px 22px;
  color: #4e453f;
  background: rgba(248, 244, 237, 0.82);
  border: 0;
  border-left: 3px solid var(--cga-review-gold);
  border-radius: 0 11px 11px 0;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.72;
}

body.single-product [data-wpcr3-content="-1"]
  .wpcr3_reviews_holder
  div.wpcr3_review
  blockquote.wpcr3_content
  p {
  display: block !important;
  margin: 0 0 1em !important;
  color: inherit;
  font-size: inherit !important;
  font-style: normal;
  font-weight: 400;
  line-height: inherit !important;
}

body.single-product [data-wpcr3-content="-1"]
  .wpcr3_reviews_holder
  div.wpcr3_review
  blockquote.wpcr3_content
  p:last-child {
  margin-bottom: 0 !important;
}

body.single-product [data-wpcr3-content="-1"]
  .wpcr3_reviews_holder
  blockquote.wpcr3_content
  strong,
body.single-product [data-wpcr3-content="-1"]
  .wpcr3_reviews_holder
  blockquote.wpcr3_content
  b {
  color: var(--cga-review-ink);
  font-weight: 700;
}

/* Pagination */
body.single-product [data-wpcr3-content="-1"] .wpcr3_pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 28px;
  margin-bottom: 28px;
  padding: 0;
  font-size: 0;
}

body.single-product
  [data-wpcr3-content="-1"]
  .wpcr3_pagination_page {
  float: none;
  margin-right: 5px;
  padding: 0;
  color: var(--cga-review-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 38px;
}

body.single-product
  [data-wpcr3-content="-1"]
  .wpcr3_pagination
  .wpcr3_a {
  display: inline-grid;
  float: none;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 0;
  padding: 0;
  color: var(--cga-review-brown);
  background: #ffffff;
  border: 1px solid var(--cga-review-border);
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 2px 7px rgba(43, 31, 22, 0.04);
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

body.single-product
  [data-wpcr3-content="-1"]
  .wpcr3_pagination
  .wpcr3_a:hover {
  color: #ffffff;
  background: var(--cga-review-brown);
  border-color: var(--cga-review-brown);
  transform: translateY(-1px);
}

body.single-product
  [data-wpcr3-content="-1"]
  .wpcr3_pagination
  .wpcr3_a.wpcr3_current {
  color: #ffffff;
  background: var(--cga-review-gold);
  border-color: var(--cga-review-gold);
  cursor: default;
}

body.single-product
  [data-wpcr3-content="-1"]
  .wpcr3_pagination
  .wpcr3_a.wpcr3_disabled,
body.single-product
  [data-wpcr3-content="-1"]
  .wpcr3_pagination
  .wpcr3_a.wpcr3_disabled:hover {
  color: #a89f96;
  background: #f2eee8;
  border-color: #ebe4dc;
  transform: none;
  cursor: default;
}

/* Review button */
body.single-product [data-wpcr3-content="999"] .wpcr3_respond_3 {
  margin-top: 6px;
}

body.single-product
  [data-wpcr3-content="999"]
  .wpcr3_respond_3
  p {
  margin: 0 !important;
}

body.single-product
  [data-wpcr3-content="999"]
  .wpcr3_button_1.wpcr3_show_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0;
  padding: 11px 20px;
  color: #ffffff;
  background: var(--cga-review-brown);
  border: 1px solid var(--cga-review-brown);
  border-radius: 999px;
  box-shadow: 0 7px 18px rgba(43, 31, 22, 0.16);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.015em;
  text-transform: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

body.single-product
  [data-wpcr3-content="999"]
  .wpcr3_button_1.wpcr3_show_btn::before {
  content: "★";
  margin-right: 8px;
  color: var(--cga-review-gold-light);
  font-size: 15px;
}

body.single-product
  [data-wpcr3-content="999"]
  .wpcr3_button_1.wpcr3_show_btn:hover {
  color: #ffffff;
  background: var(--cga-review-gold);
  border-color: var(--cga-review-gold);
  box-shadow: 0 9px 22px rgba(168, 117, 45, 0.23);
  transform: translateY(-1px);
}

body.single-product
  [data-wpcr3-content="999"]
  .wpcr3_button_1:focus-visible,
body.single-product
  [data-wpcr3-content="-1"]
  .wpcr3_pagination
  .wpcr3_a:focus-visible {
  outline: 3px solid rgba(168, 117, 45, 0.34);
  outline-offset: 3px;
}

/* Review submission form */
body.single-product [data-wpcr3-content="999"] .wpcr3_respond_2 {
  width: 100%;
  max-width: 720px;
  margin: 0 0 24px !important;
  padding: clamp(20px, 3vw, 30px) !important;
  background: var(--cga-review-wash);
  border: 1px solid var(--cga-review-border);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(43, 31, 22, 0.075);
}

body.single-product [data-wpcr3-content="999"] .wpcr3_div_2 {
  max-width: none;
}

body.single-product [data-wpcr3-content="999"] .wpcr3_leave_text {
  margin-bottom: 20px;
  color: var(--cga-review-ink);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

body.single-product
  [data-wpcr3-content="999"]
  .wpcr3_table_2
  tr {
  margin-bottom: 14px;
}

body.single-product
  [data-wpcr3-content="999"]
  .wpcr3_table_2
  label.comment-field {
  margin-bottom: 6px;
  color: var(--cga-review-brown);
  font-size: 13px;
  font-weight: 700;
}

body.single-product
  [data-wpcr3-content="999"]
  .wpcr3_respond_2
  input[type="text"],
body.single-product
  [data-wpcr3-content="999"]
  .wpcr3_respond_2
  textarea {
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 10px 12px;
  color: var(--cga-review-ink);
  background: #ffffff;
  border: 1px solid #dcd2c6;
  border-radius: 9px;
  box-shadow: none;
  font-size: 15px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

body.single-product
  [data-wpcr3-content="999"]
  .wpcr3_respond_2
  textarea {
  min-height: 140px !important;
  resize: vertical;
}

body.single-product
  [data-wpcr3-content="999"]
  .wpcr3_respond_2
  input[type="text"]:focus,
body.single-product
  [data-wpcr3-content="999"]
  .wpcr3_respond_2
  textarea:focus {
  border-color: var(--cga-review-gold);
  box-shadow: 0 0 0 3px rgba(168, 117, 45, 0.13);
  outline: 0;
}

body.single-product
  [data-wpcr3-content="999"]
  .wpcr3_check_confirm {
  color: var(--cga-review-muted);
  font-size: 13px;
  line-height: 1.5;
}

body.single-product
  [data-wpcr3-content="999"]
  .wpcr3_submit_btn,
body.single-product
  [data-wpcr3-content="999"]
  .wpcr3_cancel_btn {
  margin: 8px 8px 0 0;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

body.single-product
  [data-wpcr3-content="999"]
  .wpcr3_submit_btn {
  color: #ffffff;
  background: var(--cga-review-brown);
  border-color: var(--cga-review-brown);
}

body.single-product
  [data-wpcr3-content="999"]
  .wpcr3_cancel_btn {
  color: var(--cga-review-brown);
  background: #ffffff;
  border-color: var(--cga-review-border);
}

/* Understated plugin credit */
body.single-product [data-wpcr3-content="999"] .wpcr3_power {
  margin-top: 28px;
  padding-top: 18px;
  color: var(--cga-review-muted);
  border-top: 1px solid var(--cga-review-border);
  font-size: 11px;
  opacity: 0.72;
}

body.single-product [data-wpcr3-content="999"] .wpcr3_power a {
  color: var(--cga-review-brown);
}

@media (max-width: 549px) {
  body.single-product
    .section-title-container:has(+ [data-wpcr3-content="-1"])
    .section-title {
    font-size: 28px;
  }

  body.single-product [data-wpcr3-content="-1"]
    .wpcr3_reviews_holder
    .wpcr3_review_item
    > .wpcr3_item {
    padding: 19px 17px;
    border-radius: 13px;
  }

  body.single-product [data-wpcr3-content="-1"]
    .wpcr3_reviews_holder
    .wpcr3_review_item
    > .wpcr3_item::after {
    top: 16px;
    right: 14px;
    font-size: 62px;
  }

  body.single-product [data-wpcr3-content="-1"]
    .wpcr3_reviews_holder
    .wpcr3_review {
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 10px;
  }

  body.single-product [data-wpcr3-content="-1"]
    .wpcr3_reviews_holder
    div.wpcr3_review
    div.wpcr3_review_ratingValue {
    grid-row: 1;
  }

  body.single-product [data-wpcr3-content="-1"]
    .wpcr3_reviews_holder
    div.wpcr3_review
    div.wpcr3_review_datePublished {
    grid-column: 2;
    grid-row: 1;
  }

  body.single-product [data-wpcr3-content="-1"]
    .wpcr3_reviews_holder
    div.wpcr3_review
    div.wpcr3_review_author {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 8px;
  }

  body.single-product [data-wpcr3-content="-1"]
    .wpcr3_reviews_holder
    div.wpcr3_review
    div.wpcr3_review_title {
    grid-row: 3;
    margin-top: 14px;
    font-size: 18px !important;
  }

  body.single-product [data-wpcr3-content="-1"]
    .wpcr3_reviews_holder
    div.wpcr3_review
    blockquote.wpcr3_content {
    grid-row: 4;
    margin-top: 13px;
    padding: 16px 15px;
    border-left-width: 3px;
    font-size: 15px !important;
    line-height: 1.68;
  }

  body.single-product
    [data-wpcr3-content="-1"]
    .wpcr3_pagination_page {
    flex-basis: 100%;
    line-height: 1.4;
  }

  body.single-product
    [data-wpcr3-content="-1"]
    .wpcr3_pagination
    .wpcr3_a {
    width: 36px;
    height: 36px;
  }

  body.single-product
    [data-wpcr3-content="999"]
    .wpcr3_button_1.wpcr3_show_btn {
    width: 100%;
  }

  body.single-product [data-wpcr3-content="999"] .wpcr3_respond_2 {
    padding: 18px !important;
    border-radius: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.single-product [data-wpcr3-content="-1"]
    .wpcr3_reviews_holder
    .wpcr3_review_item
    > .wpcr3_item,
  body.single-product
    [data-wpcr3-content="-1"]
    .wpcr3_pagination
    .wpcr3_a,
  body.single-product
    [data-wpcr3-content="999"]
    .wpcr3_button_1 {
    transition: none;
  }

  body.single-product [data-wpcr3-content="-1"]
    .wpcr3_reviews_holder
    .wpcr3_review_item
    > .wpcr3_item:hover,
  body.single-product
    [data-wpcr3-content="-1"]
    .wpcr3_pagination
    .wpcr3_a:hover,
  body.single-product
    [data-wpcr3-content="999"]
    .wpcr3_button_1:hover {
    transform: none;
  }
}


