body.bicLighterPage .bicImprintPanel {
  margin-top: 1.15rem;
  padding: 1.15rem;
  border: 1px solid rgba(102, 211, 255, 0.44);
  background: linear-gradient(145deg, rgba(8, 39, 56, 0.96), rgba(4, 20, 34, 0.98));
}

body.bicLighterPage .bicImprintHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

body.bicLighterPage .bicImprintHead > b {
  color: #f8f5ff;
  font-size: 1.05rem;
}

body.bicLighterPage .bicImprintHead > span {
  color: #b7ff29;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bicLighterPage .bicImprintChoices {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.bicLighterPage .bicImprintChoices button {
  min-height: 3.6rem;
  border: 1px solid rgba(102, 211, 255, 0.38);
  background: rgba(2, 17, 30, 0.82);
  color: #f8f5ff;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

body.bicLighterPage .bicImprintChoices button + button {
  border-left: 0;
}

body.bicLighterPage .bicImprintChoices button.active {
  border-color: #b7ff29;
  background: linear-gradient(135deg, rgba(126, 42, 194, 0.86), rgba(66, 22, 111, 0.92));
  color: #fff;
  box-shadow: inset 0 -3px 0 #b7ff29;
}

body.bicLighterPage .bicImprintSummary {
  margin-top: 0.8rem;
  padding: 0.65rem 0.75rem;
  border-left: 3px solid #b7ff29;
  background: rgba(183, 255, 41, 0.08);
  color: #e8f8c9;
  font-size: 0.9rem;
  font-weight: 700;
}

body.bicLighterPage .bicImprintPanel > small,
body.bicLighterPage .bicQuantityRule {
  display: block;
  margin-top: 0.7rem;
  color: #9caebe;
  font-size: 0.82rem;
  line-height: 1.45;
}

body.bicLighterPage .product .productSizePicker .sizeGrid {
  grid-template-columns: minmax(15rem, 15rem) !important;
}

body.bicLighterPage .product .productSizePicker .sizeGrid label {
  grid-template-columns: minmax(5rem, 1fr) 8.5rem !important;
  width: 15rem !important;
  min-width: 15rem !important;
  max-width: 15rem !important;
}

body.bicLighterPage .product .productSizePicker .sizeGrid input[type='number'] {
  width: 8.5rem !important;
  min-width: 8.5rem !important;
  max-width: 8.5rem !important;
}

body.bicLighterPage .product .pricing .tiers {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.bicLighterPage .product .pricing .tiers button {
  min-height: 6.7rem !important;
}

@media (max-width: 1100px) {
  body.bicLighterPage .bicImprintChoices,
  body.bicLighterPage .product .pricing .tiers {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.bicLighterPage .bicImprintChoices button:nth-child(3) {
    border-left: 1px solid rgba(102, 211, 255, 0.38);
  }

  body.bicLighterPage .bicImprintChoices button:nth-child(n + 3) {
    border-top: 0;
  }
}

@media (max-width: 560px) {
  body.bicLighterPage .bicImprintChoices,
  body.bicLighterPage .product .pricing .tiers {
    grid-template-columns: 1fr !important;
  }

  body.bicLighterPage .bicImprintChoices button + button,
  body.bicLighterPage .bicImprintChoices button:nth-child(3) {
    border-top: 0;
    border-left: 1px solid rgba(102, 211, 255, 0.38);
  }

  body.bicLighterPage .product .productSizePicker .sizeGrid,
  body.bicLighterPage .product .productSizePicker .sizeGrid label {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}
