:root {
  --wc-combo-black: #000000;
  --wc-combo-white: #ffffff;
  --wc-combo-gray-bg: #f9f9f9;
  --wc-combo-gray-border: #e8e8e8;
  --wc-combo-text-main: #1a1a1a;
  --wc-combo-text-muted: #777777;
  --wc-combo-shadow: 0 10px 30px rgba(0,0,0,0.05);
  --wc-combo-radius: 8px;
}

.wc-combo__modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
}

.wc-combo__modal.is-visible {
  display: block;
}

.wc-combo__modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

.wc-combo__modal-dialog {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: min(520px, calc(100vw - 24px));
}

.wc-combo__modal-content {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 18px 50px rgba(0,0,0,0.12);
  padding: 14px 44px 14px 16px;
  position: relative;
}

.wc-combo__modal-message {
  font-size: 13px;
  font-weight: 600;
  color: #111;
  line-height: 1.25;
}

.wc-combo__modal-close {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 22px;
  line-height: 30px;
  cursor: pointer;
  opacity: .7;
}

.wc-combo__modal-close:hover {
  opacity: 1;
}

.wc-combo__qv-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
}

.wc-combo__qv-modal.is-visible {
  display: block;
}

.wc-combo__qv-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.wc-combo__qv-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(860px, calc(100vw - 24px));
  max-height: calc(100vh - 24px);
}

.wc-combo__qv-content {
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
  padding: 16px;
  position: relative;
  max-height: calc(100vh - 24px);
  overflow: auto;
}

.wc-combo__qv-close {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 24px;
  line-height: 34px;
  cursor: pointer;
  opacity: .75;
}

.wc-combo__qv-close:hover {
  opacity: 1;
}

.wc-combo__qv-loading {
  font-size: 13px;
  font-weight: 600;
  color: #111;
  padding: 18px 6px;
}

.wc-combo__quick-view {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 6px 0 0 0;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--wc-combo-text-muted);
  cursor: pointer;
  border-bottom: 1px solid transparent;
  display: inline-block;
  text-decoration: none;
}

.wc-combo__quick-view:hover {
  color: var(--wc-combo-black);
  border-bottom-color: var(--wc-combo-black);
}

.wc-combo__td-price .wc-combo__quick-view {
  margin-top: 6px;
  font-size: 9px;
}

.wc-combo__qv-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.wc-combo__qv-img {
  width: 100%;
  height: auto;
  border-radius: var(--wc-combo-radius);
  border: 1px solid var(--wc-combo-gray-border);
}

.wc-combo__qv-title {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  margin-bottom: 6px;
}

.wc-combo__qv-price {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.wc-combo__qv-desc {
  font-size: 13px;
  color: #333;
  line-height: 1.45;
}

.wc-combo__qv-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  flex-wrap: wrap;
}

.wc-combo__qv-link {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111;
  text-decoration: none;
  border: 1px solid #111;
  padding: 10px 14px;
  border-radius: 6px;
}

.wc-combo__qv-add {
  font-size: 11px !important;
  padding: 10px 14px !important;
}

@media (min-width: 900px) {
  .wc-combo__qv-grid {
    grid-template-columns: 1fr 1.15fr;
    gap: 22px;
  }
}

.wc-combo__row.is-added td {
  background: #f4f4f4 !important;
}

.wc-combo__mini-item.is-added {
  background: rgba(0, 0, 0, 0.04);
  border-radius: var(--wc-combo-radius);
  padding: 8px;
}

.wc-combo--v6 {
  max-width: none;
  width: 100%;
  margin: 24px 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--wc-combo-text-main);
}

.wc-combo__header {
  margin-bottom: 16px;
  text-align: left;
}

.wc-combo__title {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}

.wc-combo__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--wc-combo-black);
}

.wc-combo__table-wrap {
  background: var(--wc-combo-white);
  box-shadow: var(--wc-combo-shadow);
  border-radius: var(--wc-combo-radius);
  overflow: hidden;
  border: 1px solid var(--wc-combo-gray-border);
}

.wc-combo__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--wc-combo-radius); /* Garante o arredondamento */
}

.wc-combo__table thead th:first-child { border-top-left-radius: var(--wc-combo-radius); }
.wc-combo__table thead th:last-child { border-top-right-radius: var(--wc-combo-radius); }
.wc-combo__table tfoot td:first-child { border-bottom-left-radius: var(--wc-combo-radius); }
.wc-combo__table tfoot td:last-child { border-bottom-right-radius: var(--wc-combo-radius); }

.wc-combo__table th {
  background: var(--wc-combo-gray-bg);
  padding: 12px 12px;
  font-size: 9px;
  font-weight: 700;
  color: var(--wc-combo-text-muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--wc-combo-gray-border);
}

.wc-combo__table td {
  padding: 16px 12px;
  vertical-align: middle;
  border-bottom: 1px solid var(--wc-combo-gray-border);
}

.wc-combo__row:last-child td {
  border-bottom: none;
}

/* Checkbox */
.wc-combo__td-check {
  text-align: center !important;
  width: 50px;
}

.wc-combo__row-check {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: var(--wc-combo-black);
  border: 1px solid var(--wc-combo-gray-border);
  border-radius: 4px;
}

/* Product Info */
.wc-combo__item-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}

.wc-combo__item-image img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 1px solid var(--wc-combo-gray-border);
  border-radius: var(--wc-combo-radius);
}

.wc-combo__item-name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
}

.wc-combo__learn-more {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  color: var(--wc-combo-text-muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  margin-bottom: 5px;
  transition: all 0.2s;
}

.wc-combo__learn-more:hover {
  color: var(--wc-combo-black);
  border-bottom-color: var(--wc-combo-black);
}

.wc-combo__variation-select {
  margin-top: 10px;
  padding: 6px 10px;
  border: 1px solid var(--wc-combo-gray-border);
  font-size: 12px;
  width: 100%;
  max-width: 240px;
  border-radius: var(--wc-combo-radius);
}

/* Qty */
.wc-combo__qty-input {
  width: 72px;
  height: 40px;
  border: 1px solid var(--wc-combo-gray-border);
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 0 10px;
  background: var(--wc-combo-white);
  border-radius: var(--wc-combo-radius);
  appearance: textfield;
  -moz-appearance: textfield;
  color: var(--wc-combo-text-main) !important;
  text-indent: 0 !important;
  opacity: 1 !important;
}

.wc-combo__qty-input::-webkit-outer-spin-button,
.wc-combo__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Price */
.wc-combo__price-display {
  font-size: 15px;
  font-weight: 700;
}

/* Action Button */
.wc-combo__buy-single {
  background: var(--wc-combo-black) !important;
  color: var(--wc-combo-white) !important;
  border: none !important;
  padding: 10px 14px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  border-radius: 30px !important;
  cursor: pointer;
  transition: all 0.2s;
}

.wc-combo__buy-single:hover {
  opacity: 0.8;
  transform: translateY(-1px);
}

.wc-combo__buy-single.added {
  background: #000 !important;
}

/* Footer */
.wc-combo__footer-row td {
  padding: 30px 15px;
  background: var(--wc-combo-gray-bg);
}

.wc-combo__td-total-label {
  text-align: right !important;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.5px;
}

.wc-combo__td-total-value {
  text-align: right !important;
  font-size: 24px;
  font-weight: 800;
}

/* Combo Action Area */
.wc-combo__actions {
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.wc-combo__buy-all {
  background: var(--wc-combo-black) !important;
  color: var(--wc-combo-white) !important;
  padding: 14px 22px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  border-radius: var(--wc-combo-radius) !important;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  transition: all 0.2s;
}

.wc-combo__buy-all:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 15px 25px rgba(0,0,0,0.15);
}

/* Mobile-first layout */
.wc-combo__table thead { display: none; }
.wc-combo__table tr {
  display: block;
  border-bottom: 8px solid var(--wc-combo-gray-bg);
  padding: 18px 14px;
  position: relative;
  border-radius: var(--wc-combo-radius);
}
.wc-combo__td-check { position: absolute; top: 18px; left: 14px; width: auto; padding: 0 !important; }
.wc-combo__table td { display: block; width: 100% !important; text-align: center !important; padding: 10px 0; border: none; }
.wc-combo__item-flex { flex-direction: column; gap: 10px; }
.wc-combo__buy-single { width: 100%; }
.wc-combo__actions { align-items: center; }
.wc-combo__buy-all { width: 100%; }

/* Desktop enhancement */
@media (min-width: 900px) {
  .wc-combo--v6 { margin: 40px 0; }
  .wc-combo__header { margin-bottom: 22px; }
  .wc-combo__title { font-size: 26px; }

  .wc-combo__table thead { display: table-header-group; }
  .wc-combo__table tr { display: table-row; padding: 0; border-bottom: none; position: static; border-radius: 0; }
  .wc-combo__td-check { position: static; width: 50px; padding: 16px 12px !important; }
  .wc-combo__table td { display: table-cell; width: auto !important; text-align: left !important; padding: 16px 12px; border-bottom: 1px solid var(--wc-combo-gray-border); }
  .wc-combo__td-qty { text-align: center !important; }
  .wc-combo__td-price { text-align: right !important; }
  .wc-combo__td-action { text-align: right !important; }
  .wc-combo__item-flex { flex-direction: row; gap: 16px; }
  .wc-combo__buy-single { width: auto; }
  .wc-combo__actions { align-items: flex-end; padding: 22px 20px; }
  .wc-combo__buy-all { width: auto; }
}

/* Compact / "Complete sua rotina" */
.wc-combo--mini {
  width: 100%;
  margin: 18px 0;
}

.wc-combo__mini-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--wc-combo-text-main);
  margin: 0 0 12px 0;
}

.wc-combo__mini-list {
  background: #f6f6f6;
  border-radius: var(--wc-combo-radius);
  padding: 14px;
}

.wc-combo__mini-item {
  display: flex;
  gap: 14px;
  align-items: center;
  background: transparent;
  padding: 0;
  border-radius: 0;
  min-width: 0;
}

.wc-combo__mini-meta {
  flex: 1;
  min-width: 0;
}

.wc-combo__mini-action {
  margin-left: auto;
}

.wc-combo__mini-item + .wc-combo__mini-item {
  margin-top: 8px;
}

.wc-combo__mini-img img {
  width: 86px !important;
  height: 86px !important;
  object-fit: cover;
  border-radius: var(--wc-combo-radius) !important;
  border: 1px solid var(--wc-combo-gray-border);
  display: block;
  max-width: none !important;
}

.wc-combo__mini-name {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wc-combo__mini-price {
  font-size: 13px;
  font-weight: 700;
  color: var(--wc-combo-text-main);
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.wc-combo__mini-price del {
  color: var(--wc-combo-text-muted);
  font-weight: 500;
  font-size: 12px;
}

.wc-combo__mini-price ins {
  text-decoration: none;
}

.wc-combo__mini-btn {
  background: var(--wc-combo-black);
  color: var(--wc-combo-white);
  border: 0;
  padding: 10px 18px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
}

.wc-combo__mini-btn:hover {
  opacity: .9;
}

.wc-combo__mini-btn--link {
  background: transparent;
  color: var(--wc-combo-black);
  border: 1px solid var(--wc-combo-black);
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

@media (max-width: 420px) {
  .wc-combo__mini-item {
    flex-wrap: wrap;
  }
  .wc-combo__mini-img img {
    width: 72px !important;
    height: 72px !important;
  }
  .wc-combo__mini-action {
    width: 100%;
  }
  .wc-combo__mini-btn {
    width: 100%;
  }
}

.wc-combo__promo-message {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 8px 12px;
  background: linear-gradient(135deg, #fff9e6 0%, #fff4d4 100%);
  border: 1px solid #ffd966;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #cc8800;
  line-height: 1.3;
}

.wc-combo__promo-message svg {
  flex-shrink: 0;
  color: #cc8800;
}

.wc-combo__promo-message--mini {
  margin-top: 6px;
  padding: 6px 10px;
  font-size: 10px;
}

.wc-combo__promo-message--mini svg {
  width: 12px;
  height: 12px;
}

.wc-combo__promo-banner {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 0;
  background: transparent;
  border: none;
}

.wc-combo__promo-banner--mini {
  margin-top: 6px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.wc-combo__promo-banner-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  flex-shrink: 0;
}

.wc-combo__promo-banner--mini .wc-combo__promo-banner-icon svg {
  width: 16px;
  height: 16px;
  color: #4CAF50;
  filter: none;
}

.wc-combo__promo-banner-text {
  text-align: left;
  flex: 1;
}

.wc-combo__promo-banner--mini .wc-combo__promo-banner-text strong {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #4CAF50;
  line-height: 1.4;
  text-shadow: none;
}

.wc-combo__mini-item--promo {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 10px;
  position: relative;
  box-shadow: none;
}

.wc-combo__row--promo {
  background: white !important;
  border: 1px solid #e0e0e0 !important;
  box-shadow: none;
}

.wc-combo__row--promo td {
  border-bottom: none !important;
}

.wc-combo__promo-banner-row {
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: none;
}

.wc-combo__promo-banner-badge {
  display: none;
}

.wc-combo__promo-banner-content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
}

.wc-combo__promo-banner-content::before {
  content: '';
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%234CAF50" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"/><path d="m9 12 2 2 4-4"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.wc-combo__promo-banner-content strong {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #4CAF50;
  line-height: 1.4;
  text-shadow: none;
}

.wc-combo__td-promo-action {
  text-align: right !important;
  vertical-align: middle !important;
}

.wc-combo__promo-action-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.wc-combo__promo-price {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.wc-combo__buy-single--promo {
  background: #000 !important;
  font-size: 10px !important;
  padding: 8px 16px !important;
  box-shadow: none !important;
}

.wc-combo__buy-single--promo:hover {
  background: #333 !important;
  transform: none;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .wc-combo__promo-banner-row {
    flex-direction: row;
    text-align: left;
  }
  
  .wc-combo__promo-banner-content strong {
    font-size: 11px;
  }
  
  .wc-combo__promo-action-wrap {
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }
  
  .wc-combo__buy-single--promo {
    width: 100%;
  }
}



.wc-combo__cart-promo {
  margin-bottom: 16px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.wc-combo__cart-promo-in-cart {
  background: white;
  padding: 0;
}

.wc-combo__cart-promo-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid #f0f0f0;
}

.wc-combo__cart-promo-item:last-child {
  border-bottom: none;
}

.wc-combo__cart-promo-item--success {
  background: white;
  border: none;
}

.wc-combo__cart-promo-item--success svg {
  display: none;
}

.wc-combo__cart-promo-item--suggestion {
  background: white;
  border: none;
  margin: 0;
  padding: 10px 12px;
  border-radius: 0;
}

.wc-combo__cart-promo-img {
  flex-shrink: 0;
}

.wc-combo__cart-promo-img img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.wc-combo__cart-promo-content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.wc-combo__cart-promo-icon {
  display: none;
}

.wc-combo__cart-promo-info {
  flex: 1;
  min-width: 0;
}

.wc-combo__cart-promo-content strong {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #4CAF50;
  margin-bottom: 2px;
  line-height: 1.3;
}

.wc-combo__cart-promo-item--success .wc-combo__cart-promo-content strong {
  color: #4CAF50;
}

.wc-combo__cart-promo-product {
  display: block;
  font-size: 11px;
  color: #666;
  font-weight: 400;
}

.wc-combo__cart-promo-action {
  flex-shrink: 0;
  margin-left: 8px;
}

.wc-combo__cart-promo-btn {
  background: #000;
  color: white;
  border: 0;
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
}

.wc-combo__cart-promo-btn:hover {
  background: #333;
  color: white;
}

.wc-combo__cart-promo-btn--link {
  background: white;
  color: #000;
  border: 1px solid #000;
}

.wc-combo__cart-promo-btn--link:hover {
  background: #000;
  color: white;
}

.wc-combo__cart-promo-suggestions {
  padding: 0;
}

.wc-combo__cart-promo-title {
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
  padding: 8px 12px;
  background: #f9f9f9;
  color: #666;
  border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
  .wc-combo__cart-promo-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 14px 12px;
  }
  
  .wc-combo__cart-promo-img {
    order: 1;
  }
  
  .wc-combo__cart-promo-content {
    order: 2;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 6px;
  }
  
  .wc-combo__cart-promo-info {
    width: 100%;
  }
  
  .wc-combo__cart-promo-content strong {
    font-size: 12px;
    text-align: center;
  }
  
  .wc-combo__cart-promo-product {
    font-size: 11px;
    text-align: center;
  }
  
  .wc-combo__cart-promo-action {
    order: 3;
    width: 100%;
    margin-left: 0;
  }
  
  .wc-combo__cart-promo-btn {
    width: 100%;
    padding: 8px 14px;
    font-size: 10px;
    text-align: center;
  }
  
  .wc-combo__cart-promo-img img {
    width: 60px;
    height: 60px;
  }
}






