/** Shopify CDN: Minification failed

Line 460:0 Unexpected "{"

**/
#product-builder .cpb-layout .cpb-preview-container {
  margin-top: 0;  
}

#product-builder .cpb-preview-wrapper {
  margin-top: 10px !important;  
}

#product-builder h1.cpb-product-title {
  font-family: var(--font-heading) !important;
  font-weight: var(--font-heading-weight) !important;
  font-style: var(--font-heading-style) !important;
  text-align: left;
  font-size: 28px;
  line-height: 1.15 !important;
  margin-bottom: 12px !important;
}

#product-builder .buttonControlsWrapper {
  display: none !important;
}

#product-builder .cpb-option-info span.cpb-option-info-label {
  text-transform: uppercase !important;
  font-size: 12px !important;
}
.cpb-option-type-select {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  color: #121212 !important;
}

.uppercase-only input[type="text"] {
  text-transform: uppercase;
}

/* =======================================
   TEXTBOX INPUT WITH SYMBOL PICKER DESIGN
   ======================================= */

  /* CPB custom symbol font */
  #product-builder .cpb-option-type-input__wrapper-insert-characters input[type="text"] {
    font-family: "CPB Symbols", "Roboto", sans-serif !important;
  }

.cpb-option-type-input__wrapper:has(input[type="text"]) {
  border-radius: 4px !important;
  background-color: white !important;
  font-size: 15px !important;
  letter-spacing: 1px !important;
  color: #121212 !important;
  height: 46px !important;
  border: 1px solid  rgb(204, 204, 204);
  cursor: text;
}

/* Hover */
.cpb-option-type-input__wrapper:has(input[type="text"]):hover {
   border-color: #9b9b9bff !important;
}

/* Focus */
.cpb-option-type-input__wrapper:has(input[type="text"]:focus) {
   border-color: #121212 !important;
}

/* Text input only */
.cpb-option-type-input__wrapper input[type="text"] {
   border: none !important;
   cursor: text;
   font-size: 14px !important;
   font-weight: 500 !important;
   letter-spacing: 1.5px !important;
}

/* Remove input focus outline */
.cpb-option-type-input__wrapper input[type="text"]:focus {
   outline: none !important;
}


/* ==========================================================
   SYMBOL CHARACTER PICKER
   ========================================================== */

.cpb-option-type-input__wrapper-insert-characters {
  position: relative;
}

/* keyboard button */

.cpb-option-type-input__wrapper-insert-characters
.custom-symbol-keyboard-button {
  width: 38px;
  height: 38px;
  margin-left: 8px;
  padding: 0;
  flex-shrink: 0;
  border: 1px solid  rgb(204, 204, 204);
  border-radius: 4px;
  background: #ffffff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.cpb-option-type-input__wrapper-insert-characters
.custom-symbol-keyboard-button:hover {
  background: rgba(248, 248, 248, 1);
  border-color: #121212;
}

/* character counter */

.cpb-option-type-input__wrapper-insert-characters
.custom-symbol-character-count {
  margin-left: 8px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  align-self: center;
}

/* symbol picer panel */

.cpb-option-type-input__wrapper-insert-characters
.custom-symbol-picker {
  position: absolute;
  z-index: 9999;
  top: calc(100% + 8px);
  right: 0;
  width: 330px;
  padding: 10px;
  background: #f4f4f4;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* required so the JS hidden attribute works */
.cpb-option-type-input__wrapper-insert-characters
.custom-symbol-picker[hidden] {
  display: none !important;
}

/* symbol button*/

.cpb-option-type-input__wrapper-insert-characters
.custom-symbol-picker
.custom-symbol-button {
  min-width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.cpb-option-type-input__wrapper-insert-characters
.custom-symbol-picker
.custom-symbol-button:hover {
  background: #f5f5f5;
}

.cpb-option-type-input__wrapper-insert-characters
.custom-symbol-picker
.custom-symbol-button:focus {
  outline: 2px solid #8b2bbd;
  outline-offset: 1px;
}


/* webp symbol images */

.cpb-option-type-input__wrapper-insert-characters
.custom-symbol-picker
.custom-symbol-button
.custom-symbol-image {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* ==========================================================
   END OF SYMBOL PICKER
   ========================================================== */


.cpb-panel-wrapper h2.cpb-panel-title {
  background-color: #111111;
  color: #ffffff;
  text-align: center;
}

.cpb-panel-wrapper.hide_title h2.cpb-panel-title {
  display: none;
}

#product-builder .cpb-product-description {
  font-family: var(--font-body) !important;
  text-align: left;
}

#product-builder .cpb-product-description p,
#product-builder .cpb-product-description li,
#product-builder .cpb-product-description strong {
  font-family: inherit !important;
}

#product-builder .cpb-product-description p {
  padding-bottom: 15px;
}

#product-builder .cpb-product-description p:has(+ ul) {
  margin-bottom: 0px !important;
}

#product-builder .cpb-product-description p + ul {
  margin-top: 0 !important;
}

#product-builder .cpb-category-title .cpb-category-title__inner span {
  font-family: var(--font-body) !important;
  font-weight: 600;
  font-size: 13px !important;
  letter-spacing: 1.5px;
  text-transform: uppercase !important;
}

#product-builder .cpb-category-desc {
  display: none;
}

/* IMAGE SWATCHES - DONE */

#product-builder .cpb-option-type-img {
  min-width: 60px !important;
  width: 60px !important;
  height: 60px !important;
  background-color: #f3f3f3;
  border: 1px solid #d9e9e9 !important;
  border-radius: 60px !important;
}

#product-builder .cpb-option-type-img img {
  transform: scale(1.3) !important;
  transform-origin: center center !important;
  background-color: #f3f3f3 !important;
  border: 0 !important;
}

#product-builder .cpb-option-type-img.cpb-active {
  min-width: auto;
  border: 2px solid #bab6b6 !important;
  border-radius: 60px !important;
  background-color: #f3f3f3;
}

#product-builder .cpb-option-type-img .out-stock-wrapper {
  min-width: 60px !important;
  width: 60px !important;
  height: 60px !important;
  background-color: #f3f3f3;
  border: 1px solid #d9e9e9 !important;
  border-radius: 60px !important;
}

#product-builder .cpb-option-type-img .out-stock-option {
  color: red;
  font-size: 10px;
  text-transform: uppercase !important;
  font-weight: bold;
}

#product-builder .cpb-option-type-img .out-stock-overlay {
  min-width: auto;
  background-color: rgba(188, 188, 188, 0.4);
}

/* COLOR SWATCHES - DONE */

#product-builder .cpb-option-type-color {
  min-width: 40px !important;
  width: 40px !important;
  height: 40px !important;
}

#product-builder .cpb-option-type-color.cpb-active {
  min-width: auto;
  border: 1px solid #bab6b6 !important;
  border-radius: 30px !important;
  background-color: #f3f3f3;
}
#product-builder .cpb-option-type-color span.cpb-option-type-color-bg {
  min-width: auto;
  border: 1px solid #bab6b6 !important;
  border-radius: 30px !important;
  width: 30px !important;
  height: 30px !important;
}

#product-builder .cpb-option-type-color .out-stock-wrapper {
  min-width: 30px !important;
  border: 0px solid #bab6b6 !important;
  border-radius: 30px !important;
  width: 30px !important;
  height: 30px !important;
}
#product-builder .cpb-option-type-color .out-stock-option {
  min-width: 30px !important;
  border: 0px solid #bab6b6 !important;
  border-radius: 30px !important;
  width: 30px !important;
  height: 30px !important;
  color: red;
  font-size: 10px;
  text-transform: uppercase !important;
}
#product-builder .cpb-option-type-color .out-stock-overlay {
  background-color: rgba(188, 188, 188, 0.4);
}

/* CHECKOUT AREA */

.cpb-product-actions {
  padding: 20px 0px 0px 0px !important;
  margin-top: 20px !important;
}
.cpb-product-actions .row {
  display: block !important;
}
.cpb-product-actions .row .cpb-product-actions-container {
  padding: 10px 0px;
}

#product-builder .cpb-product-actions-container {
    justify-content: center !important;
}


/* =========================================================
   CPB ADD TO CART — PALO ALTO STYLE
   SUBTLE PRESS + 5PX RADIUS
   ========================================================= */

#product-builder button.cpb-add-to-cart-button {
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
  width: 85% !important;
  min-height: 48px !important;
  padding: 12px 20px !important;
  background: #111111 !important;
  color: #ffffff !important;
  border: 1px solid #111111 !important;
  border-radius: 5px !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  cursor: pointer !important;
  transform: scale(1);
  transition:
    color 0.3s ease,
    border 0.3s ease,
    transform 0.12s ease,
    filter 0.12s ease !important;
}


/* Palo Alto hover layer */
#product-builder button.cpb-add-to-cart-button::before {
  content: "" !important;
  position: absolute !important;
  inset: -1px !important;
  z-index: -1 !important;
  background: #ffffff !important;
  opacity: 0.3 !important;
  transform: scale(1, 0) !important;
  transform-origin: bottom center !important;
  transition: transform 0.3s ease !important;
}


/* Hover animation */
#product-builder button.cpb-add-to-cart-button:hover::before {
  transform: scale(1, 1) !important;
}


/* Keep text white */
#product-builder button.cpb-add-to-cart-button:hover {
  color: #ffffff !important;
}


/* SUBTLE CLICK */
#product-builder button.cpb-add-to-cart-button:active {
  transform: scale(0.992) !important;
  filter: brightness(0.94) !important;
  transition:
    transform 0.1s ease,
    filter 0.1s ease !important;
}


/* OLD BUTTON
.cpb-product-actions .row .cpb-product-actions-container
  button.cpb-add-to-cart-button {
    font-family: var(--font-body) !important;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    font-size: 15px !important;
    background-color: #111111 !important;
    color: #ffffff !important;
    text-align: center !important;
    width: 100%;    
}
.cpb-product-actions
  .row
  .cpb-product-actions-container
  button.cpb-add-to-cart-button
  i {
  display: none !important;
}
  */


#product-builder .cpb-product-price,
#product-builder .cpb-product-price span,
{
  font-size: 24px !important;
  font-family: var(--font-body) !important;
  font-weight: normal !important;
  color: #121212 !important;
}

/* CPB Add to Cart - 100% width and perfectly centered on all screen sizes */

#product-builder .cpb-product-actions-container {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  justify-content: center !important;
}

#product-builder .cpb-theme-provider.aloha .cpb-layout:not(.cpb-is-admin)
.cpb-product-actions-container .cpb-add-to-cart-button {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

/* Override CPB's built-in last-child 5px right margin */
#product-builder .cpb-theme-provider.aloha .cpb-layout:not(.cpb-is-admin)
.cpb-product-actions-container button.cpb-add-to-cart-button:last-child {
  margin-left: 0 !important;
  margin-right: 0 !important;
}


/* CART */

#product-builder .personalize_button span.option {
  max-width: none !important;
}


/* =========================================
   CUSTOM PRODUCT BUILDER
   CORNERSTONE-STYLE DESCRIPTION ACCORDION
   ========================================= */

/* ==========================================================
   OUTER ACCORDION
   ========================================================== */

#product-builder .cpb-description-accordion {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.10) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
  border-left: 0 !important;
  border-right: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent;
}


/* ==========================================================
   INNER WRAPPER
   ========================================================== */

#product-builder
.cpb-description-accordion
.accordion__inner {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent;
}


/* ==========================================================
   ACCORDION HEADING ROW
   ========================================================== */

#product-builder
.cpb-description-accordion
.accordion__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 14px 0;
  border: 0 !important;
  outline: 0;
  box-shadow: none !important;
  background: transparent;
  color: inherit;
  cursor: pointer;
}


/* ==========================================================
   DESCRIPTION HEADING
   ========================================================== */

#product-builder
.cpb-description-accordion
.accordion__label
h2.ff-heading {
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--font-heading) !important;
  font-size: var(--font-size-heading-5-base) !important;
  font-weight: var(--font-heading-weight) !important;
  font-style: var(--font-heading-style) !important;
  line-height: 1.2 !important;
  letter-spacing: var(--font-heading-base-letter-spacing, normal) !important;
  text-transform: var(--font-heading-text-transform, none) !important;
  color: inherit !important;
}


/* ==========================================================
   CHEVRON
   ========================================================== */

#product-builder
.cpb-description-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin-left: 1rem;
  transition:
    transform 0.3s
    cubic-bezier(0.4, 0, 0.2, 1);
}


/* Closed = arrow down */

#product-builder
.cpb-description-accordion
.accordion__inner[data-open="false"]
.cpb-description-chevron {
  transform: rotate(0deg);
}


/* Open = arrow up */

#product-builder
.cpb-description-accordion
.accordion__inner[data-open="true"]
.cpb-description-chevron {
  transform: rotate(180deg);
}


/* Prevent unwanted Cornerstone +/- pseudo icons */

#product-builder
.cpb-description-accordion
.cpb-description-chevron::before,
#product-builder
.cpb-description-accordion
.cpb-description-chevron::after {
  display: none !important;
  content: none !important;
}


/* ==========================================================
   DESCRIPTION CONTENT
   ========================================================== */

#product-builder
.cpb-description-accordion
.accordion__content {
  position: relative;
  padding: 0 0 4px 0;
  overflow: hidden;
  transition:
    height 0.4s
    cubic-bezier(0.4, 0, 0.2, 1);
}


/* ==========================================================
   ORIGINAL CPB DESCRIPTION
   ========================================================== */

#product-builder
.cpb-description-accordion
.cpb-product-description {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-family: var(--font-body) !important;
  text-align: left;
}


/* Paragraphs */

#product-builder
.cpb-description-accordion
.cpb-product-description p {
  font-family: inherit !important;
}


/* Lists */

#product-builder
.cpb-description-accordion
.cpb-product-description li {
  font-family: inherit !important;
}


/* Bold text */

#product-builder
.cpb-description-accordion
.cpb-product-description strong {
  font-family: inherit !important;
}


/* Remove extra spacing from first element */

#product-builder
.cpb-description-accordion
.cpb-product-description > :first-child {
  margin-top: 0 !important;
}


/* Remove extra spacing from last element */

#product-builder
.cpb-description-accordion
.cpb-product-description > :last-child {
  margin-bottom: 0 !important;
}


/* ==========================================================
   COLLAPSED FADE EFFECT
   ========================================================== */

#product-builder
.cpb-description-accordion
.accordion__content:not(.cpb-description-expanded)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.7em;
  pointer-events: none;
  background:
    linear-gradient(
      to bottom,
      rgba(255, 253, 250, 0),
      rgba(255, 253, 250, 0.72) 45%,
      rgba(255, 253, 250, 1) 100%
    );
}


/* Remove fade when open */

#product-builder
.cpb-description-accordion
.accordion__content.cpb-description-expanded::after {
  display: none;
}


/* ==========================================================
   SHOW MORE / SHOW LESS
   ========================================================== */

#product-builder
.cpb-description-show-more {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  margin-top: 12px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font-family: var(--font-body) !important;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  cursor: pointer;
}


/* Hover */

#product-builder
.cpb-description-show-more:hover {
  opacity: 0.7;
}


/* Keyboard focus */

#product-builder
.cpb-description-show-more:focus-visible {
  outline: 1px solid currentColor;

  outline-offset: 4px;
}


/* =========================================
   OPTIONAL:
   SLIGHTLY REDUCE GAP BETWEEN DESCRIPTION
   PREVIEW AND SHOW MORE
   ========================================= */

#product-builder
.cpb-description-accordion
.accordion__content
+ .cpb-description-show-more {
  margin-top: 12px;
}

#product-builder .accordion.product-blocks__accordion.cpb-description-accordion,
#product-builder .cpb-description-accordion .accordion__inner,
#product-builder .cpb-description-accordion .accordion__label,
#product-builder .cpb-description-accordion .accordion__content{
  border:0!important;
  border-block:0!important;
  outline:0!important;
  box-shadow:none!important;
}

#product-builder .cpb-description-accordion::before,
#product-builder .cpb-description-accordion::after,
#product-builder .cpb-description-accordion .accordion__inner::before,
#product-builder .cpb-description-accordion .accordion__inner::after{
  content:none!important;
  border:0!important;
  box-shadow:none!important;
}

/* ==========================================================
   PREVIEW TOGGLE
   Layout:
   [ TOGGLE ]  Preview (BETA)

   Hides the original CPB category title and uses the
   category description as the visible label instead.
   ========================================================== */


/* ----------------------------------------------------------
   HIDE ORIGINAL CATEGORY HEADING
   ---------------------------------------------------------- */

.preview-toggle .cpb-category-title {
    display: none !important;
}


/* ----------------------------------------------------------
   MAIN CONTENT ROW
   ---------------------------------------------------------- */

.preview-toggle .cpb-category-content {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;

    gap: 7px !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* ----------------------------------------------------------
   DESCRIPTION
   ---------------------------------------------------------- */

.preview-toggle .cpb-category-desc {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    order: 2 !important;

    width: auto !important;
    height: auto !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;
}


/* Description text */
.preview-toggle .cpb-category-desc p {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 22px !important;
}


/* ----------------------------------------------------------
   OPTIONS CONTAINER
   Keeps toggle fixed on the left
   ---------------------------------------------------------- */

.preview-toggle .cpb-category-options-container {
    order: 1 !important;

    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;

    flex: 0 0 40px !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* ----------------------------------------------------------
   TOGGLE CONTAINER
   ---------------------------------------------------------- */

.preview-toggle .cpb-radio-group {
    position: relative !important;
    display: block !important;

    width: 40px !important;
    height: 22px !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* ----------------------------------------------------------
   STACK THE TWO CPB RADIO OPTIONS
   ---------------------------------------------------------- */

.preview-toggle .cpb-radio-button {
    position: absolute !important;
    inset: 0 !important;

    width: 40px !important;
    height: 22px !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* ----------------------------------------------------------
   HIDE ORIGINAL RADIO INPUT
   ---------------------------------------------------------- */

.preview-toggle .cpb-radio-button input {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


/* ----------------------------------------------------------
   LABEL FILLS SWITCH
   ---------------------------------------------------------- */

.preview-toggle .cpb-radio-button label {
    position: absolute !important;
    inset: 0 !important;

    width: 40px !important;
    height: 22px !important;

    margin: 0 !important;
    padding: 0 !important;

    cursor: pointer !important;
}


/* ----------------------------------------------------------
   HIDE ORIGINAL CPB RADIO ICON + ON/OFF TEXT
   ---------------------------------------------------------- */

.preview-toggle .cpb-radio-button-icon,
.preview-toggle .cpb-radio-button-text {
    display: none !important;
}


/* ==========================================================
   SWITCH TRACK
   Default / OFF state
   ========================================================== */

.preview-toggle .cpb-radio-button:last-child label::before {
    content: "";

    position: absolute;
    left: 0;
    top: 0;

    width: 40px;
    height: 22px;

    box-sizing: border-box;

    background: #e5e5e5;
    border: 1px solid #d4d4d4;
    border-radius: 999px;

    transition:
        background 0.2s ease,
        border-color 0.2s ease;
}


/* ==========================================================
   SWITCH KNOB
   ========================================================== */

.preview-toggle .cpb-radio-button:last-child label::after {
    content: "";

    position: absolute;
    left: 3px;
    top: 3px;

    width: 16px;
    height: 16px;

    background: #ffffff;
    border-radius: 50%;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);

    transition: transform 0.2s ease;
}


/* ==========================================================
   ON STATE
   ========================================================== */

.preview-toggle .cpb-radio-group:has(
    .cpb-radio-button:first-child[aria-checked="true"]
) .cpb-radio-button:last-child label::before {
    background: #222222;
    border-color: #222222;
}

.preview-toggle .cpb-radio-group:has(
    .cpb-radio-button:first-child[aria-checked="true"]
) .cpb-radio-button:last-child label::after {
    transform: translateX(18px);
}


/* ==========================================================
   OFF STATE
   ========================================================== */

.preview-toggle .cpb-radio-group:has(
    .cpb-radio-button:last-child[aria-checked="true"]
) .cpb-radio-button:last-child label::before {
    background: #e5e5e5;
    border-color: #d4d4d4;
}

.preview-toggle .cpb-radio-group:has(
    .cpb-radio-button:last-child[aria-checked="true"]
) .cpb-radio-button:last-child label::after {
    transform: translateX(0);
}


/* ==========================================================
   MOBILE
   Keep everything tidy on smaller screens
   ========================================================== */

@media (max-width: 600px) {
    .preview-toggle .cpb-category-content {
        gap: 8px !important;
    }

    .preview-toggle .cpb-category-desc p {
        line-height: 20px !important;
    }
}

/* ==========================================================
   PREVIEW TOGGLE — VERTICAL ALIGNMENT FIX
   Centres the switch and "Preview (BETA)" text together.
   ========================================================== */

/* Centre the 22px switch inside CPB's row */
.preview-toggle .cpb-category-options-container {
    display: flex !important;
    align-items: center !important;
    height: 30px !important;
}

/* Centre description in the same 30px row */
.preview-toggle .cpb-category-desc {
    display: flex !important;
    align-items: center !important;
    height: 30px !important;
}

/* Remove paragraph line-height interference */
.preview-toggle .cpb-category-desc p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

/* ==========================================================
   TABLET ONLY — 750px TO 999px
   ========================================================== */

@media screen and (min-width: 750px) and (max-width: 999px) {

  /* ========================================================
     TABLET THUMBNAIL VARIABLES
     ======================================================== */

  #product-builder {
    --mobile-thumb-size: clamp(84px, calc(2.41vw + 65.9px), 90px);
    --mobile-thumb-gap: 10px;
    --mobile-thumb-edge: 12px;
    --mobile-thumb-strip-height: 106px;
    --mobile-fade-top: calc(var(--mobile-thumb-size) * 0.5);
    --mobile-fade-bottom: calc(var(--mobile-thumb-size) * 0.7);
  }


  /* ========================================================
     YOUR CURRENT TABLET CSS
     ======================================================== */

  #product-builder .cpb-preview-aside {
    display: none !important;
  }

  #product-builder .cpb-product-title {
    font-size: 130% !important;
    font-weight: 700 !important;
    padding-top: 30px !important;
    transform: translateX(-20px) !important;
    border-bottom: 0 !important;
  }

  #product-builder .cpb-category-title {
    margin-left: -48px !important;
    margin-right: -48px !important;
    padding-left: 48px !important;
    padding-right: 48px !important;
    width: auto !important;
    box-sizing: border-box !important;
  }


  /* ========================================================
     REMOVE CPB DESKTOP THUMBNAIL ARROWS / RAILS
     ======================================================== */

  #product-builder .cpb-preview-arrows,
  #product-builder .cpb-swiper-thumbnails .cpb-preview-arrows,
  #product-builder .cpb-swiper-thumbnails .cpb-preview-arrows-item {
    display: none !important;
  }


  /* ========================================================
     FORCE 90px CIRCULAR THUMBNAILS
     ======================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide {
    flex: 0 0 var(--mobile-thumb-size) !important;

    width: var(--mobile-thumb-size) !important;
    min-width: var(--mobile-thumb-size) !important;
    max-width: var(--mobile-thumb-size) !important;

    height: var(--mobile-thumb-size) !important;
    min-height: var(--mobile-thumb-size) !important;
    max-height: var(--mobile-thumb-size) !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;

    border-radius: 50% !important;
    overflow: hidden !important;

    position: relative !important;

    box-sizing: border-box !important;
  }


  /* ========================================================
     INNER CIRCLE
     ======================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-inner,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-inner-has-alt {
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;

    height: 90px !important;
    min-height: 90px !important;
    max-height: 90px !important;

    margin: 0 !important;
    padding: 0 !important;

    position: relative !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 0.5px solid #BEBABA !important;
    border-radius: 50% !important;

    background: transparent !important;
    background-color: transparent !important;

    overflow: hidden !important;

    outline: 0 !important;
    box-shadow: none !important;

    box-sizing: border-box !important;
  }


  /* ========================================================
     THUMBNAIL ITEM
     ======================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  .cpb-swiper-thumbnails-item {
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;

    height: 90px !important;
    min-height: 90px !important;
    max-height: 90px !important;

    margin: 0 !important;
    padding: 0 !important;

    position: relative !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 0 !important;
    border-radius: 50% !important;

    overflow: hidden !important;

    outline: 0 !important;
    box-shadow: none !important;

    box-sizing: border-box !important;
  }


  /* ========================================================
     IMAGE / CANVAS / FALLBACK
     ======================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide img,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide canvas,

  #product-builder
  .cpb-swiper-thumbnails
  .cpb-ios-canvas-fallback {
    width: var(--mobile-thumb-size) !important;
    min-width: var(--mobile-thumb-size) !important;
    max-width: var(--mobile-thumb-size) !important;

    height: var(--mobile-thumb-size) !important;
    min-height: var(--mobile-thumb-size) !important;
    max-height: var(--mobile-thumb-size) !important;

    position: absolute !important;

    top: 50% !important;
    left: 50% !important;

    right: auto !important;
    bottom: auto !important;

    transform: translate(-50%, -50%) !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover !important;
    object-position: center center !important;

    border: 0 !important;
    border-radius: 50% !important;

    display: block !important;

    box-shadow: none !important;
    filter: none !important;

    box-sizing: border-box !important;
  }


  /* ========================================================
     ACTIVE THUMBNAIL
     ======================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-active
  .swiper-slide-inner,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-active
  .swiper-slide-inner-has-alt,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-thumb-active
  .swiper-slide-inner,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-thumb-active
  .swiper-slide-inner-has-alt {
    border: 2px solid #bab6b6 !important;
    border-radius: 50% !important;

    outline: 0 !important;
    box-shadow: none !important;

    box-sizing: border-box !important;
  }


  /* ========================================================
     REMOVE CPB ACTIVE RECTANGLE / OVERLAY
     ======================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-active
  .swiper-slide-inner::before,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-active
  .swiper-slide-inner::after,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-active
  .swiper-slide-inner-has-alt::before,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-active
  .swiper-slide-inner-has-alt::after,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-thumb-active
  .swiper-slide-inner::before,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-thumb-active
  .swiper-slide-inner::after,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-thumb-active
  .swiper-slide-inner-has-alt::before,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-thumb-active
  .swiper-slide-inner-has-alt::after {
    content: none !important;
    display: none !important;

    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }


  /* ========================================================
     REMOVE THUMBNAIL LABEL
     ======================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  .cpb-swiper-thumbnails-viewkey {
    display: none !important;
  }


  /* ========================================================
     THUMBNAIL CANVAS FALLBACK
     ======================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  canvas {
    visibility: hidden;
  }

  #product-builder
  .cpb-swiper-thumbnails
  .cpb-ios-canvas-fallback {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: none !important;
    z-index: 2 !important;
  }

}
/* ==========================================================
   END TABLET ONLY — 750px TO 999px
   ========================================================== */


@media screen and (max-width: 999px) {

  /*======================
     CPB OPTIONS - COLOURS
    =====================*/

  .cpb-category-options-container.color {
    display: flex !important;
    overflow-x: hidden !important;
    flex-wrap: wrap !important;
  }

  .cpb-category-options-container span.option-type-color {
    margin-right: 0px !important;
  }

  #product-builder .cpb-option-type-color {
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
  }
  
  #product-builder span.cpb-option-type-color-bg {
    width: 25px !important;
    height: 25px !important;
  }

  /*============================
    END OF CPB OPTIONS - COLOURS
    ===========================*/

  /*============================================
     CPB DESCRIPTION ACCORDION - MOBILE + TABLET
    ===========================================*/

  /* Show the description block */
  #product-builder .cpb-description-accordion {
    display: block !important;
  }

  /* Remove accordion heading + arrow */
  #product-builder .cpb-description-accordion .accordion__label {
    display: none !important;
  }

  /* Description text */
  #product-builder .cpb-description-accordion .cpb-product-description {
    font-family: var(--font-body) !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Remove extra top/bottom spacing from first/last elements */
  #product-builder .cpb-description-accordion .cpb-product-description > :first-child {
    margin-top: 0 !important;
  }

  #product-builder .cpb-description-accordion .cpb-product-description > :last-child {
    margin-bottom: 0 !important;
  }

  /* Description preview area */
  #product-builder .cpb-description-preview {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
  }

  /* Fade bottom of description while collapsed */
  #product-builder
  .cpb-description-accordion
  .accordion__inner[data-open="false"]
  .cpb-description-preview::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 28px;
    pointer-events: none;

    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      var(--color-background, #fff)
    );
  }

  /* Remove fade when opened */
  #product-builder
  .cpb-description-accordion
  .accordion__inner[data-open="true"]
  .cpb-description-preview::after {
    display: none;
  }


  /* Show more / Show less link */
  #product-builder .cpb-description-show-more {
    display: inline-block !important;
    margin: 14px 0 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-family: var(--font-body) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    color: currentColor !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    cursor: pointer;
  }

  /*=================================================
    END OF CPB DESCRIPTION ACCORDION- MOBILE + TABLET
    ================================================*/
  
  #product-builder .cpb-option-type-input__wrapper-insert-characters {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 8px;
    width: 100% !important;
    position: relative;
    box-sizing: border-box;
  }

  #product-builder .cpb-option-type-input__wrapper-insert-characters input[type="text"] {
    flex: 1 1 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: none !important;
    box-sizing: border-box;
    font-size: 16px !important;
  }

  #product-builder .cpb-option-type-input__wrapper-insert-characters .custom-symbol-keyboard-button {
    flex: 0 0 38px !important;
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: center;
  }

  #product-builder .cpb-option-type-input__wrapper-insert-characters .custom-symbol-character-count {
    flex: 0 0 auto !important;
    margin: 0 5px 0 0 !important;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    align-self: center;
  }

  #product-builder .cpb-option-type-input__wrapper-insert-characters .custom-symbol-picker {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    width: min(300px, calc(100vw - 32px));
    padding: 8px;
    background: #f1f1f1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    z-index: 9999;
    box-sizing: border-box;
  }

  #product-builder .cpb-option-type-input__wrapper-insert-characters .custom-symbol-picker[hidden] {
    display: none !important;
  }

  #product-builder .cpb-option-type-input__wrapper-insert-characters .custom-symbol-button {
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  #product-builder .cpb-option-type-input__wrapper-insert-characters .custom-symbol-button .custom-symbol-image {
    width: 26px !important;
    height: 26px !important;
    max-width: 26px !important;
    max-height: 26px !important;
    object-fit: contain;
    display: block;
    pointer-events: none;
  }

  /*=============================================
    MOBILE — INPUT + KEYBOARD + COUNTER SAME LINE
    ============================================*/

  /* --------------------------------------------------------------------------------
  MOBILE/TABLET: HIDE CPB SURCHARGE PRICES FOR FOREIGN CURRENCIES - GBP PRICE REMAINS
  ---------------------------------------------------------------------------------*/

  #product-builder .cpb-option-info-price {
    font-family: var(--font-body) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
  }

  #product-builder .cpb-option-info-price [data-testid="multycurrency-price"] {
    font: inherit !important;
  }

  /* HIDE ORIGINAL FOREIGN-CURRENCY PRICE */
  html:not([data-cpb-currency="GBP"]) #product-builder .cpb-option-info-price {
    font-size: 0 !important;
  }

  html:not([data-cpb-currency="GBP"]) #product-builder .cpb-option-info-price [data-testid="multycurrency-price"] {
    display: none !important;
  }

  /* REMOVE CPB'S EXISTING + / PRICE PSEUDO ELEMENT */
  html:not([data-cpb-currency="GBP"]) #product-builder .cpb-option-info-price::after {
    content: none !important;
    display: none !important;
  }

  /* REPLACEMENT CURRENCY SYMBOL */
  html[data-cpb-currency="USD"] #product-builder .cpb-option-info-price::before {
    content: "+$";
  }

  html[data-cpb-currency="EUR"] #product-builder .cpb-option-info-price::before {
    content: "+€";
  }

  html[data-cpb-currency="AUD"] #product-builder .cpb-option-info-price::before {
    content: "+A$";
  }

  html[data-cpb-currency="CAD"] #product-builder .cpb-option-info-price::before {
    content: "+C$";
  }

  html:not([data-cpb-currency="GBP"]) #product-builder .cpb-option-info-price::before {
    font-size: 8px !important;
    font-weight: bold !important;
  }



}



/* ==========================================================
   MOBILE + TABLET — 999px AND BELOW
   THUMBNAIL LAYOUT SYSTEM
   ========================================================== */

@media screen and (max-width: 999px) {

  /* ========================================================
     SHARED RESPONSIVE VARIABLES
     ======================================================== */

  #product-builder {
    --mobile-thumb-size:
      clamp(60px, calc(6.857vw + 32.57px), 84px);

    --mobile-thumb-gap:
      clamp(6px, calc(1.143vw + 1.43px), 10px);

    --mobile-thumb-edge:
      clamp(8px, calc(1.146vw + 3.42px), 12px);

    --mobile-fade-top:
      calc(var(--mobile-thumb-size) * 0.5);

    --mobile-fade-bottom:
      calc(var(--mobile-thumb-size) * 0.7);

    /* Layout 1 keeps its original 60px mobile circles */
    --layout1-thumb-size: 60px;
    --layout1-thumb-gap: 6px;
    --layout1-strip-height: 76px;
    --layout1-preview-reserve: 38px;

    /* Layouts 2 + 3 vertical preview offset */
    --layout23-preview-offset: -38px;
  }


  /* ========================================================
     MOBILE PREVIEW CLEANUP
     ======================================================== */

  #product-builder .cpb-panels-container {
    width: 100vw !important;
    max-width: 100vw !important;

    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }


  #product-builder .cpb-preview-wrapper {
    margin-top: -5px !important;
    position: relative !important;
  }


  #product-builder .cpb-preview-container {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative !important;
    /* Remove grey divider below preview */
    border-bottom: 0 !important;
    background-color: #f3f3f3 !important;
  }


  #product-builder .cpb-preview-aside {
    display: none !important;
  }


  #product-builder h1.cpb-product-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
  }


  /* ========================================================
     MAIN PRODUCT IMAGE
     ======================================================== */

  #product-builder
  .cpb-swiper-main
  .swiper-slide
  img.cpb-render-img {
    width: 100% !important;

    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: contain !important;
    object-position: center center !important;

    display: block !important;

    box-sizing: border-box !important;
  }

  /* ========================================================
    CPB LOADING SCREEN BACKGROUND
    ======================================================== */

    .cpb-product-builder .cpb-loader-fixed {
      background-color: #f3f3f3 !important;
    }

  /* ========================================================
    SEAMLESS MAIN IMAGE SWIPE
    Prevent CPB hiding adjacent slides during swipe
    ======================================================== */

    #product-builder .cpb-swiper-main .swiper-slide {
      opacity: 1 !important;
    }

  /* ========================================================
     SHARED THUMBNAIL CIRCLE STYLING
     Layouts 2 + 3 use responsive size
     ======================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide {
    flex: 0 0 var(--mobile-thumb-size) !important;

    width: var(--mobile-thumb-size) !important;
    min-width: var(--mobile-thumb-size) !important;
    max-width: var(--mobile-thumb-size) !important;

    height: var(--mobile-thumb-size) !important;
    min-height: var(--mobile-thumb-size) !important;
    max-height: var(--mobile-thumb-size) !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;

    border-radius: 50% !important;

    overflow: hidden !important;
    position: relative !important;

    box-sizing: border-box !important;
  }


  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-inner,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-inner-has-alt {
    width: var(--mobile-thumb-size) !important;
    min-width: var(--mobile-thumb-size) !important;
    max-width: var(--mobile-thumb-size) !important;

    height: var(--mobile-thumb-size) !important;
    min-height: var(--mobile-thumb-size) !important;
    max-height: var(--mobile-thumb-size) !important;

    margin: 0 !important;
    padding: 0 !important;

    position: relative !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 0.5px solid #BEBABA !important;
    border-radius: 50% !important;

    background: transparent !important;
    background-color: transparent !important;

    overflow: hidden !important;

    outline: 0 !important;
    box-shadow: none !important;

    box-sizing: border-box !important;
  }


  #product-builder
  .cpb-swiper-thumbnails
  .cpb-swiper-thumbnails-item {
    width: var(--mobile-thumb-size) !important;
    min-width: var(--mobile-thumb-size) !important;
    max-width: var(--mobile-thumb-size) !important;

    height: var(--mobile-thumb-size) !important;
    min-height: var(--mobile-thumb-size) !important;
    max-height: var(--mobile-thumb-size) !important;

    margin: 0 !important;
    padding: 0 !important;

    position: relative !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 0 !important;
    border-radius: 50% !important;

    overflow: hidden !important;

    outline: 0 !important;
    box-shadow: none !important;

    box-sizing: border-box !important;
  }


  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide img,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide canvas,

  #product-builder
  .cpb-swiper-thumbnails
  .cpb-ios-canvas-fallback {
    width: var(--mobile-thumb-size) !important;
    min-width: var(--mobile-thumb-size) !important;
    max-width: var(--mobile-thumb-size) !important;

    height: var(--mobile-thumb-size) !important;
    min-height: var(--mobile-thumb-size) !important;
    max-height: var(--mobile-thumb-size) !important;

    position: absolute !important;

    top: 50% !important;
    left: 50% !important;

    right: auto !important;
    bottom: auto !important;

    transform: translate(-50%, -50%) !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover !important;
    object-position: center center !important;

    border: 0 !important;
    border-radius: 50% !important;

    display: block !important;

    box-sizing: border-box !important;
  }


  /* ========================================================
     ACTIVE THUMBNAIL
     ======================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-active
  .swiper-slide-inner,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-active
  .swiper-slide-inner-has-alt,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-thumb-active
  .swiper-slide-inner,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-thumb-active
  .swiper-slide-inner-has-alt {
    border: 2px solid #bab6b6 !important;
    border-radius: 50% !important;

    outline: 0 !important;
    box-shadow: none !important;

    box-sizing: border-box !important;
  }


  /* ========================================================
     REMOVE CPB ACTIVE OVERLAYS
     ======================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-active
  .swiper-slide-inner::before,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-active
  .swiper-slide-inner::after,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-active
  .swiper-slide-inner-has-alt::before,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-active
  .swiper-slide-inner-has-alt::after,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-thumb-active
  .swiper-slide-inner::before,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-thumb-active
  .swiper-slide-inner::after,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-thumb-active
  .swiper-slide-inner-has-alt::before,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-thumb-active
  .swiper-slide-inner-has-alt::after {
    content: none !important;
    display: none !important;

    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }


  /* ========================================================
     HIDE CPB THUMBNAIL LABEL
     ======================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  .cpb-swiper-thumbnails-viewkey {
    display: none !important;
  }


  /* ========================================================
     MOBILE CANVAS FALLBACK
     ======================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  canvas {
    visibility: hidden;
  }


  #product-builder
  .cpb-swiper-thumbnails
  .cpb-ios-canvas-fallback {
    visibility: visible !important;
    opacity: 1 !important;

    pointer-events: none !important;

    z-index: 2 !important;
  }


/* ========================================================
   ========================================================
   LAYOUT 1
   ORIGINAL CPB HORIZONTAL STRIP
   blank / 1
   ========================================================
   ======================================================== */


/* ========================================================
   PREVIEW GEOMETRY

   Reserve room inside the preview for the 76px strip.
   This is how the original working version behaved.
   ======================================================== */

#product-builder.cpb-thumb-layout-1
.cpb-preview-container {
  margin-top: 0 !important;

  padding-bottom: var(--layout1-preview-reserve) !important;
}


/* ========================================================
   MAIN IMAGE

   Leave 76px of the preview area available for thumbnails.
   ======================================================== */

#product-builder.cpb-thumb-layout-1
.cpb-swiper-main
.swiper-slide
img.cpb-render-img {
  width: 100% !important;

  height: calc(100% - var(--layout1-strip-height)) !important;
  min-height: 0 !important;
  max-height: calc(100% - var(--layout1-strip-height)) !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: contain !important;
  object-position: center center !important;

  display: block !important;

  box-sizing: border-box !important;
}


/* ========================================================
   THUMBNAIL STRIP
   ======================================================== */

#product-builder.cpb-thumb-layout-1
.cpb-swiper-thumbnails {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;

  height: var(--layout1-strip-height) !important;
  min-height: var(--layout1-strip-height) !important;
  max-height: var(--layout1-strip-height) !important;

  margin: 0 !important;

  padding:
    8px 0 !important;

  /*
    IMPORTANT:
    No vertical translation.
    This is what your original working code used.
  */
  transform: none !important;

  position: relative !important;

  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;

  z-index: 5 !important;

  background: #f3f3f3 !important;
  background-color: #f3f3f3 !important;

  overflow: hidden !important;

  -webkit-mask-image: none !important;
  mask-image: none !important;

  box-sizing: border-box !important;
}


/* ========================================================
   INNER SWIPER
   ======================================================== */

#product-builder.cpb-thumb-layout-1
.cpb-swiper-thumbnails
.swiper-container {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;

  height: var(--layout1-thumb-size) !important;
  min-height: var(--layout1-thumb-size) !important;
  max-height: var(--layout1-thumb-size) !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;

  box-sizing: border-box !important;
}


/* ========================================================
   SWIPER TRACK

   Swiper controls translateX itself.
   ======================================================== */

#product-builder.cpb-thumb-layout-1
.cpb-swiper-thumbnails
.swiper-wrapper {
  height: var(--layout1-thumb-size) !important;
  min-height: var(--layout1-thumb-size) !important;
  max-height: var(--layout1-thumb-size) !important;

  display: flex !important;
  flex-direction: row !important;

  align-items: center !important;

  gap: var(--layout1-thumb-gap) !important;

  margin: 0 !important;
  padding: 0 !important;

  /*
    DO NOT put a transform here.
    Native Swiper keeps the active slide positioned.
  */

  box-sizing: border-box !important;
}


/* ========================================================
   EACH SLIDE
   ======================================================== */

#product-builder.cpb-thumb-layout-1
.cpb-swiper-thumbnails
.swiper-slide {
  flex: 0 0 var(--layout1-thumb-size) !important;

  width: var(--layout1-thumb-size) !important;
  min-width: var(--layout1-thumb-size) !important;
  max-width: var(--layout1-thumb-size) !important;

  height: var(--layout1-thumb-size) !important;
  min-height: var(--layout1-thumb-size) !important;
  max-height: var(--layout1-thumb-size) !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;

  outline: 0 !important;
  box-shadow: none !important;

  border-radius: 50% !important;

  overflow: hidden !important;

  position: relative !important;

  box-sizing: border-box !important;
}


/* ========================================================
   INNER CIRCLE
   ======================================================== */

#product-builder.cpb-thumb-layout-1
.cpb-swiper-thumbnails
.swiper-slide-inner,

#product-builder.cpb-thumb-layout-1
.cpb-swiper-thumbnails
.swiper-slide-inner-has-alt {
  width: var(--layout1-thumb-size) !important;
  min-width: var(--layout1-thumb-size) !important;
  max-width: var(--layout1-thumb-size) !important;

  height: var(--layout1-thumb-size) !important;
  min-height: var(--layout1-thumb-size) !important;
  max-height: var(--layout1-thumb-size) !important;

  margin: 0 !important;
  padding: 0 !important;

  position: relative !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border:
    0.5px solid #BEBABA !important;

  border-radius:
    50% !important;

  background:
    #f3f3f3 !important;

  background-color:
    #f3f3f3 !important;

  overflow:
    hidden !important;

  outline:
    0 !important;

  box-shadow:
    none !important;

  box-sizing:
    border-box !important;
}


/* ========================================================
   THUMBNAIL ITEM
   ======================================================== */

#product-builder.cpb-thumb-layout-1
.cpb-swiper-thumbnails
.cpb-swiper-thumbnails-item {
  width: var(--layout1-thumb-size) !important;
  min-width: var(--layout1-thumb-size) !important;
  max-width: var(--layout1-thumb-size) !important;

  height: var(--layout1-thumb-size) !important;
  min-height: var(--layout1-thumb-size) !important;
  max-height: var(--layout1-thumb-size) !important;

  margin: 0 !important;
  padding: 0 !important;

  position: relative !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border: 0 !important;

  border-radius:
    50% !important;

  overflow:
    hidden !important;

  outline:
    0 !important;

  box-shadow:
    none !important;

  box-sizing:
    border-box !important;
}


/* ========================================================
   IMAGE / CANVAS / FALLBACK
   ======================================================== */

#product-builder.cpb-thumb-layout-1
.cpb-swiper-thumbnails
.swiper-slide img,

#product-builder.cpb-thumb-layout-1
.cpb-swiper-thumbnails
.swiper-slide canvas,

#product-builder.cpb-thumb-layout-1
.cpb-swiper-thumbnails
.cpb-ios-canvas-fallback {
  width: var(--layout1-thumb-size) !important;
  min-width: var(--layout1-thumb-size) !important;
  max-width: var(--layout1-thumb-size) !important;

  height: var(--layout1-thumb-size) !important;
  min-height: var(--layout1-thumb-size) !important;
  max-height: var(--layout1-thumb-size) !important;

  position: absolute !important;

  top: 50% !important;
  left: 50% !important;

  right: auto !important;
  bottom: auto !important;

  transform:
    translate(-50%, -50%) !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: cover !important;
  object-position: center center !important;

  border: 0 !important;

  border-radius:
    50% !important;

  display:
    block !important;

  box-sizing:
    border-box !important;
}


/* ========================================================
   ACTIVE THUMBNAIL
   ======================================================== */

#product-builder.cpb-thumb-layout-1
.cpb-swiper-thumbnails
.swiper-slide-active
.swiper-slide-inner,

#product-builder.cpb-thumb-layout-1
.cpb-swiper-thumbnails
.swiper-slide-active
.swiper-slide-inner-has-alt,

#product-builder.cpb-thumb-layout-1
.cpb-swiper-thumbnails
.swiper-slide-thumb-active
.swiper-slide-inner,

#product-builder.cpb-thumb-layout-1
.cpb-swiper-thumbnails
.swiper-slide-thumb-active
.swiper-slide-inner-has-alt {
  border:
    2px solid #bab6b6 !important;

  border-radius:
    50% !important;

  outline:
    0 !important;

  box-shadow:
    none !important;

  box-sizing:
    border-box !important;
}


/* ========================================================
   REMOVE ACTIVE OVERLAY
   ======================================================== */

#product-builder.cpb-thumb-layout-1
.cpb-swiper-thumbnails
.swiper-slide-active
.swiper-slide-inner::before,

#product-builder.cpb-thumb-layout-1
.cpb-swiper-thumbnails
.swiper-slide-active
.swiper-slide-inner::after,

#product-builder.cpb-thumb-layout-1
.cpb-swiper-thumbnails
.swiper-slide-thumb-active
.swiper-slide-inner::before,

#product-builder.cpb-thumb-layout-1
.cpb-swiper-thumbnails
.swiper-slide-thumb-active
.swiper-slide-inner::after {
  content: none !important;

  display:
    none !important;

  border:
    0 !important;

  outline:
    0 !important;

  box-shadow:
    none !important;
}


/* ========================================================
   REMOVE PREVIEW LABEL
   ======================================================== */

#product-builder.cpb-thumb-layout-1
.cpb-swiper-thumbnails
.cpb-swiper-thumbnails-viewkey {
  display:
    none !important;
}


/* ========================================================
   CANVAS FALLBACK
   ======================================================== */

#product-builder.cpb-thumb-layout-1
.cpb-swiper-thumbnails
canvas {
  visibility:
    hidden;
}


#product-builder.cpb-thumb-layout-1
.cpb-swiper-thumbnails
.cpb-ios-canvas-fallback {
  visibility:
    visible !important;

  opacity:
    1 !important;

  pointer-events:
    none !important;

  z-index:
    2 !important;
}

/* ========================================================
   LAYOUTS 2 + 3
   MATCH LAYOUT 1 TOP SPACING
   ======================================================== */

      #product-builder.cpb-thumb-layout-2
      .cpb-preview-container,

      #product-builder.cpb-thumb-layout-3
      .cpb-preview-container {
        margin-top: var(--layout23-preview-offset) !important;
      }

  /* ========================================================
     ========================================================
     LAYOUT 2
     VERTICAL LEFT
     ========================================================
     ======================================================== */

  #product-builder.cpb-thumb-layout-2
  .cpb-swiper-thumbnails {
    position: absolute !important;

    top: var(--mobile-thumb-edge) !important;
    left: var(--mobile-thumb-edge) !important;

    right: auto !important;
    bottom: var(--mobile-thumb-edge) !important;

    width: var(--mobile-thumb-size) !important;
    min-width: var(--mobile-thumb-size) !important;
    max-width: var(--mobile-thumb-size) !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    transform: none !important;

    z-index: 20 !important;

    background: transparent !important;
    background-color: transparent !important;

    overflow: hidden !important;

    box-sizing: border-box !important;

    -webkit-mask-image:
      linear-gradient(
        to bottom,
        #000 0,
        #000 calc(100% - var(--mobile-fade-bottom)),
        transparent 100%
      );

    mask-image:
      linear-gradient(
        to bottom,
        #000 0,
        #000 calc(100% - var(--mobile-fade-bottom)),
        transparent 100%
      );
  }


  /* Layout 2 middle */

  #product-builder.cpb-thumb-layout-2
  .cpb-swiper-thumbnails.cpb-thumbs-scrolled:not(.cpb-thumbs-at-end) {
    -webkit-mask-image:
      linear-gradient(
        to bottom,
        transparent 0,
        #000 var(--mobile-fade-top),
        #000 calc(100% - var(--mobile-fade-bottom)),
        transparent 100%
      );

    mask-image:
      linear-gradient(
        to bottom,
        transparent 0,
        #000 var(--mobile-fade-top),
        #000 calc(100% - var(--mobile-fade-bottom)),
        transparent 100%
      );
  }


  /* Layout 2 end */

  #product-builder.cpb-thumb-layout-2
  .cpb-swiper-thumbnails.cpb-thumbs-at-end {
    -webkit-mask-image:
      linear-gradient(
        to bottom,
        transparent 0,
        #000 var(--mobile-fade-top),
        #000 100%
      );

    mask-image:
      linear-gradient(
        to bottom,
        transparent 0,
        #000 var(--mobile-fade-top),
        #000 100%
      );
  }


  /* Layout 2 no overflow */

  #product-builder.cpb-thumb-layout-2
  .cpb-swiper-thumbnails.cpb-thumbs-no-fade {
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }


  /* Layout 2 swiper viewport */

  #product-builder.cpb-thumb-layout-2
  .cpb-swiper-thumbnails
  .swiper-container {
    width: var(--mobile-thumb-size) !important;
    min-width: var(--mobile-thumb-size) !important;
    max-width: var(--mobile-thumb-size) !important;

    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;

    box-sizing: border-box !important;
  }


  /* Layout 2 vertical track */

  #product-builder.cpb-thumb-layout-2
  .cpb-swiper-thumbnails
  .swiper-wrapper {
    width: var(--mobile-thumb-size) !important;
    min-width: var(--mobile-thumb-size) !important;
    max-width: var(--mobile-thumb-size) !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    display: flex !important;

    flex-direction: column !important;

    align-items: flex-start !important;
    justify-content: flex-start !important;

    gap: var(--mobile-thumb-gap) !important;

    margin: 0 !important;
    padding: 0 !important;

    --mobile-thumb-y: 0px;

    transform:
      translate3d(
        0,
        var(--mobile-thumb-y),
        0
      ) !important;

    transition:
      transform 250ms ease !important;

    box-sizing: border-box !important;
  }


  /* ========================================================
     ========================================================
     LAYOUT 3
     HORIZONTAL CENTERED
     ========================================================
     ======================================================== */

  body
  #product-builder.cpb-thumb-layout-3
  .cpb-swiper-thumbnails {
    position: absolute !important;

    top: auto !important;

    left: 0 !important;
    right: 0 !important;

    bottom: var(--mobile-thumb-edge) !important;

    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;

    height: var(--mobile-thumb-size) !important;
    min-height: var(--mobile-thumb-size) !important;
    max-height: var(--mobile-thumb-size) !important;

    margin: 0 !important;
    padding: 0 !important;

    transform: none !important;

    z-index: 30 !important;

    background: transparent !important;
    background-color: transparent !important;

    overflow: hidden !important;

    box-sizing: border-box !important;

    -webkit-mask-image:
      linear-gradient(
        to right,
        transparent 0,
        #000 var(--mobile-fade-top),
        #000 calc(100% - var(--mobile-fade-top)),
        transparent 100%
      ) !important;

    mask-image:
      linear-gradient(
        to right,
        transparent 0,
        #000 var(--mobile-fade-top),
        #000 calc(100% - var(--mobile-fade-top)),
        transparent 100%
      ) !important;
  }


  /* Layout 3 no overflow */

  body
  #product-builder.cpb-thumb-layout-3
  .cpb-swiper-thumbnails.cpb-thumbs-no-fade {
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }


  /* Layout 3 override vertical fade states */

  body
  #product-builder.cpb-thumb-layout-3
  .cpb-swiper-thumbnails.cpb-thumbs-scrolled,

  body
  #product-builder.cpb-thumb-layout-3
  .cpb-swiper-thumbnails.cpb-thumbs-at-end {
    -webkit-mask-image:
      linear-gradient(
        to right,
        transparent 0,
        #000 var(--mobile-fade-top),
        #000 calc(100% - var(--mobile-fade-top)),
        transparent 100%
      ) !important;

    mask-image:
      linear-gradient(
        to right,
        transparent 0,
        #000 var(--mobile-fade-top),
        #000 calc(100% - var(--mobile-fade-top)),
        transparent 100%
      ) !important;
  }


  /* Layout 3 swiper viewport */

  body
  #product-builder.cpb-thumb-layout-3
  .cpb-swiper-thumbnails
  .swiper-container {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;

    height: var(--mobile-thumb-size) !important;
    min-height: var(--mobile-thumb-size) !important;
    max-height: var(--mobile-thumb-size) !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;

    box-sizing: border-box !important;
  }


  /* Layout 3 horizontal track */

  body
  #product-builder.cpb-thumb-layout-3
  .cpb-swiper-thumbnails
  .swiper-wrapper {
    width: max-content !important;
    min-width: 0 !important;
    max-width: none !important;

    height: var(--mobile-thumb-size) !important;
    min-height: var(--mobile-thumb-size) !important;
    max-height: var(--mobile-thumb-size) !important;

    display: flex !important;

    flex-direction: row !important;

    align-items: center !important;
    justify-content: flex-start !important;

    gap: var(--mobile-thumb-gap) !important;

    margin: 0 !important;
    padding: 0 !important;

    --mobile-thumb-x: 0px;

    transform:
      translate3d(
        var(--mobile-thumb-x),
        0,
        0
      ) !important;

    transition:
      transform 250ms ease !important;

    box-sizing: border-box !important;
  }


  /* Layout 3 slides */

  body
  #product-builder.cpb-thumb-layout-3
  .cpb-swiper-thumbnails
  .swiper-slide {
    flex:
      0 0 var(--mobile-thumb-size) !important;

    width: var(--mobile-thumb-size) !important;
    min-width: var(--mobile-thumb-size) !important;
    max-width: var(--mobile-thumb-size) !important;

    height: var(--mobile-thumb-size) !important;
    min-height: var(--mobile-thumb-size) !important;
    max-height: var(--mobile-thumb-size) !important;

    margin: 0 !important;
    padding: 0 !important;

    position: relative !important;

    display: block !important;

    transform: none !important;

    box-sizing: border-box !important;
  }

}


/* ==========================================================
   END MOBILE + TABLET THUMBNAIL LAYOUT SYSTEM
   ========================================================== */

/* ==========================================================
   TABLET THUMBNAIL SIZE OVERRIDE — 750px TO 999px
   ========================================================== */

@media screen and (min-width: 750px) and (max-width: 999px) {
  #product-builder {
    /* Layouts 2 + 3 */
    --mobile-thumb-size: clamp(84px, calc(2.41vw + 65.9px), 90px);
    --mobile-thumb-gap: 10px;
    --mobile-thumb-edge: 12px;

    /* Layout 1 */
    --layout1-thumb-size: 90px;
    --layout1-thumb-gap: 10px;
    --layout1-strip-height: 106px;
    --layout1-preview-reserve: 53px;

    /* Keep Layouts 2 + 3 aligned with the larger tablet Layout 1 */
    --layout23-preview-offset: -53px;
  }
}



/* ========================================================
   CPB DESKTOP THUMBNAILS
   1000PX+
   ======================================================== */

@media screen and (min-width: 1000px) {

  /* ======================================================
     DESKTOP VARIABLES
     ====================================================== */


    #product-builder {

      /* RESPONSIVE PRODUCT BUILDER WIDTH */
      width: calc(100vw - 32px) !important;
      max-width: 1400px !important;

      margin-left: auto !important;
      margin-right: auto !important;

      /* THUMBNAIL VARIABLES */
      --desktop-thumb-size: 90px;
      --desktop-thumb-gap: 10px;
      --desktop-thumb-edge: 14px;

      --desktop-layout1-strip-height:
        calc(var(--desktop-thumb-size) + 16px);

      --desktop-layout1-preview-reserve:
        calc(var(--desktop-layout1-strip-height) / 2);

      --desktop-fade-top:
        calc(var(--desktop-thumb-size) * 0.5);

      --desktop-fade-bottom:
        calc(var(--desktop-thumb-size) * 0.7);
    }

  /* ======================================================
   CENTRE DESKTOP CUSTOMIZER
   Equal outer gap left / right
   ====================================================== */

  #product-builder
  .cpb-preview-container {
    margin-left:
      clamp(
        0px,
        calc(10vw - 100px),
        40px
      ) !important;
  }


  /* ======================================================
     SHARED THUMBNAIL RAIL RESET
     ====================================================== */

  #product-builder
  .cpb-swiper-thumbnails {
    margin: 0 !important;
    padding: 0 !important;

    transform: none !important;

    box-sizing: border-box !important;

    background: transparent !important;

    border: 0 !important;
    box-shadow: none !important;
  }


  /* ======================================================
     REMOVE CPB THUMBNAIL ARROWS
     ====================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  .cpb-preview-arrows,

  #product-builder
  .cpb-swiper-thumbnails
  .cpb-preview-arrows-item,

  #product-builder
  .cpb-preview-arrows {
    display: none !important;
  }


  /* ======================================================
     REMOVE VIEWKEY
     ====================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  .cpb-swiper-thumbnails-viewkey {
    display: none !important;
  }


  /* ======================================================
     SHARED THUMBNAIL SLIDE
     ====================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide {

    flex:
      0 0 var(--desktop-thumb-size) !important;

    width:
      var(--desktop-thumb-size) !important;

    min-width:
      var(--desktop-thumb-size) !important;

    max-width:
      var(--desktop-thumb-size) !important;


    height:
      var(--desktop-thumb-size) !important;

    min-height:
      var(--desktop-thumb-size) !important;

    max-height:
      var(--desktop-thumb-size) !important;


    margin: 0 !important;
    padding: 0 !important;


    position: relative !important;


    border: 0 !important;

    border-radius: 50% !important;


    background: transparent !important;


    outline: 0 !important;

    box-shadow: none !important;

    filter: none !important;


    overflow: hidden !important;


    box-sizing: border-box !important;
  }


  /* ======================================================
     INNER CIRCLE
     ====================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-inner,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-inner-has-alt {

    width:
      var(--desktop-thumb-size) !important;

    min-width:
      var(--desktop-thumb-size) !important;

    max-width:
      var(--desktop-thumb-size) !important;


    height:
      var(--desktop-thumb-size) !important;

    min-height:
      var(--desktop-thumb-size) !important;

    max-height:
      var(--desktop-thumb-size) !important;


    margin: 0 !important;
    padding: 0 !important;


    position: relative !important;


    display: flex !important;

    align-items: center !important;

    justify-content: center !important;


    border:
      0.5px solid #BEBABA !important;

    border-radius: 50% !important;


    background: #f3f3f3 !important;


    outline: 0 !important;

    box-shadow: none !important;

    filter: none !important;


    overflow: hidden !important;


    box-sizing: border-box !important;
  }


  /* ======================================================
     THUMBNAIL ITEM
     ====================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  .cpb-swiper-thumbnails-item {

    width: 100% !important;
    height: 100% !important;


    margin: 0 !important;
    padding: 0 !important;


    position: relative !important;


    display: flex !important;

    align-items: center !important;

    justify-content: center !important;


    border: 0 !important;

    border-radius: 50% !important;


    background: transparent !important;


    outline: 0 !important;

    box-shadow: none !important;

    filter: none !important;


    overflow: hidden !important;


    box-sizing: border-box !important;
  }


  /* ======================================================
     THUMBNAIL IMAGE / CANVAS / FALLBACK
     ====================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  .cpb-swiper-thumbnails-item img,

  #product-builder
  .cpb-swiper-thumbnails
  .cpb-swiper-thumbnails-item canvas,

  #product-builder
  .cpb-swiper-thumbnails
  .cpb-ios-canvas-fallback {

    width:
      var(--desktop-thumb-size) !important;

    min-width:
      var(--desktop-thumb-size) !important;

    max-width:
      var(--desktop-thumb-size) !important;


    height:
      var(--desktop-thumb-size) !important;

    min-height:
      var(--desktop-thumb-size) !important;

    max-height:
      var(--desktop-thumb-size) !important;


    position: absolute !important;

    top: 50% !important;
    left: 50% !important;

    right: auto !important;
    bottom: auto !important;


    transform:
      translate(-50%, -50%) !important;


    margin: 0 !important;
    padding: 0 !important;


    object-fit: cover !important;

    object-position:
      center center !important;


    border: 0 !important;

    border-radius: 50% !important;


    display: block !important;


    box-shadow: none !important;

    filter: none !important;


    box-sizing: border-box !important;
  }


  /* ======================================================
     SHOW CPB DYNAMIC / FIRST THUMBNAIL CANVAS
     ALL DESKTOP LAYOUTS 1 / 2 / 3
     ====================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  .cpb-swiper-thumbnails-item canvas {

    visibility: visible !important;

    opacity: 1 !important;

    display: block !important;

    pointer-events: none !important;

    z-index: 1 !important;
  }


  /* ======================================================
     CANVAS FALLBACK
     ====================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  .cpb-ios-canvas-fallback {

    visibility: visible !important;

    opacity: 1 !important;

    pointer-events: none !important;

    z-index: 2 !important;
  }


  /* ======================================================
     ACTIVE THUMBNAIL BORDER
     ====================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-active
  .swiper-slide-inner,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-active
  .swiper-slide-inner-has-alt,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-thumb-active
  .swiper-slide-inner,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-thumb-active
  .swiper-slide-inner-has-alt,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-active-manual
  .swiper-slide-inner,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-active-manual
  .swiper-slide-inner-has-alt {

    border:
      2px solid #bab6b6 !important;

    border-radius: 50% !important;


    outline: 0 !important;

    box-shadow: none !important;

    filter: none !important;
  }


  /* ======================================================
     REMOVE CPB ACTIVE / ENLARGE ICONS
     ====================================================== */

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide::before,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide::after,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-active::before,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-active::after,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-thumb-active::before,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-thumb-active::after,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-active-manual::before,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-active-manual::after,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-inner::before,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-inner::after,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-inner-has-alt::before,

  #product-builder
  .cpb-swiper-thumbnails
  .swiper-slide-inner-has-alt::after {

    content: none !important;

    display: none !important;


    border: 0 !important;

    outline: 0 !important;

    box-shadow: none !important;


    pointer-events: none !important;
  }


  /* ======================================================
     MAIN PREVIEW
     ====================================================== */

  #product-builder
  .cpb-swiper-main
  .swiper-slide {
    opacity: 1 !important;
  }


  /* ========================================================
     LAYOUT 1
     HORIZONTAL RAIL BELOW PREVIEW
     ACTIVE ALWAYS CENTRED
     ======================================================== */

  #product-builder.cpb-thumb-layout-1
  .cpb-preview-container {

    position: relative !important;

    padding-bottom: 0 !important;

    overflow: visible !important;
  }


  #product-builder.cpb-thumb-layout-1
  .cpb-swiper-main {

    width: 100% !important;

    height: 100% !important;

    max-height: none !important;


    margin: 0 !important;
    padding: 0 !important;
  }


  #product-builder.cpb-thumb-layout-1
  .cpb-swiper-main
  .swiper-wrapper {

    height: 100% !important;
  }


  #product-builder.cpb-thumb-layout-1
  .cpb-swiper-main
  .swiper-slide {

    width: 100% !important;

    height: 100% !important;

    min-height: 100% !important;

    max-height: 100% !important;


    opacity: 1 !important;


    box-sizing: border-box !important;
  }


  #product-builder.cpb-thumb-layout-1
  .cpb-swiper-main
  .swiper-slide > * {

    max-height: 100% !important;

    box-sizing: border-box !important;
  }


  #product-builder.cpb-thumb-layout-1
  .cpb-swiper-thumbnails {

    position: relative !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;


    width: 100% !important;


    height:
      var(--desktop-layout1-strip-height) !important;

    min-height:
      var(--desktop-layout1-strip-height) !important;

    max-height:
      var(--desktop-layout1-strip-height) !important;


    margin: 0 !important;

    padding: 8px 0 !important;


    transform: translateY(-50%) !important;


    overflow: hidden !important;


    background: #f3f3f3 !important;


    z-index: 20 !important;


    box-sizing: border-box !important;
  }


  #product-builder.cpb-thumb-layout-1
  .cpb-layout-show-thumbnails-slider-vertical
  .cpb-swiper-thumbnails,

  #product-builder.cpb-thumb-layout-1
  .cpb-layout-show-thumbnails-slider-vertical
  .cpb-preview-elements
  .cpb-swiper-thumbnails {

    position: relative !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;


    width: 100% !important;


    margin: 0 !important;


    transform: none !important;
  }


  #product-builder.cpb-thumb-layout-1
  .cpb-swiper-thumbnails
  .swiper-container {

    position: relative !important;


    width: 100% !important;


    height:
      var(--desktop-thumb-size) !important;

    min-height:
      var(--desktop-thumb-size) !important;

    max-height:
      var(--desktop-thumb-size) !important;


    margin: 0 !important;
    padding: 0 !important;


    overflow: hidden !important;
  }


  #product-builder.cpb-thumb-layout-1
  .cpb-swiper-thumbnails
  .swiper-wrapper {

    width: max-content !important;


    height:
      var(--desktop-thumb-size) !important;

    min-height:
      var(--desktop-thumb-size) !important;

    max-height:
      var(--desktop-thumb-size) !important;


    display: flex !important;

    flex-direction: row !important;

    align-items: center !important;

    justify-content: flex-start !important;


    gap:
      var(--desktop-thumb-gap) !important;


    margin: 0 !important;
    padding: 0 !important;


    --desktop-thumb-x: 0px;


    transform:
      translate3d(
        var(--desktop-thumb-x),
        0,
        0
      ) !important;


    transition:
      transform 250ms ease !important;
  }


  /* ======================================================
     LAYOUT 1 LEFT / RIGHT FADE
     ====================================================== */

  #product-builder.cpb-thumb-layout-1
  .cpb-swiper-thumbnails::before,

  #product-builder.cpb-thumb-layout-1
  .cpb-swiper-thumbnails::after {

    content: "" !important;

    display: block !important;


    position: absolute !important;

    top: 0 !important;
    bottom: 0 !important;


    width: 55px !important;


    z-index: 50 !important;


    pointer-events: none !important;
  }


  #product-builder.cpb-thumb-layout-1
  .cpb-swiper-thumbnails::before {

    left: 0 !important;


    background:
      linear-gradient(
        to right,
        #f3f3f3 0%,
        rgba(243, 243, 243, 0.90) 25%,
        rgba(243, 243, 243, 0) 100%
      ) !important;
  }


  #product-builder.cpb-thumb-layout-1
  .cpb-swiper-thumbnails::after {

    right: 0 !important;


    background:
      linear-gradient(
        to left,
        #f3f3f3 0%,
        rgba(243, 243, 243, 0.90) 25%,
        rgba(243, 243, 243, 0) 100%
      ) !important;
  }


  /* ========================================================
     LAYOUT 2
     VERTICAL LEFT

     START:
     NO TOP FADE
     BOTTOM FADE

     MIDDLE:
     TOP + BOTTOM FADE

     END:
     TOP FADE
     NO BOTTOM FADE
     ======================================================== */

  #product-builder.cpb-thumb-layout-2
  .cpb-preview-container {

    position: relative !important;
  }


  #product-builder.cpb-thumb-layout-2
  .cpb-swiper-thumbnails {

    position: absolute !important;


    top:
      var(--desktop-thumb-edge) !important;

    left:
      var(--desktop-thumb-edge) !important;


    right: auto !important;

    bottom:
      var(--desktop-thumb-edge) !important;


    width:
      var(--desktop-thumb-size) !important;

    min-width:
      var(--desktop-thumb-size) !important;

    max-width:
      var(--desktop-thumb-size) !important;


    height: auto !important;

    min-height: 0 !important;

    max-height: none !important;


    margin: 0 !important;
    padding: 0 !important;


    transform: none !important;


    z-index: 20 !important;


    background: transparent !important;

    background-color: transparent !important;


    overflow: hidden !important;


    box-sizing: border-box !important;


    /* START STATE */

    -webkit-mask-image:
      linear-gradient(
        to bottom,
        #000 0,
        #000 calc(
          100% -
          var(--desktop-fade-bottom)
        ),
        transparent 100%
      ) !important;


    mask-image:
      linear-gradient(
        to bottom,
        #000 0,
        #000 calc(
          100% -
          var(--desktop-fade-bottom)
        ),
        transparent 100%
      ) !important;
  }


  /* ======================================================
     LAYOUT 2 MIDDLE STATE
     ====================================================== */

  #product-builder.cpb-thumb-layout-2
  .cpb-swiper-thumbnails.cpb-desktop-thumbs-scrolled:not(.cpb-desktop-thumbs-at-end) {

    -webkit-mask-image:
      linear-gradient(
        to bottom,
        transparent 0,
        #000 var(--desktop-fade-top),
        #000 calc(
          100% -
          var(--desktop-fade-bottom)
        ),
        transparent 100%
      ) !important;


    mask-image:
      linear-gradient(
        to bottom,
        transparent 0,
        #000 var(--desktop-fade-top),
        #000 calc(
          100% -
          var(--desktop-fade-bottom)
        ),
        transparent 100%
      ) !important;
  }


  /* ======================================================
     LAYOUT 2 END STATE
     ====================================================== */

  #product-builder.cpb-thumb-layout-2
  .cpb-swiper-thumbnails.cpb-desktop-thumbs-at-end {

    -webkit-mask-image:
      linear-gradient(
        to bottom,
        transparent 0,
        #000 var(--desktop-fade-top),
        #000 100%
      ) !important;


    mask-image:
      linear-gradient(
        to bottom,
        transparent 0,
        #000 var(--desktop-fade-top),
        #000 100%
      ) !important;
  }


  /* ======================================================
     LAYOUT 2 NO OVERFLOW
     ====================================================== */

  #product-builder.cpb-thumb-layout-2
  .cpb-swiper-thumbnails.cpb-desktop-thumbs-no-fade {

    -webkit-mask-image:
      none !important;

    mask-image:
      none !important;
  }


  /* ======================================================
     LAYOUT 2 SWIPER VIEWPORT
     ====================================================== */

  #product-builder.cpb-thumb-layout-2
  .cpb-swiper-thumbnails
  .swiper-container {

    width:
      var(--desktop-thumb-size) !important;

    min-width:
      var(--desktop-thumb-size) !important;

    max-width:
      var(--desktop-thumb-size) !important;


    height: 100% !important;

    min-height: 0 !important;

    max-height: 100% !important;


    margin: 0 !important;
    padding: 0 !important;


    overflow: visible !important;


    box-sizing: border-box !important;
  }


  /* ======================================================
     LAYOUT 2 VERTICAL TRACK
     ====================================================== */

  #product-builder.cpb-thumb-layout-2
  .cpb-swiper-thumbnails
  .swiper-wrapper {

    width:
      var(--desktop-thumb-size) !important;

    min-width:
      var(--desktop-thumb-size) !important;

    max-width:
      var(--desktop-thumb-size) !important;


    height: auto !important;

    min-height: 0 !important;

    max-height: none !important;


    display: flex !important;

    flex-direction: column !important;

    align-items: flex-start !important;

    justify-content: flex-start !important;


    gap:
      var(--desktop-thumb-gap) !important;


    margin: 0 !important;
    padding: 0 !important;


    --desktop-thumb-y: 0px;


    transform:
      translate3d(
        0,
        var(--desktop-thumb-y),
        0
      ) !important;


    transition:
      transform 250ms ease !important;


    box-sizing: border-box !important;
  }


  /* ========================================================
     LAYOUT 3
     HORIZONTAL RAIL AT BOTTOM

     ACTIVE ALWAYS CENTRED

     START:
     RIGHT FADE ONLY

     MIDDLE:
     LEFT + RIGHT FADE

     END:
     LEFT FADE ONLY
     ======================================================== */

  #product-builder.cpb-thumb-layout-3
  .cpb-preview-container {

    position: relative !important;
  }


  /* ======================================================
     LAYOUT 3 RAIL
     ====================================================== */

  #product-builder.cpb-thumb-layout-3
  .cpb-swiper-thumbnails {

    position: absolute !important;


    left:
      var(--desktop-thumb-edge) !important;

    right:
      var(--desktop-thumb-edge) !important;


    bottom:
      var(--desktop-thumb-edge) !important;

    top: auto !important;


    width: auto !important;


    height:
      var(--desktop-thumb-size) !important;

    min-height:
      var(--desktop-thumb-size) !important;

    max-height:
      var(--desktop-thumb-size) !important;


    margin: 0 !important;
    padding: 0 !important;


    transform: none !important;


    overflow: hidden !important;


    background: transparent !important;


    z-index: 20 !important;


    box-sizing: border-box !important;


    /* START STATE:
       no left fade
       right fade
    */

    -webkit-mask-image:
      linear-gradient(
        to right,
        #000 0,
        #000 calc(
          100% -
          var(--desktop-fade-bottom)
        ),
        transparent 100%
      ) !important;


    mask-image:
      linear-gradient(
        to right,
        #000 0,
        #000 calc(
          100% -
          var(--desktop-fade-bottom)
        ),
        transparent 100%
      ) !important;
  }


  /* ======================================================
     LAYOUT 3 MIDDLE
     LEFT + RIGHT FADE
     ====================================================== */

  #product-builder.cpb-thumb-layout-3
  .cpb-swiper-thumbnails.cpb-desktop-thumbs-scrolled:not(.cpb-desktop-thumbs-at-end) {

    -webkit-mask-image:
      linear-gradient(
        to right,
        transparent 0,
        #000 var(--desktop-fade-top),
        #000 calc(
          100% -
          var(--desktop-fade-bottom)
        ),
        transparent 100%
      ) !important;


    mask-image:
      linear-gradient(
        to right,
        transparent 0,
        #000 var(--desktop-fade-top),
        #000 calc(
          100% -
          var(--desktop-fade-bottom)
        ),
        transparent 100%
      ) !important;
  }


  /* ======================================================
     LAYOUT 3 END
     LEFT FADE ONLY
     ====================================================== */

  #product-builder.cpb-thumb-layout-3
  .cpb-swiper-thumbnails.cpb-desktop-thumbs-at-end {

    -webkit-mask-image:
      linear-gradient(
        to right,
        transparent 0,
        #000 var(--desktop-fade-top),
        #000 100%
      ) !important;


    mask-image:
      linear-gradient(
        to right,
        transparent 0,
        #000 var(--desktop-fade-top),
        #000 100%
      ) !important;
  }


  /* ======================================================
     LAYOUT 3 NO OVERFLOW
     ====================================================== */

  #product-builder.cpb-thumb-layout-3
  .cpb-swiper-thumbnails.cpb-desktop-thumbs-no-fade {

    -webkit-mask-image:
      none !important;

    mask-image:
      none !important;
  }


  /* ======================================================
     LAYOUT 3 SWIPER VIEWPORT
     ====================================================== */

  #product-builder.cpb-thumb-layout-3
  .cpb-swiper-thumbnails
  .swiper-container {

    position: relative !important;


    width: 100% !important;


    height:
      var(--desktop-thumb-size) !important;

    min-height:
      var(--desktop-thumb-size) !important;

    max-height:
      var(--desktop-thumb-size) !important;


    margin: 0 !important;
    padding: 0 !important;


    overflow: visible !important;


    box-sizing: border-box !important;
  }


  /* ======================================================
     LAYOUT 3 HORIZONTAL TRACK
     ====================================================== */

  #product-builder.cpb-thumb-layout-3
  .cpb-swiper-thumbnails
  .swiper-wrapper {

    width: max-content !important;


    height:
      var(--desktop-thumb-size) !important;

    min-height:
      var(--desktop-thumb-size) !important;

    max-height:
      var(--desktop-thumb-size) !important;


    display: flex !important;

    flex-direction: row !important;

    align-items: center !important;

    justify-content: flex-start !important;


    gap:
      var(--desktop-thumb-gap) !important;


    margin: 0 !important;
    padding: 0 !important;


    --desktop-thumb-x: 0px;


    transform:
      translate3d(
        var(--desktop-thumb-x),
        0,
        0
      ) !important;


    transition:
      transform 250ms ease !important;


    box-sizing: border-box !important;
  }

}
/* ==========================================================
   END DESKTOP THUMBNAIL LAYOUTS
   ========================================================== */