/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./public/css/src/wup-public.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* WUP Post-ATC Lightbox Popup */
#wup-popup-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
}
#wup-popup-modal .wup-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
#wup-popup-modal .wup-popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 1;
}
#wup-popup-modal .wup-popup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  color: #333;
}
#wup-popup-modal .wup-popup-close:hover {
  color: #000;
}
#wup-popup-modal .wup-popup-header {
  margin-bottom: 16px;
  padding-right: 32px;
}
#wup-popup-modal .wup-popup-header h3 {
  margin: 0;
  font-size: 1.1em;
}
#wup-popup-modal .wup-popup-items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0;
}
#wup-popup-modal .wup-popup-item {
  flex: 0 0 calc(33.333% - 8px);
  text-align: center;
}
#wup-popup-modal .wup-popup-item img {
  max-width: 100%;
  border-radius: 4px;
}
#wup-popup-modal .wup-popup-item-title {
  font-size: 0.875em;
  margin: 6px 0 4px;
  font-weight: 600;
}
#wup-popup-modal .wup-popup-item-price {
  font-size: 0.875em;
  color: #555;
  margin-bottom: 8px;
}
#wup-popup-modal .wup-popup-add-btn {
  margin-top: 8px;
  width: 100%;
  transition: background 0.2s;
}
#wup-popup-modal .wup-popup-footer {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}
#wup-popup-modal .wup-popup-footer .button {
  flex: 1;
  text-align: center;
}

body.wup-popup-open {
  overflow: hidden;
}

/* Responsive: 2-col on small screens */
@media (max-width: 480px) {
  #wup-popup-modal .wup-popup-item {
    flex: 0 0 calc(50% - 6px);
  }
}
/* === Announcement Bars === */
.wup-announcement-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99998;
  padding: 10px 20px;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.4;
  background-color: #333;
  color: #fff;
}

.wup-announcement-product {
  display: block;
  padding: 10px 16px;
  margin: 10px 0;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.4;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #333;
}

/* === Sales Popup (Social Proof) === */
#wup-sales-popup {
  position: fixed;
  z-index: 99997;
  max-width: 300px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 12px 36px 12px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  /* Position variants */
}
#wup-sales-popup.wup-sp--bottom_left {
  bottom: 24px;
  left: 24px;
}
#wup-sales-popup.wup-sp--bottom_right {
  bottom: 24px;
  right: 24px;
}
#wup-sales-popup.wup-sp--top_left {
  top: 24px;
  left: 24px;
}
#wup-sales-popup.wup-sp--top_right {
  top: 24px;
  right: 24px;
}
#wup-sales-popup .wup-sp__image img {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
#wup-sales-popup .wup-sp__message {
  margin: 0;
  font-size: 0.8em;
  line-height: 1.4;
  color: #333;
}
#wup-sales-popup .wup-sp__close {
  position: absolute;
  top: 6px;
  right: 8px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #999;
  line-height: 1;
  padding: 0;
}
#wup-sales-popup .wup-sp__close:hover {
  color: #333;
}
#wup-sales-popup {
  /* Template: dark */
}
#wup-sales-popup.wup-sp--dark {
  background: #222;
}
#wup-sales-popup.wup-sp--dark .wup-sp__message {
  color: #eee;
}
#wup-sales-popup.wup-sp--dark .wup-sp__close {
  color: #888;
}
#wup-sales-popup.wup-sp--dark .wup-sp__close:hover {
  color: #fff;
}
#wup-sales-popup {
  /* Template: minimal */
}
#wup-sales-popup.wup-sp--minimal {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
}
#wup-sales-popup {
  /* Mobile position */
}
@media (max-width: 600px) {
  #wup-sales-popup {
    max-width: 90vw;
  }
  #wup-sales-popup.wup-sp--mobile-bottom_center {
    bottom: 16px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  #wup-sales-popup.wup-sp--mobile-top_center {
    top: 16px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  #wup-sales-popup.wup-sp--mobile-hidden {
    display: none !important;
  }
}

/* WUP Slide Side Cart */
#wup-side-cart .wup-sc-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9998;
}
#wup-side-cart .wup-sc-panel,
#wup-side-cart .wup-sc-content {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 380px;
  max-width: 100vw;
  background: #fff;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#wup-side-cart.wup-sc-open .wup-sc-overlay {
  display: block;
}
#wup-side-cart.wup-sc-open .wup-sc-panel,
#wup-side-cart.wup-sc-open .wup-sc-content {
  transform: translateX(0);
}
#wup-side-cart .wup-sc-header {
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
#wup-side-cart .wup-sc-header h3 {
  margin: 0;
  font-size: 1em;
}
#wup-side-cart .wup-sc-header .wup-sc-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  line-height: 1;
}
#wup-side-cart .wup-sc-header .wup-sc-close:hover {
  color: #000;
}
#wup-side-cart .wup-sc-items {
  flex: 1;
  overflow-y: auto;
  padding: 0 12px;
}
#wup-side-cart .cart-items-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#wup-side-cart .wup-sc-empty {
  padding: 32px 12px;
  text-align: center;
}
#wup-side-cart .cart-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
#wup-side-cart .cart-item .item-image img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
#wup-side-cart .cart-item .item-details {
  flex: 1;
  min-width: 0;
}
#wup-side-cart .cart-item .item-name {
  font-size: 0.875em;
  font-weight: 600;
  margin-bottom: 2px;
}
#wup-side-cart .cart-item .item-name a {
  color: inherit;
  text-decoration: none;
}
#wup-side-cart .cart-item .item-meta {
  font-size: 0.75em;
  color: #777;
  margin-bottom: 4px;
}
#wup-side-cart .cart-item .item-price {
  font-size: 0.875em;
  margin-bottom: 6px;
}
#wup-side-cart .cart-item .item-qty {
  display: flex;
  align-items: center;
  gap: 8px;
}
#wup-side-cart .cart-item .item-qty button {
  background: #f0f0f0;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}
#wup-side-cart .cart-item .item-qty button:hover {
  background: #e0e0e0;
}
#wup-side-cart .cart-item .item-qty .wup-qty {
  min-width: 20px;
  text-align: center;
  font-size: 0.875em;
}
#wup-side-cart .wup-remove-item {
  position: absolute;
  top: 12px;
  right: 0;
  background: none;
  border: none;
  font-size: 18px;
  color: #aaa;
  cursor: pointer;
  line-height: 1;
}
#wup-side-cart .wup-remove-item:hover {
  color: #333;
}
#wup-side-cart .wup-sc-shipping-bar {
  padding: 12px 16px;
  border-top: 1px solid #f0f0f0;
  flex-shrink: 0;
}
#wup-side-cart .wup-sc-shipping-bar .wup-sc-shipping-msg {
  margin: 0 0 6px;
  font-size: 0.8em;
  text-align: center;
}
#wup-side-cart .wup-sc-shipping-bar .wup-sc-shipping-track {
  background: var(--wup-sc-shipping-bg, #e9e9e9);
  border-radius: 4px;
  height: 6px;
}
#wup-side-cart .wup-sc-shipping-bar .wup-sc-shipping-fill {
  background: var(--wup-sc-shipping-color, #2196f3);
  height: 100%;
  border-radius: 4px;
  transition: width 0.3s;
}
#wup-side-cart .wup-sc-fbt {
  padding: 12px 16px;
  border-top: 1px solid #eee;
  flex-shrink: 0;
}
#wup-side-cart .wup-sc-fbt h4 {
  margin: 0 0 8px;
  font-size: 0.875em;
}
#wup-side-cart .wup-sc-fbt-items {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}
#wup-side-cart .wup-sc-fbt-item {
  min-width: 80px;
  max-width: 90px;
  text-align: center;
  font-size: 12px;
  flex-shrink: 0;
}
#wup-side-cart .wup-sc-fbt-item img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
#wup-side-cart .wup-sc-fbt-item .wup-sc-fbt-name {
  display: block;
  margin: 4px 0 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wup-side-cart .wup-sc-fbt-item .wup-sc-fbt-price {
  display: block;
  margin-bottom: 4px;
}
#wup-side-cart .wup-sc-fbt-item .wup-sc-fbt-add {
  width: 100%;
  padding: 2px 4px;
  font-size: 14px;
}
#wup-side-cart .wup-sc-coupon {
  padding: 12px 16px;
  border-top: 1px solid #eee;
  flex-shrink: 0;
}
#wup-side-cart .wup-sc-coupon-input {
  display: flex;
  gap: 8px;
}
#wup-side-cart .wup-sc-coupon-input .wup-coupon-code {
  flex: 1;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.875em;
}
#wup-side-cart .wup-sc-coupon-applied {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  padding: 4px 8px;
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 0.875em;
}
#wup-side-cart .wup-sc-coupon-applied .wup-remove-coupon {
  background: none;
  border: none;
  cursor: pointer;
  color: #aaa;
  font-size: 16px;
  line-height: 1;
}
#wup-side-cart .wup-sc-coupon-applied .wup-remove-coupon:hover {
  color: #333;
}
#wup-side-cart .wup-sc-footer {
  padding: 16px;
  border-top: 1px solid #eee;
  flex-shrink: 0;
}
#wup-side-cart .wup-sc-footer .wup-sc-subtotal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 0.9em;
}
#wup-side-cart .wup-sc-footer .wup-sc-checkout-btn {
  display: block;
  text-align: center;
  width: 100%;
}

body.wup-sc-body-open {
  overflow: hidden;
}

.wup-cart-floating-icon {
  position: fixed;
  z-index: 9990;
  cursor: pointer;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--wup-sc-icon-bg, #fff);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wup-cart-floating-icon.wup-icon--bottom_right {
  bottom: 24px;
  right: 24px;
}
.wup-cart-floating-icon.wup-icon--bottom_left {
  bottom: 24px;
  left: 24px;
}
.wup-cart-floating-icon.wup-icon--sm {
  width: 40px;
  height: 40px;
}
.wup-cart-floating-icon.wup-icon--lg {
  width: 64px;
  height: 64px;
}
.wup-cart-floating-icon svg {
  width: 22px;
  height: 22px;
  color: var(--wup-sc-icon-color, #333);
}
.wup-cart-floating-icon .wup-sc-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--wup-sc-color-primary, #2c7a7b);
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* Woo Upsell Pro — Cart Upsell Block */
.wup-cart-upsell-block {
  margin: 32px 0;
}
.wup-cart-upsell-block .wup-cs-heading {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 16px;
  color: #333;
}
.wup-cart-upsell-block .wup-cs-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .wup-cart-upsell-block .wup-cs-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .wup-cart-upsell-block .wup-cs-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.wup-cart-upsell-block .wup-cs-item {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wup-cart-upsell-block .wup-cs-item:hover {
  border-color: #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.wup-cart-upsell-block .wup-cs-img-link {
  display: block;
}
.wup-cart-upsell-block .wup-cs-img-link img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}
.wup-cart-upsell-block .wup-cs-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.wup-cart-upsell-block .wup-cs-title {
  font-size: 0.875em;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  line-height: 1.3;
}
.wup-cart-upsell-block .wup-cs-title:hover {
  color: #000;
  text-decoration: underline;
}
.wup-cart-upsell-block .wup-cs-price {
  font-size: 0.9em;
  font-weight: 600;
  color: #222;
}
.wup-cart-upsell-block .wup-cs-price del {
  color: #999;
  font-weight: 400;
  margin-right: 4px;
}
.wup-cart-upsell-block .wup-cs-price ins {
  text-decoration: none;
  color: #e44;
}
.wup-cart-upsell-block .wup-cs-variant {
  width: 100%;
  font-size: 0.8em;
  padding: 4px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
.wup-cart-upsell-block .wup-cs-variant:focus {
  outline: none;
  border-color: #888;
}
.wup-cart-upsell-block .wup-cs-atc {
  margin-top: auto;
  width: 100%;
  font-size: 0.8em;
  padding: 8px 12px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}
.wup-cart-upsell-block .wup-cs-atc:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

/* === WUP FBT Bundle === */
.upsell-bundle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding: 24px 0;
  border-top: 1px solid #e5e7eb;
}

.upsell-bundle.wup-fbt-bundle {
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-size: inherit;
  color: inherit;
  border-top: 1px solid #e5e7eb;
}

/* Deselected item state (JS-controlled) */
.upsell-bundle .wup-bundle-item.wup-item-deselected {
  opacity: 0.35;
  transition: opacity 0.2s ease;
}

/* Heading */
.upsell-bundle__heading {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 20px 0;
  color: #111827;
}

/* Images row */
.upsell-bundle__images {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-bottom: 20px;
  flex-wrap: nowrap;
}

.upsell-bundle__img-wrap {
  flex: 1 1 100px;
  min-width: 0;
  aspect-ratio: 1/1;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.upsell-bundle__img-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.upsell-bundle__img-wrap img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Hide the checkmark overlay in new design */
.upsell-bundle__check {
  display: none;
}

.upsell-bundle__plus {
  font-size: 18px;
  color: #9ca3af;
  font-weight: 700;
  flex-shrink: 0;
  align-self: center;
}

/* Product list */
.upsell-bundle__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.upsell-bundle__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Hidden checkbox — keeps JS selection logic, not shown.
   Use .upsell-bundle scope + element type to beat WC's input[type="checkbox"] specificity. */
.upsell-bundle input.upsell-bundle__checkbox {
  display: none;
}

/* Name + price on one row */
.upsell-bundle__item-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.upsell-bundle__name {
  font-size: 14px;
  color: #111827;
  flex: 1;
  min-width: 0;
}

.upsell-bundle__name a {
  color: inherit;
  text-decoration: none;
}

.upsell-bundle__name a:hover {
  color: #3b82f6;
}

.upsell-bundle__price {
  font-size: 14px;
  color: #dc2626;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Variant select below name row */
.upsell-bundle__variant {
  border: 1px solid #d1d5db;
  color: #374151;
  background: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
  width: 40%;
  min-width: 120px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.upsell-bundle__variant:focus {
  outline: none;
  border-color: #6b7280;
}

.upsell-bundle__variant.wup-select-error {
  border-color: #ef4444;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2);
}

.wup-variant-error {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #ef4444;
  font-weight: 500;
}

/* Footer */
.upsell-bundle__footer {
  border-top: 1px solid #e5e7eb;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Total row: label left, prices right */
.upsell-bundle__total-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.upsell-bundle__total-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #6b7280;
  padding-top: 4px;
}

.upsell-bundle__total-prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.upsell-bundle__total-price {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}

.upsell-bundle__original-price {
  font-size: 13px;
  color: #9ca3af;
  text-decoration: line-through;
}

/* CTA button */
.upsell-bundle__submit {
  background: #111111 !important;
  color: white !important;
  border: none !important;
  padding: 14px 24px !important;
  border-radius: 6px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  cursor: pointer;
  width: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-align: center;
  line-height: 1 !important;
}
.upsell-bundle__submit svg {
  flex-shrink: 0;
  display: block;
}

.upsell-bundle__submit:hover {
  background: #333333;
}

/* Responsive */
@media (max-width: 600px) {
  /* img-wrap: flex + aspect-ratio handles sizing automatically */
  .upsell-bundle__variant {
    width: 100%;
  }
}
/* === WUP Tier Table Styles === */
.wup-bmsm {
  margin: 20px 0;
  background: #ffffff;
  border-radius: 12px;
  font-size: 1.2em;
}

.wup-bmsm-header {
  margin-bottom: 14px;
}
.wup-bmsm-header .wup-bmsm-heading {
  margin: 0 0 4px;
  font-size: 1.05em;
  font-weight: 700;
  color: #1e293b;
}
.wup-bmsm-header .wup-bmsm-subtitle {
  margin: 0;
  color: #64748b;
  font-size: 0.88em;
}

.wup-bmsm-default .wup-bmsm-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
.wup-bmsm-default .wup-bmsm-table th, .wup-bmsm-default .wup-bmsm-table td {
  padding: 10px 14px;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.9em;
}
.wup-bmsm-default .wup-bmsm-table tr:last-child td {
  border-bottom: none;
}
.wup-bmsm-default .wup-bmsm-table th {
  background: #f8fafc;
  font-weight: 600;
  color: #64748b;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.wup-bmsm-default .wup-bmsm-tier-active td {
  background: #eef2ff;
  font-weight: 600;
  color: #1e293b;
}
.wup-bmsm-default .wup-bmsm-best-tag {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 7px;
  background: #6366f1;
  color: #fff;
  border-radius: 20px;
  font-size: 0.75em;
  font-weight: 600;
  vertical-align: middle;
}
.wup-bmsm-default .wup-bmsm-td-discount strong {
  color: #6366f1;
  font-size: 1.05em;
}
.wup-bmsm-default .wup-bmsm-off-label {
  margin-left: 2px;
  color: #64748b;
  font-size: 0.85em;
}
.wup-bmsm-default .wup-bmsm-unlocked {
  display: inline-block;
  margin-left: 6px;
  color: #10b981;
  font-size: 0.82em;
  font-weight: 600;
}
.wup-bmsm-default .wup-bmsm-add-btn {
  font-size: 0.8em;
  padding: 5px 12px;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #6366f1;
  background: #eef2ff;
  color: #6366f1;
  font-weight: 600;
  transition: background 0.15s, color 0.15s;
}
.wup-bmsm-default .wup-bmsm-add-btn:hover {
  background: #6366f1;
  color: #fff;
}

.wup-bmsm-style2 .wup-bmsm-s2-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 4px;
}
.wup-bmsm-style2 .wup-bmsm-s2-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1.5px solid #e2e8f0;
  background: #ffffff;
  transition: border-color 0.15s, background 0.15s;
}
.wup-bmsm-style2 .wup-bmsm-s2-row.wup-bmsm-tier-active {
  border-color: #6366f1;
  background: #eef2ff;
}
.wup-bmsm-style2 .wup-bmsm-s2-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  padding: 7px 10px;
  border-radius: 8px;
  background: #6366f1;
  color: #fff;
  text-align: center;
  flex-shrink: 0;
}
.wup-bmsm-style2 .wup-bmsm-s2-pct {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
}
.wup-bmsm-style2 .wup-bmsm-s2-off {
  font-size: 0.65em;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-top: 2px;
  opacity: 0.9;
}
.wup-bmsm-style2 .wup-bmsm-s2-pill {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}
.wup-bmsm-style2 .wup-bmsm-s2-buy {
  color: #1e293b;
  font-size: 0.9em;
}
.wup-bmsm-style2 .wup-bmsm-s2-prices {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wup-bmsm-style2 .wup-bmsm-s2-orig {
  color: #94a3b8;
  font-size: 0.88em;
}
.wup-bmsm-style2 .wup-bmsm-s2-new {
  color: #6366f1;
  font-size: 1em;
  font-weight: 700;
}
.wup-bmsm-style2 .wup-bmsm-s2-each {
  color: #64748b;
  font-size: 0.82em;
}
.wup-bmsm-style2 .wup-bmsm-s2-save {
  color: #6366f1;
  font-weight: 700;
  font-size: 0.9em;
}
.wup-bmsm-style2 .wup-bmsm-s2-active-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  margin-left: auto;
  flex-shrink: 0;
}

.wup-bmsm-style3 .wup-bmsm-s3-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 4px;
}
.wup-bmsm-style3 .wup-bmsm-s3-flash {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 4px;
  padding: 3px 12px;
  border-radius: 20px;
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  color: #fff;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.wup-bmsm-style3 .wup-bmsm-s3-card {
  display: flex;
  align-items: stretch;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.wup-bmsm-style3 .wup-bmsm-s3-card.wup-bmsm-tier-active {
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}
.wup-bmsm-style3 .wup-bmsm-s3-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 16px;
  background: #eef2ff;
  min-width: 100px;
  text-align: center;
}
.wup-bmsm-style3 .wup-bmsm-s3-disc-label {
  font-size: 0.75em;
  color: #64748b;
  line-height: 1.2;
}
.wup-bmsm-style3 .wup-bmsm-s3-pct {
  display: block;
  font-size: 1.7em;
  font-weight: 700;
  color: #6366f1;
  line-height: 1.1;
  margin-top: 2px;
}
.wup-bmsm-style3 .wup-bmsm-s3-totals {
  margin-top: 6px;
  font-size: 0.78em;
  color: #64748b;
  line-height: 1.4;
}
.wup-bmsm-style3 .wup-bmsm-s3-totals strong {
  color: #1e293b;
  font-weight: 600;
  display: block;
}
.wup-bmsm-style3 .wup-bmsm-s3-totals del {
  color: #94a3b8;
}
.wup-bmsm-style3 .wup-bmsm-s3-right {
  flex: 1;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.wup-bmsm-style3 .wup-bmsm-s3-buy-label {
  font-size: 0.85em;
  color: #64748b;
}
.wup-bmsm-style3 .wup-bmsm-s3-price-each {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.wup-bmsm-style3 .wup-bmsm-s3-price-each del {
  color: #94a3b8;
  font-size: 0.88em;
}
.wup-bmsm-style3 .wup-bmsm-s3-price-each strong {
  color: #1e293b;
  font-size: 1.15em;
  font-weight: 700;
}
.wup-bmsm-style3 .wup-bmsm-s3-price-each span {
  color: #64748b;
  font-size: 0.8em;
}
.wup-bmsm-style3 .wup-bmsm-s3-save {
  font-size: 0.9em;
  font-weight: 700;
  color: #6366f1;
}

@keyframes wup-s4-shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.wup-bmsm-style4 {
  background: linear-gradient(180deg, #fff8f1 0%, #fff 60%);
  border: 1px solid #e7e7e3;
  border-radius: 18px;
  padding: 22px;
  position: relative;
}
.wup-bmsm-style4::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 26, 0.12), transparent 70%);
  pointer-events: none;
}
.wup-bmsm-style4 .wup-bmsm-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.wup-bmsm-style4 .wup-bmsm-header .wup-bmsm-heading {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.01em;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wup-bmsm-style4 .wup-bmsm-header .wup-bmsm-heading svg {
  color: #ff7a1a;
}
.wup-bmsm-style4 .wup-bmsm-hint {
  font-size: 0.63em;
  font-weight: 700;
  color: #ff7a1a;
  background: #fff;
  border: 1px solid #ffd9b8;
  padding: 3px 9px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.wup-bmsm-style4 .wup-bmsm-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
.wup-bmsm-style4 .wup-bmsm-card {
  position: relative;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 8px 10px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.wup-bmsm-style4 .wup-bmsm-card:hover {
  transform: translateY(-2px);
  border-color: #ff7a1a;
}
.wup-bmsm-style4 .wup-bmsm-card.wup-bmsm-tier-active {
  border-color: #ff7a1a;
  background: linear-gradient(180deg, #fff 0%, #fff3e6 100%);
  box-shadow: 0 8px 24px -10px rgba(255, 122, 26, 0.45), 0 0 0 1px #ff7a1a inset;
}
.wup-bmsm-style4 .wup-bmsm-card.wup-bmsm-tier-active .wup-bmsm-badge {
  color: #ff7a1a;
}
.wup-bmsm-style4 .wup-bmsm-card.wup-bmsm-tier-active .wup-bmsm-card-off {
  color: #ff7a1a;
}
.wup-bmsm-style4 .wup-bmsm-card.wup-bmsm-tier-active .wup-bmsm-check {
  display: flex;
}
.wup-bmsm-style4 .wup-bmsm-check {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #19a463;
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 3px #fff;
}
.wup-bmsm-style4 .wup-bmsm-best-ribbon {
  position: absolute;
  top: -10px;
  right: 6px;
  background: #111;
  color: #ffcb2d;
  font-size: 0.55em;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 2;
}
.wup-bmsm-style4 .wup-bmsm-badge {
  font-size: 1.45em;
  font-weight: 900;
  color: #111;
  line-height: 1;
  letter-spacing: -0.02em;
}
.wup-bmsm-style4 .wup-bmsm-card-off {
  font-size: 0.65em;
  font-weight: 800;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: 1px;
}
.wup-bmsm-style4 .wup-bmsm-card-best {
  padding-top: 18px;
}
.wup-bmsm-style4 .wup-bmsm-card-label {
  font-size: 0.72em;
  margin-top: 4px;
  color: #666;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.wup-bmsm-style4 .wup-bmsm-progress {
  margin-top: 4px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
.wup-bmsm-style4 .wup-bmsm-progress-track {
  height: 8px;
  background: #f0e6db;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}
.wup-bmsm-style4 .wup-bmsm-progress-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff7a1a 0%, #ffcb2d 100%);
  transition: width 0.3s ease;
  position: relative;
}
.wup-bmsm-style4 .wup-bmsm-progress-fill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: wup-s4-shine 2.4s linear infinite;
}
.wup-bmsm-style4 .wup-bmsm-notice {
  padding: 9px 13px;
  border-radius: 10px;
  font-size: 0.7em;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  position: relative;
  z-index: 1;
}
.wup-bmsm-style4 .wup-bmsm-notice.wup-bmsm-congrats {
  background: #eaf7f0;
  color: #0d8c54;
}
.wup-bmsm-style4 .wup-bmsm-notice.wup-bmsm-congrats::before {
  content: "🎉";
  font-size: 1.2em;
}
.wup-bmsm-style4 .wup-bmsm-notice.wup-bmsm-remain {
  background: #fff3e6;
  color: #b75300;
}
.wup-bmsm-style4 .wup-bmsm-notice.wup-bmsm-remain::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px dashed #ff7a1a;
  flex-shrink: 0;
}

.wup-bmsm-style5 {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 18px 20px;
}
.wup-bmsm-style5 .wup-bmsm-header {
  margin-bottom: 14px;
}
.wup-bmsm-style5 .wup-bmsm-header .wup-bmsm-heading {
  margin: 0 0 2px;
  font-size: 1.05em;
  font-weight: 700;
  color: #1e293b;
}
.wup-bmsm-style5 .wup-bmsm-header .wup-bmsm-subtitle {
  display: block;
  margin: 0;
  color: #64748b;
  font-size: 0.85em;
}
.wup-bmsm-style5 .wup-bmsm-s5-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wup-bmsm-style5 .wup-bmsm-s5-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px 14px;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.wup-bmsm-style5 .wup-bmsm-s5-row:hover {
  border-color: #a5b4fc;
}
.wup-bmsm-style5 .wup-bmsm-s5-row.wup-bmsm-tier-active {
  border-color: #6366f1;
  background: #eef2ff;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}
.wup-bmsm-style5 .wup-bmsm-s5-radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #e2e8f0;
  background: #ffffff;
  position: relative;
  flex-shrink: 0;
  transition: border-color 0.15s;
}
.wup-bmsm-style5 .wup-bmsm-s5-row.wup-bmsm-tier-active .wup-bmsm-s5-radio {
  border-color: #6366f1;
}
.wup-bmsm-style5 .wup-bmsm-s5-row.wup-bmsm-tier-active .wup-bmsm-s5-radio::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6366f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wup-bmsm-style5 .wup-bmsm-s5-copy {
  flex: 1;
  min-width: 0;
}
.wup-bmsm-style5 .wup-bmsm-s5-line1 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.wup-bmsm-style5 .wup-bmsm-s5-main {
  font-size: 0.95em;
  font-weight: 700;
  color: #1e293b;
}
.wup-bmsm-style5 .wup-bmsm-s5-chip {
  display: inline-block;
  background: #6366f1;
  color: #fff;
  border-radius: 20px;
  padding: 1px 8px;
  font-size: 0.78em;
  font-weight: 700;
  line-height: 1.5;
}
.wup-bmsm-style5 .wup-bmsm-s5-sub {
  display: block;
  margin-top: 2px;
  font-size: 0.82em;
  color: #64748b;
}
.wup-bmsm-style5 .wup-bmsm-s5-prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  margin-left: auto;
  flex-shrink: 0;
}
.wup-bmsm-style5 .wup-bmsm-s5-prices strong {
  font-size: 1em;
  font-weight: 700;
  color: #6366f1;
  line-height: 1.2;
}
.wup-bmsm-style5 .wup-bmsm-s5-prices del {
  font-size: 0.82em;
  color: #94a3b8;
}
.wup-bmsm-style5 .wup-bmsm-s5-cta-wrap {
  margin-top: 12px;
}
.wup-bmsm-style5 .wup-bmsm-s5-cta {
  width: 100%;
  padding: 11px 20px;
  border: none;
  border-radius: 8px;
  background: #6366f1;
  color: #fff;
  font-size: 0.92em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}
.wup-bmsm-style5 .wup-bmsm-s5-cta:hover {
  background: #4f46e5;
}
.wup-bmsm-style5 .wup-bmsm-notice {
  margin-top: 10px;
  border-radius: 8px;
  font-size: 0.86em;
  padding: 8px 12px;
}

.wup-bmsm-notice {
  padding: 8px 12px;
  border-radius: 8px;
  margin-top: 10px;
  font-size: 0.875em;
  line-height: 1.5;
}
.wup-bmsm-notice.wup-bmsm-congrats {
  background: #ecfdf5;
  border-left: 3px solid #10b981;
  color: #059669;
}
.wup-bmsm-notice.wup-bmsm-remain {
  background: #fffbeb;
  border-left: 3px solid #f59e0b;
  color: #b45309;
}

@media (max-width: 480px) {
  .wup-bmsm-style3 .wup-bmsm-s3-left {
    min-width: 80px;
    padding: 10px 12px;
  }
  .wup-bmsm-style4 {
    padding: 14px;
    font-size: 1em;
  }
  .wup-bmsm-style4 .wup-bmsm-header {
    margin-bottom: 10px;
  }
  .wup-bmsm-style4 .wup-bmsm-heading {
    font-size: 15px;
  }
  .wup-bmsm-style4 .wup-bmsm-hint {
    font-size: 0.58em;
    padding: 2px 7px;
  }
  .wup-bmsm-style4 .wup-bmsm-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-bottom: 10px;
  }
  .wup-bmsm-style4 .wup-bmsm-card {
    padding: 10px 5px 8px;
    border-radius: 10px;
  }
  .wup-bmsm-style4 .wup-bmsm-card-best {
    padding-top: 14px;
  }
  .wup-bmsm-style4 .wup-bmsm-badge {
    font-size: 1.25em;
  }
  .wup-bmsm-style4 .wup-bmsm-card-off {
    font-size: 0.6em;
  }
  .wup-bmsm-style4 .wup-bmsm-card-label {
    font-size: 0.62em;
    margin-top: 3px;
  }
  .wup-bmsm-style4 .wup-bmsm-check {
    width: 18px;
    height: 18px;
  }
  .wup-bmsm-style4 .wup-bmsm-best-ribbon {
    font-size: 0.46em;
    padding: 2px 5px;
    top: -8px;
    right: 4px;
  }
  .wup-bmsm-style4 .wup-bmsm-notice {
    font-size: 0.65em;
    padding: 8px 10px;
  }
}

/*# sourceMappingURL=wup-public.css.map*/