/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 09 2026 | 17:00:24 */
/* ==========================================================
   CGA PRODUCT OPTIONS — REVIEW SUMMARY
   Appearance only. Used with cga-product-options-summary.js.
   ========================================================== */

body.single-product #tm-extra-product-options
.cga-option-summary {
  box-sizing: border-box;
  width: 100%;
  margin: 18px 0 0;
  padding: 18px;
  color: var(--cga-option-text, #2c2926);
  background:
    radial-gradient(circle at 96% 0%, rgba(196, 154, 82, 0.13), transparent 34%),
    linear-gradient(145deg, #fffdf8 0%, #f7f0e5 100%);
  border: 1px solid rgba(184, 137, 45, 0.38);
  border-top: 3px solid var(--cga-option-gold, #b8892d);
  border-radius: 12px;
  box-shadow: 0 7px 18px rgba(48, 33, 25, 0.09);
}

body.single-product #tm-extra-product-options
.cga-option-summary[hidden] {
  display: none !important;
}

body.single-product #tm-extra-product-options
.cga-option-summary__eyebrow {
  margin: 0 0 4px;
  color: #8a641e;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.single-product #tm-extra-product-options
.cga-option-summary__title {
  margin: 0 0 5px;
  color: var(--cga-option-walnut, #302119);
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.single-product #tm-extra-product-options
.cga-option-summary__intro {
  margin: 0 0 13px;
  color: var(--cga-option-muted, #6e675f);
  font-size: 12px;
  line-height: 1.5;
}

body.single-product #tm-extra-product-options
.cga-option-summary__list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.single-product #tm-extra-product-options
.cga-option-summary__item {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.45fr) auto;
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 9px 0;
  border-top: 1px solid rgba(196, 154, 82, 0.22);
}

body.single-product #tm-extra-product-options
.cga-option-summary__name,
body.single-product #tm-extra-product-options
.cga-option-summary__value {
  min-width: 0;
  overflow-wrap: anywhere;
}

body.single-product #tm-extra-product-options
.cga-option-summary__name {
  color: #765018;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.single-product #tm-extra-product-options
.cga-option-summary__value {
  color: var(--cga-option-walnut, #302119);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

body.single-product #tm-extra-product-options
.cga-option-summary__item--missing .cga-option-summary__value {
  color: #a54732;
  font-weight: 750;
}

body.single-product #tm-extra-product-options
.cga-option-summary__edit {
  min-width: 56px;
  min-height: 36px;
  margin: 0;
  padding: 7px 10px;
  color: #765018;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(184, 137, 45, 0.52);
  border-radius: 999px;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.single-product #tm-extra-product-options
.cga-option-summary__edit:focus-visible {
  outline: 2px solid var(--cga-option-gold-light, #d5b466);
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  body.single-product #tm-extra-product-options
  .cga-option-summary__edit:hover {
    color: #302119;
    background: #f3dfad;
    border-color: var(--cga-option-gold, #b8892d);
    transform: translateY(-1px);
  }
}

@media screen and (max-width: 849px) {
  body.single-product #tm-extra-product-options
  .cga-option-summary {
    margin-top: 14px;
    padding: 14px 12px;
    border-radius: 10px;
  }

  body.single-product #tm-extra-product-options
  .cga-option-summary__item {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.35fr) auto;
    gap: 8px;
    padding: 8px 0;
  }

  body.single-product #tm-extra-product-options
  .cga-option-summary__value {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  body.single-product #tm-extra-product-options
  .cga-option-summary__item {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr);
    align-items: start;
  }

  body.single-product #tm-extra-product-options
  .cga-option-summary__edit {
    grid-column: 2;
    justify-self: start;
    min-height: 34px;
    padding: 7px 9px;
  }
}

@media screen and (max-width: 359px) {
  body.single-product #tm-extra-product-options
  .cga-option-summary {
    padding: 12px 10px;
  }

  body.single-product #tm-extra-product-options
  .cga-option-summary__item {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  body.single-product #tm-extra-product-options
  .cga-option-summary__edit {
    grid-column: 1;
  }
}

@media (forced-colors: active) {
  body.single-product #tm-extra-product-options
  .cga-option-summary {
    color: CanvasText;
    background: Canvas;
    border-color: Highlight;
    box-shadow: none;
  }

  body.single-product #tm-extra-product-options
  .cga-option-summary__name,
  body.single-product #tm-extra-product-options
  .cga-option-summary__value {
    color: CanvasText;
  }

  body.single-product #tm-extra-product-options
  .cga-option-summary__edit {
    color: HighlightText;
    background: Highlight;
    border-color: Highlight;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.single-product #tm-extra-product-options
  .cga-option-summary__edit {
    transition: none !important;
  }
}
