/** Shopify CDN: Minification failed

Line 19:10 Expected ":"
Line 19:11 Expected identifier but found "1px"

**/
/*
  Cigar City Softwash — product and collection templates
  Scoped to .ccsw-commerce to minimize conflicts with the parent Shopify theme.
*/

.ccsw-commerce,
.ccsw-commerce *,
.ccsw-commerce *::before,
.ccsw-commerce *::after {
  box-sizing: border-box;
}
.vcp-section, .vcp-compact {
    height;1px !important;
}
.ccsw-commerce {
  --ccsw-accent: #58c6e8;
  --ccsw-accent-strong: #168fd0;
  --ccsw-ink: #071a28;
  --ccsw-dark: #061827;
  --ccsw-deep: #03111d;
  --ccsw-page-bg: #fff;
  --ccsw-section-bg: #fff;
  --ccsw-card-bg: #fff;
  --ccsw-muted: #5b6b78;
  --ccsw-soft: #f4f7f9;
  --ccsw-line: #dce5eb;
  --ccsw-line-dark: rgba(255, 255, 255, 0.15);
  --ccsw-success: #178548;
  --ccsw-warning: #f5aa00;
  --ccsw-danger: #b42318;
  --ccsw-page-width: 1440px;
  --ccsw-radius: 8px;
  --ccsw-shadow: 0 8px 26px rgba(4, 25, 40, 0.08);
  color: var(--ccsw-ink);
  background: var(--ccsw-section-bg, var(--ccsw-page-bg));
  font-family: var(--font-body-family, Arial, Helvetica, sans-serif);
  font-size: 16px;
  line-height: 1.5;
}

.ccsw-commerce a {
  color: inherit;
  text-decoration: none;
}

.ccsw-commerce button,
.ccsw-commerce input,
.ccsw-commerce select,
.ccsw-commerce textarea {
  font: inherit;
}

.ccsw-commerce img,
.ccsw-commerce svg,
.ccsw-commerce video,
.ccsw-commerce iframe,
.ccsw-commerce model-viewer {
  display: block;
  max-width: 100%;
}

.ccsw-commerce svg {
  width: 1.35em;
  height: 1.35em;
  flex: 0 0 auto;
}

.ccsw-commerce h1,
.ccsw-commerce h2,
.ccsw-commerce h3,
.ccsw-commerce h4,
.ccsw-commerce p,
.ccsw-commerce ul,
.ccsw-commerce ol,
.ccsw-commerce blockquote {
  margin-top: 0;
}

.ccsw-commerce__container {
  width: min(calc(100% - 40px), var(--ccsw-page-width));
  margin-inline: auto;
}

.ccsw-editor-note {
  margin: 0;
  padding: 12px 14px;
  color: #526575;
  background: #edf7fb;
  border: 1px dashed #8bcce6;
  border-radius: 5px;
  font-size: 14px;
}

.ccsw-rte {
  color: inherit;
}

.ccsw-rte > :first-child {
  margin-top: 0;
}

.ccsw-rte > :last-child {
  margin-bottom: 0;
}

.ccsw-rte p,
.ccsw-rte li {
  color: inherit;
}

.ccsw-rte ul,
.ccsw-rte ol {
  padding-left: 1.25em;
}

.ccsw-rte li + li {
  margin-top: 0.45em;
}

.ccsw-rte table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.ccsw-rte th,
.ccsw-rte td {
  padding: 8px 10px;
  text-align: left;
  border-bottom: 1px solid var(--ccsw-line);
}

.ccsw-button {
  min-height: 44px;
  padding: 11px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--ccsw-ink);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.18s ease, filter 0.18s ease, color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.ccsw-button:hover {
  transform: translateY(-1px);
}

.ccsw-button:focus-visible,
.ccsw-commerce button:focus-visible,
.ccsw-commerce a:focus-visible,
.ccsw-commerce input:focus-visible,
.ccsw-commerce select:focus-visible,
.ccsw-commerce summary:focus-visible {
  outline: 3px solid rgba(88, 198, 232, 0.38);
  outline-offset: 2px;
}

.ccsw-button[disabled] {
  cursor: not-allowed;
  filter: grayscale(0.45);
  opacity: 0.58;
  transform: none;
}

.ccsw-button--primary {
  color: #fff;
  background: linear-gradient(180deg, #2eafea 0%, #158acb 100%);
  border-color: #158acb;
  box-shadow: 0 5px 14px rgba(22, 143, 208, 0.22);
}

.ccsw-button--primary:hover {
  filter: brightness(1.06);
}

.ccsw-button--outline {
  color: #126fa4;
  background: #fff;
  border-color: #168fd0;
}

.ccsw-button--outline:hover {
  color: #fff;
  background: #168fd0;
}

.ccsw-button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
}

.ccsw-button--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--ccsw-accent);
}

.ccsw-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ccsw-accent-strong);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.ccsw-text-link svg {
  width: 17px;
  height: 17px;
}

.ccsw-breadcrumbs {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 7px;
  overflow: hidden;
  color: #627381;
  font-size: 13px;
  white-space: nowrap;
}

.ccsw-breadcrumbs a {
  transition: color 0.18s ease;
}

.ccsw-breadcrumbs a:hover {
  color: var(--ccsw-accent-strong);
}

.ccsw-breadcrumbs > span:last-child {
  overflow: hidden;
  color: #283b49;
  text-overflow: ellipsis;
}

.ccsw-breadcrumbs svg {
  width: 13px;
  height: 13px;
}

.ccsw-section-heading {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.ccsw-section-heading__eyebrow {
  margin: 0 0 5px;
  color: var(--ccsw-accent-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ccsw-section-heading h2 {
  margin: 0;
  color: var(--ccsw-ink);
  font-family: var(--font-heading-family, var(--font-body-family, Arial, sans-serif));
  font-size: clamp(25px, 2.3vw, 36px);
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.ccsw-section-heading--on-dark h2,
.ccsw-section-heading--on-dark .ccsw-section-heading__eyebrow,
.ccsw-section-heading--on-dark .ccsw-text-link {
  color: #fff;
}

.ccsw-section-heading--on-dark .ccsw-section-heading__eyebrow,
.ccsw-section-heading--on-dark .ccsw-text-link {
  color: var(--ccsw-accent);
}

.ccsw-section-heading--compact h2 {
  font-size: clamp(22px, 2vw, 30px);
}

.ccsw-section-heading--centered {
  margin-inline: auto;
  margin-bottom: 32px;
  display: block;
  max-width: 760px;
  text-align: center;
}

.ccsw-section-heading--centered p:last-child {
  margin: 12px 0 0;
  color: var(--ccsw-muted);
}

/* Rating */

.ccsw-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #365064;
  font-size: 13px;
}

.ccsw-rating__stars {
  display: inline-flex;
  gap: 2px;
}

.ccsw-rating__star {
  color: #d6dde2;
}

.ccsw-rating__star.is-filled {
  color: var(--ccsw-warning);
}

.ccsw-rating__star svg {
  width: 16px;
  height: 16px;
}

.ccsw-rating__count {
  color: #617381;
}

/* =========================
   Product page — main stage
   ========================= */

.ccsw-main-product {
  background: var(--ccsw-page-bg);
}

.ccsw-main-product.is-loading {
  cursor: progress;
}

.ccsw-main-product.is-loading::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(255, 255, 255, 0.25);
  pointer-events: none;
}

.ccsw-product-stage {
  padding-bottom: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, 0.84fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}

.ccsw-product-gallery {
  min-width: 0;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
}
.ccsw-product-gallery--single {
  grid-template-columns: minmax(0, 1fr);
}

.ccsw-product-gallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ccsw-product-gallery__thumb {
  position: relative;
  width: 82px;
  aspect-ratio: 1;
  padding: 5px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cfd9df;
  border-radius: 5px;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.ccsw-product-gallery__thumb.is-active,
.ccsw-product-gallery__thumb:hover {
  border-color: #168fd0;
  box-shadow: 0 0 0 2px rgba(22, 143, 208, 0.12);
}

.ccsw-product-gallery__thumb img,
.ccsw-product-gallery__thumb svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ccsw-product-gallery__play {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(5, 24, 39, 0.78);
  border-radius: 50%;
  font-size: 10px;
}

.ccsw-product-gallery__main {
  position: relative;
  min-width: 0;
  min-height: 560px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--ccsw-line);
  border-radius: var(--ccsw-radius);
  box-shadow: var(--ccsw-shadow);
}

.ccsw-product-gallery__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 7px 11px;
  color: #fff;
  background: #168fd0;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ccsw-product-gallery__panel {
  position: relative;
  width: 100%;
  min-height: 560px;
  display: grid;
  place-items: center;
  background: #fff;
}

.ccsw-product-gallery__panel[hidden] {
  display: none;
}

.ccsw-product-gallery__image,
.ccsw-product-gallery__panel > video,
.ccsw-product-gallery__panel > iframe,
.ccsw-product-gallery__panel > model-viewer {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: contain;
}

.ccsw-product-gallery__panel > iframe {
  border: 0;
}

.ccsw-product-gallery__placeholder {
  width: 75%;
  height: 75%;
  color: #cfd8de;
}

.ccsw-product-gallery__zoom {
  position: absolute;
  right: 16px;
  bottom: 14px;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #263c4a;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #d4dde3;
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.ccsw-product-gallery__zoom svg {
  width: 17px;
  height: 17px;
}

.ccsw-product-summary {
  min-width: 0;
  padding: clamp(24px, 3vw, 38px);
  background: #fff;
  border: 1px solid var(--ccsw-line);
  border-radius: var(--ccsw-radius);
  box-shadow: var(--ccsw-shadow);
}

.ccsw-product-summary > * + * {
  margin-top: 16px;
}

.ccsw-product-summary__vendor {
  margin-bottom: -8px;
  color: var(--ccsw-accent-strong);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ccsw-product-summary__title {
  margin-bottom: 0;
  color: var(--ccsw-ink);
  font-family: var(--font-heading-family, var(--font-body-family, Arial, sans-serif));
  font-size: clamp(31px, 3.2vw, 49px);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

.ccsw-product-summary__rating a {
  color: #126fa4;
  font-weight: 700;
}

.ccsw-product-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.ccsw-product-price__current {
  color: #071a28;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1;
}

.ccsw-product-price__compare {
  color: #7f8f9a;
  font-size: 18px;
}

.ccsw-product-summary__finance-note {
  padding: 12px 14px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  color: #153649;
  background: #f7fbfd;
  border: 1px solid #d8e7ef;
  border-radius: 5px;
}

.ccsw-product-summary__finance-note > svg {
  width: 25px;
  height: 25px;
  color: #168fd0;
}

.ccsw-product-summary__finance-note div {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.ccsw-product-summary__finance-note strong {
  font-size: 14px;
}

.ccsw-product-summary__finance-note span {
  color: #60717d;
  font-size: 12px;
}

.ccsw-product-summary__finance-note a {
  color: #126fa4;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.ccsw-product-options {
  padding-top: 4px;
}

.ccsw-product-option {
  margin: 0;
  padding: 0;
  border: 0;
}

.ccsw-product-option + .ccsw-product-option {
  margin-top: 17px;
}

.ccsw-product-option legend {
  width: 100%;
  margin-bottom: 9px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #263d4b;
  font-size: 13px;
  font-weight: 800;
}

.ccsw-product-option legend strong {
  color: #60717d;
  font-weight: 600;
}

.ccsw-product-option__values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ccsw-product-option__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ccsw-product-option__label {
  min-width: 48px;
  min-height: 40px;
  padding: 8px 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #263d4b;
  background: #fff;
  border: 1px solid #cbd7de;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.ccsw-product-option__input:checked + .ccsw-product-option__label {
  color: #fff;
  background: #168fd0;
  border-color: #168fd0;
}

.ccsw-product-option__input:disabled + .ccsw-product-option__label {
  position: relative;
  cursor: not-allowed;
  opacity: 0.48;
}

.ccsw-product-option__input:disabled + .ccsw-product-option__label::after {
  content: "";
  position: absolute;
  inset: 50% 5px auto;
  height: 1px;
  background: currentColor;
  transform: rotate(-15deg);
}

.ccsw-product-option__select {
  width: 100%;
  min-height: 44px;
  padding: 9px 38px 9px 12px;
  color: #203745;
  background: #fff;
  border: 1px solid #cbd7de;
  border-radius: 4px;
}

.ccsw-product-availability {
  padding: 15px 0;
  border-top: 1px solid #e1e8ec;
  border-bottom: 1px solid #e1e8ec;
}

.ccsw-product-availability__status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 800;
}

.ccsw-product-availability__status.is-available {
  color: var(--ccsw-success);
}

.ccsw-product-availability__status.is-unavailable {
  color: var(--ccsw-danger);
}

.ccsw-product-availability__status svg {
  width: 19px;
  height: 19px;
}

.ccsw-product-availability__shipping {
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #2a404e;
}

.ccsw-product-availability__shipping > svg {
  width: 22px;
  height: 22px;
  color: #168fd0;
}

.ccsw-product-availability__shipping div {
  display: flex;
  flex-direction: column;
}

.ccsw-product-availability__shipping strong {
  font-size: 13px;
}

.ccsw-product-availability__shipping span {
  color: #667783;
  font-size: 12px;
}

.ccsw-purchase-form__row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: end;
}

.ccsw-quantity label {
  margin-bottom: 6px;
  display: block;
  color: #2c404d;
  font-size: 12px;
  font-weight: 800;
}

.ccsw-quantity__control {
  height: 48px;
  display: grid;
  grid-template-columns: 38px 46px 38px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cdd8df;
  border-radius: 4px;
}

.ccsw-quantity__control button {
  padding: 0;
  display: grid;
  place-items: center;
  color: #223c4b;
  background: #f6f8fa;
  border: 0;
  cursor: pointer;
}

.ccsw-quantity__control button:first-child {
  border-right: 1px solid #d8e1e6;
}

.ccsw-quantity__control button:last-child {
  border-left: 1px solid #d8e1e6;
}

.ccsw-quantity__control button svg {
  width: 15px;
  height: 15px;
}

.ccsw-quantity__control input {
  width: 100%;
  padding: 0;
  text-align: center;
  border: 0;
  outline: 0;
  appearance: textfield;
}

.ccsw-quantity__control input::-webkit-outer-spin-button,
.ccsw-quantity__control input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.ccsw-purchase-form__submit {
  width: 100%;
  min-height: 48px;
  font-size: 16px;
}

.ccsw-purchase-form__dynamic {
  margin-top: 10px;
}

.ccsw-product-summary__secondary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ccsw-product-microtrust {
  padding-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  border-top: 1px solid #e1e8ec;
}

.ccsw-product-microtrust__item {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.ccsw-product-microtrust__item > svg {
  width: 22px;
  height: 22px;
  color: #168fd0;
}

.ccsw-product-microtrust__item div {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.ccsw-product-microtrust__item strong {
  color: #213846;
  font-size: 11px;
  line-height: 1.2;
}

.ccsw-product-microtrust__item span {
  color: #6b7b86;
  font-size: 10px;
  line-height: 1.3;
}

.ccsw-form-errors {
  margin-top: 10px;
  color: var(--ccsw-danger);
  font-size: 13px;
}

.ccsw-form-status {
  min-height: 1em;
  margin: 7px 0 0;
  color: var(--ccsw-success);
  font-size: 12px;
  font-weight: 700;
}

/* Product feature band */

.ccsw-product-highlights {
  color: #fff;
  background:
    radial-gradient(circle at 50% -70%, rgba(88, 198, 232, 0.14), transparent 52%),
    var(--ccsw-dark);
  border-top: 1px solid rgba(88, 198, 232, 0.16);
  border-bottom: 1px solid rgba(88, 198, 232, 0.18);
}

.ccsw-product-highlights__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.ccsw-product-highlight {
  min-height: 92px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 13px;
}

.ccsw-product-highlight + .ccsw-product-highlight {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.ccsw-product-highlight > svg {
  width: 38px;
  height: 38px;
  color: var(--ccsw-accent);
}

.ccsw-product-highlight div {
  display: flex;
  flex-direction: column;
}

.ccsw-product-highlight strong {
  font-size: 13px;
  line-height: 1.25;
}

.ccsw-product-highlight span {
  margin-top: 2px;
  color: #b8c8d3;
  font-size: 11px;
  line-height: 1.35;
}

/* Product detail columns */

.ccsw-product-details {
  padding: 38px 0 42px;
  background: #fff;
}

.ccsw-product-details__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  border: 1px solid var(--ccsw-line);
  border-radius: var(--ccsw-radius);
  box-shadow: var(--ccsw-shadow);
}

.ccsw-product-detail {
  min-width: 0;
  padding: 25px clamp(18px, 2vw, 30px);
}

.ccsw-product-detail + .ccsw-product-detail {
  border-left: 1px solid var(--ccsw-line);
}

.ccsw-product-detail h2 {
  margin-bottom: 14px;
  color: #142e3d;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ccsw-product-detail .ccsw-rte {
  color: #4f626f;
  font-size: 14px;
}

.ccsw-product-detail .ccsw-rte li::marker {
  color: #168fd0;
}

/* Image zoom */

.ccsw-product-zoom-dialog {
  width: min(94vw, 1400px);
  max-width: none;
  max-height: 94vh;
  padding: 42px 22px 22px;
  overflow: auto;
  background: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.38);
}

.ccsw-product-zoom-dialog::backdrop {
  background: rgba(2, 13, 22, 0.82);
}

.ccsw-product-zoom-dialog img {
  width: 100%;
  max-height: calc(94vh - 70px);
  object-fit: contain;
}

.ccsw-product-zoom-dialog__close {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 34px;
  height: 34px;
  padding: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: #061827;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

/* =========================
   Product cards
   ========================= */

.ccsw-card-product {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--ccsw-card-bg, #fff);
  border: 1px solid #dbe4e9;
  border-radius: 6px;
  box-shadow: 0 5px 18px rgba(5, 27, 43, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ccsw-card-product:hover {
  border-color: #bdd9e6;
  box-shadow: 0 12px 28px rgba(5, 27, 43, 0.11);
  transform: translateY(-2px);
}

.ccsw-card-product__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
}

.ccsw-card-product__media::before {
  content: "";
  display: block;
  padding-bottom: var(--ccsw-card-ratio, 100%);
}

.ccsw-card-product__image,
.ccsw-card-product__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 14px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.ccsw-card-product:hover .ccsw-card-product__image {
  transform: scale(1.025);
}

.ccsw-card-product__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 8px;
  color: #fff;
  background: #168fd0;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.ccsw-card-product__body {
  padding: 15px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.ccsw-card-product__vendor {
  margin-bottom: 5px;
  color: #6b7d89;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ccsw-card-product__title {
  margin-bottom: 9px;
  color: #142c3a;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.28;
}

.ccsw-card-product__title a:hover {
  color: #126fa4;
}

.ccsw-card-product__rating {
  margin-bottom: 8px;
}

.ccsw-card-product__rating .ccsw-rating__star svg {
  width: 13px;
  height: 13px;
}

.ccsw-card-product__price {
  margin-top: auto;
  display: flex;
  align-items: baseline;
  gap: 7px;
  flex-wrap: wrap;
}

.ccsw-card-product__from {
  color: #70808a;
  font-size: 11px;
}

.ccsw-card-product__current {
  color: #071a28;
  font-size: 18px;
  font-weight: 850;
}

.ccsw-card-product__compare {
  color: #87959e;
  font-size: 12px;
}

.ccsw-card-product__actions {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ccsw-card-product__form {
  min-width: 0;
}

.ccsw-card-product__primary,
.ccsw-card-product__secondary {
  width: 100%;
  min-height: 36px;
  padding: 8px 9px;
  font-size: 11px;
}

.ccsw-card-product__form .ccsw-form-status {
  display: none;
}

/* Product recommendations */

.ccsw-product-recommendations-section {
  padding: 34px 0 42px;
  color: #fff;
  background: var(--ccsw-dark);
}

.ccsw-product-recommendations__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

/* Reviews and FAQ */

.ccsw-product-reviews-faq {
  padding: 42px 0;
  background: var(--ccsw-section-bg);
}

.ccsw-product-reviews-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(340px, 0.7fr);
  gap: 24px;
}

.ccsw-product-reviews-faq__grid--faq-only {
  grid-template-columns: minmax(0, 1fr);
}

.ccsw-product-reviews-faq__grid--faq-only .ccsw-product-faq-panel {
  width: 100%;
}

.ccsw-product-reviews-panel,
.ccsw-product-faq-panel {
  padding: clamp(22px, 2.5vw, 34px);
  background: #fff;
  border: 1px solid var(--ccsw-line);
  border-radius: var(--ccsw-radius);
  box-shadow: var(--ccsw-shadow);
}

.ccsw-product-rating-summary {
  margin-bottom: 20px;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--ccsw-line);
}

.ccsw-product-rating-summary > strong {
  color: #071a28;
  font-size: 34px;
  line-height: 1;
}

.ccsw-product-rating-summary > span:last-child {
  color: #667984;
  font-size: 13px;
}

.ccsw-product-reviews-panel__content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ccsw-product-review-app {
  grid-column: 1 / -1;
}

.ccsw-manual-review {
  padding: 17px;
  background: #fff;
  border: 1px solid #dce5ea;
  border-radius: 5px;
}

.ccsw-manual-review blockquote {
  margin: 12px 0;
  color: #304552;
  font-size: 13px;
  line-height: 1.55;
}

.ccsw-manual-review strong,
.ccsw-manual-review > span {
  display: block;
}

.ccsw-manual-review strong {
  color: #142d3b;
  font-size: 12px;
}

.ccsw-manual-review > span {
  color: #77858e;
  font-size: 11px;
}

.ccsw-faq-list {
  border-top: 1px solid var(--ccsw-line);
}

.ccsw-faq-item {
  border-bottom: 1px solid var(--ccsw-line);
}

.ccsw-faq-item summary {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #1d3543;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  list-style: none;
}

.ccsw-faq-item summary::-webkit-details-marker {
  display: none;
}

.ccsw-faq-item summary svg {
  width: 18px;
  height: 18px;
  transition: transform 0.18s ease;
}

.ccsw-faq-item[open] summary svg {
  transform: rotate(45deg);
}

.ccsw-faq-item .ccsw-rte {
  padding: 0 0 16px;
  color: #5c6d79;
  font-size: 13px;
}

.ccsw-product-support-card {
  margin-top: 22px;
  padding: 18px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  background: #f3f8fb;
  border: 1px solid #d9e8f0;
  border-radius: 6px;
}

.ccsw-product-support-card > svg {
  width: 42px;
  height: 42px;
  color: #168fd0;
}

.ccsw-product-support-card strong {
  display: block;
  color: #173341;
  font-size: 14px;
}

.ccsw-product-support-card p {
  margin: 4px 0 0;
  color: #61727e;
  font-size: 12px;
}

.ccsw-product-support-card .ccsw-button {
  grid-column: 1 / -1;
}

/* Financing banner */

.ccsw-financing-banner-section {
  padding: 18px 0 34px;
  background: #fff;
}

.ccsw-financing-banner {
  padding: 20px clamp(20px, 3vw, 34px);
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(280px, 0.9fr) auto;
  gap: clamp(22px, 3vw, 48px);
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 20% -90%, rgba(88, 198, 232, 0.2), transparent 55%),
    var(--ccsw-dark);
  border: 1px solid rgba(88, 198, 232, 0.2);
  border-radius: 7px;
  box-shadow: 0 12px 30px rgba(4, 22, 36, 0.16);
}

.ccsw-financing-banner__lead {
  display: flex;
  align-items: center;
  gap: 17px;
}

.ccsw-financing-banner__icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  color: var(--ccsw-accent);
  border: 2px solid var(--ccsw-accent);
  border-radius: 50%;
}

.ccsw-financing-banner__icon svg {
  width: 34px;
  height: 34px;
}

.ccsw-financing-banner__lead p {
  margin: 0 0 3px;
  color: var(--ccsw-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ccsw-financing-banner__lead h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1.05;
}

.ccsw-financing-banner__lead span {
  display: block;
  margin-top: 4px;
  color: #b8c8d2;
  font-size: 13px;
}

.ccsw-financing-banner__points {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
  list-style: none;
}

.ccsw-financing-banner__points li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #dce7ed;
  font-size: 12px;
}

.ccsw-financing-banner__points svg {
  width: 15px;
  height: 15px;
  color: var(--ccsw-accent);
}

.ccsw-financing-banner__button {
  min-width: 190px;
}

/* =========================
   Collection hero
   ========================= */

.ccsw-collection-hero-section {
  background: #fff;
}

.ccsw-collection-hero {
  position: relative;
  min-height: var(--ccsw-hero-min-height, 420px);
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  overflow: hidden;
  color: var(--ccsw-hero-text, #fff);
  background: var(--ccsw-dark);
  border-radius: 7px 7px 0 0;
  box-shadow: 0 10px 28px rgba(3, 17, 29, 0.16);
}

.ccsw-collection-hero__content {
  position: relative;
  z-index: 2;
  padding: clamp(34px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(90deg, var(--ccsw-dark) 0%, var(--ccsw-dark) 64%, rgba(6, 24, 39, 0.66) 84%, transparent 100%);
}

.ccsw-collection-hero__eyebrow {
  margin-bottom: 10px;
  color: var(--ccsw-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ccsw-collection-hero h1 {
  margin-bottom: 16px;
  color: inherit;
  font-family: var(--font-heading-family, var(--font-body-family, Arial, sans-serif));
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.ccsw-collection-hero__description {
  max-width: 560px;
  color: #d2dee5;
  font-size: clamp(15px, 1.35vw, 18px);
}

.ccsw-collection-hero__count {
  margin: 12px 0 0;
  color: #a9c0cd;
  font-size: 13px;
}

.ccsw-collection-hero__actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ccsw-collection-hero__media {
  position: absolute;
  inset: 0 0 0 33%;
}

.ccsw-collection-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--ccsw-dark) 0%, rgba(6, 24, 39, 0.4) 32%, rgba(6, 24, 39, 0.08) 100%),
    rgba(0, 0, 0, var(--ccsw-overlay-opacity, 0.45));
}

.ccsw-collection-hero__media img,
.ccsw-collection-hero__media svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ccsw-collection-trust-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  background: #fff;
  border: 1px solid var(--ccsw-line);
  border-top: 0;
  border-radius: 0 0 7px 7px;
  box-shadow: 0 8px 22px rgba(4, 24, 39, 0.07);
}

.ccsw-collection-trust-strip__item {
  min-height: 74px;
  padding: 15px 21px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.ccsw-collection-trust-strip__item + .ccsw-collection-trust-strip__item {
  border-left: 1px solid var(--ccsw-line);
}

.ccsw-collection-trust-strip__item > svg {
  width: 30px;
  height: 30px;
  color: #168fd0;
}

.ccsw-collection-trust-strip__item div {
  display: flex;
  flex-direction: column;
}

.ccsw-collection-trust-strip__item strong {
  color: #1a3442;
  font-size: 11px;
  line-height: 1.2;
}

.ccsw-collection-trust-strip__item span {
  margin-top: 2px;
  color: #687a85;
  font-size: 10px;
}

/* =========================
   Collection grid and filters
   ========================= */

.ccsw-main-collection {
  padding: 34px 0 45px;
  background: var(--ccsw-section-bg);
}

.ccsw-collection-toolbar {
  margin-bottom: 14px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: #fff;
  border: 1px solid var(--ccsw-line);
  border-radius: 6px;
}

.ccsw-collection-toolbar__summary,
.ccsw-collection-toolbar__controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ccsw-collection-toolbar__summary p {
  margin: 0;
  color: #687985;
  font-size: 13px;
}

.ccsw-filter-drawer-button {
  display: none;
  align-items: center;
  gap: 7px;
  color: #163746;
  background: #fff;
  border: 1px solid #cfdbe2;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.ccsw-filter-drawer-button svg {
  width: 18px;
  height: 18px;
}

.ccsw-sort-control {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #4e606b;
  font-size: 12px;
  font-weight: 700;
}

.ccsw-sort-control select {
  min-height: 38px;
  padding: 7px 34px 7px 10px;
  color: #183440;
  background: #fff;
  border: 1px solid #ccd7de;
  border-radius: 4px;
}

.ccsw-view-toggle {
  display: flex;
  overflow: hidden;
  border: 1px solid #cad7df;
  border-radius: 4px;
}

.ccsw-view-toggle button {
  width: 38px;
  height: 36px;
  padding: 0;
  display: grid;
  place-items: center;
  color: #61727e;
  background: #fff;
  border: 0;
  cursor: pointer;
}

.ccsw-view-toggle button + button {
  border-left: 1px solid #cad7df;
}

.ccsw-view-toggle button.is-active {
  color: #fff;
  background: #168fd0;
}

.ccsw-view-toggle svg {
  width: 18px;
  height: 18px;
}

.ccsw-active-filters {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.ccsw-active-filter {
  padding: 6px 9px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #24414f;
  background: #edf7fb;
  border: 1px solid #cce6f1;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

.ccsw-active-filter svg {
  width: 13px;
  height: 13px;
}

.ccsw-active-filters__clear {
  margin-left: 4px;
  color: #126fa4;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
}

.ccsw-collection-layout {
  display: grid;
  grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.ccsw-collection-layout--no-filters {
  grid-template-columns: minmax(0, 1fr);
}

.ccsw-filter-sidebar {
  position: sticky;
  top: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--ccsw-line);
  border-radius: 6px;
}

.ccsw-filter-sidebar__header {
  padding: 16px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: #061827;
}

.ccsw-filter-sidebar__header p {
  margin: 0 0 2px;
  color: var(--ccsw-accent);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ccsw-filter-sidebar__header h2 {
  margin: 0;
  color: #fff;
  font-size: 19px;
}

.ccsw-filter-sidebar__header button {
  display: none;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  cursor: pointer;
}

.ccsw-filter-group {
  border-bottom: 1px solid #e2e8ec;
}

.ccsw-filter-group summary {
  min-height: 50px;
  padding: 12px 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 7px;
  align-items: center;
  color: #1b3543;
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
  list-style: none;
  text-transform: uppercase;
}

.ccsw-filter-group summary::-webkit-details-marker {
  display: none;
}

.ccsw-filter-group summary svg {
  width: 16px;
  height: 16px;
  transition: transform 0.18s ease;
}

.ccsw-filter-group:not([open]) summary svg {
  transform: rotate(-90deg);
}

.ccsw-filter-group__count {
  min-width: 18px;
  color: #168fd0;
  text-align: right;
}

.ccsw-filter-group__body {
  padding: 0 16px 16px;
}

.ccsw-filter-values {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
}

.ccsw-filter-checkbox {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  color: #4e616d;
  cursor: pointer;
  font-size: 12px;
}

.ccsw-filter-checkbox.is-disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.ccsw-filter-checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.ccsw-filter-checkbox__box {
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  color: transparent;
  background: #fff;
  border: 1px solid #bccbd4;
  border-radius: 3px;
}

.ccsw-filter-checkbox__box svg {
  width: 13px;
  height: 13px;
}

.ccsw-filter-checkbox input:checked + .ccsw-filter-checkbox__box {
  color: #fff;
  background: #168fd0;
  border-color: #168fd0;
}

.ccsw-filter-checkbox__count {
  color: #87949c;
  font-size: 10px;
}

.ccsw-price-filter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 7px;
  align-items: end;
}

.ccsw-price-filter label {
  min-width: 0;
}

.ccsw-price-filter label span {
  margin-bottom: 4px;
  display: block;
  color: #6c7c86;
  font-size: 10px;
}

.ccsw-price-filter input {
  width: 100%;
  min-height: 36px;
  padding: 7px 8px;
  color: #1c3543;
  border: 1px solid #cbd7df;
  border-radius: 4px;
}

.ccsw-filter-sidebar__actions {
  padding: 16px;
  display: grid;
  gap: 8px;
}

.ccsw-filter-sidebar__actions .ccsw-button {
  width: 100%;
  min-height: 38px;
  padding-block: 8px;
  font-size: 11px;
}

.ccsw-collection-results {
  min-width: 0;
}

.ccsw-collection-app-block {
  margin-bottom: 18px;
}

.ccsw-product-grid {
  display: grid;
  grid-template-columns: repeat(var(--ccsw-grid-columns, 3), minmax(0, 1fr));
  gap: 16px;
}

.ccsw-product-grid.is-list {
  grid-template-columns: minmax(0, 1fr);
}

.ccsw-product-grid.is-list .ccsw-card-product {
  display: grid;
  grid-template-columns: minmax(210px, 0.35fr) minmax(0, 0.65fr);
}

.ccsw-product-grid.is-list .ccsw-card-product__media::before {
  padding-bottom: 82%;
}

.ccsw-product-grid.is-list .ccsw-card-product__body {
  justify-content: center;
}

.ccsw-product-grid.is-list .ccsw-card-product__actions {
  max-width: 420px;
}

.ccsw-pagination {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.ccsw-pagination a,
.ccsw-pagination span {
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  display: inline-grid;
  place-items: center;
  color: #29414e;
  background: #fff;
  border: 1px solid #cfdae1;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
}

.ccsw-pagination .is-current {
  color: #fff;
  background: #168fd0;
  border-color: #168fd0;
}

.ccsw-pagination .is-disabled {
  opacity: 0.38;
}

.ccsw-pagination__arrow svg {
  width: 17px;
  height: 17px;
}

.ccsw-collection-empty {
  min-height: 420px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 1px solid var(--ccsw-line);
  border-radius: 6px;
}

.ccsw-collection-empty > svg {
  width: 52px;
  height: 52px;
  color: #168fd0;
}

.ccsw-collection-empty h2 {
  margin: 18px 0 7px;
  color: #14313f;
}

.ccsw-collection-empty p {
  margin-bottom: 20px;
  color: #687984;
}

.ccsw-filter-overlay {
  display: none;
}

/* Contractor benefits */

.ccsw-contractor-benefits-section {
  padding: 42px 0 48px;
  background: var(--ccsw-section-bg);
}

.ccsw-contractor-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  border-top: 1px solid var(--ccsw-line);
  border-bottom: 1px solid var(--ccsw-line);
}

.ccsw-contractor-benefit {
  padding: 24px clamp(18px, 2.2vw, 34px);
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.ccsw-contractor-benefit + .ccsw-contractor-benefit {
  border-left: 1px solid var(--ccsw-line);
}

.ccsw-contractor-benefit__icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #168fd0;
  background: #edf8fc;
  border-radius: 50%;
}

.ccsw-contractor-benefit__icon svg {
  width: 27px;
  height: 27px;
}

.ccsw-contractor-benefit h3 {
  margin-bottom: 5px;
  color: #173543;
  font-size: 14px;
  font-weight: 850;
}

.ccsw-contractor-benefit p {
  margin: 0;
  color: #677984;
  font-size: 12px;
}

/* =========================
   Responsive adjustments
   ========================= */

@media (max-width: 1280px) {
  .ccsw-product-stage {
    grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
    gap: 28px;
  }

  .ccsw-product-gallery__main,
  .ccsw-product-gallery__panel,
  .ccsw-product-gallery__image,
  .ccsw-product-gallery__panel > video,
  .ccsw-product-gallery__panel > iframe,
  .ccsw-product-gallery__panel > model-viewer {
    min-height: 500px;
  }

  .ccsw-product-recommendations__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ccsw-financing-banner {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  }

  .ccsw-financing-banner__button {
    grid-column: 1 / -1;
    width: min(100%, 340px);
    justify-self: center;
  }
}

@media (max-width: 1050px) {
  .ccsw-product-stage {
    grid-template-columns: minmax(0, 1fr);
  }

  .ccsw-product-summary {
    padding: 28px;
  }

  .ccsw-product-details__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ccsw-product-detail:nth-child(odd) {
    border-left: 0;
  }

  .ccsw-product-detail:nth-child(n + 3) {
    border-top: 1px solid var(--ccsw-line);
  }

  .ccsw-product-reviews-faq__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .ccsw-collection-layout {
    grid-template-columns: minmax(200px, 235px) minmax(0, 1fr);
  }

  .ccsw-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ccsw-collection-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .ccsw-collection-hero__content {
    max-width: 68%;
  }

  .ccsw-collection-hero__media {
    left: 22%;
  }
}

@media (max-width: 820px) {
  .ccsw-commerce__container {
    width: min(calc(100% - 28px), var(--ccsw-page-width));
  }

  .ccsw-product-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .ccsw-product-gallery__thumbs {
    order: 2;
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .ccsw-product-gallery__thumb {
    width: 70px;
    flex: 0 0 70px;
  }

  .ccsw-product-gallery__main,
  .ccsw-product-gallery__panel,
  .ccsw-product-gallery__image,
  .ccsw-product-gallery__panel > video,
  .ccsw-product-gallery__panel > iframe,
  .ccsw-product-gallery__panel > model-viewer {
    min-height: 470px;
  }

  .ccsw-product-microtrust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ccsw-product-highlights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ccsw-product-highlight:nth-child(odd) {
    border-left: 0;
  }

  .ccsw-product-highlight:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .ccsw-product-recommendations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ccsw-product-reviews-panel__content {
    grid-template-columns: minmax(0, 1fr);
  }

  .ccsw-financing-banner {
    grid-template-columns: minmax(0, 1fr);
  }

  .ccsw-financing-banner__button {
    grid-column: auto;
    width: 100%;
  }

  .ccsw-collection-hero__content {
    max-width: 82%;
  }

  .ccsw-collection-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ccsw-collection-trust-strip__item:nth-child(odd) {
    border-left: 0;
  }

  .ccsw-collection-trust-strip__item:nth-child(n + 3) {
    border-top: 1px solid var(--ccsw-line);
  }

  .ccsw-filter-drawer-button {
    padding: 8px 11px;
    display: inline-flex;
  }

  .ccsw-collection-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .ccsw-filter-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10002;
    width: min(88vw, 360px);
    height: 100dvh;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    transform: translateX(-102%);
    transition: transform 0.22s ease;
  }

  .ccsw-filter-sidebar.is-open {
    transform: translateX(0);
  }

  .ccsw-filter-sidebar__header button {
    display: grid;
  }

  .ccsw-filter-overlay {
    position: fixed;
    inset: 0;
    z-index: 10001;
    display: block;
    visibility: hidden;
    background: rgba(2, 13, 22, 0.68);
    opacity: 0;
    transition: opacity 0.22s ease, visibility 0.22s ease;
  }

  .ccsw-filter-overlay.is-open {
    visibility: visible;
    opacity: 1;
  }

  body.ccsw-filter-open {
    overflow: hidden;
  }

  .ccsw-contractor-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ccsw-contractor-benefit:nth-child(odd) {
    border-left: 0;
  }

  .ccsw-contractor-benefit:nth-child(n + 3) {
    border-top: 1px solid var(--ccsw-line);
  }
}

@media (max-width: 600px) {
  .ccsw-commerce {
    font-size: 15px;
  }

  .ccsw-commerce__container {
    width: min(calc(100% - 20px), var(--ccsw-page-width));
  }

  .ccsw-breadcrumbs {
    min-height: 42px;
    font-size: 11px;
  }

  .ccsw-product-gallery__main,
  .ccsw-product-gallery__panel,
  .ccsw-product-gallery__image,
  .ccsw-product-gallery__panel > video,
  .ccsw-product-gallery__panel > iframe,
  .ccsw-product-gallery__panel > model-viewer {
    min-height: 360px;
  }

  .ccsw-product-gallery__badge {
    top: 10px;
    left: 10px;
  }

  .ccsw-product-summary {
    padding: 20px 16px;
  }

  .ccsw-product-summary__title {
    font-size: clamp(28px, 9vw, 39px);
  }

  .ccsw-product-summary__finance-note {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .ccsw-product-summary__finance-note a {
    grid-column: 2;
  }

  .ccsw-purchase-form__row {
    grid-template-columns: minmax(0, 1fr);
  }

  .ccsw-quantity__control {
    width: 122px;
  }

  .ccsw-product-summary__secondary-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .ccsw-product-microtrust {
    grid-template-columns: minmax(0, 1fr);
  }

  .ccsw-product-highlights__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .ccsw-product-highlight + .ccsw-product-highlight {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .ccsw-product-details__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .ccsw-product-detail + .ccsw-product-detail,
  .ccsw-product-detail:nth-child(n + 3) {
    border-top: 1px solid var(--ccsw-line);
    border-left: 0;
  }

  .ccsw-product-recommendations__grid,
  .ccsw-product-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .ccsw-card-product__actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .ccsw-product-grid.is-list .ccsw-card-product {
    grid-template-columns: minmax(0, 1fr);
  }

  .ccsw-product-grid.is-list .ccsw-card-product__media::before {
    padding-bottom: 100%;
  }

  .ccsw-financing-banner__lead {
    align-items: flex-start;
  }

  .ccsw-financing-banner__icon {
    width: 48px;
    height: 48px;
  }

  .ccsw-financing-banner__icon svg {
    width: 27px;
    height: 27px;
  }

  .ccsw-collection-hero {
    min-height: 470px;
  }

  .ccsw-collection-hero__content {
    max-width: none;
    padding: 30px 22px;
    justify-content: flex-end;
    background: linear-gradient(0deg, var(--ccsw-dark) 0%, rgba(6, 24, 39, 0.93) 55%, rgba(6, 24, 39, 0.35) 100%);
  }

  .ccsw-collection-hero__media {
    inset: 0;
  }

  .ccsw-collection-hero__media::after {
    background: rgba(0, 0, 0, var(--ccsw-overlay-opacity, 0.45));
  }

  .ccsw-collection-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .ccsw-collection-trust-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .ccsw-collection-trust-strip__item + .ccsw-collection-trust-strip__item,
  .ccsw-collection-trust-strip__item:nth-child(n + 3) {
    border-top: 1px solid var(--ccsw-line);
    border-left: 0;
  }

  .ccsw-collection-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .ccsw-collection-toolbar__summary,
  .ccsw-collection-toolbar__controls {
    justify-content: space-between;
  }

  .ccsw-sort-control span {
    display: none;
  }

  .ccsw-contractor-benefits {
    grid-template-columns: minmax(0, 1fr);
  }

  .ccsw-contractor-benefit + .ccsw-contractor-benefit,
  .ccsw-contractor-benefit:nth-child(n + 3) {
    border-top: 1px solid var(--ccsw-line);
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ccsw-commerce *,
  .ccsw-commerce *::before,
  .ccsw-commerce *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* ======================================================================
   CCSW V2 — COMMERCE READABILITY CONTROLS
   Edit these variables to resize product and collection template copy.
   ====================================================================== */
.ccsw-commerce {
  --ccsw-commerce-body-size: 17px;
  --ccsw-commerce-small-size: 14px;
  --ccsw-commerce-label-size: 13px;
  --ccsw-commerce-button-size: 14px;
  font-size: var(--ccsw-commerce-body-size);
}

.ccsw-commerce .ccsw-button {
  font-size: var(--ccsw-commerce-button-size);
}

.ccsw-commerce .ccsw-breadcrumbs,
.ccsw-commerce .ccsw-product__meta,
.ccsw-commerce .ccsw-card-product__vendor,
.ccsw-commerce .ccsw-rating__count,
.ccsw-commerce .ccsw-form-status {
  font-size: var(--ccsw-commerce-label-size);
}

@media (max-width: 749px) {
  .ccsw-commerce {
    --ccsw-commerce-body-size: 16px;
    --ccsw-commerce-small-size: 14px;
    --ccsw-commerce-label-size: 13px;
  }
}
