/** Shopify CDN: Minification failed

Line 126:2 Unexpected "50%"
Line 127:0 Unexpected "}"

**/
.ajaxcart__product .js-qty__wrapper {
  visibility: hidden;
}

.ajaxcart__product.qty-ready .js-qty__wrapper {
  visibility: visible;
}

.ajaxcart__product.is-free-gift .js-qty__wrapper {
  display: none !important;
}

.ajaxcart__product.is-free-gift .ajaxcart__free-gift-badge {
  display: inline-block;
}

.ajaxcart__free-gift-badge {
  display: none;
  font-size: 0.75em;
  font-weight: 900;
  text-transform: uppercase;
  padding: 2px 8px;
  border: 1px solid currentColor;
  border-radius: 3px;
  margin-top: 6px;
}

.cart-progress {
  padding: 18px 0;
}
.cart-progress__markers {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
  padding: 0;
}
.cart-progress__marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.cart-progress__marker.is-hit { opacity: 1; }
.cart-progress__marker-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f4f4f4;
  border: 2px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cart-progress__marker.is-hit .cart-progress__marker-icon {
  border-color: currentColor;
  background: #fff;
}
.cart-progress__marker-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cart-progress__marker-icon--emoji { font-size: 20px; }
.cart-progress__marker-label {
  font-size: 0.74em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.cart-progress__marker.is-hit .cart-progress__marker-label::before { content: "\2713 "; }


.cart-progress__msg {
  font-size: 0.8em;
  font-weight: 600;
  text-align: center;
  margin-top: 8px;
  text-transform: uppercase;
}

#CartDrawer,
.drawer--right {
  width: 460px !important;
  max-width: 92vw !important;
}
@media (max-width: 600px) {
  #CartDrawer, .drawer--right { width: 92vw !important; }
}

.drawer--right .drawer__header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  height: auto;
  border-bottom: 1px solid var(--colorDrawerBorder, #e5e5e5);
  margin-bottom: 0;
}
.drawer--right .drawer__title {
  margin: 0;
  flex: 1 1 auto;
}
.drawer--right .drawer__close {
  width: auto !important;
  flex: 0 0 auto;
  text-align: right;
}
.drawer--right .drawer__close-button {
  padding: 0;
  margin: 0;
}





  50% { transform: scale(1.15); opacity: 0.85; }
}


.cart-hold__icon {
  font-size: 1.05em;
  line-height: 1;
  animation: cartHoldPulse 1.3s ease-in-out infinite;
}

@keyframes cartHoldPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.18); opacity: 0.8; }
}
@keyframes cartHoldGlow {
  0% { box-shadow: 0 0 0 0 rgba(224,27,27,0.55); }
  70% { box-shadow: 0 0 0 7px rgba(224,27,27,0); }
  100% { box-shadow: 0 0 0 0 rgba(224,27,27,0); }
}

.cart-progress__markers--three .cart-progress__marker-label {
  font-size: 0.9em;
}
.cart-progress__markers--three .cart-progress__marker-icon {
  width: 45px;
  height: 45px;
}


.rtd-select__title {
  font-size: 0.8em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3;
}
.rtd-select__row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rtd-select__img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 5px;
  background: #fff;
  flex: 0 0 auto;
}

.rtd-select__add {
  flex: 0 0 auto;
  padding: 9px 16px;
  font-size: 0.78em;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  background: #f6e70f;
  color: #222222;
  cursor: pointer;
}
.rtd-select__add:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.rtd-select__dropdown {
  flex: 1 1 auto;
  padding: 11px 34px 11px 12px;
  font-size: 0.85em;
  font-weight: 600;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
  border-radius: 6px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%231a1a1a' d='M6 8L0 0h12z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
/*.rtd-select__dropdown:focus {
  outline: none;
  border-color: #f6e70f;
  box-shadow: 0 0 0 3px rgba(235, 203, 26, 0.15);
}*/

.rtd-select {
  padding: 10px;
  margin: 0 0 14px;
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

.cart-progress__track {
  position: relative;
  height: 12px;
  background: #ececec;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
}
.cart-progress__fill {
  position: relative;
  height: 100%;
  border-radius: 999px;
    background: linear-gradient(90deg, #f6e70f 0%, #e3d50b 100%);
  transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
}
.cart-progress__fill::after {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.55), transparent);
  transform: translateX(-100%);
  animation: cartFillShimmer 1.8s ease-in-out infinite;
}
@keyframes cartFillShimmer {
  0% { transform: translateX(-100%); }
  60%, 100% { transform: translateX(100%); }
}



.cart-hold__time {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  color: #ff6a4d;
  min-width: 46px;
  display: inline-block;
  text-align: center;
}

.cart-hold {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 14px;
  background: #1a1a1a;
  color: #fff;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.cart-hold__time {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  font-size: 1.05em;
  color: #fff;
  background: #e01b1b;
  border-radius: 4px;
  padding: 2px 8px;
  min-width: 52px;
  display: inline-block;
  text-align: center;
}