.elementor-kit-1{--e-global-color-primary:#020202;--e-global-color-secondary:#898989;--e-global-color-text:#373230;--e-global-color-accent:#EF612C;--e-global-color-1b6de98:#FFFFFF;--e-global-color-dd24e25:#F1E0CE;--e-global-color-efc8a40:#2C485F;--e-global-color-a42a69c:#E2E2E2;--e-global-color-5aa05bc:#F3F3F3;--e-global-color-0f4d811:#F1E0CEB8;--e-global-color-15fd6d4:#F3F3F3;--e-global-color-b6239f7:#EBB89E;--e-global-color-cd895de:#6F422F;--e-global-color-95865a1:#9F8C7C;--e-global-color-a8d9164:#F3E9D2;--e-global-color-e7e6067:#AC6426;--e-global-color-71cf481:#868361;--e-global-color-f2c1720:#F8F4F1;--e-global-color-989ef1c:#393B24;--e-global-typography-primary-font-family:"Questrial";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Questrial";--e-global-typography-secondary-font-size:1em;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Questrial";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Questrial";--e-global-typography-accent-font-weight:400;--e-global-typography-d136c8e-font-family:"Questrial";--e-global-typography-d136c8e-font-size:1.6em;--e-global-typography-15d4c34-font-family:"Questrial";--e-global-typography-15d4c34-font-size:0.8em;--e-global-typography-15d4c34-font-weight:400;--e-global-typography-3567794-font-family:"Questrial";--e-global-typography-3567794-font-size:2.8em;--e-global-typography-a19fdd8-font-family:"Questrial";--e-global-typography-a19fdd8-font-size:2em;--e-global-typography-a87bfc2-font-family:"Tenor Sans";--e-global-typography-a87bfc2-font-size:1.4em;--e-global-typography-a87bfc2-font-weight:700;--e-global-typography-102d0a9-font-family:"Questrial";color:#2C485F;font-family:"Questrial", Sans-serif;font-size:0.95em;}.elementor-kit-1 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1 h1{font-family:"Questrial", Sans-serif;}.elementor-kit-1 h2{font-family:"Questrial", Sans-serif;}.elementor-kit-1 h3{font-family:"Questrial", Sans-serif;}.elementor-kit-1 h4{font-family:"Questrial", Sans-serif;}.elementor-kit-1 h5{font-family:"Questrial", Sans-serif;}.elementor-kit-1 h6{font-family:"Questrial", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* PDP — gallery thumb strip full width + square thumbnails */
.single-product .elementor-widget-jet-woo-product-gallery-slider .jet-woo-swiper-horizontal {
  width: 100%;
}

.single-product .elementor-widget-jet-woo-product-gallery-slider .jet-gallery-swiper-thumb,
.single-product .elementor-widget-jet-woo-product-gallery-slider .jet-woo-swiper-gallery-thumbs {
  width: 100% ;
  max-width: none ;
}

.single-product .elementor-widget-jet-woo-product-gallery-slider .jet-woo-swiper-control-thumbs__item-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.single-product .elementor-widget-jet-woo-product-gallery-slider .jet-woo-swiper-control-thumbs__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* 4 visible thumbs — change to calc((100% - 25px) / 6) for 6 columns */
.single-product .elementor-widget-jet-woo-product-gallery-slider .jet-woo-swiper-horizontal .jet-woo-swiper-gallery-thumbs .swiper-slide {
  width: calc((100% - 15px) / 4) ;
  max-width: none ;
}
/**
 * Wignells — PDP spec / features tables (WYSIWYG via JetEngine Dynamic Field)
 *
 * Paste into Appearance → Customize → Additional CSS
 * (or Elementor Site Settings — avoid col.spec-label; use .spec-label only)
 *
 * One stylesheet for all three tabs. Each <table> MUST include its type class:
 *   woocommerce-product-features
 *   woocommerce-product-specifications
 *   woocommerce-product-installation
 * Plus: shop_attributes
 *
 * Recommended HTML (all three tabs — same shape):
 *   <table class="woocommerce-product-features shop_attributes">
 *   <colgroup><col class="spec-label" /><col class="spec-value" /></colgroup>
 *   <tbody><tr><th scope="row">Label</th><td>Value</td></tr></tbody>
 *
 * Legacy Features export (td + .field-name-* / .field-value) is still supported.
 */

/* --- Shared table layout (all PDP tables) --- */

table.woocommerce-product-features,
table.woocommerce-product-specifications,
table.woocommerce-product-installation {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

table.woocommerce-product-features .spec-label,
table.woocommerce-product-specifications .spec-label,
table.woocommerce-product-installation .spec-label,
table.woocommerce-product-features th,
table.woocommerce-product-specifications th,
table.woocommerce-product-installation th,
table.woocommerce-product-features td:first-child {
  width: 40%;
}

table.woocommerce-product-features .spec-value,
table.woocommerce-product-specifications .spec-value,
table.woocommerce-product-installation .spec-value,
table.woocommerce-product-features td:last-child {
  width: 60%;
}

table.woocommerce-product-features th,
table.woocommerce-product-features td,
table.woocommerce-product-specifications th,
table.woocommerce-product-specifications td,
table.woocommerce-product-installation th,
table.woocommerce-product-installation td {
  padding: 0.65rem 1rem;
  vertical-align: top;
  text-align: left;
  word-wrap: break-word;
}

/* Label column */

table.woocommerce-product-features th,
table.woocommerce-product-specifications th,
table.woocommerce-product-installation th,
table.woocommerce-product-features td:first-child,
table.woocommerce-product-features [class^="field-name-"] {
  font-weight: 600;
  color: #222222;
}

/* Reset th defaults */

table.woocommerce-product-features th,
table.woocommerce-product-specifications th,
table.woocommerce-product-installation th {
  background: none;
  border: 0;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

/* Value column */

table.woocommerce-product-features td:last-child,
table.woocommerce-product-specifications td,
table.woocommerce-product-installation td {
  color: #222222;
}

/* Legacy Features wrappers (td + field-name-* export) */

table.woocommerce-product-features [class^="field-name-"],
table.woocommerce-product-features .field-name-productfamily {
  margin: 0;
}

table.woocommerce-product-features .field-value,
table.woocommerce-product-features .field__item {
  margin: 0;
  font-weight: 400;
}

/* --- WIDGET — copy from here through "to here" (Features tab widget only, if needed) --- */

.elementor-kit-1 table.woocommerce-product-features,
.elementor-kit-1 table.woocommerce-product-specifications,
.elementor-kit-1 table.woocommerce-product-installation { width: 100%; table-layout: fixed; border-collapse: collapse; }
.elementor-kit-1 table.woocommerce-product-features .spec-label,
.elementor-kit-1 table.woocommerce-product-specifications .spec-label,
.elementor-kit-1 table.woocommerce-product-installation .spec-label,
.elementor-kit-1 table.woocommerce-product-features th,
.elementor-kit-1 table.woocommerce-product-specifications th,
.elementor-kit-1 table.woocommerce-product-installation th,
.elementor-kit-1 table.woocommerce-product-features td:first-child { width: 40%; }
.elementor-kit-1 table.woocommerce-product-features .spec-value,
.elementor-kit-1 table.woocommerce-product-specifications .spec-value,
.elementor-kit-1 table.woocommerce-product-installation .spec-value,
.elementor-kit-1 table.woocommerce-product-features td:last-child { width: 60%; }
.elementor-kit-1 table.woocommerce-product-features th,
.elementor-kit-1 table.woocommerce-product-features td,
.elementor-kit-1 table.woocommerce-product-specifications th,
.elementor-kit-1 table.woocommerce-product-specifications td,
.elementor-kit-1 table.woocommerce-product-installation th,
.elementor-kit-1 table.woocommerce-product-installation td { padding: 0.65rem 1rem; vertical-align: top; text-align: left; word-wrap: break-word; }
.elementor-kit-1 table.woocommerce-product-features th,
.elementor-kit-1 table.woocommerce-product-specifications th,
.elementor-kit-1 table.woocommerce-product-installation th,
.elementor-kit-1 table.woocommerce-product-features td:first-child,
.elementor-kit-1 table.woocommerce-product-features [class^="field-name-"] { font-weight: 600; color: #222222; }
.elementor-kit-1 table.woocommerce-product-features th,
.elementor-kit-1 table.woocommerce-product-specifications th,
.elementor-kit-1 table.woocommerce-product-installation th { background: none; border: 0; font-style: inherit; font-size: inherit; line-height: inherit; letter-spacing: inherit; }
.elementor-kit-1 table.woocommerce-product-features td:last-child,
.elementor-kit-1 table.woocommerce-product-specifications td,
.elementor-kit-1 table.woocommerce-product-installation td { color: #222222; }
.elementor-kit-1 table.woocommerce-product-features [class^="field-name-"],
.elementor-kit-1 table.woocommerce-product-features .field-name-productfamily { margin: 0; }
.elementor-kit-1 table.woocommerce-product-features .field-value,
.elementor-kit-1 table.woocommerce-product-features .field__item { margin: 0; font-weight: 400; }

/* --- to here --- *//* End custom CSS */