/** Shopify CDN: Minification failed

Line 8:0 Unexpected "{"
Line 9:6 Unexpected "{"
Line 10:14 Expected ":"

**/
{
      {
      settings.custom_theme_css
    }
  }

  /* Color Swatch Redirects PDP */
  .color-swatch-redirects {
    margin-bottom: 30px;
    margin-top: 15px;
  }

  .color-swatch-redirects .option-selector__btns {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
    margin-top: 12px !important;
    border: none !important;
    padding: 5px 0 !important;
  }


  /* Mobile Compacting PDP */
  @media (max-width: 768px) {

    .color-swatch-redirects .option-selector__btns,
    .fitting-gallery-button,
    .lightly-spaced-row,
    .price-container {
      margin: 0 !important;
    }

    .wk-button {
      font-size: 10px !important;
    }

    .input-row {
      margin-top: 0 !important;
    }

    .body-shape-thumbnails {
      margin-bottom: 0 !important;
    }

    .product-form .input-row input[name=quantity] {
      margin: 0 5px !important;
    }

    .current-price.theme-money{
      font-size:12px;
    }
    .price-area{
      margin-top:-18px;
    }
  }

  .color-redirect-swatch {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    border-radius: 50% !important;
    display: block !important;
    margin: 0 !important;
    border: 1px solid #e2e2e2 !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    padding: 0 !important;
    overflow: visible !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
    aspect-ratio: 1 / 1 !important;
  }

  .color-redirect-swatch::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 1.5px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease;
    pointer-events: none;
  }

  .color-redirect-swatch.is-active::after {
    border-color: #000;
  }

  .color-redirect-swatch:hover:not(.is-active) {
    border-color: #999 !important;
    transform: scale(1.08);
  }

  .selected-color-label {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-top: 18px;
    font-size: 13px;
    font-weight: 700;
    color: #111;
    display: block;
  }

  /* Product Card Swatches PLP */
  .product-block-swatches {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 15px 0 10px 0 !important;
    justify-content: center !important;
    /* Centered as requested */
    width: 100% !important;
  }

  .product-block-swatch {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    border-radius: 50% !important;
    border: 1px solid #e0e0e0 !important;
    background-size: cover !important;
    background-position: center !important;
    transition: all 0.25s ease;
    position: relative;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
    aspect-ratio: 1 / 1 !important;
  }

  .product-block-swatch:hover {
    border-color: #000 !important;
    transform: scale(1.2);
    z-index: 5;
  }

  /* Quick Size Picker */
  .quick-size-picker {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    z-index: 20;
    padding: 15px 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(10px);
    border-top: 1px solid #eee;
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.08);
    min-height: 110px;
    /* Slightly taller as requested */
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }

  .product-block .block-inner:hover .quick-size-picker,
  .product-block .block-inner:hover .quick-add-to-cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .quick-size-picker__title {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.15em;
    margin-bottom: 12px;
    color: #000;
  }

  .quick-size-picker__options {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
  }

  .quick-size-picker__btn {
    background: #fff;
    border: 1px solid #d1d1d1;
    color: #1a1a1a;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 38px;
    border-radius: 2px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
  }

  .quick-size-picker__btn:hover:not(:disabled) {
    background: #000;
    border-color: #000;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .quick-size-picker__btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    background: #f9f9f9;
    color: #999;
  }

  /* Loading State */
  .quick-size-picker__btn.is-loading,
  .quick-add-to-cart.is-loading {
    position: relative !important;
    color: transparent !important;
    pointer-events: none;
  }

  .quick-size-picker__btn.is-loading::after,
  .quick-add-to-cart.is-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-top-color: currentColor;
    border-radius: 50%;
    animation: qsp-spin 0.6s linear infinite;
  }

  .quick-add-to-cart.is-loading::after {
    border-top-color: #fff;
  }

  @keyframes qsp-spin {
    to {
      transform: rotate(360deg);
    }
  }

  /* Fallback Quick Add for Single Variant */
  .quick-add-to-cart {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0 !important;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(10px);
    margin: 0 !important;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
  }

  /* Hide on mobile/touch */
  @media (max-width: 767px),
  (hover: none) {

    .quick-size-picker,
    .quick-add-to-cart {
      display: none !important;
    }
  }

  /* --- Mobile Product Page Updates --- */
  @media (max-width: 768px) {

    /* Color swatch 20x20 px */
    .color-redirect-swatch {
      width: 20px !important;
      height: 20px !important;
      min-width: 20px !important;
      min-height: 20px !important;
    }

    /* opt-label font-size 10 px and pill 30 px in height */
    .opt-label {
      min-height: 30px !important;
      height: 30px !important;
      padding: 0 10px !important;
      font-size: 10px !important;
      line-height: 28px !important;
      /* Slightly less than height for better centering */
      margin-top: 4px !important;
      margin-right: 4px !important;
    }

    .option-selector__btns {
      margin: -4px -4px 0 0 !important;
    }

    /* Compact spacing */
    .product-detail .input-row,
    .product-detail .spaced-row,
    .product-detail .option-selector,
    .product-detail .product-block,
    .product-detail .color-swatch-redirects {
      margin-top: 10px !important;
      margin-bottom: 5px !important;
    }

    .product-detail .label,
    .product-detail .selected-color-label {
      margin-top: 8px !important;
      margin-bottom: 4px !important;
      font-size: 10px !important;
      text-transform: uppercase;
      letter-spacing: 0.1em;
    }

    .product-detail .product-column-right {
      padding-top: 5px !important;
    }

    .product-detail .majortitle {
      margin-bottom: 8px !important;
      font-size: 20px !important;
    }

    .product-detail .product-price {
      margin-bottom: 10px !important;
    }
  }

  /* --- Quantity side by side with Add to Cart (Desktop & Mobile) --- */
  .quantity-submit-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
    margin-top: 20px !important;
  }

  .quantity-submit-row>.label {
    display: none !important;
    /* Hide "Quantity" label to fit side-by-side */
  }

  .quantity-submit-row .quantity-wrapper {
    flex: 0 0 auto !important;
  }

  .quantity-submit-row .quantity-submit-row__submit {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    flex: 1 1 auto !important;
    width: auto !important;
  }

  .quantity-submit-row .quantity-submit-row__submit button {
    height: 48px !important;
    /* Match quantity selector height */
    margin: 0 !important;
    width: 100% !important;
  }

  @media (max-width: 768px) {
    .quantity-submit-row {
      margin-top: 15px !important;
    }

    .quantity-submit-row .quantity-wrapper a,
    .quantity-submit-row .quantity-wrapper input {
      height: 40px !important;
      width: 36px !important;
      line-height: 40px !important;
      min-width: 36px !important;
    }

    .quantity-submit-row .quantity-wrapper input {
      width: 30px !important;
    }

    .quantity-submit-row .quantity-submit-row__submit button {
      height: 40px !important;
      font-size: 12px !important;
      padding: 0 10px !important;
    }
  }

  /* Fit Size Guide */
  .product-fit-guide {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    width: 100%;
  }

  .fit-guide__container {
    padding: 0 2px;
  }

  .fit-guide__header {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
    align-items: center;
  }

  .fit-guide__header-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #111;
    text-transform: capitalize;
  }

  .fit-guide__header-item svg {
    flex-shrink: 0;
  }

  .fit-guide__line {
    position: relative;
    height: 1px;
    background: #dfdfdf;
    margin-bottom: 15px;
    width: 100%;
  }

  .fit-guide__line-tick {
    position: absolute;
    top: -3px;
    width: 1px;
    height: 7px;
    background: #e2e2e2;
  }

  .fit-guide__line-tick--start {
    left: 0;
  }

  .fit-guide__line-tick--center {
    left: 50%;
  }

  .fit-guide__line-tick--end {
    right: 0;
  }

  .fit-guide__dot {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
  }

  .fit-guide__labels {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .fit-guide__label {
    font-size: 13px;
    color: #999;
    flex: 1;
    transition: all 0.2s ease;
    line-height: 1.2;
  }

  .fit-guide__label:nth-child(1) {
    text-align: left;
  }

  .fit-guide__label:nth-child(2) {
    text-align: center;
  }

  .fit-guide__label:nth-child(3) {
    text-align: right;
  }

  .fit-guide__label.is-active {
    color: #000;
    font-weight: 700;
  }

  @media (max-width: 768px) {
    .product-fit-guide {
      margin-top: 15px !important;
      margin-bottom: 15px !important;
    }
    .fit-guide__label {
      font-size: 11px;
    }
  }