.vip-variation-buttons-container,
.vip-bundles-container,
.vip-quantity-custom,
.vip-ajax-add-to-cart,
.vip-coa-box a,
.vip-bundle-card,
.vip-ajax-message,
.vip-custom-qty,
.vip-var-button,
.vip-bundle-title,
.vip-bundle-save {
  font-family: "DM Sans", sans-serif;
}

.vip-bundles-container,
.vip-variation-buttons-container,
.vip-price-box,
.vip-quantity-custom,
.vip-coa-box,
.vip-ajax-add-to-cart {
  box-sizing: border-box;
}

/* Variation buttons */
.vip-variation-buttons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 24px;
  align-items: center;
}

.vip-variation-buttons-container .vip-var-button {
  width: 71px;
  height: 39px;
  min-width: 71px;
  padding: 8px 16px;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  background: #FFFFFF;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.vip-variation-buttons-container .vip-var-button:hover,
.vip-variation-buttons-container .vip-var-button.is-active {
  background: #2A6EF5;
  color: #FFFFFF;
  border-color: #2A6EF5;
}

/* Bundle cards */
.vip-bundles-container {
  margin: 8px 0 24px;
}

.vip-bundles-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: stretch;
}

.vip-bundle-card {
  background: #FFFFFF;
  width: 206px;
  min-width: 206px;
  height: 76px;
  border: 1px solid #D4D4D4;
  border-radius: 8px;
  padding: 12px 14px 12px 14px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(31, 41, 55, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.vip-bundle-card:hover,
.vip-bundle-card.active {
  border-color: #2A6EF5;
  box-shadow: 0 10px 24px rgba(42, 110, 245, 0.14);
  transform: translateY(-1px);
}

.vip-bundle-card-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.vip-bundle-content--compact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  flex: 1;
}

.vip-bundle-title {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #4B5563;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vip-bundle-save {
  color: #0EC9A4;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  white-space: nowrap;
}

.vip-bundle-image--compact {
  width: 46px;
  min-width: 46px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vip-bundle-image--compact img {
  width: 46px;
  height: 58px;
  object-fit: contain;
  display: block;
}

/* Quantity */
.vip-quantity-custom {
  width: 92px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #D4D4D4;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  background: #FFFFFF;
  margin: 8px 0 18px;
}

.vip-qty-btn {
  width: 28px;
  height: 32px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  padding: 0;
}

.vip-qty-minus {
  background-image: url("https://khaki-frog-329810.hostingersite.com/wp-content/uploads/2026/03/Minus.png");
}

.vip-qty-plus {
  background-image: url("https://khaki-frog-329810.hostingersite.com/wp-content/uploads/2026/03/Plus.png");
}

.vip-custom-qty {
  width: 36px;
  height: 32px;
  border: 0;
  background: transparent;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
  outline: none;
  padding: 0;
  -moz-appearance: textfield;
}

.vip-custom-qty::-webkit-outer-spin-button,
.vip-custom-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Price */
.vip-price-box {
  width: auto;
  min-width: 156px;
  min-height: 53px;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0 0 16px;
}

.vip-price-placeholder,
.vip-current-total {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  color: #2A6EF5;
  letter-spacing: 0;
  white-space: nowrap;
}

.vip-save-label {
  display: inline-block;
  margin-left: 10px;
  color: #0EC9A4;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  vertical-align: middle;
}

/* Add to cart */
.vip-ajax-add-to-cart {
  width: 400px;
  max-width: 100%;
  height: 46px;
  padding: 0 16px;
  gap: 10px;
  border-radius: 4px;
  background: #2A6EF5;
  border: 0;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.vip-ajax-add-to-cart:hover {
  background: #1F5EE0;
}

.vip-ajax-add-to-cart.loading {
  opacity: 0.7;
  pointer-events: none;
}

.vip-cart-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-block;
  background-image: url("https://khaki-frog-329810.hostingersite.com/wp-content/uploads/2026/03/Shopping-cart.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.vip-cart-text {
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}

/* COA */
.vip-coa-box {
  display: inline-block;
  margin: 0 0 0 12px;
  vertical-align: top;
}

.vip-coa-box a {
  width: 196px;
  max-width: 100%;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2A6EF5;
  background: #FFFFFF;
  text-decoration: none;
  border: 1px solid #2A6EF5;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  padding: 0 16px;
  text-align: center;
  box-sizing: border-box;
}

.vip-coa-box a:hover {
  background: #F5F9FF;
}

/* Misc */
.vip-ajax-message {
  display: none;
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 600;
}

.vip-ajax-message.success {
  color: #0EC9A4;
}

.vip-ajax-message.error {
  color: #DC2626;
}

.vip-bundles-empty {
  padding: 14px 16px;
  border: 1px dashed #D4D4D4;
  border-radius: 8px;
  background: #FFFFFF;
  font-size: 12px;
  color: #000000;
}

/* Admin */
.vip-variation-bundles-wrap {
  margin-top: 16px;
  clear: both;
}

.vip-bundles-accordion {
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  margin-top: 12px;
}

.vip-bundles-accordion-head {
  padding: 12px 16px;
  background: #f6f7f7;
  cursor: pointer;
  user-select: none;
}

.vip-bundles-accordion-body {
  display: none;
  padding: 16px;
}

.vip-bundles-accordion.open .vip-bundles-accordion-body {
  display: block;
}

.vip-bundle-row {
  padding: 12px 0;
}

.vip-bundle-row p {
  margin: 0 0 12px;
}

.vip-bundle-row label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.vip-bundle-image-wrap {
  margin-bottom: 12px;
}

.vip-bundle-image-preview img {
  max-width: 120px;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .vip-ajax-add-to-cart,
  .vip-coa-box a {
    width: 100%;
  }

  .vip-coa-box {
    display: block;
    margin: 12px 0 0;
  }

  .vip-price-placeholder,
  .vip-current-total {
    font-size: 36px;
  }

  .vip-bundle-card {
    width: 100%;
    min-width: 100%;
  }
}

