/** Shopify CDN: Minification failed

Line 274:0 Expected "}" to go with "{"

**/
/* ============================================================
   bogo-picker.css — BOGO Double Color Picker
   Lift Basic / Savor Theme
   ============================================================ */

/* —— Container —— */
.bogo-picker {
  margin: 20px 0 28px;
  font-family: inherit;
}

/* —— BOGO badge —— */
.bogo-picker__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f0faf4;
  color: #1a6640;
  border: 1px solid #b8e6cd;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 6px 13px;
  border-radius: 999px;
  margin-bottom: 20px;
}

/* —— Group (one per pair) —— */
.bogo-picker__group {
  margin-bottom: 20px;
}

.bogo-picker__group-label {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.bogo-picker__group-sublabel {
  font-weight: 400;
  color: #666;
  text-transform: none;
  letter-spacing: 0;
}

/* —— Swatches row —— */
.bogo-picker__swatches {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
}

/* —— Individual swatch pill —— */
.bogo-swatch {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px;

  width: auto !important;
  max-width: max-content !important;
  flex: 0 0 auto !important;

  padding: 8px 16px 8px 12px !important;
  margin: 0 !important;

  background: #ffffff;
  border: 2px solid #d8d8d8;
  border-radius: 999px;

  cursor: pointer;
  font-size: 13px;
  color: #1a1a1a;
  font-family: inherit;

  transition:
    border-color 0.15s ease,
    transform 0.12s ease,
    box-shadow 0.15s ease;

  -webkit-appearance: none;
  appearance: none;
}

.bogo-swatch:hover {
  border-color: #999;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.bogo-swatch.is-active {
  border-color: #1a1a1a;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

/* —— COLOR DOT FIX —— */
.bogo-swatch__dot {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;

  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,0.12);

  display: inline-block !important;
  flex: 0 0 16px !important;
}

/* —— Swatch text —— */
.bogo-swatch__name {
  display: inline-block !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

/* —— Summary bar —— */
.bogo-picker__summary {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 11px 16px;
  margin-top: 4px;
  font-size: 13px;
}

.bogo-picker__summary-pair {
  display: flex;
  align-items: center;
  gap: 7px;
}

.bogo-picker__summary-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.12);
  flex-shrink: 0;
  display: block;
  background: #1a1a1a;
}

.bogo-picker__summary-dot--empty {
  background: #d8d8d8;
  border-color: #d8d8d8;
}

.bogo-picker__summary-name {
  font-weight: 600;
  color: #1a1a1a;
}

.bogo-picker__summary-name--empty {
  font-weight: 400;
  color: #aaa;
}

.bogo-picker__summary-plus {
  font-size: 16px;
  color: #aaa;
  margin: 0 2px;
}

.bogo-picker__free-tag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #f0faf4;
  color: #1a6640;
  border: 1px solid #b8e6cd;
  padding: 2px 8px;
  border-radius: 999px;
  margin-left: 2px;
}

/* —— Validation error —— */
.bogo-picker__error {
  font-size: 12px;
  color: #c0392b;
  margin: 8px 0 0;
  padding: 0;
}

/* —— Named color fallbacks —— */
[data-color-name="black"] {
  background-color: #1a1a1a !important;
}

[data-color-name="pink"] {
  background-color: #f4a7b9 !important;
}

[data-color-name="blue"] {
  background-color: #3b5bdb !important;
}

[data-color-name="red"] {
  background-color: #e03131 !important;
}

[data-color-name="lightblue"],
[data-color-name="light-blue"],
[data-color-name="light blue"] {
  background-color: #a5d8ff !important;
}

[data-color-name="white"] {
  background-color: #ffffff !important;
  border-color: #ccc !important;
}

[data-color-name="green"] {
  background-color: #2f9e44 !important;
}

[data-color-name="yellow"] {
  background-color: #f59f00 !important;
}

[data-color-name="purple"] {
  background-color: #7048e8 !important;
}

[data-color-name="navy"] {
  background-color: #1864ab !important;
}

[data-color-name="grey"],
[data-color-name="gray"] {
  background-color: #868e96 !important;
}

/* —— Prevent theme overrides —— */
.product-form__input .bogo-swatch,
.product-form__buttons .bogo-swatch,
.shopify-payment-button .bogo-swatch,
.block .bogo-swatch {
  width: auto !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
}

/* —— Responsive —— */
@media (max-width: 480px) {
  .bogo-swatch {
    padding: 6px 12px 6px 10px !important;
    font-size: 12px;
    gap: 8px;
  }

  .bogo-swatch__dot {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    flex: 0 0 14px !important;
  }
