/*
 * We Print Canada Product Builder
 * Version 1.4.9
 * All controls are intentionally isolated from the active theme so that
 * theme button colours, gradients and hover effects cannot replace swatches.
 */

body.wpcpb-product-page {
  --wpcpb-brand: #e31b23;
  --wpcpb-brand-dark: #bd1118;
  --wpcpb-border: #e4e7eb;
  --wpcpb-soft: #f7f8fa;
  --wpcpb-muted: #667085;
  --wpcpb-text: #15171a;
}

/* Give the configurator enough room on Woodmart-style product layouts. */
@media (min-width: 1200px) {
  body.wpcpb-product-page .product-image-summary-inner {
    display: grid !important;
    grid-template-columns: minmax(0, .92fr) minmax(560px, 1.08fr) !important;
    align-items: start !important;
    gap: 48px !important;
  }

  body.wpcpb-product-page .product-image-summary-inner > .product-images,
  body.wpcpb-product-page .product-image-summary-inner > .woocommerce-product-gallery,
  body.wpcpb-product-page .product-image-summary-inner > .summary,
  body.wpcpb-product-page .product-image-summary-inner > .summary.entry-summary,
  body.wpcpb-product-page .product-image-summary-inner > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
    float: none !important;
    margin: 0 !important;
  }
}

.wpcpb-builder {
  width: 100%;
  max-width: none;
  margin: 24px 0 0;
  padding: 22px;
  border: 1px solid var(--wpcpb-border, #e4e7eb);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(16, 24, 40, .06);
  color: var(--wpcpb-text, #15171a);
  font-family: inherit;
  font-size: 14px;
  line-height: 1.45;
  isolation: isolate;
}

.wpcpb-builder,
.wpcpb-builder *,
.wpcpb-builder *::before,
.wpcpb-builder *::after {
  box-sizing: border-box;
}

.wpcpb-builder p,
.wpcpb-builder span,
.wpcpb-builder strong,
.wpcpb-builder small {
  font-family: inherit;
}

.wpcpb-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.wpcpb-spec-card {
  min-width: 0;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px;
  border: 1px solid var(--wpcpb-border, #e4e7eb);
  border-radius: 11px;
  background: var(--wpcpb-soft, #f7f8fa);
}

.wpcpb-spec-icon,
.wpcpb-decoration-icon {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.wpcpb-spec-icon {
  color: #20242a;
}

.wpcpb-spec-icon svg,
.wpcpb-decoration-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.wpcpb-spec-card > span:last-child {
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.wpcpb-spec-card small {
  margin: 0 0 3px;
  color: var(--wpcpb-muted, #667085);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wpcpb-spec-card strong {
  overflow-wrap: anywhere;
  color: var(--wpcpb-text, #15171a);
  font-size: 12px;
  font-weight: 750;
}

.wpcpb-badge,
.wpcpb-shipping {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  border-radius: 8px;
  font-size: 12px;
}

.wpcpb-badge {
  padding: 9px 12px;
  border: 1px solid #f3dda4;
  background: #fff8e8;
  color: #72540b;
}

.wpcpb-shipping {
  padding: 5px 2px 0;
  background: transparent;
  color: #4c5561;
}

.wpcpb-shipping > span {
  color: #168a4b;
  font-weight: 900;
}

.wpcpb-section {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #edf0f2;
}

.wpcpb-section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 11px;
  color: #25282d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wpcpb-section-heading strong {
  color: #111;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: normal;
  text-transform: none;
}

.wpcpb-heading-stack {
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}

.wpcpb-heading-stack small {
  color: var(--wpcpb-muted, #667085);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

.wpcpb-swatches {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

/* Strong reset: the theme must not recolour the actual garment swatches. */
body.wpcpb-product-page .wpcpb-builder button.wpcpb-swatch,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-swatch:hover,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-swatch:focus,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-swatch:active {
  all: unset;
  width: 34px !important;
  height: 34px !important;
  display: block !important;
  flex: 0 0 34px !important;
  padding: 0 !important;
  border: 2px solid transparent !important;
  border-radius: 50% !important;
  background-color: var(--wpcpb-swatch, #d0d5dd) !important;
  background-image: none !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .13) !important;
  cursor: pointer !important;
  opacity: 1 !important;
  transform: none !important;
  transition: box-shadow .15s ease, transform .15s ease !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

body.wpcpb-product-page .wpcpb-builder button.wpcpb-swatch::before,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-swatch::after {
  display: none !important;
  content: none !important;
}

body.wpcpb-product-page .wpcpb-builder button.wpcpb-swatch:hover {
  transform: translateY(-1px) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .13), 0 3px 8px rgba(16, 24, 40, .15) !important;
}

body.wpcpb-product-page .wpcpb-builder button.wpcpb-swatch.is-selected {
  border-color: #111 !important;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #111, inset 0 0 0 1px rgba(0, 0, 0, .12) !important;
}

body.wpcpb-product-page .wpcpb-builder button.wpcpb-swatch.is-light {
  box-shadow: inset 0 0 0 1px #b9c0c8 !important;
}

body.wpcpb-product-page .wpcpb-builder button.wpcpb-swatch.is-light.is-selected {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #111, inset 0 0 0 1px #b9c0c8 !important;
}

.wpcpb-size-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
  gap: 9px;
}

.wpcpb-size-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--wpcpb-border, #e4e7eb);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .03);
}

.wpcpb-size-card-head {
  min-height: 59px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 9px 7px 5px;
  text-align: center;
}

.wpcpb-size-card-head strong {
  display: block;
  margin: 0 0 2px;
  color: #15171a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
}

.wpcpb-size-card-head span,
.wpcpb-size-card-head .woocommerce-Price-amount {
  display: block;
  color: #4f5965;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
}

.wpcpb-stock {
  min-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 2px 5px 6px;
  text-align: center;
  font-size: 9px;
  line-height: 1.15;
}

.wpcpb-stock.is-in-stock { color: #168a4b; }
.wpcpb-stock.is-out-of-stock { color: #b42318; }

body.wpcpb-product-page .wpcpb-builder input.wpcpb-size-qty {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 42px !important;
  display: block !important;
  margin: 0 !important;
  padding: 7px !important;
  border: 0 !important;
  border-top: 1px solid var(--wpcpb-border, #e4e7eb) !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #111 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}

body.wpcpb-product-page .wpcpb-builder input.wpcpb-size-qty::-webkit-inner-spin-button,
body.wpcpb-product-page .wpcpb-builder input.wpcpb-size-qty::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

body.wpcpb-product-page .wpcpb-builder input.wpcpb-size-qty:focus {
  box-shadow: inset 0 0 0 2px #111 !important;
}

.wpcpb-size-card.is-disabled {
  opacity: .48;
  background: #f4f5f6;
}

.wpcpb-size-card.is-disabled .wpcpb-size-qty {
  background: #f4f5f6 !important;
}

.wpcpb-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 15px;
  border: 1px dashed #cbd0d6;
  border-radius: 10px;
  color: var(--wpcpb-muted, #667085);
  background: #fafafa;
}

.wpcpb-garment-summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
  padding: 11px 13px;
  border: 1px solid #eceff2;
  border-radius: 9px;
  background: var(--wpcpb-soft, #f7f8fa);
  color: #4b5561;
  font-size: 12px;
}

.wpcpb-garment-summary strong {
  color: #15171a;
}

.wpcpb-decoration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

/* Reset generic theme button styling, including red backgrounds and overlays. */
body.wpcpb-product-page .wpcpb-builder button.wpcpb-decoration,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-decoration:hover,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-decoration:focus,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-decoration:active {
  all: unset;
  min-width: 0 !important;
  min-height: 96px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  padding: 13px 10px !important;
  border: 1px solid var(--wpcpb-border, #e4e7eb) !important;
  border-radius: 11px !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  color: var(--wpcpb-text, #15171a) !important;
  cursor: pointer !important;
  font-family: inherit !important;
  text-align: center !important;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

body.wpcpb-product-page .wpcpb-builder button.wpcpb-decoration::before,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-decoration::after {
  display: none !important;
  content: none !important;
}

body.wpcpb-product-page .wpcpb-builder button.wpcpb-decoration:hover {
  border-color: #aeb4bc !important;
  box-shadow: 0 5px 14px rgba(16, 24, 40, .08) !important;
  transform: translateY(-1px) !important;
}

body.wpcpb-product-page .wpcpb-builder button.wpcpb-decoration.is-selected,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-decoration.is-selected:hover,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-decoration.is-selected:focus {
  border-color: #111 !important;
  background: #111 !important;
  background-image: none !important;
  box-shadow: 0 0 0 2px #111 !important;
  color: #fff !important;
}

.wpcpb-decoration strong {
  color: inherit !important;
  font-size: 12px;
  font-weight: 800;
}

.wpcpb-decoration small {
  color: var(--wpcpb-muted, #667085) !important;
  font-size: 10px;
  line-height: 1.3;
}

.wpcpb-decoration.is-selected small {
  color: rgba(255, 255, 255, .72) !important;
}


/* Native WooCommerce compatibility layer.
 * Zakeke and the site's gang-sheet upload/price fields are generated from
 * the original variable-product form, so that form remains in the builder.
 * Only the duplicate WooCommerce variation controls are hidden. */
.wpcpb-native-options-section:not(.has-native-options) {
  position: relative;
  min-height: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: visible;
}

.wpcpb-native-options-section:not(.has-native-options) > .wpcpb-section-heading {
  display: none !important;
}

.wpcpb-native-integration {
  position: relative !important;
}

.wpcpb-native-integration,
.wpcpb-native-integration form.cart,
.wpcpb-native-integration form.variations_form,
.wpcpb-native-integration .single_variation_wrap,
.wpcpb-native-integration .woocommerce-variation-add-to-cart {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.wpcpb-native-integration table.variations,
.wpcpb-native-integration .variations,
.wpcpb-native-integration .reset_variations,
.wpcpb-native-integration .single_variation,
.wpcpb-native-integration .woocommerce-variation-price,
.wpcpb-native-integration .woocommerce-variation-availability,
.wpcpb-native-integration .quantity,
.wpcpb-native-integration button.single_add_to_cart_button:not(#btnCustomize):not(.wpcpb-native-zakeke-trigger),
.wpcpb-native-integration input.single_add_to_cart_button:not(#btnCustomize):not(.wpcpb-native-zakeke-trigger),
.wpcpb-native-integration .single_add_to_cart_button:not(#btnCustomize):not(.wpcpb-native-zakeke-trigger) {
  display: none !important;
}

.wpcpb-native-integration .woocommerce-variation-add-to-cart-disabled {
  pointer-events: auto !important;
  opacity: 1 !important;
}

.wpcpb-native-integration .wc-pao-addon-container,
.wpcpb-native-integration .product-addon,
.wpcpb-native-integration .wapf-field-container,
.wpcpb-native-integration .pewc-item-field-wrapper,
.wpcpb-native-integration .tm-extra-product-options,
.wpcpb-native-integration .thwepo-extra-options,
.wpcpb-native-integration .wcpa_form_outer,
.wpcpb-native-integration [class*="gang-sheet"],
.wpcpb-native-integration [class*="gang_sheet"] {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 12px !important;
}

.wpcpb-native-integration label {
  display: block !important;
  margin: 0 0 6px !important;
  color: #25282d !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
}

.wpcpb-native-integration select,
.wpcpb-native-integration input[type="text"],
.wpcpb-native-integration input[type="number"],
.wpcpb-native-integration input[type="file"],
.wpcpb-native-integration input[type="url"],
.wpcpb-native-integration textarea {
  width: 100% !important;
  min-height: 44px !important;
  margin: 0 0 10px !important;
  padding: 9px 12px !important;
  border: 1px solid var(--wpcpb-border, #e4e7eb) !important;
  border-radius: 8px !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #15171a !important;
  font: inherit !important;
}

.wpcpb-native-integration input[type="file"] {
  min-height: 48px !important;
  padding: 9px !important;
}

.wpcpb-native-integration select:focus,
.wpcpb-native-integration input:focus,
.wpcpb-native-integration textarea:focus {
  border-color: #111 !important;
  outline: 2px solid rgba(17, 17, 17, .12) !important;
  outline-offset: 1px !important;
}

/* Keep Zakeke's real trigger alive for its own JavaScript, while the styled
 * Design Now button above acts as the visible proxy. */
body.wpcpb-product-page .wpcpb-native-integration .wpcpb-native-zakeke-trigger {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  pointer-events: none !important;
}

.wpcpb-volume-section {
  padding-top: 18px;
}

.wpcpb-volume-heading {
  margin-bottom: 6px;
}

.wpcpb-volume-heading strong {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .02em;
}

.wpcpb-volume-description {
  margin: 0 0 10px !important;
  color: var(--wpcpb-muted, #667085) !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
}

.wpcpb-volume-table-wrap {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--wpcpb-border, #e4e7eb);
  border-radius: 11px;
  background: #fff;
}

body.wpcpb-product-page .wpcpb-builder table.wpcpb-volume-table {
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.wpcpb-product-page .wpcpb-builder .wpcpb-volume-table thead,
body.wpcpb-product-page .wpcpb-builder .wpcpb-volume-table tbody,
body.wpcpb-product-page .wpcpb-builder .wpcpb-volume-table tr,
body.wpcpb-product-page .wpcpb-builder .wpcpb-volume-table th,
body.wpcpb-product-page .wpcpb-builder .wpcpb-volume-table td {
  border: 0 !important;
  background-image: none !important;
  box-shadow: none !important;
}

body.wpcpb-product-page .wpcpb-builder .wpcpb-volume-table th {
  padding: 10px 12px !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .03em !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

body.wpcpb-product-page .wpcpb-builder .wpcpb-volume-table th:nth-child(2),
body.wpcpb-product-page .wpcpb-builder .wpcpb-volume-table th:nth-child(3),
body.wpcpb-product-page .wpcpb-builder .wpcpb-volume-table td:nth-child(2),
body.wpcpb-product-page .wpcpb-builder .wpcpb-volume-table td:nth-child(3) {
  text-align: right !important;
}

body.wpcpb-product-page .wpcpb-builder .wpcpb-volume-table td {
  padding: 10px 12px !important;
  border-top: 1px solid #edf0f2 !important;
  background: #fff !important;
  color: #303640 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  transition: background-color .15s ease, color .15s ease !important;
}

body.wpcpb-product-page .wpcpb-builder .wpcpb-volume-row:first-child td {
  border-top: 0 !important;
}

body.wpcpb-product-page .wpcpb-builder .wpcpb-volume-row.is-current td {
  background: #fff1f2 !important;
  color: #9d1017 !important;
  font-weight: 800 !important;
}

body.wpcpb-product-page .wpcpb-builder .wpcpb-volume-row.is-current td:first-child {
  box-shadow: inset 4px 0 0 var(--wpcpb-brand, #e31b23) !important;
}

.wpcpb-volume-saving.is-high {
  color: #168a4b !important;
  font-weight: 800 !important;
}

body.wpcpb-product-page .wpcpb-builder .wpcpb-volume-row.is-current .wpcpb-volume-saving {
  color: #9d1017 !important;
}

.wpcpb-pricing {
  margin-top: 18px;
  padding: 15px 17px;
  border: 1px solid #111;
  border-radius: 11px;
  background: #111;
  color: #fff;
}

.wpcpb-pricing > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 5px 0;
  color: #fff;
  font-size: 12px;
}

.wpcpb-pricing > div > span {
  min-width: 0;
}

.wpcpb-pricing > div > strong {
  flex: 0 0 auto;
  color: #fff;
  text-align: right;
}

.wpcpb-pricing .wpcpb-total-row {
  margin: 5px 0;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  font-size: 15px;
}

.wpcpb-pricing > small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .65);
  font-size: 10px;
}

.wpcpb-notice {
  display: none;
  margin-top: 12px;
  padding: 11px 13px;
  border-radius: 9px;
  font-size: 12px;
}

.wpcpb-notice.is-error {
  display: block;
  border: 1px solid #f1b5b2;
  background: #fff0ef;
  color: #8f1913;
}

.wpcpb-notice.is-success {
  display: block;
  border: 1px solid #b7dfc6;
  background: #eefaf2;
  color: #1d6f3d;
}

.wpcpb-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 9px;
  margin-top: 15px;
}

body.wpcpb-product-page .wpcpb-builder button.wpcpb-add-button,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-add-button:hover,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-add-button:focus,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-add-button:active {
  all: unset;
  width: 100% !important;
  min-height: 54px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 18px !important;
  border: 1px solid var(--wpcpb-brand, #e31b23) !important;
  border-radius: 9px !important;
  background: var(--wpcpb-brand, #e31b23) !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: pointer !important;
  font-family: inherit !important;
  line-height: 1.2 !important;
  text-align: center !important;
  transition: background-color .15s ease, border-color .15s ease, transform .15s ease !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

body.wpcpb-product-page .wpcpb-builder button.wpcpb-add-button::before,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-add-button::after {
  display: none !important;
  content: none !important;
}

body.wpcpb-product-page .wpcpb-builder button.wpcpb-add-button:hover {
  border-color: var(--wpcpb-brand-dark, #bd1118) !important;
  background: var(--wpcpb-brand-dark, #bd1118) !important;
  transform: translateY(-1px) !important;
}

body.wpcpb-product-page .wpcpb-builder button.wpcpb-add-button:disabled {
  cursor: wait !important;
  opacity: .62 !important;
  transform: none !important;
}

.wpcpb-add-button > span {
  color: inherit !important;
  font-size: 14px;
  font-weight: 800;
}

.wpcpb-add-button > small {
  margin-top: 3px;
  color: inherit !important;
  font-size: 10px;
  font-weight: 400;
  opacity: .76;
}

body.wpcpb-product-page .wpcpb-builder button.wpcpb-blank-button,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-blank-button:hover,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-blank-button:focus,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-blank-button:active {
  border-color: #24272b !important;
  background: #fff !important;
  background-image: none !important;
  color: #111 !important;
}

body.wpcpb-product-page .wpcpb-builder button.wpcpb-blank-button:hover {
  background: #f3f4f5 !important;
}

.wpcpb-or {
  align-self: center;
  color: var(--wpcpb-muted, #667085);
  font-size: 11px;
}

@media (max-width: 1199px) {
  .wpcpb-builder {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .wpcpb-builder {
    margin-top: 18px;
    padding: 16px;
    border-radius: 12px;
  }

  .wpcpb-specs {
    grid-template-columns: 1fr;
  }

  .wpcpb-spec-card {
    min-height: 60px;
  }

  .wpcpb-size-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wpcpb-decoration-grid {
    grid-template-columns: 1fr;
  }

  body.wpcpb-product-page .wpcpb-builder button.wpcpb-decoration,
  body.wpcpb-product-page .wpcpb-builder button.wpcpb-decoration:hover,
  body.wpcpb-product-page .wpcpb-builder button.wpcpb-decoration:focus,
  body.wpcpb-product-page .wpcpb-builder button.wpcpb-decoration:active {
    min-height: 72px !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .wpcpb-garment-summary {
    flex-direction: column;
    gap: 4px;
  }
}

@media (max-width: 390px) {
  .wpcpb-size-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* v1.1.5: required DTF size selector and native Zakeke click overlay. */
.wpcpb-dtf-size-panel {
  display: none;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid var(--wpcpb-border, #e4e7eb);
  border-radius: 10px;
  background: #f8f9fa;
}

.wpcpb-dtf-size-panel.is-active {
  display: block;
}

.wpcpb-dtf-size-panel label {
  display: block;
  margin: 0 0 7px;
  color: #15171a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.wpcpb-dtf-size-panel label span {
  color: #d61f2c;
}

.wpcpb-dtf-size-select {
  display: block !important;
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 10px 42px 10px 12px !important;
  border: 1px solid #d9dde2 !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  color: #15171a !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 650 !important;
}

.wpcpb-dtf-size-select:focus {
  border-color: #111 !important;
  outline: 2px solid rgba(17, 17, 17, .12) !important;
  outline-offset: 1px !important;
}

.wpcpb-dtf-size-help {
  margin: 7px 0 0 !important;
  color: #6b7280 !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
}

.wpcpb-dtf-selected-price {
  min-height: 18px;
  margin-top: 7px;
  color: #111;
  font-size: 12px;
  font-weight: 750;
}

.wpcpb-design-button-wrap {
  position: relative;
  width: 100%;
}

.wpcpb-design-button-wrap .wpcpb-design-proxy {
  width: 100% !important;
}

/* The actual Zakeke button stays inside its original WooCommerce form.
 * JavaScript positions it invisibly over the styled Design Now button so the
 * user's real click reaches Zakeke instead of a simulated click. */
body.wpcpb-product-page .wpcpb-native-zakeke-trigger {
  cursor: pointer !important;
}


/* v1.1.6: preserve the original Zakeke form and use its real Customize
 * control as the click target. The form is never moved or cloned. */
body.wpcpb-product-page form.wpcpb-native-form-preserved {
  position: absolute !important;
  left: 0 !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1 !important;
}

body.wpcpb-product-page form.wpcpb-native-form-preserved table.variations,
body.wpcpb-product-page form.wpcpb-native-form-preserved .variations,
body.wpcpb-product-page form.wpcpb-native-form-preserved .reset_variations,
body.wpcpb-product-page form.wpcpb-native-form-preserved .single_variation,
body.wpcpb-product-page form.wpcpb-native-form-preserved .woocommerce-variation-price,
body.wpcpb-product-page form.wpcpb-native-form-preserved .woocommerce-variation-availability,
body.wpcpb-product-page form.wpcpb-native-form-preserved .quantity,
body.wpcpb-product-page form.wpcpb-native-form-preserved .qty-price-section,
body.wpcpb-product-page form.wpcpb-native-form-preserved .product-button,
body.wpcpb-product-page form.wpcpb-native-form-preserved .wpcpo-wrapper,
body.wpcpb-product-page form.wpcpb-native-form-preserved .wc-pao-addons-container,
body.wpcpb-product-page form.wpcpb-native-form-preserved .product_print_customization,
body.wpcpb-product-page form.wpcpb-native-form-preserved button.single_add_to_cart_button:not(.wpcpb-native-zakeke-trigger),
body.wpcpb-product-page form.wpcpb-native-form-preserved input.single_add_to_cart_button:not(.wpcpb-native-zakeke-trigger) {
  display: none !important;
}

body.wpcpb-product-page form.wpcpb-native-form-preserved .single_variation_wrap,
body.wpcpb-product-page form.wpcpb-native-form-preserved .woocommerce-variation-add-to-cart,
body.wpcpb-product-page form.wpcpb-native-form-preserved .variations_button {
  display: block !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 1px !important;
  min-height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body.wpcpb-product-page form.wpcpb-native-form-preserved .wpcpb-native-zakeke-trigger,
body.wpcpb-product-page .wpcpb-native-zakeke-trigger {
  display: block !important;
  position: fixed !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  opacity: .001 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  clip: auto !important;
  clip-path: none !important;
  overflow: hidden !important;
  z-index: 2147483000 !important;
}


/* v1.2.0 — garment-page fallback.
 * Hide the theme's duplicate native Color and Size Product Type controls even
 * before JavaScript finishes initialising. This is deliberately scoped to the
 * garment builder body class, so the DTF/UV gang-sheet uploader pages keep
 * their native variation dropdowns and quantity controls. */
body.wpcpb-product-page .summary-content > form.variations_form.cart > table.variations,
body.wpcpb-product-page .summary-content > form.variations_form.cart > .variations,
body.wpcpb-product-page .summary-content > form.variations_form.cart .reset_variations,
body.wpcpb-product-page .summary-content > form.variations_form.cart .single_variation,
body.wpcpb-product-page .summary-content > form.variations_form.cart .woocommerce-variation-price,
body.wpcpb-product-page .summary-content > form.variations_form.cart .woocommerce-variation-availability,
body.wpcpb-product-page .summary-content > form.variations_form.cart .quantity,
body.wpcpb-product-page .summary-content > form.variations_form.cart .qty-price-section,
body.wpcpb-product-page .summary-content > form.variations_form.cart .total-price-section,
body.wpcpb-product-page .summary-content > form.variations_form.cart .product-button,
body.wpcpb-product-page .summary-content > form.variations_form.cart .wpcpo-wrapper,
body.wpcpb-product-page .summary-content > form.variations_form.cart .wc-pao-addons-container,
body.wpcpb-product-page .summary-content > form.variations_form.cart .product_print_customization,
body.wpcpb-product-page .summary-content > form.variations_form.cart button.single_add_to_cart_button:not(#btnCustomize):not(.wpcpb-native-zakeke-trigger),
body.wpcpb-product-page .summary-content > form.variations_form.cart input.single_add_to_cart_button:not(#btnCustomize):not(.wpcpb-native-zakeke-trigger) {
  display: none !important;
}

body.wpcpb-product-page .summary-content > form.variations_form.cart .single_variation_wrap,
body.wpcpb-product-page .summary-content > form.variations_form.cart .woocommerce-variation-add-to-cart,
body.wpcpb-product-page .summary-content > form.variations_form.cart .variations_button {
  display: block !important;
  position: absolute !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.wpcpb-product-page .summary-content > form.variations_form.cart:not(.wpcpb-native-form-preserved) #btnCustomize {
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  opacity: .001 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}


/* v1.2.1 — immediate, no-flash native compatibility wrapper. */
body.wpcpb-product-page .wpcpb-native-compat {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: visible !important;
  z-index: 2147482990 !important;
}
body.wpcpb-product-page .wpcpb-native-compat form.wpcpb-native-form-preserved,
body.wpcpb-product-page .wpcpb-native-compat form.variations_form.cart,
body.wpcpb-product-page .wpcpb-native-compat form.cart {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: visible !important;
  visibility: visible !important;
}
body.wpcpb-product-page .wpcpb-native-compat [data-heading="Extra Product Options"],
body.wpcpb-product-page .wpcpb-native-compat .single-product-summary.extra-options-show,
body.wpcpb-product-page .wpcpb-native-compat .summary-content > :not(form) {
  display: none !important;
}
body.wpcpb-product-page .wpcpb-native-options-section {
  display: none !important;
}


/* ==========================================================================\n   Printworks-inspired product layout — v1.4.1\n   ========================================================================== */
body.wpcpb-product-page {
  --wpcpb-brand: #ef1b24;
  --wpcpb-brand-dark: #cc1018;
  --wpcpb-line: #dedede;
  --wpcpb-panel: #f8f8f8;
  --wpcpb-ink: #101010;
}

body.wpcpb-product-page .summary.entry-summary > .product_title,
body.wpcpb-product-page .summary.entry-summary > h1.product_title {
  margin: 0 0 7px !important;
  color: #111 !important;
  font-size: clamp(28px, 2.1vw, 40px) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -.025em !important;
}

body.wpcpb-product-page .wpcpb-style-number {
  margin: 0 0 22px;
  color: #333;
  font-size: 14px;
}

body.wpcpb-product-page .wpcpb-style-number strong { font-weight: 600; }
body.wpcpb-product-page .wpcpb-starting-at {
  margin: 0 0 1px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

body.wpcpb-product-page .summary.entry-summary > p.price,
body.wpcpb-product-page .summary.entry-summary > .price {
  margin: 0 0 20px !important;
  color: var(--wpcpb-brand) !important;
  font-size: 27px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}
body.wpcpb-product-page .summary.entry-summary > p.price *,
body.wpcpb-product-page .summary.entry-summary > .price * { color: inherit !important; }

@media (min-width: 1100px) {
  body.wpcpb-product-page .product-image-summary-inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(520px, .92fr) !important;
    gap: 46px !important;
  }
}

body.wpcpb-product-page .wpcpb-builder {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.wpcpb-product-page .wpcpb-specs {
  gap: 10px !important;
  margin-bottom: 18px !important;
}

body.wpcpb-product-page .wpcpb-spec-card {
  min-height: 76px !important;
  gap: 12px !important;
  padding: 14px 15px !important;
  border: 1px solid #dcdcdc !important;
  border-radius: 8px !important;
  background: #fff !important;
}
body.wpcpb-product-page .wpcpb-spec-icon {
  width: 32px !important;
  height: 32px !important;
  color: #111 !important;
}
body.wpcpb-product-page .wpcpb-spec-card > span:last-child {
  gap: 2px !important;
}
body.wpcpb-product-page .wpcpb-spec-card strong {
  order: 0;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}
body.wpcpb-product-page .wpcpb-spec-card small {
  order: 1;
  margin: 0 !important;
  color: #333 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

body.wpcpb-product-page .wpcpb-section {
  margin-top: 18px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}
body.wpcpb-product-page .wpcpb-section-heading {
  margin-bottom: 11px !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
  text-transform: none !important;
}
body.wpcpb-product-page .wpcpb-color-heading {
  justify-content: flex-start !important;
  gap: 5px !important;
}
body.wpcpb-product-page .wpcpb-color-heading strong {
  font-size: 13px !important;
  font-weight: 800 !important;
}

body.wpcpb-product-page .wpcpb-swatches { gap: 11px !important; }
body.wpcpb-product-page .wpcpb-builder button.wpcpb-swatch,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-swatch:hover,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-swatch:focus,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-swatch:active {
  width: 38px !important;
  height: 38px !important;
  flex-basis: 38px !important;
  border: 2px solid #fff !important;
  box-shadow: 0 0 0 1px #cfcfcf, inset 0 0 0 1px rgba(0,0,0,.08) !important;
}
body.wpcpb-product-page .wpcpb-builder button.wpcpb-swatch.is-selected {
  border-color: #fff !important;
  box-shadow: 0 0 0 2px var(--wpcpb-brand), inset 0 0 0 1px rgba(0,0,0,.08) !important;
}

body.wpcpb-product-page .wpcpb-size-heading {
  align-items: center !important;
  margin-top: 5px !important;
  text-transform: uppercase !important;
}
body.wpcpb-product-page .wpcpb-size-guide-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #333 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-transform: none !important;
}

body.wpcpb-product-page .wpcpb-size-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(68px, 1fr)) !important;
  gap: 0 !important;
  overflow: hidden !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 8px !important;
  background: #fff !important;
}
body.wpcpb-product-page .wpcpb-size-card {
  min-width: 0 !important;
  padding: 10px 8px 9px !important;
  border: 0 !important;
  border-right: 1px solid #e1e1e1 !important;
  border-radius: 0 !important;
  background: #fff !important;
  text-align: center !important;
}
body.wpcpb-product-page .wpcpb-size-card:last-child { border-right: 0 !important; }
body.wpcpb-product-page .wpcpb-size-card-head {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 2px !important;
  min-height: 38px !important;
  margin-bottom: 7px !important;
}
body.wpcpb-product-page .wpcpb-size-card-head strong {
  font-size: 13px !important;
  font-weight: 800 !important;
}
body.wpcpb-product-page .wpcpb-size-card-head span,
body.wpcpb-product-page .wpcpb-size-card-head .amount {
  color: #222 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}
body.wpcpb-product-page .wpcpb-size-card .wpcpb-stock { display: none !important; }
body.wpcpb-product-page .wpcpb-size-card input.wpcpb-size-qty {
  width: 100% !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 5px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 6px !important;
  background: #fafafa !important;
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-align: center !important;
  box-shadow: none !important;
}

body.wpcpb-product-page .wpcpb-garment-summary {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 12px !important;
  padding: 12px 15px !important;
  border: 1px solid #dedede !important;
  border-radius: 8px !important;
  background: #fafafa !important;
}
body.wpcpb-product-page .wpcpb-summary-icon {
  width: 38px !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #ffe4e6 !important;
  color: var(--wpcpb-brand) !important;
}
body.wpcpb-product-page .wpcpb-summary-icon svg { width: 23px; height: 23px; fill: currentColor; }
body.wpcpb-product-page .wpcpb-summary-copy { display: flex !important; flex-direction: column !important; }
body.wpcpb-product-page .wpcpb-summary-copy strong { font-size: 13px !important; font-weight: 800 !important; }
body.wpcpb-product-page .wpcpb-summary-copy small { color: #555 !important; font-size: 11px !important; }
body.wpcpb-product-page .wpcpb-garment-subtotal { color: #111 !important; font-size: 20px !important; font-weight: 800 !important; }

/* Decoration is retained for pricing/Zakeke, but presented as a compact secondary panel. */
body.wpcpb-product-page .wpcpb-decoration-grid { gap: 8px !important; }
body.wpcpb-product-page .wpcpb-builder button.wpcpb-decoration {
  min-height: 64px !important;
  padding: 10px !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #111 !important;
}
body.wpcpb-product-page .wpcpb-builder button.wpcpb-decoration.is-selected {
  border-color: var(--wpcpb-brand) !important;
  background: #fff7f7 !important;
  color: #111 !important;
  box-shadow: 0 0 0 1px var(--wpcpb-brand) !important;
}
body.wpcpb-product-page .wpcpb-decoration-icon { width: 20px !important; height: 20px !important; }
body.wpcpb-product-page .wpcpb-decoration strong { font-size: 12px !important; }
body.wpcpb-product-page .wpcpb-decoration small { font-size: 10px !important; }
body.wpcpb-product-page .wpcpb-dtf-size-panel {
  margin-top: 10px !important;
  padding: 12px !important;
  border: 1px solid #e3e3e3 !important;
  border-radius: 8px !important;
  background: #fafafa !important;
}
body.wpcpb-product-page .wpcpb-dtf-size-select {
  height: 46px !important;
  border: 1px solid #d7d7d7 !important;
  border-radius: 7px !important;
  background-color: #fff !important;
}
body.wpcpb-product-page .wpcpb-dtf-size-help { margin-bottom: 0 !important; font-size: 10px !important; }

body.wpcpb-product-page .wpcpb-pricing { display: none !important; }
body.wpcpb-product-page .wpcpb-notice { margin: 10px 0 0 !important; }
body.wpcpb-product-page .wpcpb-actions { margin-top: 12px !important; }
body.wpcpb-product-page .wpcpb-design-button-wrap { width: 100% !important; }
body.wpcpb-product-page .wpcpb-builder button.wpcpb-design-proxy,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-design-proxy:hover,
body.wpcpb-product-page .wpcpb-builder button.wpcpb-design-proxy:focus {
  width: 100% !important;
  min-height: 52px !important;
  padding: 12px 18px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: var(--wpcpb-brand) !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}
body.wpcpb-product-page .wpcpb-builder button.wpcpb-design-proxy:hover { background: var(--wpcpb-brand-dark) !important; }
body.wpcpb-product-page .wpcpb-upload-note {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  margin: 7px 0 10px !important;
  color: #555 !important;
  font-size: 11px !important;
  text-align: center !important;
}
body.wpcpb-product-page .wpcpb-builder button.wpcpb-blank-button {
  display: block !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 3px 5px !important;
  border: 0 !important;
  background: transparent !important;
  color: #333 !important;
  font-size: 11px !important;
  font-weight: 650 !important;
  text-decoration: underline !important;
  box-shadow: none !important;
}
body.wpcpb-product-page .wpcpb-or { display: none !important; }

body.wpcpb-product-page .wpcpb-native-compat .wcpa_form_outer { display: none !important; }

body.wpcpb-product-page .wpcpb-fullwidth-panel {
  width: min(1240px, calc(100% - 30px)) !important;
  margin: 32px auto 42px !important;
  color: #151515 !important;
}
body.wpcpb-product-page .wpcpb-fullwidth-top {
  display: grid !important;
  grid-template-columns: minmax(0, 2.2fr) minmax(260px, .9fr) !important;
  gap: 18px !important;
  margin-bottom: 14px !important;
}
body.wpcpb-product-page .wpcpb-volume-section,
body.wpcpb-product-page .wpcpb-benefit-card,
body.wpcpb-product-page .wpcpb-tabs {
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  background: #fff !important;
}
body.wpcpb-product-page .wpcpb-volume-section { padding: 15px 16px !important; }
body.wpcpb-product-page .wpcpb-volume-title {
  display: flex !important;
  flex-direction: column !important;
  margin-bottom: 10px !important;
  line-height: 1.3 !important;
}
body.wpcpb-product-page .wpcpb-volume-title strong {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
}
body.wpcpb-product-page .wpcpb-volume-title small { color: #333 !important; font-size: 11px !important; }
body.wpcpb-product-page .wpcpb-volume-table-wrap { overflow-x: auto !important; }
body.wpcpb-product-page .wpcpb-volume-table {
  width: 100% !important;
  min-width: 620px !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
}
body.wpcpb-product-page .wpcpb-volume-table th,
body.wpcpb-product-page .wpcpb-volume-table td {
  padding: 9px 7px !important;
  border: 1px solid #e5e5e5 !important;
  color: #222 !important;
  font-size: 11px !important;
  text-align: center !important;
}
body.wpcpb-product-page .wpcpb-volume-table th {
  width: 90px !important;
  background: #fafafa !important;
  font-weight: 800 !important;
  text-align: left !important;
  text-transform: uppercase !important;
}
body.wpcpb-product-page .wpcpb-volume-price-row td { font-weight: 700 !important; }
body.wpcpb-product-page .wpcpb-volume-tier-cell.is-current {
  background: #fff0f1 !important;
  color: var(--wpcpb-brand) !important;
  font-weight: 800 !important;
}
body.wpcpb-product-page .wpcpb-benefit-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 13px !important;
  padding: 16px 18px !important;
}
body.wpcpb-product-page .wpcpb-benefit-card > div {
  display: grid !important;
  grid-template-columns: 27px minmax(0,1fr) !important;
  align-items: start !important;
  gap: 10px !important;
}
body.wpcpb-product-page .wpcpb-benefit-card > div > span { font-size: 21px !important; line-height: 1 !important; }
body.wpcpb-product-page .wpcpb-benefit-card p { display: flex !important; flex-direction: column !important; margin: 0 !important; }
body.wpcpb-product-page .wpcpb-benefit-card strong { font-size: 12px !important; }
body.wpcpb-product-page .wpcpb-benefit-card small { color: #444 !important; font-size: 10px !important; }

body.wpcpb-product-page .wpcpb-tabs { overflow: hidden !important; }
body.wpcpb-product-page .wpcpb-tab-list {
  display: flex !important;
  gap: 28px !important;
  overflow-x: auto !important;
  padding: 0 16px !important;
  border-bottom: 1px solid #ddd !important;
}
body.wpcpb-product-page .wpcpb-tab-button,
body.wpcpb-product-page .wpcpb-tab-button:hover,
body.wpcpb-product-page .wpcpb-tab-button:focus {
  all: unset;
  position: relative !important;
  flex: 0 0 auto !important;
  padding: 13px 0 12px !important;
  color: #333 !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  cursor: pointer !important;
}
body.wpcpb-product-page .wpcpb-tab-button.is-active { color: var(--wpcpb-brand) !important; }
body.wpcpb-product-page .wpcpb-tab-button.is-active::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -1px !important;
  height: 2px !important;
  background: var(--wpcpb-brand) !important;
}
body.wpcpb-product-page .wpcpb-tab-panel {
  padding: 18px 20px !important;
  color: #333 !important;
  font-size: 12px !important;
  line-height: 1.65 !important;
}
body.wpcpb-product-page .wpcpb-tab-panel[hidden] { display: none !important; }
body.wpcpb-product-page .wpcpb-tab-panel p:first-child { margin-top: 0 !important; }
body.wpcpb-product-page .wpcpb-tab-panel p:last-child { margin-bottom: 0 !important; }
body.wpcpb-product-page .wpcpb-tab-panel ul {
  columns: 2 !important;
  column-gap: 42px !important;
  margin: 0 !important;
  padding-left: 18px !important;
}
body.wpcpb-product-page .wpcpb-info-columns {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr)) !important;
  gap: 20px !important;
}
body.wpcpb-product-page .wpcpb-info-columns p { margin: 5px 0 0 !important; }

@media (max-width: 900px) {
  body.wpcpb-product-page .wpcpb-specs { grid-template-columns: 1fr !important; }
  body.wpcpb-product-page .wpcpb-spec-card { min-height: 60px !important; }
  body.wpcpb-product-page .wpcpb-fullwidth-top { grid-template-columns: 1fr !important; }
  body.wpcpb-product-page .wpcpb-info-columns { grid-template-columns: 1fr !important; }
}

@media (max-width: 600px) {
  body.wpcpb-product-page .wpcpb-size-grid {
    grid-template-columns: repeat(3, minmax(78px,1fr)) !important;
    border-radius: 7px !important;
  }
  body.wpcpb-product-page .wpcpb-size-card { border-bottom: 1px solid #e1e1e1 !important; }
  body.wpcpb-product-page .wpcpb-decoration-grid { grid-template-columns: 1fr !important; }
  body.wpcpb-product-page .wpcpb-garment-summary { grid-template-columns: 38px minmax(0,1fr) auto !important; padding: 11px !important; }
  body.wpcpb-product-page .wpcpb-garment-subtotal { font-size: 17px !important; }
  body.wpcpb-product-page .wpcpb-fullwidth-panel { width: calc(100% - 20px) !important; margin-top: 22px !important; }
  body.wpcpb-product-page .wpcpb-tab-list { gap: 20px !important; }
  body.wpcpb-product-page .wpcpb-tab-panel { padding: 15px !important; }
  body.wpcpb-product-page .wpcpb-tab-panel ul { columns: 1 !important; }
}


/* ==========================================================================
   Exact screenshot layout refinements — v1.4.1
   ========================================================================== */
body.wpcpb-product-page .wpcpb-section:has(.wpcpb-decoration-grid),
body.wpcpb-product-page .wpcpb-section .wpcpb-decoration-grid,
body.wpcpb-product-page .wpcpb-dtf-size-panel {
  display: none !important;
}
body.wpcpb-product-page .wpcpb-actions {
  margin-top: 10px !important;
}
body.wpcpb-product-page .wpcpb-builder button.wpcpb-blank-button {
  display: none !important;
}
body.wpcpb-product-page .wpcpb-upload-note {
  margin: 8px 0 0 !important;
}
body.wpcpb-product-page .wpcpb-fullwidth-panel {
  width: min(1240px, calc(100% - 24px)) !important;
  margin: 26px auto 40px !important;
}
body.wpcpb-product-page .wpcpb-fullwidth-top {
  align-items: stretch !important;
  gap: 16px !important;
}
body.wpcpb-product-page .wpcpb-volume-section,
body.wpcpb-product-page .wpcpb-benefit-card,
body.wpcpb-product-page .wpcpb-tabs {
  border-color: #d8d8d8 !important;
  border-radius: 6px !important;
}
body.wpcpb-product-page .wpcpb-volume-section {
  padding: 14px 16px !important;
}
body.wpcpb-product-page .wpcpb-volume-title strong {
  font-size: 12px !important;
  letter-spacing: .04em !important;
}
body.wpcpb-product-page .wpcpb-volume-title small {
  font-size: 11px !important;
}
body.wpcpb-product-page .wpcpb-volume-table {
  min-width: 0 !important;
}
body.wpcpb-product-page .wpcpb-volume-table th,
body.wpcpb-product-page .wpcpb-volume-table td {
  font-size: 11px !important;
  padding: 10px 8px !important;
}
body.wpcpb-product-page .wpcpb-volume-table th {
  width: 92px !important;
  background: #fafafa !important;
}
body.wpcpb-product-page .wpcpb-volume-price-row td {
  font-weight: 700 !important;
}
body.wpcpb-product-page .wpcpb-benefit-card {
  gap: 10px !important;
  padding: 16px 18px !important;
}
body.wpcpb-product-page .wpcpb-benefit-card > div {
  grid-template-columns: 24px minmax(0,1fr) !important;
  gap: 10px !important;
}
body.wpcpb-product-page .wpcpb-benefit-card > div > span {
  font-size: 18px !important;
}
body.wpcpb-product-page .wpcpb-benefit-card strong {
  font-size: 12px !important;
  font-weight: 700 !important;
}
body.wpcpb-product-page .wpcpb-benefit-card small {
  font-size: 11px !important;
  line-height: 1.35 !important;
}
body.wpcpb-product-page .wpcpb-tabs {
  border-radius: 6px !important;
}
body.wpcpb-product-page .wpcpb-tab-list {
  gap: 34px !important;
  padding: 0 18px !important;
}
body.wpcpb-product-page .wpcpb-tab-button,
body.wpcpb-product-page .wpcpb-tab-button:hover,
body.wpcpb-product-page .wpcpb-tab-button:focus {
  padding: 14px 0 13px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}
body.wpcpb-product-page .wpcpb-tab-panel {
  padding: 18px 18px 20px !important;
  font-size: 12px !important;
  line-height: 1.75 !important;
}
body.wpcpb-product-page .wpcpb-tab-panel ul {
  columns: 2 !important;
  column-gap: 36px !important;
}
body.wpcpb-product-page .wpcpb-tab-panel li {
  break-inside: avoid !important;
  margin-bottom: 2px !important;
}
body.wpcpb-product-page .wpcpb-tab-panel[data-panel="description"] p,
body.wpcpb-product-page .wpcpb-tab-panel[data-panel="description"] ul {
  max-width: none !important;
}
@media (min-width: 1100px) {
  body.wpcpb-product-page .woocommerce-product-gallery,
  body.wpcpb-product-page .product-images {
    margin-bottom: 0 !important;
  }
}


/* ==========================================================================
   Single-line sizes and full-width next section — v1.4.1
   ========================================================================== */
body.wpcpb-product-page .wpcpb-size-heading {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  white-space: nowrap !important;
}

body.wpcpb-product-page .wpcpb-size-grid {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: thin !important;
  -webkit-overflow-scrolling: touch !important;
}

body.wpcpb-product-page .wpcpb-size-grid .wpcpb-size-card {
  flex: 1 1 0 !important;
  min-width: 58px !important;
  max-width: none !important;
  border-bottom: 0 !important;
  border-right: 1px solid #e1e1e1 !important;
}

body.wpcpb-product-page .wpcpb-size-grid .wpcpb-size-card:last-child {
  border-right: 0 !important;
}

body.wpcpb-product-page .wpcpb-size-card-head {
  min-height: 42px !important;
  margin-bottom: 6px !important;
  padding: 0 !important;
}

body.wpcpb-product-page .wpcpb-size-card-head strong,
body.wpcpb-product-page .wpcpb-size-card-head span,
body.wpcpb-product-page .wpcpb-size-card-head .amount {
  white-space: nowrap !important;
}

body.wpcpb-product-page .wpcpb-fullwidth-panel {
  display: block !important;
  clear: both !important;
  float: none !important;
  position: relative !important;
  width: min(1240px, calc(100% - 24px)) !important;
  max-width: 1240px !important;
  margin: 28px auto 42px !important;
  padding: 0 !important;
}

body.wpcpb-product-page .wpcpb-fullwidth-top {
  display: grid !important;
  grid-template-columns: minmax(0, 2.2fr) minmax(280px, .95fr) !important;
  align-items: stretch !important;
  gap: 16px !important;
}

body.wpcpb-product-page .wpcpb-volume-table-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
}

body.wpcpb-product-page .wpcpb-volume-table {
  width: 100% !important;
  min-width: 760px !important;
  table-layout: fixed !important;
}

body.wpcpb-product-page .wpcpb-volume-table th,
body.wpcpb-product-page .wpcpb-volume-table td {
  white-space: nowrap !important;
}

body.wpcpb-product-page .wpcpb-item-number {
  margin: 0 0 14px !important;
  color: #555 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

/* The product description, item number and tabs now live in the dedicated
   next section, so remove duplicated theme output from the summary column. */
body.wpcpb-product-page .summary.entry-summary > .woocommerce-product-details__short-description,
body.wpcpb-product-page .summary.entry-summary > .product_meta,
body.wpcpb-product-page .summary.entry-summary > .product-share,
body.wpcpb-product-page .summary.entry-summary > .social-icons,
body.wpcpb-product-page .summary.entry-summary > .wd-social-icons,
body.wpcpb-product-page .summary.entry-summary > .share-buttons {
  display: none !important;
}

@media (max-width: 900px) {
  body.wpcpb-product-page .wpcpb-fullwidth-top {
    grid-template-columns: 1fr !important;
  }
  body.wpcpb-product-page .wpcpb-size-grid .wpcpb-size-card {
    flex: 0 0 74px !important;
    min-width: 74px !important;
  }
}

@media (max-width: 600px) {
  body.wpcpb-product-page .wpcpb-size-heading {
    font-size: 11px !important;
    gap: 8px !important;
  }
  body.wpcpb-product-page .wpcpb-size-guide-link {
    font-size: 10px !important;
  }
  body.wpcpb-product-page .wpcpb-fullwidth-panel {
    width: calc(100% - 16px) !important;
    margin-top: 22px !important;
  }
}


/* Full-width content starts after the complete top product section — v1.4.2 */
body.wpcpb-product-page .wpcpb-fullwidth-panel {
  display: block !important;
  clear: both !important;
  position: relative !important;
  z-index: 1 !important;
}
body.wpcpb-product-page .product-image-summary + .wpcpb-fullwidth-panel,
body.wpcpb-product-page .product-image-summary-wrap + .wpcpb-fullwidth-panel {
  margin-top: 28px !important;
}


/* Place the full-width product information panel directly before reviews. */
body.wpcpb-product-page .wpcpb-fullwidth-panel.wpcpb-panel-before-reviews {
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}
body.wpcpb-product-page .wpcpb-fullwidth-panel.wpcpb-panel-before-reviews + section {
  margin-top: 36px !important;
}


/* ========================================================================== 
   Product information panel in the gallery-column space — v1.4.4
   ========================================================================== */
@media (min-width: 901px) {
  body.wpcpb-product-page .product-image-summary-inner > .wpcpb-gallery-column-with-panel,
  body.wpcpb-product-page .product-image-summary-inner > .product-images.wpcpb-gallery-column-with-panel,
  body.wpcpb-product-page .product-image-summary-inner > .product-gallery.wpcpb-gallery-column-with-panel,
  body.wpcpb-product-page .product-image-summary-inner > .product-images-wrapper.wpcpb-gallery-column-with-panel {
    display: flex !important;
    flex-direction: column !important;
    align-self: stretch !important;
    overflow: visible !important;
  }

  body.wpcpb-product-page .wpcpb-fullwidth-panel.wpcpb-panel-in-gallery {
    order: 99 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 28px 0 0 !important;
    padding: 0 !important;
    clear: none !important;
    float: none !important;
    position: relative !important;
  }

  body.wpcpb-product-page .wpcpb-panel-in-gallery .wpcpb-fullwidth-top {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.wpcpb-product-page .wpcpb-panel-in-gallery .wpcpb-benefit-card {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    padding: 15px !important;
  }

  body.wpcpb-product-page .wpcpb-panel-in-gallery .wpcpb-benefit-card > div {
    grid-template-columns: 24px minmax(0, 1fr) !important;
    min-width: 0 !important;
  }

  body.wpcpb-product-page .wpcpb-panel-in-gallery .wpcpb-volume-table-wrap {
    overflow-x: auto !important;
  }

  body.wpcpb-product-page .wpcpb-panel-in-gallery .wpcpb-volume-table {
    min-width: 760px !important;
  }

  body.wpcpb-product-page .wpcpb-panel-in-gallery .wpcpb-tab-list {
    gap: 22px !important;
  }

  body.wpcpb-product-page .wpcpb-panel-in-gallery .wpcpb-tab-panel {
    padding: 17px 18px 19px !important;
  }
}

@media (max-width: 1150px) and (min-width: 901px) {
  body.wpcpb-product-page .wpcpb-panel-in-gallery .wpcpb-benefit-card {
    grid-template-columns: 1fr !important;
  }

  body.wpcpb-product-page .wpcpb-panel-in-gallery .wpcpb-tab-panel ul {
    columns: 1 !important;
  }
}

@media (max-width: 900px) {
  body.wpcpb-product-page .wpcpb-fullwidth-panel.wpcpb-panel-in-gallery {
    width: 100% !important;
    max-width: none !important;
    margin: 24px 0 32px !important;
  }
}


/* ========================================================================== 
   Benefit card directly below the WCPG row — v1.4.6
   ========================================================================== */
body.wpcpb-product-page .wpcpb-gallery-column-with-benefits {
  display: flex !important;
  flex-direction: column !important;
  align-self: stretch !important;
  overflow: visible !important;
}

body.wpcpb-product-page .wpcpb-benefit-card.wpcpb-benefit-under-gallery {
  order: 99 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 24px 0 0 !important;
  padding: 18px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 15px !important;
  border: 1px solid #dddddd !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.wpcpb-product-page .wpcpb-benefit-card.wpcpb-benefit-under-gallery > div {
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 12px !important;
  min-width: 0 !important;
}

body.wpcpb-product-page .wpcpb-benefit-card.wpcpb-benefit-under-gallery > div > span {
  font-size: 22px !important;
  line-height: 1 !important;
  color: #111111 !important;
}

body.wpcpb-product-page .wpcpb-benefit-card.wpcpb-benefit-under-gallery p {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  margin: 0 !important;
}

body.wpcpb-product-page .wpcpb-benefit-card.wpcpb-benefit-under-gallery strong {
  color: #111111 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

body.wpcpb-product-page .wpcpb-benefit-card.wpcpb-benefit-under-gallery small {
  color: #444444 !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
}

body.wpcpb-product-page .wpcpb-fullwidth-top.wpcpb-without-benefit {
  grid-template-columns: minmax(0, 1fr) !important;
}

body.wpcpb-product-page .wpcpb-fullwidth-top.wpcpb-without-benefit .wpcpb-volume-section {
  width: 100% !important;
}

@media (max-width: 900px) {
  body.wpcpb-product-page .wpcpb-benefit-card.wpcpb-benefit-under-gallery {
    margin-top: 18px !important;
    padding: 16px !important;
  }
}


/* Exact WCPG insertion target — v1.4.6 */
body.wpcpb-product-page .wcpg-row + .wpcpb-benefit-card.wpcpb-benefit-after-wcpg-row {
  width: 100% !important;
  max-width: none !important;
  margin: 22px 0 0 !important;
  clear: both !important;
}
body.wpcpb-product-page .wcpg-row {
  width: 100% !important;
}


/* ==========================================================================
   Benefit card inside the WCPG row, below thumbnails + stage — v1.4.7
   ========================================================================== */
body.wpcpb-product-page .wcpg-row.wpcpb-wcpg-row-with-benefits {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  width: 100% !important;
}
body.wpcpb-product-page .wcpg-row.wpcpb-wcpg-row-with-benefits > .wcpg-thumbnails-wrap {
  order: 1 !important;
}
body.wpcpb-product-page .wcpg-row.wpcpb-wcpg-row-with-benefits > .wcpg-stage {
  order: 2 !important;
  min-width: 0 !important;
}
body.wpcpb-product-page .wcpg-row.wpcpb-wcpg-row-with-benefits > .wpcpb-benefit-card.wpcpb-benefit-inside-wcpg-row {
  order: 3 !important;
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 22px 0 0 !important;
  clear: both !important;
}
@media (max-width: 900px) {
  body.wpcpb-product-page .wcpg-row.wpcpb-wcpg-row-with-benefits > .wpcpb-benefit-card.wpcpb-benefit-inside-wcpg-row {
    margin-top: 18px !important;
  }
}


/* v1.4.8 — remove duplicated summary highlights from the right column. */
body.wpcpb-product-page .wpcpb-starting-at,
body.wpcpb-product-page .wpcpb-builder > .wpcpb-specs {
  display: none !important;
}
body.wpcpb-product-page .summary.entry-summary > p.price,
body.wpcpb-product-page .summary.entry-summary > .price {
  margin-bottom: 16px !important;
}
body.wpcpb-product-page .wpcpb-builder > .wpcpb-section:first-of-type {
  margin-top: 0 !important;
}


/* ==========================================================================
   Compact two-line size and price labels — v1.4.9
   ========================================================================== */
body.wpcpb-product-page .wpcpb-size-card-head {
  min-height: 35px !important;
  gap: 1px !important;
  margin-bottom: 5px !important;
  line-height: 1.05 !important;
}
body.wpcpb-product-page .wpcpb-size-card-head > strong {
  display: block !important;
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
}
body.wpcpb-product-page .wpcpb-size-card-head > span {
  display: block !important;
  margin: 0 !important;
  font-size: 10px !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
}
body.wpcpb-product-page .wpcpb-size-card-head > span .woocommerce-Price-amount,
body.wpcpb-product-page .wpcpb-size-card-head > span .amount,
body.wpcpb-product-page .wpcpb-size-card-head > span bdi,
body.wpcpb-product-page .wpcpb-size-card-head > span .woocommerce-Price-currencySymbol {
  display: inline !important;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  white-space: nowrap !important;
}
body.wpcpb-product-page .wpcpb-size-grid .wpcpb-size-card {
  min-width: 54px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
