/** Shopify CDN: Minification failed

Line 1017:1 Comments in CSS use "/* ... */" instead of "//"
Line 1630:0 Unexpected "}"

**/

@media screen and (max-width: 740px) {
  div.quick-buy-custom .hidden-phone {
    display: none !important;
  }
}
div.quick-buy-custom *, div.quick-buy-custom *:before, div.quick-buy-custom *:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.quick-buy-custom [hidden] {
  display: none;
}
div.quick-buy-custom p:first-child {
  margin-top: 0 !important;
}
div.quick-buy-custom a {
  color: inherit;
  text-decoration: none;
}
div.quick-buy-custom button.custom_qb, div.quick-buy-custom input.custom_qb {
  color: inherit;
  font: inherit;
  margin: 0;
  text-align: inherit;
}
div.quick-buy-custom button.custom_qb, div.quick-buy-custom .custom_qb[type=submit] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  touch-action: manipulation;
}
div.quick-buy-custom img {
  height: auto;
  max-width: 100%;
  border-style: none;
  vertical-align: top;
}
div.quick-buy-custom .heading {
  display: block;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: rgb(var(--heading-color));
  text-transform: var(--heading-text-transform);
}
div.quick-buy-custom .text--subdued {
  color: rgba(var(--text-color), 0.7);
}
div.quick-buy-custom .link {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: rgba(var(--text-color), 0.35);
  text-decoration-color: rgba(var(--text-color), 0.35);
  transition: color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
  transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
}
@media screen and (pointer: fine) {
  div.quick-buy-custom .link:hover {
    color: rgb(var(--text-color));
    -webkit-text-decoration-color: rgb(var(--text-color));
    text-decoration-color: rgb(var(--text-color));
  }
}
div.quick-buy-custom .visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
div.quick-buy-custom .heading:first-child {
  margin-top: 0;
}
div.quick-buy-custom .heading--small {
  font-family: var(--text-font-family);
  font-style: var(--text-font-style);
  text-transform: uppercase;
  font-weight: var(--text-font-bold-weight);
  line-height: 1.4663636;
  letter-spacing: 1px;
}
div.quick-buy-custom .heading--small {
  font-size: var(--heading-small-font-size);
  line-height: 1.5;
}
div.quick-buy-custom .h6 {
  font-size: var(--heading-h6-font-size);
  line-height: 1.25;
}
@media screen and (min-width: 741px) {
  div.quick-buy-custom .heading--small {
    line-height: 1.2307692308;
  }
  div.quick-buy-custom .h6 {
    line-height: 1.2222222222;
  }
}
@media screen and (min-width: 1200px) {
  div.quick-buy-custom .h6 {
    line-height: 1.2222222222;
  }
}
div.quick-buy-custom .js .no-focus-outline *:focus {
  outline: none;
}
div.quick-buy-custom .icon {
  display: block;
  vertical-align: middle;
  background: none;
  pointer-events: none;
  overflow: visible;
}
div.quick-buy-custom .tap-area {
  position: relative;
}
div.quick-buy-custom[dir=ltr] .tap-area:before {
  right: -6px;
}
div.quick-buy-custom[dir=ltr] .tap-area:before {
  left: -6px;
}
div.quick-buy-custom .tap-area:before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: -6px;
}
div.quick-buy-custom .price-list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
}
div.quick-buy-custom .quantity-selector {
  --quantity-selector-height:46px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgb(var(--border-color));
  border-radius: var(--button-border-radius);
  vertical-align: middle;
}
div.quick-buy-custom .quantity-selector__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--quantity-selector-height);
  width: var(--quantity-selector-height);
}
div.quick-buy-custom .quantity-selector__input {
  padding: 0 10px;
  height: var(--quantity-selector-height);
  line-height: var(--quantity-selector-height);
  text-align: center;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}
div.quick-buy-custom .spinner svg {
  margin: auto;
  animation: spinnerRotate 2s linear infinite;
  transform-origin: center center;
}
div.quick-buy-custom .spinner circle {
  animation: spinnerDash 1.5s ease-in-out infinite, spinnerColor 6s ease-in-out infinite;
}
div.quick-buy-custom .cart-notification {
  --heading-color:255, 255, 255;
  --text-color:255, 255, 255;
  --cart-notification-background:rgb(var(--success-color));
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  transform: translateY(var(--cart-notification-offset, 0px));
  color: rgb(var(--text-color));
  transition: visibility 0.25s ease-in-out, transform 0.25s ease-in-out;
  visibility: visible;
  overflow: hidden;
}
div.quick-buy-custom .cart-notification--drawer {
  --cart-notification-offset:0;
  top: var(--header-height-without-bottom-nav);
  z-index: 1;
}
div.quick-buy-custom .cart-notification[hidden] {
  visibility: hidden;
}
@media screen and (max-width: 999px) {
  div.quick-buy-custom .cart-notification {
    transform: none !important;
  }
}
div.quick-buy-custom .button {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  line-height: var(--button-height);
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  border-radius: var(--button-border-radius);
  background: rgb(var(--button-background));
  color: rgb(var(--button-text-color));
}
div.quick-buy-custom .button:not(.button--text) {
  font-size: calc(var(--base-font-size) - 3px);
  font-family: var(--text-font-family);
  font-weight: var(--text-font-bold-weight);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
div.quick-buy-custom .button--secondary {
  --button-background:var(--secondary-button-background);
  --button-text-color:var(--secondary-button-text-color);
}
div.quick-buy-custom .button--full {
  width: 100%;
}
div.quick-buy-custom .shopify-payment-button {
  min-height: var(--button-height);
}
div.quick-buy-custom .shopify-payment-button__button--branded {
  border-radius: var(--button-border-radius) !important;
  overflow: hidden !important;
  min-height: var(--button-height) !important;
}
@media screen and (min-width: 741px) {
  div.quick-buy-custom .button:not(.button--text) {
    padding-left: 35px;
    padding-right: 35px;
    font-size: calc(var(--base-font-size) - 2px);
    letter-spacing: 2px;
  }
}
@media screen and (pointer: fine) {
  div.quick-buy-custom .button, div.quick-buy-custom .shopify-payment-button__button {
    background-image: linear-gradient(178deg, rgb(var(--button-background)), rgb(var(--button-background)) 10%, rgba(0, 0, 0, 0.07) 10%, rgba(0, 0, 0, 0.07) 100%), linear-gradient(rgb(var(--button-background)), rgb(var(--button-background)));
    background-size: 100% 200%, 100% 100%;
    background-position: 100% -100%, 100% 100%;
    background-repeat: no-repeat;
    transition: background-position 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  div.quick-buy-custom .button:hover, div.quick-buy-custom .shopify-payment-button__button:hover {
    background-position: 100% 25%, 100% 100%;
  }
}
div.quick-buy-custom .loader-button__text {
  display: flex;
  align-items: center;
  justify-content: center;
}
div.quick-buy-custom .loader-button__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}
div.quick-buy-custom[dir=ltr] .drawer {
  right: 0;
}
div.quick-buy-custom[dir=ltr] .drawer {
  text-align: left;
}
div.quick-buy-custom .drawer {
  --heading-color:var(--root-heading-color);
  --text-color:var(--root-text-color);
  --background:var(--root-background);
  --primary-button-background:var(--root-primary-button-background);
  --primary-button-text-color:var(--root-primary-button-text-color);
  --section-background:initial;
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  width: 89vw;
  max-width: 400px;
  height: 100%;
  max-height: 100vh;
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  z-index: 999999999999;
  transform: translate(calc(var(--transform-logical-flip) * 100%));
  visibility: hidden;
  font-size: 1rem;
  transition: transform 0.6s cubic-bezier(0.75, 0, 0.175, 1), visibility 0.6s cubic-bezier(0.75, 0, 0.175, 1);
}
div.quick-buy-custom .drawer[open] {
  transform: translate(0);
  visibility: visible;
}
div.quick-buy-custom .drawer--large {
  max-width: 500px;
}
div.quick-buy-custom[dir=ltr] .drawer__overlay {
  right: 100%;
}
div.quick-buy-custom .drawer__overlay {
  content: "";
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
div.quick-buy-custom .drawer[open] > .drawer__overlay {
  visibility: visible;
  opacity: 0.3;
}
div.quick-buy-custom .drawer__header {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  height: var(--header-height-without-bottom-nav);
  max-height: 80px;
  border-bottom: 1px solid rgb(var(--root-border-color));
  background: rgb(var(--root-background));
  z-index: 1;
}
div.quick-buy-custom .drawer__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  max-width: 100%;
}
div.quick-buy-custom[dir=ltr] .drawer__close-button {
  right: var(--container-gutter);
}
div.quick-buy-custom .drawer__close-button {
  position: absolute;
  top: var(--container-gutter);
}
div.quick-buy-custom .drawer__header .drawer__close-button {
  top: calc(50% - 7px);
}
div.quick-buy-custom .drawer__header, div.quick-buy-custom .drawer__content__custom {
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
}
div.quick-buy-custom .drawer__content__custom {
  overflow-x: hidden;
  overflow-y: auto;
  flex-grow: 1;
  padding-bottom: 24px;
}
@media screen and (min-width: 741px) {
  div.quick-buy-custom .drawer__header {
    padding-top: 24px;
    padding-bottom: 24px;
    max-height: 90px;
  }
}
div.quick-buy-custom .color-swatch-list {
  display: grid;
  justify-content: flex-start;
  grid-template-columns: repeat(auto-fit, 40px);
  grid-gap: 8px;
  gap: 8px;
}
div.quick-buy-custom .color-swatch__item {
  position: relative;
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 3px solid rgb(var(--section-background, var(--background)));
  border-radius: var(--color-swatch-border-radius);
  background-size: cover;
  background-position: center;
  -webkit-tap-highlight-color: transparent;
}
div.quick-buy-custom .color-swatch__item:before, div.quick-buy-custom .color-swatch__item:after {
  position: absolute;
  content: "";
  border: 2px solid rgb(var(--section-background, var(--background)));
  pointer-events: none;
  border-radius: inherit;
}
div.quick-buy-custom .color-swatch__item:before {
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
div.quick-buy-custom .color-swatch__item:after {
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-color: rgb(var(--text-color));
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
div.quick-buy-custom .color-swatch__radio:checked + .color-swatch__item:after {
  opacity: 1;
  transform: scale(1);
}
div.quick-buy-custom .product-form {
  display: grid;
  grid-row-gap: 16px;
  row-gap: 16px;
}
div.quick-buy-custom .product-form__variants {
  display: block;
}
div.quick-buy-custom .product-form__option-info, div.quick-buy-custom .product-form__quantity-label {
  display: flex;
  margin-bottom: 8px;
}
div.quick-buy-custom[dir=ltr] .product-form__option-value {
  margin-left: 8px;
}
div.quick-buy-custom .product-form__payment-container {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  margin-top: 8px;
}
div.quick-buy-custom .product-form__view-details {
  margin-top: 24px;
  text-align: center;
}
div.quick-buy-custom .product-form__store-availability-container {
  display: block;
}
div.quick-buy-custom .product-form__store-availability-container:empty {
  display: none;
}
@media screen and (min-width: 741px) {
  div.quick-buy-custom .product-form__payment-container {
    margin-top: 16px;
  }
}
div.quick-buy-custom .quick-buy-product {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
div.quick-buy-custom[dir=ltr] .quick-buy-product__image {
  margin-right: 20px;
}
div.quick-buy-custom .quick-buy-product__image {
  width: 65px;
  flex: none;
  align-self: flex-start;
}
@media screen and (max-width: 740px) {
  div.quick-buy-custom[dir=ltr] .quick-buy-product {
    padding-right: 32px;
  }
  div.quick-buy-custom .quick-buy-product {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 741px) {
  div.quick-buy-custom .quick-buy-product {
    margin: 32px 0 24px;
  }
  div.quick-buy-custom[dir=ltr] .quick-buy-product__image {
    margin-right: 32px;
  }
  div.quick-buy-custom .quick-buy-product__image {
    width: 114px;
  }
}
div.quick-buy-custom .product-item-meta {
  display: block;
}
div.quick-buy-custom .product-item-meta__vendor {
  display: block;
  margin-bottom: 6px;
}
div.quick-buy-custom .product-item-meta__title {
  display: block;
  line-height: 1.6;
  margin-bottom: 4px;
}
@media screen and (min-width: 741px) {
  div.quick-buy-custom .product-item-meta__title {
    line-height: 1.5;
  }
}
div.quick-buy-custom .shopify-payment-button__button {
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 0 transparent;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  width: 100%;
  transition: background 0.2s ease-in-out;
}
div.quick-buy-custom .shopify-payment-button__more-options {
  background: transparent;
  border: 0 none;
  cursor: pointer;
  display: block;
  font-size: 1em;
  margin-top: 1em;
  text-align: center;
  width: 100%;
}
div.quick-buy-custom .shopify-payment-button__more-options:hover:not([disabled]) {
  text-decoration: underline;
}
div.quick-buy-custom .shopify-payment-button__button--branded {
  display: flex;
  flex-direction: column;
  min-height: 44px;
  position: relative;
  z-index: 1;
}
div.quick-buy-custom .shopify-payment-button__button--branded .shopify-cleanslate {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}
div.quick-buy-custom .shopify-cleanslate .R9tDu8JrE_i1ctOEo0v_ {
  position: absolute !important;
  top: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
}
div.quick-buy-custom .shopify-cleanslate .ElVMgDjOgshGFMIvg3se {
  display: inline-block !important;
  line-height: 0 !important;
}
div.quick-buy-custom .shopify-cleanslate .qZgSr5RiiBCTAMfQYsty {
  display: inline-block !important;
  max-width: 100% !important;
}
div.quick-buy-custom .shopify-cleanslate .Xrk_DudB6JJ3t2Kh2_cU {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}
div.quick-buy-custom .shopify-cleanslate .vKjZTx5He86dhWbWaFxE {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}
div.quick-buy-custom .shopify-cleanslate .vKjZTx5He86dhWbWaFxE:hover:not(.LVeInvZ5HcNOW1Zsn7NH) {
  background: #000 !important;
  border-color: #000 !important;
}
div.quick-buy-custom .shopify-cleanslate .kqsiVA9Jf8LJAbxw8Bau {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  border-width: 1px !important;
  border-style: solid !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-box-shadow: 0 0 0 0 transparent !important;
  box-shadow: 0 0 0 0 transparent !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  padding: 0 !important;
  text-align: center !important;
  -webkit-transition: all 0.2s ease-out !important;
  transition: all 0.2s ease-out !important;
  width: 100% !important;
  outline: 0 none !important;
  font-size: 16px !important;
}
@media (min-width: 500px) {
  div.quick-buy-custom .shopify-cleanslate .kqsiVA9Jf8LJAbxw8Bau {
    font-size: 14px !important;
  }
}
div.quick-buy-custom .shopify-cleanslate .kqsiVA9Jf8LJAbxw8Bau, div.quick-buy-custom .shopify-cleanslate .kqsiVA9Jf8LJAbxw8Bau * {
  cursor: pointer !important;
}
div.quick-buy-custom .shopify-cleanslate .kqsiVA9Jf8LJAbxw8Bau:active, div.quick-buy-custom .shopify-cleanslate .kqsiVA9Jf8LJAbxw8Bau:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(25, 144, 198, 0.25) !important;
  box-shadow: 0 0 0 4px rgba(25, 144, 198, 0.25) !important;
}
div.quick-buy-custom .shopify-cleanslate .jjzYeefyWpPZLH9pIgyw {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  padding: 4px !important;
  min-height: 44px !important;
  max-height: 60px !important;
}
div.quick-buy-custom .shopify-cleanslate .h7OYsWHrW5495r9beh2n {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
div.quick-buy-custom .shopify-cleanslate .h7OYsWHrW5495r9beh2n span {
  white-space: pre !important;
}
div.quick-buy-custom .BUz42FHpSPncCPJ4Pr_f {
  -webkit-animation: wsgbk6XdVclpkaXZKFPJ 300ms cubic-bezier(0.1, 0.79, 1, 1);
  animation: wsgbk6XdVclpkaXZKFPJ 300ms cubic-bezier(0.1, 0.79, 1, 1);
}





/*! CSS Used keyframes */
@keyframes spinnerRotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinnerDash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes spinnerColor {
  0% {
    stroke: currentColor;
  }
  40% {
    stroke: currentColor;
  }
  66% {
    stroke: currentColor;
  }
  80%, 90% {
    stroke: currentColor;
  }
}
@-webkit-keyframes wsgbk6XdVclpkaXZKFPJ {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wsgbk6XdVclpkaXZKFPJ {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*popover styles */

@media screen and (min-width: 741px) {
  div.quick-buy-custom .hidden-tablet-and-up {
    display: none !important;
  }
}
div.quick-buy-custom *, div.quick-buy-custom *:before, div.quick-buy-custom *:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.quick-buy-custom [hidden] {
  display: none;
}
div.quick-buy-custom a {
  color: inherit;
  text-decoration: none;
}
div.quick-buy-custom button.custom_qb, div.quick-buy-custom input.custom_qb {
  color: inherit;
  font: inherit;
  margin: 0;
  text-align: inherit;
}
div.quick-buy-custom button.custom_qb, div.quick-buy-custom .custom_qb[type=submit] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  touch-action: manipulation;
}
div.quick-buy-custom img {
  height: auto;
  max-width: 100%;
  border-style: none;
  vertical-align: top;
}
div.quick-buy-custom .heading {
  display: block;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: rgb(var(--heading-color));
  text-transform: var(--heading-text-transform);
}
div.quick-buy-custom .text--small {
  font-size: calc(var(--base-font-size) - 2px);
  line-height: 1.6923076923;
}
div.quick-buy-custom .text--subdued {
  color: rgba(var(--text-color), 0.7);
}
div.quick-buy-custom .link {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: rgba(var(--text-color), 0.35);
  text-decoration-color: rgba(var(--text-color), 0.35);
  transition: color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
  transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
}
@media screen and (pointer: fine) {
  div.quick-buy-custom .link:hover {
    color: rgb(var(--text-color));
    -webkit-text-decoration-color: rgb(var(--text-color));
    text-decoration-color: rgb(var(--text-color));
  }
}
div.quick-buy-custom .visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
@media screen and (min-width: 741px) {
  div.quick-buy-custom .text--small {
    font-size: calc(var(--base-font-size) - 1px);
    line-height: 1.714285713;
  }
}
div.quick-buy-custom .heading:first-child {
  margin-top: 0;
}
div.quick-buy-custom .heading--xsmall {
  font-family: var(--text-font-family);
  font-style: var(--text-font-style);
  text-transform: uppercase;
  font-weight: var(--text-font-bold-weight);
  line-height: 1.4663636;
  letter-spacing: 1px;
}
div.quick-buy-custom .heading--xsmall {
  font-size: var(--heading-xsmall-font-size);
}
@media screen and (min-width: 741px) {
  div.quick-buy-custom .heading--xsmall {
    line-height: 1.466666666;
  }
}
div.quick-buy-custom .js .no-focus-outline *:focus {
  outline: none;
}
div.quick-buy-custom .icon {
  display: block;
  vertical-align: middle;
  background: none;
  pointer-events: none;
  overflow: visible;
}
div.quick-buy-custom .tap-area {
  position: relative;
}
div.quick-buy-custom[dir=ltr] .tap-area:before {
  right: -6px;
}
div.quick-buy-custom[dir=ltr] .tap-area:before {
  left: -6px;
}
div.quick-buy-custom .tap-area:before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: -6px;
}
div.quick-buy-custom[dir=ltr] .tap-area--large:before {
  right: -10px;
}
div.quick-buy-custom[dir=ltr] .tap-area--large:before {
  left: -10px;
}
div.quick-buy-custom .tap-area--large:before {
  top: -10px;
  bottom: -10px;
}
div.quick-buy-custom .price-list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
}
div.quick-buy-custom[dir=ltr] .price-list + .link {
  margin-left: 16px;
}
div.quick-buy-custom .quantity-selector {
  --quantity-selector-height:46px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgb(var(--border-color));
  border-radius: var(--button-border-radius);
  vertical-align: middle;
}
div.quick-buy-custom .quantity-selector__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--quantity-selector-height);
  width: var(--quantity-selector-height);
}
div.quick-buy-custom .quantity-selector__input {
  padding: 0 10px;
  height: var(--quantity-selector-height);
  line-height: var(--quantity-selector-height);
  text-align: center;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}
div.quick-buy-custom .spinner svg {
  margin: auto;
  animation: spinnerRotate 2s linear infinite;
  transform-origin: center center;
}
div.quick-buy-custom .spinner circle {
  animation: spinnerDash 1.5s ease-in-out infinite, spinnerColor 6s ease-in-out infinite;
}
div.quick-buy-custom .button {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  line-height: var(--button-height);
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  border-radius: var(--button-border-radius);
  background: rgb(var(--button-background));
  color: rgb(var(--button-text-color));
}
div.quick-buy-custom .button:not(.button--text) {
  font-size: calc(var(--base-font-size) - 3px);
  font-family: var(--text-font-family);
  font-weight: var(--text-font-bold-weight);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
div.quick-buy-custom .button--primary {
  --button-background:var(--primary-button-background);
  --button-text-color:var(--primary-button-text-color);
}
div.quick-buy-custom .button--full {
  width: 100%;
}
@media screen and (min-width: 741px) {
  div.quick-buy-custom .button:not(.button--text) {
    padding-left: 35px;
    padding-right: 35px;
    font-size: calc(var(--base-font-size) - 2px);
    letter-spacing: 2px;
  }
}
@media screen and (pointer: fine) {
  div.quick-buy-custom .button {
    background-image: linear-gradient(178deg, rgb(var(--button-background)), rgb(var(--button-background)) 10%, rgba(0, 0, 0, 0.07) 10%, rgba(0, 0, 0, 0.07) 100%), linear-gradient(rgb(var(--button-background)), rgb(var(--button-background)));
    background-size: 100% 200%, 100% 100%;
    background-position: 100% -100%, 100% 100%;
    background-repeat: no-repeat;
    transition: background-position 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  div.quick-buy-custom .button:hover {
    background-position: 100% 25%, 100% 100%;
  }
}
div.quick-buy-custom .loader-button__text {
  display: flex;
  align-items: center;
  justify-content: center;
}
div.quick-buy-custom .loader-button__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}
.popover {
  text-align: left;
}
.popover {
  --heading-color:var(--root-heading-color);
  --text-color:var(--root-text-color);
  --background:var(--root-background);
  --primary-button-background:var(--root-primary-button-background);
  --primary-button-text-color:var(--root-primary-button-text-color);
  --section-background:var(--root-background);
  display: block;
  position: fixed;
  z-index: 999999999999;
  color: rgb(var(--text-color));
  background: rgb(var(--background));
  visibility: hidden;
  font-size: 1rem;
  transition: visibility 0.25s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.popover[open] {
  visibility: visible;
}
.popover__overlay {
  position: absolute;
  content: "";
  height: 100vh;
  width: 100%;
  bottom: calc(100% - 10px);
  left: 0;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}
.popover[open] .popover__overlay {
  visibility: visible;
  opacity: 0.3;
}
.popover__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 10px 24px;
  min-height: 64px;
  border-bottom: 1px solid rgb(var(--root-border-color));
  border-radius: 10px 10px 0 0;
}
.popover__close-button {
  right: 24px;
}
.popover__close-button {
  position: absolute;
  top: 24px;
  z-index: 1;
}
.popover__content {
  padding: 24px;
  overflow: auto;
}
.popover__content--no-padding {
 // padding: 0 !important;
}
@media screen and (max-width: 999px) {
  .popover {
    display: flex;
    flex-direction: column;
    bottom: 0;
    left: 0;
    width: 100vw;
    max-height: 75vh;
    border-radius: 10px 10px 0 0;
    transform: translateY(100%);
    transition: transform 0.6s cubic-bezier(0.75, 0, 0.175, 1), visibility 0.6s cubic-bezier(0.75, 0, 0.175, 1);
    touch-action: manipulation;
  }
  .popover[open] {
    transform: translateY(0);
  }
  .popover__header, .popover__content {
    background: inherit;
  }
}
@media screen and (min-width: 1000px) {
  .popover {
    position: absolute;
    top: calc(100% + 18px);
    border: 1px solid rgb(var(--root-border-color));
    z-index: 2;
    opacity: 0;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    border-radius: min(var(--block-border-radius), 4px);
  }
  .popover[open] {
    opacity: 1;
  }
  .popover:after, .popover:before {
    right: 24px;
  }
  .popover:after, .popover:before {
    position: absolute;
    content: "";
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent rgb(var(--root-background)) transparent;
    border-width: 8px;
  }
  .popover:before {
    right: 23px;
  }
  .popover:before {
    border-color: transparent transparent rgb(var(--root-border-color)) transparent;
    border-width: 9px;
  }
  .popover__overlay, .popover__header {
    display: none;
  }
  .popover__content {
    padding-left: 32px;
    padding-right: 32px;
  }
}
div.quick-buy-custom .color-swatch-list {
  display: grid;
  justify-content: flex-start;
  grid-template-columns: repeat(auto-fit, 40px);
  grid-gap: 8px;
  gap: 8px;
}
div.quick-buy-custom .color-swatch__item {
  position: relative;
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 3px solid rgb(var(--section-background, var(--background)));
  border-radius: var(--color-swatch-border-radius);
  background-size: cover;
  background-position: center;
  -webkit-tap-highlight-color: transparent;
}
div.quick-buy-custom .color-swatch__item:before, div.quick-buy-custom .color-swatch__item:after {
  position: absolute;
  content: "";
  border: 2px solid rgb(var(--section-background, var(--background)));
  pointer-events: none;
  border-radius: inherit;
}
div.quick-buy-custom .color-swatch__item:before {
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
div.quick-buy-custom .color-swatch__item:after {
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-color: rgb(var(--text-color));
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
div.quick-buy-custom .color-swatch__radio:checked + .color-swatch__item:after {
  opacity: 1;
  transform: scale(1);
}
div.quick-buy-custom .product-form {
  display: grid;
  grid-row-gap: 16px;
  row-gap: 16px;
}
div.quick-buy-custom .product-form__variants {
  display: block;
}
div.quick-buy-custom .product-form__option-info, div.quick-buy-custom .product-form__quantity-label {
  display: flex;
  margin-bottom: 8px;
}
div.quick-buy-custom[dir=ltr] .product-form__option-value {
  margin-left: 8px;
}
div.quick-buy-custom .product-form__payment-container {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  margin-top: 8px;
}
@media screen and (min-width: 741px) {
  div.quick-buy-custom .product-form__payment-container {
    margin-top: 16px;
  }
}
div.quick-buy-custom .quick-buy-product {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
div.quick-buy-custom[dir=ltr] .quick-buy-product__image {
  margin-right: 20px;
}
div.quick-buy-custom .quick-buy-product__image {
  width: 65px;
  flex: none;
  align-self: flex-start;
}
@media screen and (max-width: 740px) {
  div.quick-buy-custom[dir=ltr] .quick-buy-product {
    padding-right: 32px;
  }
  div.quick-buy-custom .quick-buy-product {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .popover--quick-buy .product-form {
    padding-left: 24px;
    padding-right: 24px;
  }
  .popover--quick-buy .product-form > :first-child:not(.product-form__buy-buttons) {
    padding-top: 16px;
  }
  .popover--quick-buy .product-form__buy-buttons {
    margin-left: calc(-1 * var(--container-gutter));
    margin-right: calc(-1 * var(--container-gutter));
    padding: 16px;
    padding-bottom: max(16px, env(safe-area-inset-bottom,0px) + 16px);
  }
  .popover--quick-buy .product-form__buy-buttons:not(:only-child) {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    margin-top: 8px;
    border-top: 1px solid rgb(var(--border-color));
    background: rgb(var(--root-background));
  }
  .popover--quick-buy .product-form__payment-container {
    margin-top: 0;
  }
}
@media screen and (min-width: 741px) {
  div.quick-buy-custom .quick-buy-product {
    margin: 32px 0 24px;
  }
  div.quick-buy-custom[dir=ltr] .quick-buy-product__image {
    margin-right: 32px;
  }
  div.quick-buy-custom .quick-buy-product__image {
    width: 114px;
  }
}
div.quick-buy-custom .product-item-meta {
  display: block;
}
div.quick-buy-custom .product-item-meta__vendor {
  display: block;
  margin-bottom: 6px;
}
div.quick-buy-custom .product-item-meta__title {
  display: block;
  line-height: 1.6;
  margin-bottom: 4px;
}
@media screen and (min-width: 741px) {
  div.quick-buy-custom .product-item-meta__title {
    line-height: 1.5;
  }
}

/*! CSS Used keyframes */
@keyframes spinnerRotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinnerDash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes spinnerColor {
  0% {
    stroke: currentColor;
  }
  40% {
    stroke: currentColor;
  }
  66% {
    stroke: currentColor;
  }
  80%, 90% {
    stroke: currentColor;
  }
}

/* buttons container */

@media screen and (max-width: 740px) {
  div.buttons_container .hidden-phone {
    display: none !important;
  }
}
@media screen and (min-width: 741px) {
  div.buttons_container .hidden-tablet-and-up {
    display: none !important;
  }
}
@media screen and (pointer: fine) {
  div.buttons_container .hidden-no-touch {
    display: none !important;
  }
}
@media not screen and (pointer: fine) {
  div.buttons_container .hidden-touch {
    display: none !important;
  }
}
div.buttons_container *, div.buttons_container *:before, div.buttons_container *:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.buttons_container [hidden] {
  display: none;
}
div.buttons_container button {
  color: inherit;
  font: inherit;
  margin: 0;
  text-align: inherit;
}
div.buttons_container button {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  touch-action: manipulation;
}
div.buttons_container .visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
div.buttons_container .js .no-focus-outline *:focus {
  outline: none;
}
div.buttons_container .icon {
  display: block;
  vertical-align: middle;
  background: none;
  pointer-events: none;
  overflow: visible;
}
div.buttons_container .spinner svg {
  margin: auto;
  animation: spinnerRotate 2s linear infinite;
  transform-origin: center center;
}
div.buttons_container .spinner circle {
  animation: spinnerDash 1.5s ease-in-out infinite, spinnerColor 6s ease-in-out infinite;
}
div.buttons_container .button {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  line-height: var(--button-height);
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  border-radius: var(--button-border-radius);
  background: rgb(var(--button-background));
  color: rgb(var(--button-text-color));
}
div.buttons_container .button--outline {
  --button-background:var(--background);
  --button-text-color:var(--root-text-color);
  border: 1px solid rgb(var(--border-color));
}
div.buttons_container .button--full {
  width: 100%;
}
@media screen and (pointer: fine) {
  div.buttons_container .button {
    background-image: linear-gradient(178deg, rgb(var(--button-background)), rgb(var(--button-background)) 10%, rgba(0, 0, 0, 0.07) 10%, rgba(0, 0, 0, 0.07) 100%), linear-gradient(rgb(var(--button-background)), rgb(var(--button-background)));
    background-size: 100% 200%, 100% 100%;
    background-position: 100% -100%, 100% 100%;
    background-repeat: no-repeat;
    transition: background-position 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  div.buttons_container .button:hover {
    background-position: 100% 25%, 100% 100%;
  }
}
div.buttons_container .loader-button__text {
  display: flex;
  align-items: center;
  justify-content: center;
}
div.buttons_container .loader-button__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}
div.buttons_container [dir=ltr] .product-item__quick-form {
  left: 0;
}
div.buttons_container .product-item__quick-form {
  position: absolute;
  padding: 10px;
  bottom: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
div.buttons_container [dir=ltr] .product-item__quick-buy-button {
  right: 12px;
}
div.buttons_container .product-item__quick-buy-button {
  position: absolute;
  bottom: 12px;
  padding: 5px;
  background: rgb(var(--root-background));
  color: rgb(var(--root-text-color));
  border: 1px solid rgb(var(--root-border-color));
}
@media screen and (pointer: fine) {
  div.buttons_container .product-item__image-wrapper:hover .product-item__quick-form {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  div.buttons_container .product-item__quick-form {
    transform: translateY(16px);
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  }
  div.buttons_container .product-item__image-wrapper:hover .product-item__quick-form {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}
@media not screen and (pointer: fine) {
  div.buttons_container .product-item__quick-form {
    visibility: visible;
    opacity: 1;
  }
}

/*! CSS Used keyframes */
@keyframes spinnerRotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinnerDash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes spinnerColor {
  0% {
    stroke: currentColor;
  }
  40% {
    stroke: currentColor;
  }
  66% {
    stroke: currentColor;
  }
  80%, 90% {
    stroke: currentColor;
  }
}

/*root styles */



:root {
  --heading-color: 40, 40, 40;
  --text-color: 0, 0, 0;
  --background: 255, 255, 255;
  --secondary-background: 245, 245, 245;
  --border-color: 217, 217, 217;
  --border-color-darker: 153, 153, 153;
  --success-color: 46, 158, 123;
  --success-background: 213, 236, 229;
  --error-color: 222, 42, 42;
  --error-background: 253, 240, 240;
  --primary-button-background: 222, 42, 42;
  --primary-button-text-color: 255, 255, 255;
  --secondary-button-background: 222, 42, 42;
  --secondary-button-text-color: 40, 40, 40;
  --product-star-rating: 246, 164, 41;
  --product-on-sale-accent: 222, 42, 42;
  --product-sold-out-accent: 111, 113, 155;
  --product-custom-label-background: 64, 93, 230;
  --product-custom-label-text-color: 255, 255, 255;
  --product-custom-label-2-background: 243, 255, 52;
  --product-custom-label-2-text-color: 0, 0, 0;
  --product-low-stock-text-color: 222, 42, 42;
  --product-in-stock-text-color: 46, 158, 123;
  --loading-bar-background: 0, 0, 0;
  /* We duplicate some "base" colors as root colors, which is useful to use on drawer elements or popover without. Those should not be overridden to avoid issues */
  --root-heading-color: 40, 40, 40;
  --root-text-color: 0, 0, 0;
  --root-background: 255, 255, 255;
  --root-border-color: 217, 217, 217;
  --root-primary-button-background: 222, 42, 42;
  --root-primary-button-text-color: 255, 255, 255;
  --base-font-size: 18px;
  --heading-font-family: "Zurich Extended", sans-serif;
  --heading-font-weight: 800;
  --heading-font-style: normal;
  --heading-text-transform: uppercase;
  --text-font-family: Zurich, sans-serif;
  --text-font-weight: 400;
  --text-font-style: normal;
  --text-font-bold-weight: 700;
  /* Typography (font size) */
  --heading-xxsmall-font-size: 11px;
  --heading-xsmall-font-size: 11px;
  --heading-small-font-size: 12px;
  --heading-large-font-size: 36px;
  --heading-h1-font-size: 36px;
  --heading-h2-font-size: 30px;
  --heading-h3-font-size: 26px;
  --heading-h4-font-size: 24px;
  --heading-h5-font-size: 20px;
  --heading-h6-font-size: 16px;
  /* Control the look and feel of the theme by changing radius of various elements */
  --button-border-radius: 0px;
  --block-border-radius: 0px;
  --block-border-radius-reduced: 0px;
  --color-swatch-border-radius: 0px;
  /* Button size */
  --button-height: 48px;
  --button-small-height: 40px;
  /* Form related */
  --form-input-field-height: 48px;
  --form-input-gap: 16px;
  --form-submit-margin: 24px;
  /* Product listing related variables */
  --product-list-block-spacing: 32px;
  /* Video related */
  --play-button-background: 255, 255, 255;
  --play-button-arrow: 0, 0, 0;
  /* RTL support */
  --transform-logical-flip: 1;
  --transform-origin-start: left;
  --transform-origin-end: right;
  /* Other */
  --zoom-cursor-svg-url: url(//cdn.shopify.com/s/files/1/0564/5284/1623/t/14/assets/zoom-cursor.svg?v=160957727165764838921676536270);
  --arrow-right-svg-url: url(//cdn.shopify.com/s/files/1/0564/5284/1623/t/14/assets/arrow-right.svg?v=70871338000329279091676536270);
  --arrow-left-svg-url: url(//cdn.shopify.com/s/files/1/0564/5284/1623/t/14/assets/arrow-left.svg?v=176537643540911574551676536270);
  /* Some useful variables that we can reuse in our CSS. Some explanation are needed for some of them:
     - container-max-width-minus-gutters: represents the container max width without the edge gutters
     - container-outer-width: considering the screen width, represent all the space outside the container
     - container-outer-margin: same as container-outer-width but get set to 0 inside a container
     - container-inner-width: the effective space inside the container (minus gutters)
     - grid-column-width: represents the width of a single column of the grid
     - vertical-breather: this is a variable that defines the global "spacing" between sections, and inside the section
                          to create some "breath" and minimum spacing
   */
  --container-max-width: 1600px;
  --container-gutter: 24px;
  --container-max-width-minus-gutters: calc(var(--container-max-width) - (var(--container-gutter)) * 2);
  --container-outer-width: max(calc((100vw - var(--container-max-width-minus-gutters)) / 2), var(--container-gutter));
  --container-outer-margin: var(--container-outer-width);
  --container-inner-width: calc(100vw - var(--container-outer-width) * 2);
  --grid-column-count: 10;
  --grid-gap: 24px;
  --grid-column-width: calc((100vw - var(--container-outer-width) * 2 - var(--grid-gap) * (var(--grid-column-count) - 1)) / var(--grid-column-count));
  --vertical-breather: 48px;
  --vertical-breather-tight: 48px;
  /* Shopify related variables */
  --payment-terms-background-color: #ffffff;
}

@media screen and (min-width: 741px) {
  :root {
    --container-gutter: 40px;
    --grid-column-count: 20;
    --vertical-breather: 64px;
    --vertical-breather-tight: 64px;
    /* Typography (font size) */
    --heading-xsmall-font-size: 12px;
    --heading-small-font-size: 13px;
    --heading-large-font-size: 52px;
    --heading-h1-font-size: 48px;
    --heading-h2-font-size: 38px;
    --heading-h3-font-size: 32px;
    --heading-h4-font-size: 24px;
    --heading-h5-font-size: 20px;
    --heading-h6-font-size: 18px;
    /* Form related */
    --form-input-field-height: 52px;
    --form-submit-margin: 32px;
    /* Button size */
    --button-height: 52px;
    --button-small-height: 44px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --vertical-breather: 80px;
    --vertical-breather-tight: 64px;
    --product-list-block-spacing: 48px;
    /* Typography */
    --heading-large-font-size: 64px;
    --heading-h1-font-size: 56px;
    --heading-h2-font-size: 48px;
    --heading-h3-font-size: 36px;
    --heading-h4-font-size: 30px;
    --heading-h5-font-size: 24px;
    --heading-h6-font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    --vertical-breather: 90px;
    --vertical-breather-tight: 64px;
  }
}

.quick-buy-custom {
    position: relative;
}







  .product-grid-item:hover .product-item__quick-form {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .product-item__quick-form {
    transform: translateY(16px);
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  }

  .product-grid-item:hover .product-item__quick-form {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}

@media not screen and (pointer: fine) {
  .product-item__quick-form {
    visibility: visible;
    opacity: 1;
  }
}

.drawer__content__custom button.product__submit__add {
    width: 100%;
}



/* new icon patch*/
@media screen and (min-width: 740px) {
.quick-buy-custom{z-index:999999999999;}}
button.product-item__quick-buy-button.hidden-tablet-and-up {
    background: #D1CCC1;
    width: 40px;
    height: 40px;
    border-radius: 50%;    right: 0px;
    text-align: center;
    margin: auto;    z-index: 9999999;
}

img.quick_icon {
    width: 20px;
    margin: auto;
    text-align: center;
    position: relative;
}
@media screen and (max-width: 740px) {
.product-item__quick-form {
    z-index: 99999999;
    padding: 30px !important;
}
}

div.buttons_container .spinner circle{fill:none;stroke:none;}
@media screen and (max-width: 740px){
.lock-mobile {
    overflow: hidden;
    touch-action: none;
}
  
  
  .lock-mobile .collection-split__products{overflow:hidden;}
  /*
  .quick-buy-custom.popups-container{
      position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999999999999;}*/
}



button.button.desktop_qb {
    background: #D1CCC1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 0px;
    text-align: center;
    margin: auto;
    z-index: 9999999;
    position: absolute;
    bottom: 30px;
    padding: 5px;
}



.quick-buy-custom button.siblings__link__custom{    padding: 0;
    margin: 0;}


div.quick-buy-custom .product-item-meta__vendor{outline:unset !important;}


a.product-item-meta__vendor.heading.heading--small, a.product-item-meta__vendor.heading.heading--xsmall, p.drawer__title.heading.h6 {
    color: #9B7952;
}

