.product-label {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem; }
  @media (max-width: 767px) {
    .product-label {
      gap: .2rem; } }
  .product-label .label {
    max-width: fit-content;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem 2px 1rem;
    border-radius: var(--b-radius);
    font-family: "Exo2", Arial, Verdana, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    text-transform: lowercase; }
    @media (max-width: 1099px) {
      .product-label .label {
        height: 16px;
        padding: 0 6px 2px;
        font-size: 11px; } }
    @media (max-width: 767px) {
      .product-label .label {
        height: 14px;
        padding: 0 6px 2px;
        font-size: 10px; } }

.product-page--action .product-label {
  gap: .8rem; }
  @media (max-width: 1099px) {
    .product-page--action .product-label {
      gap: 6px; } }
  @media (max-width: 767px) {
    .product-page--action .product-label {
      gap: 4px; } }
  .product-page--action .product-label .label {
    height: 2.8rem;
    padding: 0 1.2rem 2px 1.2rem;
    font-size: clamp(1rem, 0.9vw, 1.8rem); }
    @media (max-width: 1099px) {
      .product-page--action .product-label .label {
        height: 24px;
        padding: 0 10px 2px 10px;
        font-size: 14px; } }
    @media (max-width: 767px) {
      .product-page--action .product-label .label {
        height: 20px;
        padding: 0 8px 2px 8px;
        font-size: 12px; } }
