.single-product.cdf-pgroups-canonical-product form.cart:not(.cdf-pgroups__form) {
  display: none !important;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups,
.single-product.cdf-pgroups-canonical-product .cdf-pgroups * {
  box-sizing: border-box;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups {
  --cdf-pgroups-ink: #1f4654;
  --cdf-pgroups-muted: #65757b;
  --cdf-pgroups-line: rgba(31, 70, 84, .2);
  --cdf-pgroups-soft: #fbf7eb;
  --cdf-pgroups-red: #c7351f;
  --cdf-pgroups-gold: #f3d370;
  color: var(--cdf-pgroups-ink);
  margin: 18px 0 24px;
  max-width: min(100%, 660px);
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups form.cart.cdf-pgroups__form {
  clear: both;
  display: grid !important;
  float: none !important;
  gap: 18px !important;
  grid-template-columns: minmax(0, 1fr) !important;
  margin: 0 !important;
  width: 100%;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__options,
.single-product.cdf-pgroups-canonical-product .cdf-pgroups__product-options {
  display: grid !important;
  gap: 16px !important;
  grid-column: 1 / -1 !important;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__section {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__section-title {
  color: var(--cdf-pgroups-ink);
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__choices {
  display: grid !important;
  gap: 10px !important;
  min-width: 0;
  width: 100%;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__choices--cards {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__choices--swatches {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__choices--sizes {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px !important;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__choice {
  align-items: center;
  appearance: none;
  background: #fff !important;
  border: 1px solid var(--cdf-pgroups-line) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: var(--cdf-pgroups-ink) !important;
  cursor: pointer;
  display: inline-flex !important;
  font: inherit !important;
  font-size: .95rem !important;
  font-weight: 800 !important;
  justify-content: center;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
  min-height: 44px;
  padding: 10px 12px !important;
  text-align: left;
  text-decoration: none !important;
  text-transform: none !important;
  transition: background .16s ease, border-color .16s ease, box-shadow .16s ease, color .16s ease, transform .16s ease;
  white-space: normal;
  width: 100%;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__choice:hover:not(:disabled) {
  border-color: rgba(199, 53, 31, .5) !important;
  box-shadow: 0 8px 20px rgba(31, 70, 84, .08) !important;
  transform: translateY(-1px);
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__choice.is-selected {
  background: var(--cdf-pgroups-ink) !important;
  border-color: var(--cdf-pgroups-ink) !important;
  box-shadow: 0 10px 22px rgba(31, 70, 84, .18) !important;
  color: #fff !important;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__choice:focus-visible {
  outline: 3px solid var(--cdf-pgroups-gold);
  outline-offset: 2px;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__choice:disabled {
  background: #edf2f3 !important;
  border-color: rgba(31, 70, 84, .1) !important;
  box-shadow: none !important;
  color: #7c8b91 !important;
  cursor: not-allowed;
  opacity: 1 !important;
  transform: none !important;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__choice--card {
  justify-content: flex-start;
  min-height: 54px;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__choice--pill {
  flex: 0 0 auto;
  min-width: 58px;
  padding-inline: 16px !important;
  width: auto;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__choice--swatch {
  justify-content: flex-start;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__choice-content {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  min-width: 0;
  width: 100%;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__choice-label {
  min-width: 0;
  overflow-wrap: anywhere;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__swatch {
  border: 1px solid rgba(31, 70, 84, .24);
  border-radius: 999px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .76);
  display: inline-block;
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__choice.is-selected .cdf-pgroups__swatch {
  border-color: rgba(255, 255, 255, .9);
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__swatch--unknown {
  background: linear-gradient(135deg, #e8edf0, #8ba0a8);
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__status {
  background: var(--cdf-pgroups-soft);
  border: 1px solid rgba(31, 70, 84, .12);
  border-left: 4px solid var(--cdf-pgroups-red);
  border-radius: 8px;
  display: grid !important;
  gap: 5px;
  grid-column: 1 / -1 !important;
  padding: 12px 14px;
  width: 100%;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__current {
  color: var(--cdf-pgroups-muted);
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__price {
  color: var(--cdf-pgroups-red);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__availability .stock {
  margin: 0;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__actions {
  align-items: stretch;
  display: grid !important;
  gap: 12px;
  grid-column: 1 / -1 !important;
  grid-template-columns: 84px minmax(0, 1fr);
  width: 100%;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__quantity {
  align-items: stretch;
  display: flex !important;
  float: none !important;
  margin: 0 !important;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__quantity .quantity {
  display: flex !important;
  float: none !important;
  margin: 0 !important;
  width: 100%;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__quantity input.qty {
  border: 1px solid var(--cdf-pgroups-line) !important;
  border-radius: 8px !important;
  color: var(--cdf-pgroups-ink) !important;
  font-weight: 900 !important;
  min-height: 54px;
  padding: 0 10px !important;
  text-align: center;
  width: 100% !important;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__button.single_add_to_cart_button,
.single-product.cdf-pgroups-canonical-product .cdf-pgroups__button.button {
  align-items: center;
  background: var(--cdf-pgroups-red) !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: #fff !important;
  display: inline-flex !important;
  float: none !important;
  font-weight: 900 !important;
  justify-content: center;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
  min-height: 54px;
  min-width: 0;
  padding: 0 22px !important;
  text-transform: uppercase;
  transition: background .16s ease, box-shadow .16s ease, transform .16s ease;
  width: 100% !important;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__button.single_add_to_cart_button:hover:not(:disabled),
.single-product.cdf-pgroups-canonical-product .cdf-pgroups__button.button:hover:not(:disabled) {
  background: var(--cdf-pgroups-ink) !important;
  box-shadow: 0 10px 22px rgba(31, 70, 84, .18) !important;
  transform: translateY(-1px);
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__button.single_add_to_cart_button:disabled,
.single-product.cdf-pgroups-canonical-product .cdf-pgroups__button.button:disabled {
  background: #aab6ba !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: not-allowed;
  opacity: 1 !important;
}

.single-product.cdf-pgroups-canonical-product .cdf-pgroups__message {
  color: var(--cdf-pgroups-muted);
  font-size: .92rem;
  font-weight: 800;
  grid-column: 1 / -1 !important;
  letter-spacing: 0;
  line-height: 1.35;
  margin: -6px 0 0;
  min-height: 1.2em;
}

@media (max-width: 767px) {
  .single-product.cdf-pgroups-canonical-product .cdf-pgroups {
    max-width: 100%;
  }

  .single-product.cdf-pgroups-canonical-product .cdf-pgroups__choices--swatches {
    grid-template-columns: minmax(0, 1fr);
  }

  .single-product.cdf-pgroups-canonical-product .cdf-pgroups__choices--cards {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 420px) {
  .single-product.cdf-pgroups-canonical-product .cdf-pgroups__actions {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .single-product.cdf-pgroups-canonical-product .cdf-pgroups__button.single_add_to_cart_button,
  .single-product.cdf-pgroups-canonical-product .cdf-pgroups__button.button {
    padding-inline: 14px !important;
  }
}
