/** Shopify CDN: Minification failed

Line 379:20 Expected ":"
Line 379:22 Expected identifier but found "4px"

**/


/* CSS from section stylesheet tags */
.ks-qty-breaks {
    max-width: 44rem;
    transition: all .2s
  }

  .ks-qty-breaks-title {
    margin: 0 0 10px;
  }

  .ks-qty-breaks-list { 
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .ks-qty-breaks-list-item {    
    position: relative;
  }

  .ks-qty-breaks-list-item input {
    position: absolute;
    left: 10px;
    top: 24px;
    margin: 0;
  } 

  .ks-qty-breaks-list-item input + label {
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid rgba(var(--color-foreground), .1);
    border-radius: 0;
    padding: 6px 8px 6px 32px;
    margin: 8px 0;
    transition: all .2s ease-out;
  }

  .ks-qty-breaks-list-item input + label:hover,
  .ks-qty-breaks-list-item input + label:focus {
    background-color: rgba(var(--color-foreground), .05);
  }

  .ks-qty-breaks-list-item input:checked + label {
    background-color: rgba(var(--color-foreground), .05);
    border-color: rgba(var(--color-foreground), 1);
  }

  .ks-qty-breaks-label-inner {
    display: flex;
    justify-content: space-between;
  }

  .ks-qty-breaks-label-title {
    font-weight: bold; 
  }

  .ks-qty-breaks-label-title span {
    font-weight: normal;
    background-color: rgba(var(--color), .1);
    border: 1px solid rgba(var(--color), .1);
    color: rgba(var(--color), 1);
    font-size: .75em;
    border-radius: 50rem;
    margin-left: 4px;
    padding: 1px 8px;
    transform: translateY(-2px);
    display: inline-flex;
    line-height: normal;
  }

  .ks-qty-breaks-label-subtitle {
    font-size: .9em;
    opacity: .8;
    margin-top: -8px;
  }

  .ks-qty-breaks-label-total {
    font-weight: bold;
    text-align: right;
  }

  .ks-qty-breaks-label-total s {
    display: block;
    font-weight: normal;
    margin-top: -8px;
    opacity: .6;
  }

  .ks-qty-breaks-variants {
    margin: 4px 0 0;
    display: none;
  }
 
  .ks-qty-breaks-list-item input:checked + label .ks-qty-breaks-variants {
    display: block;
  }

  .ks-qty-breaks-list-item input:checked + label .ks-qty-breaks-variants[hidden] {
    display: none;
  }

  .ks-qty-breaks-variant {
    display: flex;
    align-items: center;
    padding: 4px 0px;
  }

  .ks-qty-breaks-variant-title {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    margin: 0 10px 0 0;
    background-color: rgba(var(--color-foreground), 1);
    border: 1px solid rgba(var(--color-foreground), 1);
    color: rgba(var(--color-background), 1);
    flex-shrink: 0;
  }

  .ks-qty-breaks-variant-options {
    display: flex;
    gap: 8px;
  }

  .ks-qty-breaks-variant-option {
    display: flex;
    flex-direction: column;
  }

  .ks-qty-breaks-variant-option .ks-form-label {
    font-size: 12px;
    margin: 0 0 6px;
  }

  .ks-qty-breaks-variant-option .ks-form-select {
    background-color: rgba(var(--color-background), 1);
    border: 1px solid rgba(var(--color-foreground), .2);
    color: rgba(var(--color-foreground), 1);
    padding: 3px 3px;
    width: 100%;
    font-size: 14px;
  }

  product-info .product-form__quantity,
  product-info .shopify-payment-button {
    display: none;
  }

  .animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
  } 

  @keyframes shakeX {
    0%,to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translate3d(-10px,0,0);
      transform: translate3d(-10px,0,0)
    }
    20%, 40%, 60%, 80% {
      -webkit-transform: translate3d(10px,0,0);
      transform: translate3d(10px,0,0)
    }
  }

  .animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash
  }

  @keyframes flash {
    0%, 50%, to {
      opacity: 1
    }
    25%, 75% {
      opacity: 0
    }
  }

  .animate__heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  @keyframes heartBeat {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1)
    }
    14% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3)
    }
    28% {
      -webkit-transform: scale(1);
      transform: scale(1)
    }
    42% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3)
    }
    70% {
      -webkit-transform: scale(1);
      transform: scale(1)
    }
  }

  .animate__tada {
    -webkit-animation-name: tada;
    animation-name: tada
  }

  @keyframes tada {
    0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1)
    }
    10%, 20% {
      -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
      transform: scale3d(.9,.9,.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
      -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
      transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }
    40%, 60%, 80% {
      -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
      transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }
    to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1)
    }
  }

  /*
    Form elements
  */
  .bs-form-check {
    display: flex;
    align-items: center;
  }

  input.bs-form-check-input {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 .75rem 0 0;
    appearance: none;
    background-color: transparent;
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(var(--color-foreground), .5);
  }

  input.bs-form-check-input[type=checkbox] {
    /* width: 1.5rem;
    height: 1.5rem; */
    border-radius: .25em;
  }

  input.bs-form-check-input[type=radio] {
    border-radius: 50%;
  }

  input.bs-form-check-input:active {
    filter: brightness(90%);
  }

  input.bs-form-check-input:focus {
    border-color: rgba(var(--color-background), 1);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(var(--color-foreground), .25);
  }

  input.bs-form-check-input:checked {
    background-color: rgba(var(--color-foreground), 1);
    border-color: rgba(var(--color-foreground), 1);
  }

  .bs-form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
  }

  input.bs-form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
  }

  input.bs-form-check-input[type=checkbox]:indeterminate {
    background-color: rgba(var(--color-foreground), 1);
    border-color: rgba(var(--color-foreground), 1);
    --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
  }

  .bs-form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
  }

  .bs-form-check-input:disabled~.form-check-label,
  .bs-form-check-input[disabled]~.form-check-label {
    cursor: default;
    opacity: .5;
  }
.ks-sticky-atc {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 0;
    transform: translateY(100%);
    transition: all 0.2s ease-out;
    visibility: hidden;
    border-top: .1rem solid rgba(var(--color-foreground), .08);
  }

  .ks-sticky-atc.show {
    visibility: visible;
    z-index: 9;
    transform: translateY(0);
  }

  .ks-sticky-atc-left img {
    display: block;
    margin-right: 8px;
  }

  .ks-sticky-atc-left h3 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
    margin: 0
  }

  .ks-sticky-atc-left-inner {
    display: flex;
    align-items: center;
  }

  @media (max-width: 749px) {
    .ks-sticky-atc-left img {
      max-height: 60px;
      width: auto;
    }
    .ks-sticky-atc-right button {
      min-height: auto;
      padding: 9px;
    }
    .ks-sticky-atc-right {
      padding-top: 8px;
      padding-bottom; 4px;
    }
  }

  @media (min-width: 750px) {
    .ks-sticky-atc-inner {
      display: flex;
      align-items: center;
    }
    .ks-sticky-atc-left {
      width: 50%;
    }
    .ks-sticky-atc-right {
      width: 50%;
      padding-left: 16px;
      padding-right: 16px;
    }
  }