/** Shopify CDN: Minification failed

Line 419:0 Unexpected "}"

**/
/* ============================================
   Custom Quick Add Modal Content Styles
   ============================================ */

.quick-add-modal__content{
  border-style: none !important;
  border-radius: 20px !important;
}

.cqa-modal-inner {
  padding: 8px;
}

.quick-add-modal__toggle{  
  border-style: none !important;
}

.cqa-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.cqa-image-col {
  position: sticky;
  top: 0;
}

.cqa-image-wrapper {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  overflow: hidden;
  background: #f7f7f7;
}

.cqa-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cqa-info-col {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cqa-collection-name {
  font-family: Sans-Regular;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #8D8D8D;
}

.cqa-product-title {
  font-size: 24px;
  font-family: Sans-Medium !important;
  color: #1b1b1b;
  margin-top: 23px;
  width: 85%;
  padding: 0px;
  margin-bottom: 0px !important;
}

.cqa-ratings {
  min-height: 20px;
}

/* Price */
.cqa-price-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cqa-price {
  font-size: 20px;
  font-family: Sans-Medium;
  color: #1b1b1b;
}

.tax-text{
  font-size: 14px;
  font-family: Sans-Light;
  color: #8D8D8D;
}

.cqa-compare-price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}

.cqa-sale-badge {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #e53935;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
}

/* Variants */
.cqa-variants {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.cqa-variant-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cqa-variant-label {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.cqa-variant-label span {
  font-weight: 400;
  color: #666;
}

.cqa-variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cqa-variant-option {
  padding: 10px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  font-family: Sans-Light;
  color: #1b1b1b;
  cursor: pointer;
  transition: all 0.15s ease;
  box-shadow: 0px 3px #D9D9D9;
  min-width: 44px;
  text-align: center;
  height: 35px;
}

.cqa-variant-option.active {
  border: 2px solid #45AEB3;
  background: #D2F6F4;
  color: #1b1b1b;
  box-shadow: 0px 3px #45AEB3;
}

.cqa-variant-option.unavailable {
  opacity: 0.4;
  text-decoration: line-through;
  cursor: not-allowed;
}

/* Quantity */
.cqa-quantity-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cqa-quantity-label {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.cqa-quantity-selector {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  width: fit-content;
}

.cqa-qty-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: background 0.15s ease;
}

.cqa-qty-btn:hover {
  background: #f5f5f5;
}

.cqa-qty-input {
  width: 48px;
  height: 40px;
  border: none;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  background: none;
  -moz-appearance: textfield;
}

.cqa-qty-input::-webkit-outer-spin-button,
.cqa-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Buttons */
.cqa-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.cqa-btn {
  width: 240px;
  height: 45px;
  font-family: Sans-Medium;
  background: #fff;
  color: #1b1b1b;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.cqa-btn--atc {
  width: 240px;
  height: 45px;
  background: #ffffff;
  color: #1b1b1b;
  box-shadow: 0px 3px #D9D9D9;
  border-radius: 50px;
  border: 1px solid #D9D9D9;
  border-radius: 50px;
}

.cqa-btn-viewmore{  
  width: 240px;
  height: 45px;
  font-family: Sans-Medium;
  background: #0298A6;
  color: #ffffff !important;
  box-shadow: 0px 3px #45AEB3;
  border-radius: 50px;
  border: 1px solid #45AEB3;
  border-radius: 50px;
}


.cqa-btn__text{
  font-family: Sans-Medium;
}

/* .cqa-btn--atc:hover {
  background: #333;
} */

.cqa-btn--buy {
  background: #5a31f4;
  color: #fff;
}

.cqa-btn--buy:hover {
  background: #4826c7;
}

.cqa-btn--disabled {
  width: 240px;
  height: 45px;
  background: #C4C4C4;
  color: #ffffff;
  box-shadow: 0px 3px #C4C4C4;
  border-radius: 50px;
  border: 1px solid #C4C4C4;
  border-radius: 50px;
  cursor: not-allowed;
}

.cqa-btn-spinner {
  animation: cqaSpin 0.7s linear infinite;
}

@keyframes cqaSpin {
  to { transform: rotate(360deg); }
}

.cqa-sold-out {
  gap: 10px;
  margin-top: auto;
}

/* ============================================
   Responsive
   ============================================ */

@media (max-width: 768px) {
  .cqa-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cqa-image-wrapper {
    aspect-ratio: 4 / 3;
    max-height: 250px;
  }

  .cqa-image-col {
    position: static;
  }

  .cqa-product-title {
    font-size: 20px;
    margin-top: 16px;
    line-height: 1.2;
  }

  .cqa-price {
    font-size: 16px;
  }

  .cqa-collection-name {
    font-size: 13px;
  }

  .tax-text{
    font-size: 10px;
  }

  .cqa-btn--atc {
    width: 165px;
    height: 45px;
  }

  .cqa-btn-viewmore{  
    width: 165px;
    height: 45px;
  }

  .cqa-btn--disabled {
    width: 165px;
    height: 45px;
  }

  .cqa-sold-out {
    margin-top: 45px;
  }

  .cqa-actions {
    margin-top: 45px;
  }

  .cqa-ratings {
    margin: 10px 0;
  }

}

/* ── iOS / Mobile modal scroll fix ── */
@media (max-width: 749px) {
  .quick-add-modal__content {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    border-radius: 0 !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .quick-add-modal__content-info {
    margin: 16px !important;
    height: auto !important;
  }

  .quick-add-modal[open] {
    height: 100dvh;
  }
}
}

.cqa-star-rating {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 6px 0;
}

.cqa-star {
  font-size: 18px;
  line-height: 1;
}

.cqa-star--full {
  color: #45AEB3;
}

.cqa-star--half {
  color: #45AEB3;
  opacity: 0.6;
}

.cqa-star--empty {
  color: #d9d9d9;
}

.cqa-rating-text {
  font-size: 14px;
  font-family: Sans-Regular;
  color: #1b1b1b;
  margin-left: 4px;
}