/** Shopify CDN: Minification failed

Line 45:16 Unexpected "{"
Line 45:25 Expected ":"
Line 45:32 Unexpected "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:choose-size (INDEX:8) */
.size-selector-section .size-option.active-size {
    background: #003580;
    font-weight: 700;
    color: #fff;
    border-radius: 100px;
}
  .size-selector-wrapper {
    display: flex;
    flex-direction: column;
  }

  .size-selector {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .size-selector-wrapper .swiper {
    margin: 0;
  }

  .section-heading {
    font-family: 'Circular';
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 20px;
    white-space: nowrap;
    color: var(--color-black);
    flex-shrink: 0;
  }

  .size-swiper-{{ section.id }} {
    width: 100%;
    overflow: hidden !important;
  }

  .swiper-slide.size-slide {
    width: auto !important;
  }

  .size-option {
    display: block;
    padding: 0px 16px;
    text-decoration: none;
    color: #121212bf;
    font-family: 'Circular';
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
    cursor: grab;
  }

  .size-option:active {
    cursor: grabbing;
  }

  /* Force display block — override base.css :empty rule */
  .size-scrollbar-track,
  .size-scrollbar-thumb {
    display: block !important;
  }

  .size-scrollbar-track {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #e0e0e0;
    margin-top: 8px;
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.2s ease;
    font-size: 0;   /* hide the zero-width space visually */
    line-height: 0;
  }

  .size-scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #121212;
    border-radius: 2px;
    transition: transform 0.08s linear;
    will-change: transform;
    font-size: 0;
    line-height: 0;
  }

  .swiper-scrollbar {
    display: none !important;
  }

  @media screen and (max-width: 767px) {
    .size-selector-section {
      padding-top: 20px !important;
      padding-bottom: 0 !important;
    }
    .size-selector {
      align-items: flex-start;
    }
    .section-heading {
      padding: 0 20px 0 0;
      padding-top: 4px;
    }
    .size-scrollbar-track {
      margin-top: 14px;
      margin-bottom: 8px;
    }
  }
/* END_SECTION:choose-size */