/** Shopify CDN: Minification failed

Line 132:20 Expected ":"

**/
.swiper-button-prev,
.swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #001E62;
  margin: 0 20px;
  border-radius: 50%;
  color: #fff;

  &.swiper-button-disabled {
    display: none;
  }

  &:focus-visible {
    outline-offset: 2px;
  }

  svg {
    width: 8px;
    fill: currentColor;
  }
}

.swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
}

.swiper-button-next {
  right: 0;
  transform: translateX(50%);
}

.active-variant-card {
  position: relative;
  margin: 0 var(--spacingXS);
  border-top: 1px solid #D7D3D3;
  border-bottom: 1px solid #D7D3D3;
  padding: 12px 0;
  border-top-left-radius: unset !important;
  border-top-right-radius: unset !important;
}

.active-variant-row {
  margin-bottom: 8px;
}

.active-variant-card .active-variant-row:last-child {
  margin-bottom: 0;
}

.muted-text {
  margin-left: 4px;
}


.active-color-wrapper {
  display: flex;
  align-items: center;
}

.active-variant-row.variant-row-collapsed,
.active-variant-row.variant-row-expanded {
  display: flex;
  justify-content: space-between;
}

.icon-div .variant-trigger.minus {
  display: none;
}

span.plus.variant-trigger,
span.minus.variant-trigger {
  cursor: pointer;
}

.variant-popup {
  position: absolute;
  bottom: 105%;
  left: -1px;
  right: -1px;
  display: none;
  z-index: 999999;
  background-color: #fff;
  box-shadow: 0 -4px 9px 0 rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {
  .variant-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border: none;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    margin: 0;
    box-sizing: border-box;
  }
}

.variant-popup-content {
  background-color: white;
  border-radius: 5px;
}

.active-color-wrapper.on-mobile {
  padding: 20px 20px 0;
}

.variant-selector {
  padding: 0 16px;
}

.proxy-byob-button {
  margin: 0 20px 20px;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;ƒ
}

.size-button {
  padding: 10px 15px;
  margin: 5px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  cursor: pointer;
}

.variants-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0;

  .variant-item {
    margin: 0;
  }
}


.variant-input-wrap {
  margin-top: var(--spacingXS);

  &.is-color {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #D7D3D3;

    .variants-list {
      gap: 16px 16px;
    }

    .variant-input {
      margin-bottom: var(--spacing2XS);
      margin-right: var(--spacing30px);
      max-width: min-content;
      text-align: center;
      justify-items: center;
    }

    input[type=radio] {
      &:checked {
        &~.color-swatch {
          border-color: #2F2F2F;
        }

        &~.color-swatch {
          .color-swatch-icon {
            display: flex;
          }
        }

        &~.color-name {
          font-family: var(--typeHeaderPrimary);
        }

        &.disabled {
          &~.color-swatch {
            &:after {
              border-color: #2F2F2F;
            }
          }
        }
      }

      &:focus-visible {
        &~.color-swatch {
          outline: 1px solid #2F2F2F;
        }
      }

      &.disabled {
        ~.color-name {
          text-decoration: line-through;
        }
      }
    }

    .color-swatch {
      margin-right: 0px;
      min-width: 30px;
      min-height: 32px;
      padding: 0 var(--spacing15px);
      border: 1px solid #746969;
    }

    .color-swatch-icon {
      display: none;
      width: 14px;
      height: 14px;
      position: absolute;
      top: 0;
      right: -7px;
      z-index: 3;
      text-indent: 0;
      background: #02B914;
      border-radius: 50%;
    }

    .color-name {
      font-size: 1.2rem;
      line-height: 1.25em;
      color: #2F2F2F;
      text-transform: capitalize;
    }
  }
}

body.theme-styling--tena {
  .variant-input-wrap {

    &.size-fieldset,
    &.size-fieldset-bundle {
      .variants-list {
        gap: 16px;
      }

      input[type="radio"] {
        &:checked {
          ~.variant__button-label {
            box-shadow: 0 0 0 2px var(--colorTextBody);
          }
        }

        &:focus-visible {
          ~.variant__button-label {
            outline: -webkit-focus-ring-color auto 2px;
            outline-offset: 2px;
          }
        }
      }

      .variant__button-label {
        display: flex;
        border-radius: 4px;
        box-shadow: none;
        font-size: 1.4rem;
        line-height: 2.2rem;
        font-weight: 700;
        min-width: 60px;
        min-height: 42px;
        font-family: var(--typeBasePrimary), var(--typeBaseFallback);
        margin: 0;

        &.disabled {
          &:after {
            display: none;
          }
        }
      }
    }
  }
}

.variant-input-wrap.is-color a.see-similar-product,
.variant-input-wrap.is-color .see-similar-product-text,
.hide-see-similar-cta,
#addtobag[disabled],
.hide-similar-product-text,
.extra-option-fieldset .see-similar-product-text {
  display: none;
}

.theme-styling--tena .variant-input-wrap.size-fieldset input[type=radio]:checked+label,
.theme-styling--tena .variant-input-wrap.size-fieldset-bundle input[type=radio]:checked+label {
  background-color: #DBE6F3;
}

.theme-styling--tena .variant-input-wrap.size-fieldset label,
.theme-styling--tena .variant-input-wrap.size-fieldset-bundle label {
  background-color: #EAEDF4;
  width: 60px;
  padding: 10px;
  border-radius: 8px;
}

.theme-styling--tena .variant-input-wrap.size-fieldset label.disabled,
.theme-styling--tena .variant-input-wrap.size-fieldset-bundle label.disabled {
  background-color: #EBEBEB;
  color: #D7D3D3;
}

.variant-input-wrap.size-fieldset label,
.variant-input-wrap.size-fieldset-bundle label {
  margin-right: var(--spacing10px);
}

.theme-styling--bodyform {
  .variant-input-wrap {
    &.is-color {
      .variant-input {
        margin: 0;
      }
    }

    &.size-fieldset,
    &.size-fieldset-bundle {
      display: grid;
      gap: 16px;

      .variant-input {
        margin: 0;
      }

      input[type=radio] {
        &:checked+label {
          background: #001E62;
          border-color: #001E62;
          color: #fff;

          &.disabled {
            &:before {
              border-color: #fff;
            }
          }

          &:hover {
            background: #6F2453;
            border-color: #6F2453;
          }
        }

        &:focus-visible {
          &+label {
            outline: 1px solid #001E62;
            outline-offset: 3px;
          }
        }
      }

      label {
        display: flex;
        width: 60px;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 2.2rem;
        padding: 10px;
        border: 1px solid #746969;
        border-radius: 8px;
        margin: 0;
        background: #fff;
        box-shadow: none !important;
        color: #2F2F2F;
        font-family: 'BwModelicaLGC-Bold';

        &:hover {
          border-color: #2F2F2F;
          background: #F6F3F3;
        }

        &.disabled {
          background: #F6F3F3;
          color: #746969;

          &:before {
            content: "";
            display: block;
            position: absolute;
            width: 200%;
            border-top: 1px solid #746969;
            transform: rotate(-35deg);
          }

          &:after {
            display: none;
          }

          &:hover {
            color: #2F2F2F;
            background: #F6F3F3;
            border-color: #2F2F2F;

            &:before {
              border-color: #2F2F2F;
            }
          }
        }
      }
    }

    &.size-fieldset-bundle {
      label {
        &.is--selected {
          border-color: #001E62;

          &:hover {
            background: #6F2453;
            border-color: #6F2453;
          }

          &.disabled {
            &:hover {
              color: #fff;

              &::before {
                border-color: #fff;
              }
            }
          }
        }
      }
    }
  }
}

.color-options {
  margin-bottom: 10px;
}

.color-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  margin-right: 5px;
  cursor: pointer;
}

.size-options {
  margin-bottom: 10px;
}

.size-button.selected {
  background-color: #001E62;
  color: white;
}

.size-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.byob-active-color-name {
  font-size: 1.2rem;
  margin-top: 16px;
}

.byob-active-color-name span {
  font-weight: 700;
  font-family: var(--typeHeaderPrimary);
}

.active-color-info {
  display: flex;
  align-items: center;
}

.byobbtn,
.byobbtnmobile {
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
  margin: 0 var(--spacingXS) var(--spacingXS);
}

.byobbtn.disabled,
.byobbtnmobile.disabled,
.proxy-byob-button.disabled {
  border-color: #C0B4B4;
  color: #C0B4B4;
}

.byobbtn.disabled .byob-product__label {
  color: #C0B4B4;
}

.btn-2.btn-reverse.byobbtn.disabled:hover,
.proxy-byob-button.disabled:hover {
  border-color: #C0B4B4 !important;
}

.byobbtn:focus,
.proxy-byob-button:focus {
  border-color: #C0B4B4;
}

.byobbtn.on-desktop,
.variant-popup-title {
  display: block;
}

.variant-popup .color-name,
.variant-popup .active-size-wrapper.active-variant-row,
.variant-popup .byobbtn,
.byobbtnmobile,
.grid-product__colors,
.colors-label,
.proxy-byob-button,
.variant-title-popup.disabled,
.variant-title-popup.notdisabled {
  display: none;
}

.active-color-wrapper.on-mobile {
  display: none;
}

h6.variant-popup-title {
  margin: 12px 16px 0 16px;
  font-size: 1.4rem;
  font-family: var(--typeHeaderPrimary);
  letter-spacing: 0;
  line-height: 22px;
}

@media (max-width: 768px) {
  .byobbtn.on-desktop {
    display: none;
  }

  .active-variant-row.variant-row-collapsed,
  .active-size-wrapper.active-variant-row {
    display: none;
  }

  .active-variant-card {
    border: none;
    padding: 0;
  }

  .grid-product__colors {
    margin-top: 0px;
  }

  .active-variant-card div.variant-popup {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .byob-active-color-name,
  .variant-popup-title {
    display: none;
  }

  .variant-input-wrap {
    &.is-color {
      .variants-list {
        gap: 16px 16px;
      }
    }
  }

  .active-variant-row {
    margin-bottom: 21px;
  }

  .variant-popup .color-name,
  .variant-popup .active-size-wrapper.active-variant-row,
  .variant-popup .byobbtn,
  .byobbtnmobile,
  .grid-product__colors,
  .colors-label,
  .proxy-byob-button {
    display: block;
  }

  .active-color-wrapper.on-mobile {
    display: flex;
    margin-bottom: 16px;
  }

  .color-options .variants-list li:first-child {
    margin-left: 16px;
  }

  .color-options .variants-list li {
    margin-left: 16px;
  }

  .color-options .variants-list li:nth-child(n+2) {
    margin-left: 16px;
  }

  .variant-title-popup {
    text-align: left;
    padding-left: 16px;
    border-bottom: 1px solid #000;
  }

  .variant-title-popup h4 {
    margin: revert-layer;
    font-size: 2.2rem;
  }

  .close-popup {
    top: 18px;
  }

  .byob-collection-wrapper .grid__item.grid-product .wrap-flow_swatches,
  .byob-collection-wrapper .grid__item.grid-product .colors-label {
    font-size: 1.2rem;
  }
}

.mobile-add-to-bundle {
  display: none;
}

@media (max-width: 767px) {
  .mobile-add-to-bundle {
    display: block;
    margin-top: auto;
  }

  .variant-popup-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
  }
}

.grid-product__price {
  color: #2F2F2F;
}

#variant-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #413D3D;
  opacity: 0.7;
  backdrop-filter: blur(44px);
  z-index: 999;
}

body.tena-store h6.variant-popup-title {
  font-family: "Asap-SemiBold", sans-serif;
  font-weight: 700;
  color: #000000;
}

body.tena-store .variant-input-wrap.is-color .variant-input {
  margin-right: var(--spacing6px);
}

body.tena-store .byob-active-color-name span {
  font-family: "Asap-SemiBold", sans-serif;
}

body.tena-store .is--byob-widget.grid__item--content-main .variant-selector .variant__button-label {
  background: #fff;
  border: 1px solid #757575;
  font-family: "Asap-SemiBold", sans-serif;
  font-weight: 700;
  /* We need to overwrite styles */
  box-shadow: none !important;
}

body.tena-store .is--byob-widget.grid__item--content-main .variant-selector input:checked+.variant__button-label:not(.disabled) {
  border-color: transparent;
  background: #09205C;
  color: #fff;
}

body.tena-store .is--byob-widget.grid__item--content-main .variant-selector .variant__button-label.disabled {
  background: #EBEBEB;
  color: #757575;
  border-color: #757575;
}

body.tena-store .is--byob-widget.grid__item--content-main .variant-selector .size-options .variant__button-label.disabled::after {
  content: "";
  display: block;
  background: #757575;
  inset-block: -15px;
}

body.tena-store .is--byob-widget.grid__item--content-main .variant-popup-content .variants-list input:checked+.variant__button-label.disabled {
  background: #09205C;
  color: #FFFFFF;
}

body.tena-store .is--byob-widget.grid__item--content-main .variant-popup-content .variants-list input:checked+.variant__button-label.disabled::after {
  border-color: #FFFFFF;
}

.byob-link {
  display: block;
}

.variant-popup.is-teen-product .variants-list{
  gap: 16px;
}

:is(.theme-styling--bodyform .variant-popup.is-teen-product .variant-input-wrap.size-fieldset,.theme-styling--bodyform .variant-popup.is-teen-product .variant-input-wrap.size-fieldset-bundle) label{
  width: 105px;
}

.active-color-wrapper .active-color-info .color-swatch:before{
  border-width: 1px;
}
.active-color-wrapper span.color-swatch, button.color-swatch{
  margin: 0 var(--spacing4XS) 0 0;
}
.is--byob-widget .wrap-flow_swatches_price {
    margin: 12px 16px;
}
.active-color-info strong,
.active-size-info strong {
    font-family: 'BwModelicaLGC-Bold';
    font-weight: 700;
    line-height: 22px;
}
.active-size-info span img {
    width: 16px;
}
.byob-active-color-name {
    font-weight: 500;
    line-height: 15px;
}