/* [project]/packages/web-theme-base/src/blocks/blocks-commerce.css [app-client] (css) */
.gb-ccard-badge {
  z-index: 3;
  border-radius: var(--radius-sm, 5px);
  height: 22px;
  font-family: var(--font-head, inherit);
  color: #fff;
  align-items: center;
  padding: 0 9px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  top: 10px;
}

.gb-ccard-badge--sale {
  background: var(--destructive, #dc2626);
  left: 10px;
}

.gb-ccard-badge--new {
  background: var(--accent, #2d3f8f);
  right: 10px;
}

.gb-cpd-badge {
  top: 14px;
}

.gb-cpd-thumb--active {
  border: 2px solid var(--accent, #2d3f8f);
}

.gb-cpd-price {
  padding: 4px 0 2px;
}

.gb-cpd-meta {
  color: var(--text-secondary, #6b7280);
  flex-wrap: wrap;
  gap: 18px;
  font-size: 13px;
  display: flex;
}

.gb-cpd-meta strong {
  color: var(--text-primary, #1a1a1a);
  font-weight: 700;
}

.gb-ft-radio {
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  position: absolute;
}

.gb-ft-panel {
  display: none;
}

.gb-ft-radio:first-of-type:checked ~ .gb-ft-panels > .gb-ft-panel:first-child, .gb-ft-radio:nth-of-type(2):checked ~ .gb-ft-panels > .gb-ft-panel:nth-child(2), .gb-ft-radio:nth-of-type(3):checked ~ .gb-ft-panels > .gb-ft-panel:nth-child(3) {
  display: block;
}

.gb-ft-radio:first-of-type:checked ~ .gb-ft-head .gb-ft-tab:first-child, .gb-ft-radio:nth-of-type(2):checked ~ .gb-ft-head .gb-ft-tab:nth-child(2), .gb-ft-radio:nth-of-type(3):checked ~ .gb-ft-head .gb-ft-tab:nth-child(3) {
  background: var(--card, #fff);
  color: var(--text-primary, #1a1a1a);
  box-shadow: var(--shadow-sm, 0 1px 2px #10182814);
}

.gb-ft-radio:focus-visible ~ .gb-ft-head .gb-ft-tabs {
  outline: 2px solid var(--primary, #2d3f8f);
  outline-offset: 2px;
  border-radius: var(--radius, 8px);
}

/*# sourceMappingURL=packages_web-theme-base_src_blocks_blocks-commerce_1vab3u6.css.map*/