/** Shopify CDN: Minification failed

Line 678:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:configure-kit (INDEX:11) */
/* =========================================
   CONFIGURE SECTION  —  configure.liquid
   Uses Dawn CSS variables for full theme compatibility
   ========================================= */

/* Error state */
.cfg-error-box {
  max-width: 60rem;
  margin: 8rem auto;
  text-align: center;
  padding: 4rem;
}
.cfg-error-box h2 {
  font-family: var(--font-heading-family);
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
}
.cfg-error-box p {
  font-size: 1.5rem;
  color: rgba(var(--color-foreground), 0.6);
  margin-bottom: 2.4rem;
}

/* Page layout */
.cfg-page {
  min-height: 60vh;
}

.cfg-inner {
  display: grid;
  grid-template-columns: 28rem 1fr;
  gap: 4rem;
  align-items: start;
  padding-bottom: 12rem;
}

/* ── Sidebar ── */
.cfg-sidebar {
  position: sticky;
  top: 12rem;
  padding-top: 4rem;
}

.cfg-sidebar-card {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
  padding: 2.8rem;
  border-radius: var(--text-boxes-radius, 0);
}

.cfg-sidebar-label {
  font-size: 1rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  opacity: 0.6;
  margin: 0 0 1.6rem;
}

.cfg-sidebar-visual {
  background: rgba(255,255,255,0.05);
  height: 18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 0.4rem;
}

.cfg-sidebar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cfg-trim-name {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: 2.4rem;
  font-weight: var(--font-heading-weight);
  margin: 0 0 0.4rem;
  line-height: 1.2;
}

.cfg-trim-finish {
  font-size: 1.2rem;
  opacity: 0.65;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
}

.cfg-finish-dot {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(255,255,255,0.3);
  flex-shrink: 0;
}

.cfg-change-btn {
  display: block;
  width: 100%;
  margin-top: 2rem;
  padding: 1.2rem;
  background: transparent;
  border: 0.1rem solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.7);
  font-family: var(--font-body-family);
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
  border-radius: var(--buttons-radius, 0);
}

.cfg-change-btn:hover {
  border-color: rgba(255,255,255,0.7);
  color: #fff;
}

/* Valve box */
.cfg-valve-box {
  margin-top: 2rem;
  padding: 1.6rem;
  border-left: 0.3rem solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.06);
  border-radius: 0 0.4rem 0.4rem 0;
}

.cfg-valve-label {
  font-size: 1rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  opacity: 0.55;
  margin: 0 0 0.6rem;
}

.cfg-valve-name {
  font-size: 1.4rem;
  font-weight: var(--font-body-weight-bold);
  margin: 0 0 0.3rem;
  line-height: 1.3;
  transition: all 0.3s ease;
}

.cfg-valve-desc {
  font-size: 1.1rem;
  opacity: 0.55;
  margin: 0;
  line-height: 1.4;
}

/* ── Main ── */
.cfg-hero {
  padding: 4rem 0 3rem;
}

.cfg-step-label {
  font-size: 1.1rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.5);
  margin: 0 0 1rem;
}

.cfg-title {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  font-size: clamp(2.4rem, 4vw, 4rem);
  color: rgb(var(--color-foreground));
  line-height: 1.1;
  margin: 0 0 1.2rem;
}

.cfg-desc {
  font-size: 1.4rem;
  color: rgba(var(--color-foreground), 0.6);
  max-width: 48rem;
  line-height: 1.7;
  margin: 0 0 0.8rem;
}

.cfg-req-note {
  font-size: 1.1rem;
  color: rgba(var(--color-foreground), 0.5);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
}

.cfg-req-dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: rgba(var(--color-foreground), 0.4);
  flex-shrink: 0;
}

/* ── Component sections ── */
.cfg-section {
  margin-bottom: 4rem;
}

.cfg-section-header {
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.12);
  margin-bottom: 1.6rem;
}

.cfg-section-title {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  font-size: 2.2rem;
  color: rgb(var(--color-foreground));
  margin: 0;
}

.cfg-section-count {
  font-size: 1.1rem;
  color: rgba(var(--color-foreground), 0.5);
  transition: color 0.2s;
}

.cfg-section-count.has-selection {
  color: rgb(var(--color-foreground));
  font-weight: var(--font-body-weight-bold);
}

.cfg-section-optional {
  margin-left: auto;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.4);
  background: rgba(var(--color-foreground), 0.06);
  padding: 0.3rem 0.8rem;
  border-radius: var(--badge-corner-radius, 0);
}

.cfg-no-items {
  font-size: 1.3rem;
  color: rgba(var(--color-foreground), 0.5);
  font-style: italic;
  padding: 1.6rem;
  background: rgba(var(--color-foreground), 0.03);
  border: 0.1rem dashed rgba(var(--color-foreground), 0.15);
  border-radius: var(--text-boxes-radius, 0);
  margin: 0;
}

/* ── Component cards ── */
.cfg-comp-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: 1.2rem;
}

.cfg-comp-card {
  position: relative;
  background-color: rgb(var(--color-background));
  border: 0.2rem solid rgba(var(--color-foreground), 0.08);
  border-radius: var(--product-card-corner-radius, 0);
  cursor: pointer;
  padding: 1.6rem;
  transition: border-color 0.2s ease, transform 0.15s ease;
  outline: none;
}

.cfg-comp-card:hover {
  border-color: rgba(var(--color-foreground), 0.3);
  transform: translateY(-0.2rem);
}

.cfg-comp-card:focus-visible {
  border-color: rgb(var(--color-foreground));
  box-shadow: 0 0 0 0.2rem rgba(var(--color-foreground), 0.15);
}

.cfg-comp-card.selected,
.cfg-comp-card[aria-checked="true"] {
  border-color: rgb(var(--color-foreground));
}

.cfg-check-icon {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
  border-radius: 50%;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.cfg-comp-card.selected .cfg-check-icon,
.cfg-comp-card[aria-checked="true"] .cfg-check-icon {
  opacity: 1;
}

.cfg-comp-visual {
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--color-foreground), 0.03);
  margin-bottom: 1.2rem;
  overflow: hidden;
  border-radius: 0.4rem;
}

.cfg-comp-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cfg-comp-name {
  font-size: 1.3rem;
  font-weight: var(--font-body-weight-bold);
  color: rgb(var(--color-foreground));
  margin: 0 0 0.2rem;
  line-height: 1.3;
}

.cfg-comp-sub {
  font-size: 1.1rem;
  color: rgba(var(--color-foreground), 0.55);
  margin: 0;
  line-height: 1.4;
}

/* ── Sticky CTA bar ── */
.cfg-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(var(--color-background));
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.1);
  padding: 1.6rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  z-index: 100;
}

.cfg-cta-summary {
  font-size: 1.3rem;
  color: rgba(var(--color-foreground), 0.6);
  margin: 0;
}

.cfg-cta-summary strong {
  color: rgb(var(--color-foreground));
}

/* Inherit Dawn's button styles */
.cfg-add-btn {
  min-width: 20rem;
  padding: 1.6rem 4rem;
}

.cfg-add-btn:disabled,
.cfg-add-btn[aria-disabled="true"] {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.cfg-add-btn.loading {
  opacity: 0.7;
  cursor: wait;
  pointer-events: none;
}

/* Toast */
.cfg-toast {
  position: fixed;
  bottom: 8rem;
  right: 3.2rem;
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
  padding: 1.4rem 2.4rem;
  font-size: 1.3rem;
  z-index: 200;
  border-radius: var(--popup-corner-radius, 0);
  opacity: 0;
  transform: translateY(1.2rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.cfg-toast.show {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media screen and (max-width: 900px) {
  .cfg-inner {
    grid-template-columns: 1fr;
    padding-bottom: 12rem;
  }
  .cfg-sidebar {
    position: static;
    padding-top: 2rem;
  }
  .cfg-sidebar-card {
    display: grid;
    grid-template-columns: 12rem 1fr;
    gap: 0 2rem;
    align-items: start;
  }
  .cfg-sidebar-visual {
    height: 12rem;
    grid-row: 1 / 4;
    margin-bottom: 0;
  }
  .cfg-valve-box {
    grid-column: 1 / -1;
    margin-top: 1.6rem;
  }
  .cfg-change-btn {
    grid-column: 2;
  }
  .cfg-cta-bar {
    padding: 1.4rem 2rem;
    flex-wrap: wrap;
    gap: 1rem;
  }
}

@media screen and (max-width: 749px) {
  .cfg-comp-row { grid-template-columns: repeat(2, 1fr); }
  .cfg-add-btn { min-width: unset; padding: 1.4rem 2.4rem; font-size: 1.1rem; }
  .cfg-toast { right: 1.6rem; }
}
/* END_SECTION:configure-kit */

/* START_SECTION:trim-gallery (INDEX:53) */
/* =========================================
   TRIM GALLERY SECTION  —  trim-gallery.liquid
   Uses Dawn CSS variables for full theme compatibility
   ========================================= */

.tg-hero {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.tg-step-label {
  font-size: 1.1rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.5);
  margin: 0 0 1rem;
}

.tg-title {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 1.1;
  color: rgb(var(--color-foreground));
  margin: 0 0 1.6rem;
}

.tg-desc {
  font-size: 1.4rem;
  color: rgba(var(--color-foreground), 0.6);
  max-width: 48rem;
  line-height: 1.7;
  margin: 0;
}

/* Grid */
.tg-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.2rem;
  padding-bottom: 6rem;
}

.tg-empty-state {
  grid-column: 1 / -1;
  padding: 3rem;
  background: rgba(var(--color-foreground), 0.04);
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: var(--text-boxes-radius, 0.4rem);
  font-size: 1.4rem;
  color: rgba(var(--color-foreground), 0.6);
  line-height: 1.8;
}

/* Card */
.tg-card {
  position: relative;
  background-color: #fff;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  aspect-ratio: 3 / 4;
  cursor: pointer;
  transition: transform 0.2s ease;
  border: 0.1rem solid rgba(var(--color-foreground), 0.06);
}

.tg-card:hover {
  transform: scale(1.015);
  z-index: 2;
}

.tg-card:hover .tg-hover-cta {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.tg-card:focus-visible {
  outline: 0.2rem solid rgb(var(--color-foreground));
  outline-offset: 0.2rem;
}

/* Badge */
.tg-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
  font-size: 0.9rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  padding: 0.4rem 0.8rem;
  z-index: 2;
  line-height: 1;
}

/* Image area */
.tg-visual {
  flex: 1;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tg-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.4s ease;
}

.tg-card:hover .tg-img {
  transform: scale(1.04);
}

.tg-img-placeholder {
  width: 8rem;
  height: 14rem;
}

.tg-img-placeholder svg {
  width: 100%;
  height: 100%;
}

/* Info bar */
.tg-card-info {
  padding: 1.4rem 1.6rem;
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.1);
  flex-shrink: 0;
}

.tg-card-name {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  font-size: 1.7rem;
  color: #111;
  margin: 0 0 0.3rem;
  line-height: 1.2;
}

.tg-card-finish {
  font-size: 1.1rem;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  letter-spacing: 0.05rem;
}

.tg-finish-dot {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 0.1rem ;
  border-color: rgba(0,0,0,0.15);
  flex-shrink: 0;
}

/* Hover CTA */
.tg-hover-cta {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%) translateY(0.8rem);
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  padding: 1rem 2rem;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
  border-radius: var(--buttons-radius, 0);
}

/* Responsive */
@media screen and (max-width: 1100px) {
  .tg-grid { grid-template-columns: repeat(4, 1fr); }
}

@media screen and (max-width: 749px) {
  .tg-hero { padding-top: 3rem; padding-bottom: 2rem; }
  .tg-title { font-size: 3.2rem; }
  .tg-grid { grid-template-columns: repeat(2, 1fr); gap: 0.1rem; }
  .tg-hover-cta { display: none; }
  .tg-card { aspect-ratio: unset; }
  .tg-visual { height: 18rem; }
  .tg-img { object-fit: contain; }
}

@media screen and (max-width: 480px) {
  .tg-visual { height: 14rem; }
  .tg-card-name { font-size: 1.4rem; }
}
}
/* END_SECTION:trim-gallery */