@media screen and (min-width: 960px) {
  .base-price-small {
    font-size: 24px;
    font-weight: bold;
  }
  .base-price-medium {
    font-size: 32px;
    font-weight: bold;
  }
  .base-price-large {
    font-size: 36px;
    font-weight: bold;
  }
  .base-price-extra_large {
    font-size: 42px;
    font-weight: bold;
  }

  .compare-at-price-small {
    font-size: 16px;
  }
  .compare-at-price-medium {
    font-size: 24px;
  }
  .compare-at-price-large {
    font-size: 28px;
  }
  .compare-at-price-extra_large {
    font-size: 36px;
  }

  .discount-price-small {
    font-size: 12px;
  }
  .discount-price-medium {
    font-size: 16px;
  }
  .discount-price-large {
    font-size: 20px;
  }
  .discount-price-extra_large {
    font-size: 24px;
  }
}

@media screen and (max-width: 959px) {
  .base-price-small {
    font-size: 20px;
  }
  .base-price-medium {
    font-size: 24px;
  }
  .base-price-large {
    font-size: 28px;
  }
  .base-price-extra_large {
    font-size: 32px;
  }

  .compare-at-price-small {
    font-size: 14px;
  }
  .compare-at-price-medium {
    font-size: 20px;
  }
  .compare-at-price-large {
    font-size: 24px;
  }
  .compare-at-price-extra_large {
    font-size: 30px;
  }

  .discount-price-small {
    font-size: 12px;
  }
  .discount-price-medium {
    font-size: 14px;
  }
  .discount-price-large {
    font-size: 16px;
  }
  .discount-price-extra_large {
    font-size: 20px;
  }
}

/* Product quantity selector: visible values, controls, and states */
#product-info-quantity.product-info-qty {
  overflow: hidden;
  color: #121b17 !important;
  background-color: #ffffff !important;
  border: 1px solid #7f8783 !important;
  box-shadow: 0 1px 2px rgba(18, 27, 23, 0.06);
}

#product-info-quantity.product-info-qty > .i-spzhtml-fill-content {
  height: 100%;
  overflow: hidden;
  background-color: #ffffff !important;
  border-radius: inherit;
}

#product-info-quantity .product-info-qty-input {
  width: 36px !important;
  min-width: 36px;
  color: #121b17 !important;
  -webkit-text-fill-color: #121b17 !important;
  caret-color: #121b17;
  background-color: #ffffff !important;
  font-weight: 500;
  opacity: 1 !important;
}

#product-info-quantity .product-info-qty-btn {
  width: 40px !important;
  min-width: 40px;
  height: 100% !important;
  color: #121b17 !important;
  background-color: #ffffff !important;
  border: 0 solid #c9cecb !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  transition: color 160ms ease, background-color 160ms ease,
    box-shadow 160ms ease;
}

#product-info-quantity .i-spzhtml-quantity-number-decrease {
  border-right-width: 1px !important;
}

#product-info-quantity .i-spzhtml-quantity-number-increase {
  border-left-width: 1px !important;
}

#product-info-quantity .product-info-qty-btn svg,
#product-info-quantity .product-info-qty-btn path {
  color: inherit !important;
  fill: currentColor !important;
}

#product-info-quantity .product-info-qty-btn:not([disabled]):hover {
  color: #0b1711 !important;
  background-color: #edf1ef !important;
}

#product-info-quantity .product-info-qty-btn:not([disabled]):active {
  background-color: #dfe6e2 !important;
}

#product-info-quantity .product-info-qty-btn:focus,
#product-info-quantity .product-info-qty-btn:focus-visible,
#product-info-quantity .product-info-qty-input:focus,
#product-info-quantity .product-info-qty-input:focus-visible {
  position: relative;
  z-index: 1;
  outline: 2px solid #1f4a38 !important;
  outline-offset: -2px;
}

#product-info-quantity .product-info-qty-btn[disabled] {
  color: #69726d !important;
  background-color: #f4f6f5 !important;
  cursor: not-allowed;
  opacity: 1 !important;
}
