/* CT_CATALOG_SUBAGE_LABEL_01A_AUTHORITATIVE_FEATURE_SLOT_SAFE */

body:is(#category, #search, #manufacturer, #prices-drop, #new-products, #best-sales)
  #js-product-list
  .product-miniature
  .ct-catalog-subage-slot-01a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 24px;
  margin: 0 0 8px;
}

body:is(#category, #search, #manufacturer, #prices-drop, #new-products, #best-sales)
  #js-product-list
  .product-miniature
  .ct-catalog-subage-label-01a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 10px;
  border: 1px solid #e4ddd3;
  border-radius: 2px;
  background: #f5f0e9;
  color: #111111;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 767px) {
  body:is(#category, #search, #manufacturer, #prices-drop, #new-products, #best-sales)
    #js-product-list
    .product-miniature
    .ct-catalog-subage-slot-01a {
    min-height: 22px;
    margin-bottom: 7px;
  }

  body:is(#category, #search, #manufacturer, #prices-drop, #new-products, #best-sales)
    #js-product-list
    .product-miniature
    .ct-catalog-subage-label-01a {
    min-height: 20px;
    padding: 0 8px;
    font-size: 8px;
    letter-spacing: 0.09em;
  }
}
