/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 482:12 Expected identifier but found whitespace
Line 482:17 Unexpected ";"
Line 760:0 Unexpected "<"

**/

<style>
  .multivariant-form {
    margin-top: 2rem; }

  .variant-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem; /* ensures space below swatches */
  justify-content: center;
}

.variant-tab-contents {
  width: 100%;
  display: block;
  clear: both; /* Just in case flex/float gets used above */
}


.color-tab-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.variant-tabs.multiple .color-tab-wrapper {
  flex: 1 0 calc(25% - 1rem); /* Four in a row */
  max-width: calc(25% - 1rem);
}

  .color-tab {
    width: 80px;
    height: auto;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: border 0.2s ease;
    object-fit: cover;
    display: block;
  }
  .color-tab.active {
    border: 4px solid #007ace;
  }
  @keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
  }
  .color-tab:not(.active) {
    animation: pulse 2s infinite;
  }
  .color-label  {
  position: relative;
  width: 100%;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);

  background: #ebebeb;
  color:rgb(0, 0, 0), 0);
  font-size: 1.6rem;
 padding: 2px 8px;

  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;

  border-radius: 13px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

  .variant-block {
    border: 0px solid #fbfbfb;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 6px;
  }

  .variant-block h4 {
    margin-bottom: 0.5rem;
  }

  .size-chart-link {
    font-size: 1.3rem;
    color: #007ace;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 1rem;
  }
  .variant-sizes {
    margin-top: 1.4rem;
  }
  /* Variant row styling in a yellow bar */
  .variant-size-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    background-color: #e8e6dd;
    border: 0.0px solid #000;
    border-radius: 20px;
    padding: 0px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
    flex-direction: row;
    flex-wrap: NOwrap;
    align-content: stretch;
    align-items: center;
}

  .variant-size-row span {
    flex: 1;
  }

  /* Quantity selector styling for contrast on yellow */
  .quantity-selector {
    display: flex;
    border-radius: 0;
    overflow: hidden;
    min-width: 90px;
    max-width: 140px;
    margin-left: auto;
    height: 60px;
    background-color: #fff;
    justify-content: space-evenly;
    align-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

  .quantity-selector input[type="number"] {
    width: 50px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border: none;
    outline: none;
    -moz-appearance: textfield;
  }
  .quantity-selector input::-webkit-outer-spin-button,
  .quantity-selector input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .qty-btn {
    background: #000;
    color: #f3c91c;
    border: none;
    width: 37px;
    height: 62px;
    font-size: 18px;
    cursor: pointer;
    line-height: 2;
}

  .available-stock {
    display: flex;
    padding: 6px 12px;
    border-radius: 8px;
    margin-left: 10px;
    text-align: center;
    max-width: 120;
    max-height: 80;
    justify-content: flex-start;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

  .available-stock .available-label {
    color: #000000;
    font-size: 1.3rem;
    font-weight: bold;
}

  .available-stock .available-amount {
    color: #737373;
    font-size: 1.4rem;
    font-weight: bold;
}


  .out-of-stock {
    display: inline-block;
    background-color: white;
    color: #cccccc;
    padding: 13px 16px;
    margin: -0px;
    /* border: 0.2px solid #e8e6dd; */
    /* border-radius: 8px; */
    /* margin-left: 20px; */
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}

  .multivariant-form .button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
    line-height: calc(1 + 0.2);
    padding: 1rem 3rem;
    padding-top: calc(1rem + 0);
    min-width: 24rem;
    min-height: 5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-bottom: 1rem;
  }
  .multivariant-form .button:hover,
  .multivariant-form .button:active,
  .multivariant-form .button.active {
    background-color: #000;
    color: #fff;
  }
  .product-popup-modal.active {
    display: block !important;
  }
  .tab-content.hidden,
  .hidden {
    display: none;
  }
  .logo-variant-grid,
  .industry-logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 1rem;
    text-align: center;
  }
  .logo-tile,
  .industry-logo-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 0.75rem;
    cursor: pointer;
    transition: border 0.2s ease;
  }
  .logo-tile img,
  .industry-logo-tile img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 0.25rem;
  }
  .logo-tile span,
  .industry-logo-tile span {
    margin-top: 0;
    font-size: 0.9em;
  }
  .logo-tile.selected,
  .industry-logo-tile.selected {
    border: 3px solid #000;
  }
  .logo-tile input[type="radio"] {
    display: none;
  }
  .logo-type-btn {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
  }
  .logo-type-btn:hover {
    background-color: #222;
  }
  .button#show-logo-options {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
  }
  .digitise-desc {
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 0.5rem;
  }
  .logo-source-btn {
    flex: 1;
    margin: 0.5rem;
  }
  /* Logo flow header styling */
  .logo-flow-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
  }
  .logo-flow-header h4 {
    margin: 0;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .remove-logo-flow {
    background: #feda17;
    border: 1px solid #000;
    color: #000;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 8px 8px;
    border-radius: 8px;
    position: relative;
    left: -13px;
  }
  .remove-logo-flow:hover {
    opacity: 0.8;
  }
  /* "Add Logo" button styling */
  .add-logo-flow {
    background-color: #000 !important;
    color: #fff !important;
    animation: pulse 2s infinite;
    display: block;
  }
  .cart-buttons-spacer {
    height: 20px;
  }
  .logo-tile-text {
    font-size: 1.2em;
  }

  /*–– Error Modal Overlay + Box ––*/
  #error-modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  #error-modal {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    max-width: 90%;
    width: 400px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    position: relative;
    text-align: center;
  }
  #error-modal-message {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 1.5rem;
  }
  #error-modal-close {
    position: absolute;
    top: 0.5rem; right: 0.5rem;
    background: transparent;
    border: none;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    color: #666;
  }
  #error-modal-close:hover { color: #000 }
  .hidden { display: none !important; }

  /* –– Green “Add to cart” buttons –– */
.multivariant-form .button.customise-now,
.multivariant-form .button.add-to-cart {
  background-color: #28a745 !important;
  border: 1px solid #28a745 !important;
  color: #ffffff !important;
}

.multivariant-form .button.customise-now:hover,
.multivariant-form .button.add-to-cart:hover {
  background-color: #218838 !important;
  border-color:    #1e7e34 !important;
}


shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-block-size: 44px;
  --shopify-accelerated-checkout-button-border-radius: 0px;
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-skeleton-background-color: #dedede;
  --shopify-accelerated-checkout-skeleton-animation-opacity-start: 1;
  --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0.5;
  --shopify-accelerated-checkout-skeleton-animation-duration: 4s;
  --shopify-accelerated-checkout-skeleton-animation-timing-function: ease;
}

shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size: 42px;
  --shopify-accelerated-checkout-button-inline-size: 54px;
  --shopify-accelerated-checkout-button-border-radius: 4px;
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-inline-alignment: flex-start;
  --shopify-accelerated-checkout-row-gap: 8px;
  --shopify-accelerated-checkout-skeleton-background-color: #dedede;
  --shopify-accelerated-checkout-skeleton-animation-opacity-start: 1;
  --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0.5;
  --shopify-accelerated-checkout-skeleton-animation-duration: 4s;
  --shopify-accelerated-checkout-skeleton-animation-timing-function: ease;
}

.button, .button-label, .shopify-challenge__button {
margin: 5px;
}

.variant-price-display {
    font-weight: normal;
    font-size: 1.5rem;
    display: flex;
    margin-top: 0.2rem;
    margin-left: 2px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.variant-meta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #ffdc00;
    width: 13rem;
    margin-right: 1;
    height: 7.5rem;
    box-sizing: border-box;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    flex-wrap: wrap;
    align-content: space-between;
}

.variant-size-box {
    border-radius: 100px;
    padding: 2px;
    max-height: 50px;
    font-weight: bold;
    font-size: 13px;
    color: #000;
    display: flex;
    margin-left: 15px;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
    
    /* 1) make it shrink‐to‐fit its contents but allow auto‐margins */
    display: flex;
    flex: 0 0 auto;
    
    /* 2) center the box inside its parent */
    margin: auto;
    
    /* 3) center content inside the box */
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

/* remove default focus ring */
.color-tab:focus,
.variant-size-box:focus,
.qty-btn:focus,
.quantity-selector input:focus {
  outline: none;
  box-shadow: none;
}

.color-tab.active {
    border: 2px solid #eeca35;
    margin-bottom: 10px;
}

.upload-spinner {
  margin-top: 1rem;
  text-align: center;
}

.spinner-circle {
  width: 30px;
  height: 30px;
  margin: auto;
  border: 4px solid #feda17;
  border-top: 4px solid #171717;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}


  /* REVIEW MODAL OVERLAY */
#review-modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%;  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}


.upload-spinner .spinner-circle{
  width:16px;height:16px;border:2px solid #ccc;border-top-color:#666;border-radius:50%;
  animation: uc-spin .8s linear infinite; display:inline-block; margin-left:8px;
}
@keyframes uc-spin{to{transform:rotate(360deg)}}

#review-modal {
  position: relative;
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  max-width: 90%;
  max-height: 80%;
  overflow-y: auto;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}


#review-modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}

.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

.multi-colour-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.multi-colour-toggle .mct-label {
  font-weight: 300;
  color: #111;
}

.multi-colour-toggle .mct-hint {
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  color: #555;
  margin-top: -.25rem;
}

/* Switch */
.mct-switch {
  position: relative;
  width: 64px;
  height: 14px;
  border: 2px solid #111;
  border-radius: 999px;
  background: #fff;       
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}

.mct-switch .mct-switch-track {
  position: absolute;
  inset: 0;
  border-radius: 999px;
}

.mct-switch .mct-switch-thumb {
  position: relative;
  left: 2px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.25);
  transition: left .2s ease;
}

/* ON state */
.mct-switch.is-on {
  background: #feda17;         /* on = WSM yellow */
  border-color: #feda17;
}
.mct-switch.is-on .mct-switch-thumb {
  left: 32px;
}

/* Slimmer switch */
.mct-switch {
  width: 56px;          /* was 64px */
  height: 28px;         /* was 34px */
  border: 2px solid #111;
  border-radius: 999px;
}

/* Thumb: smaller + yellow outline */
.mct-switch .mct-switch-thumb {
  left: 2px;            /* resting position (OFF) */
  width: 22px;          /* was 26px */
  height: 22px;         /* was 26px */
  border: 2px solid #feda17;   /* yellow outline */
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0,0,0,.25);
  transition: left .2s ease;
}

/* ON state colours stay the same */
.mct-switch.is-on {
  background: #feda17;
  border-color: #feda17;
}

/* Thumb position when ON:
   width (56) - thumb (22) - 2px gap each side = 30px */
.mct-switch.is-on .mct-switch-thumb {
  left: 30px;
}

/* Optional: crisper focus ring on the slimmer control */
.mct-switch:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(254,218,23,0.45);
}

/* Keyboard focus */
.mct-switch:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(254,218,23,0.45);
}

.button add-logo-flow {float: right;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .45rem .85rem;
  font-size: .95rem;
  line-height: 1.2;
  border-radius: .6rem;
  width: auto;
}


.logo-flow {background: #dfdfdf;
    padding: 10;
    border-radius: 20px 20px 0 0;
}

.logo-actions {
    display: flex;
    justify-content: flex-end;
    background:rgb(0, 0, 0);
    padding: 7;
    border-radius: 0 0 0 0;
}

/* Right-align the “Add Your Logo / Add another logo” button */
.logo-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: .75rem;
}

.button.add-logo-flow.add-logo-flow--small {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .45rem .85rem;
  font-size: 1.45rem;
  line-height: 1.2;
  border-radius: .6rem;
  width: auto;         /* override any 100% width */
  min-width: 0;
  flex: 0 0 auto;      /* don't stretch */
}

.button.add-logo-flow.add-logo-flow--small span {
  white-space: nowrap;
}

/* Make size text light grey + background white when the row is out of stock */
.variant-size-row:not(.valid-variant-row) .variant-size-box,
.variant-size-row:not(.valid-variant-row) > span:first-child {
  color: #9ca3af;          /* light grey text */
  background-color: #fff;  /* white background */
  border-radius: 0px;      /* rounded corners */
  padding: 13px 13px;       /* more breathing room */
  font-size: 1.05em;       /* slightly bigger text */
}


/* Always left-align the size text (both in-stock and OOS rows) */
.variant-size-box,
.variant-size-row > span:first-child {
  text-align: left !important;
  margin-right: auto !important; 
}

/* Keep OOS size text light grey (from earlier) */
.variant-size-row:not(.valid-variant-row) .variant-size-box,
.variant-size-row:not(.valid-variant-row) > span:first-child {
  color: #9ca3af;
}

</style>