 /* Homepage – tlačítko Do košíku u produktů */
  body.type-index .products .btn,
  body.type-index .products .btn.btn-cart,
  body.type-index .products .product .btn,
  body.type-index .products .product .btn.btn-cart,
  body.type-index .products-block .btn,
  body.type-index .products-block .btn.btn-cart,
  body.type-index .product .btn.btn-cart,
  body.type-index .product .btn {
    background: #ffffff !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    transition: all 0.25s ease !important;
    padding: 12px 34px !important;
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
  }

  body.type-index .products .btn:hover,
  body.type-index .products .btn.btn-cart:hover,
  body.type-index .products .product .btn:hover,
  body.type-index .products .product .btn.btn-cart:hover,
  body.type-index .products-block .btn:hover,
  body.type-index .products-block .btn.btn-cart:hover,
  body.type-index .product .btn.btn-cart:hover,
  body.type-index .product .btn:hover {
    background: #000000 !important;
    color: #ffffff !important;
    border: 2px solid #000000 !important;
    box-shadow: none !important;
  }

  body.type-index .products .btn span,
  body.type-index .products .btn.btn-cart span,
  body.type-index .products .product .btn span,
  body.type-index .products .product .btn.btn-cart span,
  body.type-index .products-block .btn span,
  body.type-index .products-block .btn.btn-cart span,
  body.type-index .product .btn.btn-cart span,
  body.type-index .product .btn span {
    color: inherit !important;
  }